@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:higherGeographyID	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:higherGeographyID	rdfs:subPropertyOf	dct:identifier ;
	dct:modified	"2009-04-24" ;
	rdfs:label	"Higher Geography ID"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names."@en ;
	dct:description	"Example: \"TGN: 1002002\" for Prov. Tierra del Fuego, Argentina"@en ;
	dct:issued	"2009-01-21" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:higherGeographyID	dct:hasVersion	ns4:higherGeographyID-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:higherGeographyID	ns5:abcdEquivalence	"not in ABCD" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .