@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/dc/elements/1.1/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

sio:SIO_000790
    rdfs:label "non-protein coding RNA (ncRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_000985
    rdfs:label "protein coding gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_000987
    rdfs:label "predicted gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_000991
    rdfs:label "validated gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_010035
    ns0:identifier "SIO_010035" ;
    dc:description "A gene is part of a nucleic acid that contains all the necessary elements to encode a functional transcript."@en ;
    dc:identifier "SIO:010035" ;
    sio:equivalentTo "biopax:Gene", "http://purl.obolibrary.org/obo/SO_0000704"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene"@en ;
    rdfs:subClassOf sio:SIO_010335 ;
    owl:EquivalentClass sio:gene .

<http://semanticscience.org/resource/SIO_010035.rdf>
    dc:subject sio:SIO_010035 ;
    a owl:Ontology ;
    rdfs:label "Summary document for SIO_010035" ;
    owl:imports <http://semanticscience.org/ontology/sio.owl> .

sio:SIO_010100
    rdfs:label "dna gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_010101
    rdfs:label "rna gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_010277
    rdfs:label "allele"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_010335
    rdfs:label "nucleic acid part"@en .

sio:gene
    owl:EquivalentClass sio:SIO_010035 .

