@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_000093>
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:label "is proper part of"@en .

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

<http://semanticscience.org/resource/SIO_010335>
    a owl:Class ;
    rdfs:label "nucleic acid part"@en .

<http://semanticscience.org/resource/SIO_010444>
    dc:identifier "SIO_010444" ;
    ns4:description "A gene component is a component of a gene." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene component"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_010335>, [
        dc:identifier ":arc6de1b910" ;
        a owl:Restriction ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000093> ;
        owl:someValuesFrom <http://semanticscience.org/resource/SIO_010035>
    ] .

