@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:Occurrence	rdf:type	rdfs:Class .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:Occurrence	dct:modified	"2014-10-23" ;
	rdfs:label	"Occurrence"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time."@en ;
	dct:description	"Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:Occurrence	dct:hasVersion	ns4:Occurrence-2014-10-23 ;
	dct:replaces	dwc:Occurrence-2009-04-29 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:Occurrence	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:Occurrence	ns5:decision	ns6:Decision-2014-10-26_15 ;
	ns5:status	"recommended" .