@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 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://semanticscience.org/resource/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns3: <http://purl.org/dc/terms/> .

dc:identifier
    a owl:AnnotationProperty .

ns3:description
    a owl:AnnotationProperty .

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

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

ns4:SIO_010335
    a owl:Class ;
    rdfs:label "nucleic acid part"@en .

ns4:equivalentTo
    a owl:AnnotationProperty .

