@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:occurrenceID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:occurrenceID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-04-24" ;
	rdfs:label	"Occurrence ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique."@en ;
	dct:description	"For a specimen in the absence of a bona fide global unique identifier, for example, use the form: \"urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: \"urn:lsid:nhm.ku.edu:Herps:32\", \"urn:catalog:FMNH:Mammal:145732\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:occurrenceID	dct:hasVersion	ns4:occurrenceID-2009-04-24 ;
	dct:replaces	dwc:GlobalUniqueIdentifier-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:occurrenceID	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/UnitGUID" ;
	ns5:organizedInClass	dwc:Occurrence ;
	ns5:status	"recommended" .