Strabon
diff testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/DifferenceTest.rq @ 1217:f4bec2b78f1f
Added stSPARQL's Spatial Analysis Functions Tests.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Tue Jul 16 18:32:54 2013 +0300 (2013-07-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/DifferenceTest.rq Tue Jul 16 18:32:54 2013 +0300 1.3 @@ -0,0 +1,6 @@ 1.4 +select (strdf:difference(?g1, ?g2) as ?difference) 1.5 +where 1.6 +{ 1.7 +ex:B ex:hasGeometry ?g1. 1.8 +ex:A ex:hasGeometry ?g2. 1.9 +} 1.10 \ No newline at end of file