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