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

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

Returns the Cartesian y component of a point.

For example:

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

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.