@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:organismID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:organismID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2014-10-23" ;
	rdfs:label	"Organism ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set."@en ;
	dct:issued	"2014-10-23" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:organismID	dct:hasVersion	ns4:organismID-2014-10-23 ;
	dct:replaces	dwc:individualID-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:organismID	ns5:abcdEquivalence	"not in ABCD" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:organismID	ns5:decision	ns6:Decision-2014-10-26_14 ;
	ns5:organizedInClass	dwc:Organism ;
	ns5:status	"recommended" .