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

dc:identifier
    a owl:AnnotationProperty .

ns4:description
    a owl:AnnotationProperty .

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

resource:SIO_000313
    a owl:ObjectProperty ;
    rdfs:label "is component part of"@en .

resource:SIO_000369
    a owl:ObjectProperty ;
    rdfs:label "has component part"@en .

resource:SIO_010020
    a owl:Class ;
    rdfs:label "submolecular entity"@en .

resource:SIO_010044
    a owl:Class ;
    rdfs:label "atom"@en .

resource:SIO_010441
    dc:identifier "SIO_010441" ;
    ns4:description "A submolecule is any part of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "submolecule"@en ;
    rdfs:subClassOf resource:SIO_010020, [
        a owl:Restriction ;
        owl:onProperty resource:SIO_000313 ;
        owl:someValuesFrom resource:SIO_011125
    ], [
        a owl:Restriction ;
        owl:onProperty resource:SIO_000369 ;
        owl:someValuesFrom resource:SIO_010044
    ] .

resource:SIO_011125
    a owl:Class ;
    rdfs:label "molecule"@en .

