http://franz.com/ns/allegrograph/3.0/geospatial/fn/latitude

<http://franz.com/ns/allegrograph/3.0/geospatial/fn/latitude>
( point )

Returns the latitude component of a point.

For example:

prefix geofn: <http://franz.com/ns/allegrograph/3.0/geospatial/fn/>
select ?lat {
bind(geofn:toPointLonLat(<http://ex#bar>, 56.0, 42.0) as ?p1 )
bind(geofn:latitude(?p1) as ?lat)
}

point must be bound to a geospatial UPI.

Notes

The following namespace abbreviations are used:

The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.