<http://franz.com/ns/allegrograph/5.0/geo/nd/fn#ordinatesToValue>
( value &rest keys-and-values )

Encodes a list of keys and values into an n-Dimensional literal.

For example, if http://example.com/phone-calls#phoneCallTargetLocation is an n-Dimensional subtype defined with time, latitude, and longitude, then the following expression would encode the tuple into the literal bound to ?plist:

bind(ndfn:ordinatesToValue(
<http://example.com/phone-calls#phoneCallTargetLocation>,
:time, ?time, :longitude, 37.8, :longitude, -122.5) as ?plist)

Note that this assumes the usual default namespaces and that ?time has been bound previously in the query.

Notes

The following namespace abbreviations are used:

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