@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:higherGeography	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:higherGeography	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:higherGeography	rdfs:label	"Higher Geography"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of geographic names less specific than the information captured in the locality term."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: \"North Atlantic Ocean\", \"South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuqu\u00E9n | Los Lagos\" with accompanying values \"South America\" in Continent, \"Argentina\" in Country, \"Neuqu\u00E9n\" in StateProvince, and \"Los Lagos\" in County."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:higherGeography	dct:hasVersion	ns4:higherGeography-2014-10-23 ;
	dct:replaces	dwc:higherGeography-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:higherGeography	ns5:abcdEquivalence	"{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:higherGeography	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .