@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:eventID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:eventID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-04-24" ;
	rdfs:label	"Event ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:eventID	dct:hasVersion	ns4:eventID-2009-04-24 ;
	dct:replaces	dwc:SamplingEventID-2008-11-19 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:eventID	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/Code" ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .