# Saved by TopBraid on Tue Oct 02 16:02:43 CEST 2012 # baseURI: http://rdf.biosemantics.org/ontologies/genomecomponents @prefix dc: . @prefix dcterms: . @prefix gencom: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . dc:creator rdf:type rdf:Property . gencom:genomeOf rdf:type owl:ObjectProperty ; rdfs:domain gencom:Genome ; rdfs:label "Human"^^xsd:string ; rdfs:range gencom:Organism . gencom:Genome rdf:type owl:Class ; rdfs:label "Genome"^^xsd:string ; rdfs:subClassOf owl:Thing . gencom:hasComponent rdf:type owl:ObjectProperty ; rdfs:domain gencom:Genome ; rdfs:label "hasComponent"^^xsd:string ; rdfs:range gencom:GenomeComponent ; owl:inverseOf gencom:isComponentOf . gencom:Chromosome rdf:type owl:Class ; rdfs:label "Chromosome"^^xsd:string ; rdfs:subClassOf gencom:GenomeComponent . gencom:isComponentOf rdf:type owl:FunctionalProperty ; rdfs:label "Human"^^xsd:string . rdf:type owl:Ontology ; rdfs:comment "The Genome Component Ontology is intended to define the abstract division of the total genetic information of an organism by its physical separation into different components, thereby providing a high level reference point to which more specific descriptions of the characteristics of these components can be linked. It is not intended to describe any specific characteristics of genome components derived through experimentation such as gene content, length, function, location, loci or sequence, such descriptions can be linked to instances described using this schema to aid integration."^^xsd:string ; rdfs:label "Genome Component Ontology"^^xsd:string ; dc:contributor "Zuotian Tatum"^^xsd:string ; dc:creator "Andrew Gibson"^^xsd:string ; dcterms:created "2012-10-01"^^xsd:date ; dcterms:modified "2012-10-02"^^xsd:date ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string . dcterms:modified rdf:type rdf:Property . dc:contributor rdf:type rdf:Property . gencom:GenomeComponent rdf:type owl:Class ; rdfs:label "Genome Component"^^xsd:string ; rdfs:subClassOf owl:Thing . dcterms:created rdf:type rdf:Property . gencom:Organism rdf:type owl:Class ; rdfs:label "Organism"^^xsd:string ; rdfs:subClassOf owl:Thing .