@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:nameAccordingTo	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:nameAccordingTo	rdfs:subPropertyOf	dwc:accordingTo .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:nameAccordingTo	dct:modified	"2009-09-21" ;
	rdfs:label	"Name According To"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin \"sensu\" or \"sec.\" (from secundum, meaning \"according to\"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given."@en ;
	dct:description	"Example: \"McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.\", \"Werner Greuter 2008\", \"Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:nameAccordingTo	dct:hasVersion	ns4:nameAccordingTo-2009-09-21 ;
	dct:replaces	dwc:taxonAccordingTo-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:nameAccordingTo	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .