com.bigdata.rdf.sparql.ast.eval.geo-rectangle-realworld.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
PREFIX geo:
PREFIX example:
SELECT * WHERE {
SERVICE geo:search {
?event geo:search "inRectangle" .
?event geo:predicate example:happened .
?event geo:spatialRectangleSouthWest "47.55793#7.58899" . # Basel
?event geo:spatialRectangleNorthEast "48.56420#13.42620" . # Passau
?event geo:timeStart "0" . # 01.01.2013, 00:00:00
?event geo:timeEnd "1388530799" . # 31.12.2013, 23:59:59
?event geo:locationAndTimeValue ?locationAndTime .
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy