@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:acceptedNameUsageID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:acceptedNameUsageID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-09-21" ;
	rdfs:label	"Accepted Name Usage ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon."@en ;
	dct:description	"Example: \"8fa58e08-08de-4ac1-b69c-1235340b7001\""@en ;
	dct:issued	"2009-01-21" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:acceptedNameUsageID	dct:hasVersion	ns4:acceptedNameUsageID-2009-09-21 ;
	dct:replaces	dwc:acceptedTaxonID-2009-08-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:acceptedNameUsageID	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .