@Q: RETURN GEO_POLYGON([ [0.0, 0.0], [7.5, 2.5], [0.0, 5.0] ]) @R [ { "coordinates": [ [ [ 0, 0 ], [ 7.5, 2.5 ], [ 0, 5 ] ] ], "type": "Polygon" } ]