@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:typeStatus	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:typeStatus	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:typeStatus	rdfs:label	"Type Status"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388\", \"holotype of Pinus abies | holotype of Picea abies\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:typeStatus	dct:hasVersion	ns4:typeStatus-2014-10-23 ;
	dct:replaces	dwc:typeStatus-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:typeStatus	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:typeStatus	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dwc:Identification ;
	ns5:status	"recommended" .