testcases-geosparql.functions.q-envelope.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:envelope(?xGeom) as ?s)
where {
?x geo:asWKT ?xGeom.
}