@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#adminUnitL2>
	rdf:type	rdf:Property ;
	rdfs:label	"admin unit level 2"@en ;
	rdfs:domain	<http://www.w3.org/ns/locn#Address> ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"The region of the address, usually a county, state or other such area that typically encompasses several localities. The domain of  locn:adminUnitL2 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:adminUnitL2" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en .