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

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

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

select distinct (geof:intersection(?xGeom, ?yGeom) as ?s)
where {
	?x geo:asWKT ?xGeom.
	?y geo:asWKT ?yGeom.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy