@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_000985
    ns0:identifier "SIO_000985" ;
    dc:description "A gene that contains an open reading frame which codes for a protein."@en ;
    dc:identifier "SIO:000985" ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001217"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein coding gene"@en ;
    rdfs:subClassOf sio:SIO_010035 ;
    owl:EquivalentClass sio:protein-coding-gene .

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

sio:SIO_010035
    rdfs:label "gene"@en .

sio:protein-coding-gene
    owl:EquivalentClass sio:SIO_000985 .

