@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:eventDate	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:eventDate	rdfs:subPropertyOf	dct:date ;
	dct:modified	"2009-07-01" ;
	rdfs:label	"Event Date"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E)."@en ;
	dct:description	"Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007."@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:eventDate	dct:hasVersion	ns4:eventDate-2009-04-24 ;
	dct:replaces	dwc:EarliestDateCollected-2007-04-17 ,
		dwc:LatestDateCollected-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:eventDate	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin" ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .