@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#geographicName>
	rdf:type	rdf:Property ;
	rdfs:label	"geographic name"@en ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"\nA geographic name is a proper noun applied to a spatial object. Taking the example used in the relevant INSPIRE data specification (page 18), the following are all valid geographic names for the Greek capital:\n- \u0391\u03B8\u03AE\u03BD\u03B1 (the Greek endonym written in the Greek script)\n- Ath\u00EDna (the standard Romanisation of the endonym)\n- Athens (the English language exonym)\nFor INSPIRE-conformant data, provide the metadata for the geographic name using a skos:Concept as a datatype.\n"@en ;
	<http://purl.org/dc/terms/identifier>	"locn:geographicName" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en ;
	<http://www.w3.org/2007/05/powder-s#describedby>	<https://joinup.ec.europa.eu/node/55858> .