@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:locality	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:locality	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:locality	rdfs:label	"Locality"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description."@en ;
	dct:description	"Example: \"Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:locality	dct:hasVersion	ns4:locality-2009-04-24 ;
	dct:replaces	dwc:Locality-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:locality	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .