@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#postName>
	rdf:type	rdf:Property ;
	rdfs:label	"post name"@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 key postal division of the address, usually the city. (INSPIRE's definition is \"One or more names created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points.\"). The domain of locn:postName is locn:Address."@en ;
	<http://purl.org/dc/terms/identifier>	"locn:postName" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en .