@prefix : <http://purl.org/biodiversity/taxon/> .
@prefix biol: <http://purl.org/NET/biol/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix eunis: <http://eunis.eea.europa.eu/rdf/species-schema.rdf#> .
@prefix wo: <http://purl.org/ontology/wo/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix voaf: <http://labs.mondeca.com/vocab/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix txn: <http://lod.taxonconcept.org/ontology/txn.owl#> .
@prefix itis: <http://rdfdata.eionet.europa.eu/itis/ontology/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix eol: <http://purl.org/biodiversity/eol/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix freebase: <http://rdf.freebase.com/ns/> .
@prefix bio2rdf: <http://bio2rdf.org/> .
@prefix gs: <http://rdf.geospecies.org/ont/geospecies#> .
@prefix uniprot: <http://purl.uniprot.org/core/> .
@prefix dbpedia_owl: <http://dbpedia.org/ontology/> .

<http://purl.org/biodiversity/taxon/> a owl:Ontology ;
	dcterms:title "TaxonMap Ontology"@en ;
	rdfs:label "TaxonMap Ontology"@en ;
	vann:preferredNamespacePrefix "taxon" ;
	vann:preferredNamespaceUri "http://purl.org/biodiversity/taxon/" ;
	dcterms:issued "2012-05-27" ;
	dcterms:modified "2013-03-18" ;
	owl:versionInfo "0.17"^^xsd:decimal ;
	dcterms:description "Version 0.18 This is the initial vocabulary for Mapping the various taxon classes on the Linked Open Data Cloud"@en ;
	rdfs:comment "Version 0.18 Added those taxon classes I know about, and data type properties for scientific name and authority"@en ;
	dcterms:creator <http://lod.taxonconcept.org/ontology/people.owl#Peter_J_DeVries> .

<http://lod.taxonconcept.org/ontology/people.owl#Peter_J_DeVries> a foaf:Person .

<http://purl.org/biodiversity/taxon/> dcterms:publisher txn:TaxonConcept_Knowledge_Base_Project .

txn:TaxonConcept_Knowledge_Base_Project a foaf:Organization .

<http://purl.org/biodiversity/taxon/> rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

dcterms:creator a owl:AnnotationProperty .

dcterms:publisher a owl:AnnotationProperty .

:relatedTaxonNameID a owl:ObjectProperty ;
	rdfs:label "relatedTaxonNameID" ;
	rdfs:comment "The URI to a URI of a related name" ;
	rdfs:domain :TaxonNameID ;
	rdfs:range :TaxonNameID ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:relatedTaxonNameID_Of a owl:ObjectProperty ;
	rdfs:label "relatedTaxonNameID_ Of" ;
	rdfs:comment "The URI to a URI of a related name" ;
	rdfs:domain :TaxonNameID ;
	rdfs:range :TaxonNameID ;
	owl:inverseOf :relatedName ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:canonicalFormID a owl:ObjectProperty ;
	rdfs:label "canonicalFormID" ;
	rdfs:comment "The URI ID for the canonical form of the name i.e. Puma concolor or Felidae, for name to name mapping" ;
	rdfs:domain :TaxonNameID ;
	rdfs:range :TaxonNameID ;
	rdfs:subPropertyOf :relatedTaxonNameID ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:canonicalFormID_Of a owl:ObjectProperty ;
	rdfs:label "canonicalFormID Of" ;
	rdfs:comment "The URI ID for the scientific name with authorship form of the name i.e. Puma concolor Linnaeus 1758, for name to name mapping" ;
	rdfs:domain :TaxonNameID ;
	rdfs:range :TaxonNameID ;
	rdfs:subPropertyOf :relatedTaxonNameID_Of ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbKingdom a owl:ObjectProperty ;
	rdfs:label "dbKingdom"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbPhylum a owl:ObjectProperty ;
	rdfs:label "dbPhylum"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbClass a owl:ObjectProperty ;
	rdfs:label "dbClass"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbOrder a owl:ObjectProperty ;
	rdfs:label "dbOrder"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbFamily a owl:ObjectProperty ;
	rdfs:label "dbFamily"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbGenus a owl:ObjectProperty ;
	rdfs:label "dbGenus"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:dbSpecies a owl:ObjectProperty ;
	rdfs:label "dbSpecies"@en ;
	rdfs:range dbpedia_owl:Species ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotKingdom a owl:ObjectProperty ;
	rdfs:label "uniprotKingdom"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotPhylum a owl:ObjectProperty ;
	rdfs:label "uniprotPhylum"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotClass a owl:ObjectProperty ;
	rdfs:label "uniprotClass"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotOrder a owl:ObjectProperty ;
	rdfs:label "uniprotOrder"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotFamily a owl:ObjectProperty ;
	rdfs:label "uniprotFamily"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotGenus a owl:ObjectProperty ;
	rdfs:label "uniprotGenus"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:uniprotSpecies a owl:ObjectProperty ;
	rdfs:label "uniprotSpecies"@en ;
	rdfs:range uniprot:Taxon ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:scientificName a owl:DatatypeProperty ;
	rdfs:label "scientificName" ;
	rdfs:comment "The scientific name without the authority string i.e. Felidae or Puma concolor" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

