Strabon

annotate testsuite/src/test/resources/geoSPARQL/QueryFunctionsTest/BufferWithConstantTest.rq @ 1552:0e334dc20181

bug in google maps key
author Dimitris Bilidas <d.bilidas@di.uoa.gr>
date Mon Nov 09 18:09:06 2020 +0200 (2020-11-09)
parents 0ee7d82135bf
children
rev   line source
sgian@1264 1 select (geof:buffer("<http://www.opengis.net/def/crs/EPSG/0/2100> POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WktLiteral>, 1, ogc:degree) as ?buffer)
sgian@1264 2 where
sgian@1264 3 {
sgian@1426 4 <http://example.org#A> geo:hasGeometry ?geom .
sgian@1264 5 ?geom geo:asWKT ?g.
sgian@1264 6 }