@Q: RETURN GEO_LINESTRING([ [35, 10], [45, 45] ]) @R [ { "coordinates": [ [ 35, 10 ], [ 45, 45 ] ], "type": "LineString" } ]