eol:scientificName a owl:DatatypeProperty .

txn:scientificName a owl:DatatypeProperty .

uniprot:scientificName a owl:DatatypeProperty .

eunis:scientificName a owl:DatatypeProperty .

:authority a owl:DatatypeProperty ;
	rdfs:label "authority" ;
	rdfs:comment "The author and year of the species description publication i.e (Baker 1899)" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

eol:authority a owl:DatatypeProperty .

txn:authority a owl:DatatypeProperty .

biol:authority a owl:DatatypeProperty .

eunis:authority a owl:DatatypeProperty .

:commonName a owl:DatatypeProperty ;
	rdfs:label "commonName" ;
	rdfs:comment "The common name for a taxon i.e. \"Wolf\"" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:monomial a owl:DatatypeProperty ;
	rdfs:label "monomial" ;
	rdfs:comment "a one word scientific name i.e. Felidae, Mammalia, Metazoa" ;
	rdfs:subPropertyOf :scientificName ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:binomial a owl:DatatypeProperty ;
	rdfs:label "binomial" ;
	rdfs:comment "a scientific name consisting of genus, epithet i.e. Felis silvestris" ;
	rdfs:subPropertyOf :scientificName ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:trinomial a owl:DatatypeProperty ;
	rdfs:label "trinomial" ;
	rdfs:comment "a scientific name consisting of genus epithet and subepithet i.e. Felis silvestris lybica" ;
	rdfs:subPropertyOf :scientificName ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Taxon a owl:Class ;
	rdfs:label "Taxon" ;
	rdfs:comment "A proposed superclass for all the known LOD classes for a \"taxon\"" ;
	rdfs:seeAlso dwc:Taxon , dbpedia_owl:Species , uniprot:Taxon , itis:Taxon , wo:Species , <http://rdf.freebase.com/ns/biology.organism_classification> , :TaxonConcept , eunis:SpeciesSynonym , bio2rdf:uniprot_resource:Taxon , gs:TaxonConcept , eol:Taxon , biol:Taxonomy ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:TaxonName a owl:Class ;
	rdfs:label "TaxonName" ;
	rdfs:comment "A proposed superclass for all the known LOD classes a taxon name" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:TaxonNameID a owl:Class ;
	rdfs:label "TaxonNameID" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:TaxonRank a owl:Class ;
	rdfs:label "TaxonRank" ;
	rdfs:comment "A proposed superclass for all the known LOD classes of a Taxon Rank" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:DataObject a owl:Class ;
	rdfs:label "DataObject"@en ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:BiologicalOrganism a owl:Class ;
	rdfs:label "BiologicalOrganism" ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Archaea a owl:Class ;
	rdfs:label "Archaea" ;
	rdfs:subClassOf :BiologicalOrganism ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Bacteria a owl:Class ;
	rdfs:label "Bacteria" ;
	rdfs:subClassOf :BiologicalOrganism ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Eukaryote a owl:Class ;
	rdfs:label "Eukaryote" ;
	foaf:page <http://eol.org/pages/2908256/overview> , <http://en.wikipedia.org/wiki/Eukaryote> , <http://species.wikimedia.org/wiki/Eukaryota> , <http://tolweb.org/Eukaryotes/3> ;
	rdfs:subClassOf :BiologicalOrganism ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Red_algae a owl:Class ;
	rdfs:label "Red algae" ;
	rdfs:subClassOf :Eukaryote ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Animal a owl:Class ;
	rdfs:label "Animal" ;
	foaf:page <http://eol.org/pages/1/overview> , <http://en.wikipedia.org/wiki/Animal> , <http://species.wikimedia.org/wiki/Animalia> ;
	rdfs:subClassOf :Eukaryote ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Fungus a owl:Class ;
	rdfs:label "Fungus" ;
	rdfs:subClassOf :Eukaryote ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Microbial_Eukaryote a owl:Class ;
	rdfs:label "Microbial Eukaryote" ;
	rdfs:comment "a polyphyletic group" ;
	rdfs:subClassOf :Eukaryote ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Chordate a owl:Class ;
	rdfs:label "Chordate" ;
	rdfs:subClassOf :Animal ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Cephalochordate a owl:Class ;
	rdfs:label "Cephalochordate" ;
	rdfs:subClassOf :Chordate ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Tunicate a owl:Class ;
	rdfs:label "Tunicate" ;
	rdfs:subClassOf :Chordate ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Unclassified_Chordate a owl:Class ;
	rdfs:label "Unclassified Chordate" ;
	rdfs:comment "a polyphyletic group" ;
	rdfs:subClassOf :Chordate ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Tetrapod a owl:Class ;
	rdfs:label "Tetrapod" ;
	rdfs:subClassOf :Chordate ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Amphibian a owl:Class ;
	rdfs:label "Amphibian" ;
	rdfs:subClassOf :Tetrapod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Bird a owl:Class ;
	rdfs:label "Bird" ;
	rdfs:subClassOf :Tetrapod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Mammal a owl:Class ;
	rdfs:label "Mammal" ;
	rdfs:subClassOf :Tetrapod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:ModernReptile a owl:Class ;
	rdfs:label "Modern Reptile" ;
	rdfs:comment "The class of recently extant reptiles including Crocodiles, Turtles, Snakes and Lizards" ;
	rdfs:subClassOf :Tetrapod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Dinosauria a owl:Class ;
	rdfs:label "Dinosauria" ;
	rdfs:comment "Dinosaurs" ;
	rdfs:subClassOf :Tetrapod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Mollusca a owl:Class ;
	rdfs:label "Mollusca" ;
	rdfs:subClassOf :Animal ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Fish a owl:Class ;
	rdfs:label "Fish" ;
	rdfs:subClassOf :Chordate ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Ray_Fined_fish a owl:Class ;
	rdfs:label "Ray Fined Fish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Cartilaginous_fish a owl:Class ;
	rdfs:label "Cartilaginous Fish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Lobe_Finned_fish a owl:Class ;
	rdfs:label "Lobe Finned Fish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Lungfish a owl:Class ;
	rdfs:label "Lungfish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Jawless_fish a owl:Class ;
	rdfs:label "Jawless fish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Armoured_fish a owl:Class ;
	rdfs:label "Armoured_fish" ;
	rdfs:subClassOf :Fish ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Arthropod a owl:Class ;
	rdfs:label "Arthropod" ;
	rdfs:subClassOf :Animal ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Arachnid a owl:Class ;
	rdfs:label "Arachnid" ;
	rdfs:subClassOf :Arthropod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Crustacean a owl:Class ;
	rdfs:label "Crustacean" ;
	rdfs:subClassOf :Arthropod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Insect a owl:Class ;
	rdfs:label "Insect" ;
	rdfs:subClassOf :Arthropod ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Plant a owl:Class ;
	rdfs:label "Plant" , "Viridiplantae" ;
	rdfs:subClassOf :Eukaryote ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:ClubMoss a owl:Class ;
	rdfs:label "ClubMoss" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Conifer a owl:Class ;
	rdfs:label "Conifer" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Cycad a owl:Class ;
	rdfs:label "Cycad" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Fern a owl:Class ;
	rdfs:label "Fern" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:FloweringPlant a owl:Class ;
	rdfs:label "FloweringPlant" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Ginkgo a owl:Class ;
	rdfs:label "Ginkgo" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Gnetophytes a owl:Class ;
	rdfs:label "Gnetophytes" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:GreenAlga a owl:Class ;
	rdfs:label "GreenAlga" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Moss a owl:Class ;
	rdfs:label "Moss" ;
	rdfs:subClassOf :Plant ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:Image a owl:Class ;
	rdfs:label "Image" ;
	rdfs:subClassOf foaf:Image ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

:MapImage a owl:Class ;
	rdfs:label "MapImage" ;
	rdfs:subClassOf foaf:Image ;
	rdfs:isDefinedBy <http://lod.taxonconcept.org/ontology/taxon.owl> .

dwc:Taxon a owl:Class .

dbpedia_owl:Species a owl:Class .

uniprot:Taxon a owl:Class .

itis:Taxon a owl:Class .

wo:Species a owl:Class .

<http://rdf.freebase.com/ns/biology.organism_classification> a owl:Class .

:TaxonConcept a owl:Class .

eunis:SpeciesSynonym a owl:Class .

bio2rdf:uniprot_resource:Taxon a owl:Class .

gs:TaxonConcept a owl:Class .

eol:Taxon a owl:Class .

biol:Taxonomy a owl:Class .

foaf:Image a owl:Class .

foaf:Person a owl:Class .

foaf:Organization a owl:Class .
