@Q: RETURN GEO_MULTILINESTRING([ [[100.0, 0.0], [101.0, 1.0]], [[102.0, 2.0], [101.0, 2.3]] ]) @R [ { "type": "MultiLineString", "coordinates": [ [ [ 100, 0 ], [ 101, 1 ] ], [ [ 102, 2 ], [ 101, 2.3 ] ] ] } ]