@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_000068>
    a owl:ObjectProperty, owl:ReflexiveProperty, owl:TransitiveProperty ;
    rdfs:label "is part of"@en .

<http://semanticscience.org/resource/SIO_010071>
    dc:identifier "SIO_010071" ;
    ns4:description "An organic submolecule is connected region of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organic submolecule"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_010441>, [
        dc:identifier ":arc9cacb753" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc9cacb755" ;
            rdf:first [
                dc:identifier ":arc9cacb754" ;
                a owl:Restriction ;
                owl:onProperty <http://semanticscience.org/resource/SIO_000028> ;
                owl:someValuesFrom <http://semanticscience.org/resource/SIO_011001>
            ] ;
            rdf:rest [
                dc:identifier ":arc9cacb757" ;
                rdf:first [
                    dc:identifier ":arc9cacb756" ;
                    a owl:Restriction ;
                    owl:onProperty <http://semanticscience.org/resource/SIO_000028> ;
                    owl:someValuesFrom <http://semanticscience.org/resource/SIO_011007>
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ], [
        dc:identifier ":arc9cacb758" ;
        a owl:Restriction ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000068> ;
        owl:someValuesFrom <http://semanticscience.org/resource/SIO_010072>
    ] .

<http://semanticscience.org/resource/SIO_010072>
    a owl:Class ;
    rdfs:label "organic molecule"@en .

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

<http://semanticscience.org/resource/SIO_011001>
    a owl:Class ;
    rdfs:label "carbon atom"@en .

<http://semanticscience.org/resource/SIO_011007>
    a owl:Class ;
    rdfs:label "oxygen atom"@en .

