@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#location>
	rdf:type	rdf:Property ;
	rdfs:label	"location"@en ;
	rdfs:range	<http://purl.org/dc/terms/Location> ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"The location property links any resource to the Location Class. Asserting the location relationship implies only that the domain has some connection to a Location in time or space. It does not imply that the resource is necessarily at that location at the time when the assertion is made."@en ;
	<http://purl.org/dc/terms/identifier>	"locn:location" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en .