Strabon

view testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/BufferDegreesTest.rq @ 1412:8dc244d8f18a

corrected some tests that were expecting the default SRID (4326) for WKT literals; from now, we do not include such URI, since this is the default and is assumed
author Babis Nikolaou <charnik@di.uoa.gr>
date Mon Sep 22 13:12:18 2014 +0300 (2014-09-22)
parents 9efe53019595
children
line source
1 select (strdf:buffer(?g, 1, ogc:degree) as ?buffer)
2 where
3 {
4 ex:A ex:hasGeometry ?g.
5 }