@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:previousIdentifications	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:previousIdentifications	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:previousIdentifications	rdfs:label	"Previous Identifications"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of previous assignments of names to the Organism."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"Chalepidae\", \"Pinus abies\", \"Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:previousIdentifications	dct:hasVersion	ns4:previousIdentifications-2014-10-23 ;
	dct:replaces	dwc:previousIdentifications-2009-05-18 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:previousIdentifications	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:previousIdentifications	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dwc:Organism ;
	ns5:status	"recommended" .