@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:nomenclaturalCode	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:nomenclaturalCode	dct:modified	"2009-09-21" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:nomenclaturalCode	rdfs:label	"Nomenclatural Code"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary."@en ;
	dct:description	"Examples: \"ICBN\", \"ICZN\", \"BC\", \"ICNCP\", \"BioCode\", \"ICZN; ICBN\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:nomenclaturalCode	dct:hasVersion	ns4:nomenclaturalCode-2009-09-21 ;
	dct:replaces	dwc:NomenclaturalCode-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:nomenclaturalCode	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .