@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonName#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:TaxonName	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:TaxonName	rdfs:label	"Taxon Name" .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/> .
ns1:TaxonName	rdfs:isDefinedBy	ns4:TaxonName ;
	rdfs:comment	" A scientific biological name. An object that represents a single scientific biological name that either is governed by or appears to be governed by one of the biological codes of\n         nomenclature. These are not taxa. Taxa, whether accepted or not, are represented by TaxonConcept objects. " .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/Common#> .
ns1:TaxonName	ns5:abcdEquivalence	"ScientificName complexType" ;
	ns5:berlinModelEquivalence	"Name table" ;
	ns5:darwinCoreEquivalence	"ScientificName (as string only)" ;
	ns5:tcsEquivalence	"ScientificName complexType" .