Strabon

view testsuite/src/test/resources/stSPARQL/BufferTest/BufferTestFilter.rq @ 1128:b297e773ff56

added ogc prefix in testsuite/src/test/resources/prefixes
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Mon Apr 29 18:02:57 2013 +0300 (2013-04-29)
parents 74b13188f8b2
children
line source
1 select ?g1
2 where
3 {
4 <http://example.org/id/Point/5531> <http://example.org/ontology/hasGeometry> ?g1 .
5 FILTER(strdf:within(?g1, strdf:buffer(?g1, 30, ogc:metre)))
6 }