@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
geo:lat	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
geo:lat	rdfs:comment	"The latitude of a Location as defined in the WGS84 Geo\n          Positioning ontology."@en ;
	rdfs:label	"Latitude"@en .