@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:collectionID	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:collectionID	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:collectionID	rdfs:label	"Collection ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the collection or dataset from which the record was derived."@en ;
	dct:description	"For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: \"http://biocol.org/urn:lsid:biocol.org:col:1001\", \"http://grbio.org/cool/p5fp-c036\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:collectionID	dct:hasVersion	ns4:collectionID-2009-09-11 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:collectionID	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/SourceID" ;
	ns5:organizedInClass	dwc:all ;
	ns5:status	"recommended" .