@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:eventTime	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:eventTime	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:eventTime	rdfs:label	"Event Time"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E)."@en ;
	dct:description	"Examples: \"14:07-0600\" is 2:07pm in the time zone six hours earlier than UTC, \"08:40:21Z\" is 8:40:21am UTC, \"13:00:00Z/15:30:00Z\" is the interval between 1pm UTC and 3:30pm UTC."@en ;
	dct:issued	"2009-04-24" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:eventTime	dct:hasVersion	ns4:eventTime-2009-04-24 ;
	dct:replaces	dwc:EndTimeOfDay-2005-07-10 ,
		dwc:StartTimeOfDay-2005-07-10 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:eventTime	ns5:abcdEquivalence	"accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd" ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .