testcases-geosparql.functions.q-difference.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-geosparql-testsuite Show documentation
Show all versions of rdf4j-geosparql-testsuite Show documentation
Test suite for the GeoSPARQL query language
prefix rdfs:
prefix geo:
prefix geof:
select distinct (geof:difference(?xGeom, ?yGeom) as ?s)
where {
?x geo:asWKT ?xGeom.
?y geo:asWKT ?yGeom.
}