@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:country	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:country	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:country	rdfs:label	"Country"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names."@en ;
	dct:description	"Examples: \"Denmark\", \"Colombia\", \"Espa\u00F1a\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:country	dct:hasVersion	ns4:country-2009-04-24 ;
	dct:replaces	dwc:Country-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:country	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/Country/Name" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .