All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcases-geosparql.functions.q-envelope.rq Maven / Gradle / Ivy

The newest version!
prefix rdfs: 
prefix geo: 
prefix geof: 

select distinct (geof:envelope(?xGeom) as ?s)
where {
	?x geo:asWKT ?xGeom.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy