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

<http://www.w3.org/ns/locn#geometry>
	rdfs:range	<http://www.w3.org/ns/locn#Geometry> .
<http://www.w3.org/ns/locn#Geometry>
	rdf:type	rdfs:Class ;
	rdfs:label	"Geometry"@en ;
	rdfs:isDefinedBy	<http://www.w3.org/ns/locn> ;
	rdfs:comment	"The locn:Geometry class provides the means to identify a location as a point, line, polygon, etc. expressed using coordinates in some coordinate reference system."@en ;
	<http://purl.org/dc/terms/identifier>	"locn:Geometry" ;
	<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>	"unstable"@en ;
	<http://purl.org/vocab/vann/usageNote>	"This class defines the notion of \"geometry\" at the conceptual level, and it shall be encoded by using different formats (see usage note of the locn:geometry property)."@en .