@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#locatorDesignator>
	rdf:type	rdf:Property ;
	rdfs:label	"locator designator"@en ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"A number or a sequence of characters that uniquely identifies the locator within the relevant scope(s). The full identification of the locator could include one or more locator designators.\n    "@en ;
	<http://purl.org/dc/terms/identifier>	"locn:locatorDesignator" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"testing"@en .