@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns4: <http://purl.org/dc/terms/> .

<http://semanticscience.org/ontology/sio.owl>
    a owl:Ontology .

<http://semanticscience.org/resource/SIO_000028>
    a owl:ObjectProperty, owl:ReflexiveProperty, owl:TransitiveProperty ;
    rdfs:label "has part"@en .

<http://semanticscience.org/resource/SIO_000078>
    a owl:Class ;
    rdfs:label "language entity"@en .

<http://semanticscience.org/resource/SIO_000108>
    a owl:Class ;
    rdfs:label "character"@en .

<http://semanticscience.org/resource/SIO_000114>
    dc:identifier "SIO_000114" ;
    ns4:description "A word is the smallest free form (an item that may be expressed in isolation with semantic or pragmatic content) in a language."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "word"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000078>, [
        dc:identifier ":arc9cacb96" ;
        a owl:Restriction ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000028> ;
        owl:someValuesFrom <http://semanticscience.org/resource/SIO_001040>
    ], [
        dc:identifier ":arc9cacb97" ;
        a owl:Restriction ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000273> ;
        owl:someValuesFrom <http://semanticscience.org/resource/SIO_000108>
    ] .

<http://semanticscience.org/resource/SIO_000273>
    a owl:ObjectProperty ;
    rdfs:label "has direct part"@en .

<http://semanticscience.org/resource/SIO_001040>
    a owl:Class ;
    rdfs:label "morpheme"@en .

