@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:verbatimEventDate	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:verbatimEventDate	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:verbatimEventDate	rdfs:label	"Verbatim EventDate"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The verbatim original representation of the date and time information for an Event."@en ;
	dct:description	"Examples: \"spring 1910\", \"Marzo 2002\", \"1999-03-XX\", \"17IV1934\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:verbatimEventDate	dct:hasVersion	ns4:verbatimEventDate-2009-04-24 ;
	dct:replaces	dwc:VerbatimCollectingDate-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:verbatimEventDate	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText" ;
	ns5:organizedInClass	dwc:Event ;
	ns5:status	"recommended" .