@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:nameAccordingToID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:nameAccordingToID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-09-21" ;
	rdfs:label	"Name According To ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo."@en ;
	dct:description	"Example: \"doi:10.1016/S0269-915X(97)80026-2\""@en ;
	dct:issued	"2009-08-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:nameAccordingToID	dct:hasVersion	ns4:nameAccordingToID-2009-09-21 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:nameAccordingToID	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .