Strabon
changeset 1109:d6daf78d6529
Added rcc8Ntppi test.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Fri Apr 26 21:07:31 2013 +0300 (2013-04-26) |
parents | 927496bafa66 |
children | e4e634998fbd |
files | testsuite/src/test/resources/geoSPARQL/Rcc8SpatialRelationsTest/Rcc8NtppiTest.rq testsuite/src/test/resources/geoSPARQL/Rcc8SpatialRelationsTest/Rcc8NtppiTest.srx |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testsuite/src/test/resources/geoSPARQL/Rcc8SpatialRelationsTest/Rcc8NtppiTest.rq Fri Apr 26 21:07:31 2013 +0300 1.3 @@ -0,0 +1,10 @@ 1.4 +SELECT ?x ?y 1.5 +WHERE 1.6 +{ 1.7 +?x geo:hasGeometry ?geom1. 1.8 +?geom1 geo:asWKT ?g1. 1.9 + 1.10 +?y geo:hasGeometry ?geom2. 1.11 +?geom2 geo:asWKT ?g2. 1.12 + 1.13 +FILTER((geof:rcc8ntppi(?g1, ?g2)))} 1.14 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/testsuite/src/test/resources/geoSPARQL/Rcc8SpatialRelationsTest/Rcc8NtppiTest.srx Fri Apr 26 21:07:31 2013 +0300 2.3 @@ -0,0 +1,9 @@ 2.4 +<?xml version='1.0' encoding='UTF-8'?> 2.5 +<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 2.6 + <head> 2.7 + <variable name='x'/> 2.8 + <variable name='y'/> 2.9 + </head> 2.10 + <results> 2.11 + </results> 2.12 +</sparql> 2.13 \ No newline at end of file