@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:countryCode	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:countryCode	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:countryCode	rdfs:label	"Country Code"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes."@en ;
	dct:description	"Examples: \"AR\" for Argentina, \"SV\" for El Salvador"@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:countryCode	dct:hasVersion	ns4:countryCode-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:countryCode	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .