@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:nomenclaturalStatus	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:nomenclaturalStatus	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:nomenclaturalStatus	rdfs:label	"Nomenclatural Status"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code.  It requires no taxonomic opinion."@en ;
	dct:description	"Examples: \"nom. ambig.\", \"nom. illeg.\", \"nom. subnud.\""@en ;
	dct:issued	"2009-01-18" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:nomenclaturalStatus	dct:hasVersion	ns4:nomenclaturalStatus-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:nomenclaturalStatus	ns5:abcdEquivalence	"(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .