@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#addressArea>
	rdf:type	rdf:Property ;
	rdfs:label	"address area"@en ;
	rdfs:domain	<http://www.w3.org/ns/locn#Address> ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"The name or names of a geographic area or locality that groups a number of addressable objects for addressing purposes, without being an administrative unit. This would typically be part of a city, a neighbourhood or village. The domain of locn:addressArea is locn:Address."@en ;
	<http://purl.org/dc/terms/identifier>	"locn:addressArea" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en .