@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.loria.fr/~coulet/ontology/snpontology/version1.6/snpontology_full.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://purl.org/obo/owl/SO#> . ns1:SO_0001026 owl:equivalentClass ns0:genome . ns0:genome metadata_def:mappingLoom "genome" ; metadata_def:mappingSameURI ns0:genome ; metadata_def:prefLabel "genome" ; metadata:prefixIRI "SNPO:genome" ; a owl:Class ; rdfs:comment """A whole genome. Ex: The human genome The whole hereditary information of an organism that is encoded in the DNA (or, for some viruses, RNA). This includes both the genes and the non-coding sequences of the DNA. Definition from http://en.wikipedia.org/wiki/Genome""" ; rdfs:subClassOf ns0:genomic_region . ns0:hasGenome rdfs:range ns0:genome . ns0:isTheGenomeOf rdfs:domain ns0:genome .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.loria.fr/~coulet/ontology/snpontology/version1.6/snpontology_full.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://purl.org/obo/owl/SO#> .

ns1:SO_0001026
    owl:equivalentClass ns0:genome .

ns0:genome
    metadata_def:mappingLoom "genome" ;
    metadata_def:mappingSameURI ns0:genome ;
    metadata_def:prefLabel "genome" ;
    metadata:prefixIRI "SNPO:genome" ;
    a owl:Class ;
    rdfs:comment """A whole genome.
Ex: The human genome
The whole hereditary information of an organism that is encoded in the DNA (or, for some viruses, RNA). This includes both the genes and the non-coding sequences of the DNA.
Definition from http://en.wikipedia.org/wiki/Genome""" ;
    rdfs:subClassOf ns0:genomic_region .

ns0:hasGenome
    rdfs:range ns0:genome .

ns0:isTheGenomeOf
    rdfs:domain ns0:genome .