@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .

<http://www.w3.org/ns/locn#adminUnitL1>
	rdf:type	rdf:Property ;
	rdfs:label	"admin unit level 1"@en ;
	rdfs:domain	<http://www.w3.org/ns/locn#Address> ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"The uppermost administrative unit for the address, almost always a country. The domain of locn:adminUnitL1 is locn:Address and the range is a literal, conceptually defined by the INSPIRE Geographical Name data type."@en ;
	<http://purl.org/dc/terms/identifier>	"locn:adminUnitL1" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en ;
	<http://purl.org/vocab/vann/usageNote>	"Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'United Kingdom' or 'UK' consistently throughout the data set and avoid mixing the two."@en .