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

rdfs:isDefinedBy
	rdfs:subPropertyOf	rdfs:seeAlso .
rdfs:seeAlso
	rdf:type	rdf:Property ;
	rdfs:label	"seeAlso" , "geographic identifier"@en ;
	rdfs:domain	rdfs:Resource ;
	rdfs:range	rdfs:Resource ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"Further information about the subject resource." , "rdfs:seeAlso fully represents the ISA Programme Location Core Vocabulary concept of a geographic identifier."@en ;
	<http://purl.org/dc/terms/identifier>	"rdfs:seeAlso" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"unstable"@en ;
	<http://purl.org/vocab/vann/usageNote>	"Used in the ISA Programme Location Core Vocabulary to provide a URI that identifies the location. This should be expressed using the rdfs:seeAlso property unless the identifier is already the subject of the description. Examples include URIs from GeoNames.org and DBpedia such as http://dbpedia.org/resource/ISO_3166-2:XX where XX is the ISO 3166 two character code for a country."@en .