rete
playground
Geo
Who ruled Paris in 1914?
Territory
France
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
1 row · 41 ms · no server, no download — the query runs in your browser.
The query
PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX geof: <http://www.opengis.net/def/function/geosparql/> PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?territory WHERE { ?t ex:year 1914 ; rdfs:label ?territory ; geo:hasGeometry/geo:asWKT ?w . FILTER(geof:sfContains(?w, "POINT(2.35 48.85)"^^geo:wktLiteral)) }
rete playground
·
documentation
·
github.com/caviri/rete