@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:stateProvince	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:stateProvince	dct:modified	"2009-04-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:stateProvince	rdfs:label	"State Province"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs."@en ;
	dct:description	"Examples: \"Montana\", \"Minas Gerais\", \"C\u00F3rdoba\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:stateProvince	dct:hasVersion	ns4:stateProvince-2009-04-24 ;
	dct:replaces	dwc:StateProvince-2007-04-17 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:stateProvince	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)" ;
	ns5:organizedInClass	dct:Location ;
	ns5:status	"recommended" .