@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:datasetName	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:datasetName	dct:modified	"2009-09-11" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:datasetName	rdfs:label	"Dataset Name"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name identifying the data set from which the record was derived."@en ;
	dct:description	"Examples: \"Grinnell Resurvey Mammals\", \"Lacey Ctenomys Recaptures\""@en ;
	dct:issued	"2009-09-11" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:datasetName	dct:hasVersion	ns4:datasetName-2009-09-11 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:datasetName	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/SourceID" ;
	ns5:organizedInClass	dwc:all ;
	ns5:status	"recommended" .