reteplayground
Aggregate

Time: expeditions by start year

SELECT ?year ?expedition WHERE { ?e ex:startYear ?year ; …
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 6 dated item(s) · 1897–1914 · 1.6 ms · no server, no download — the query runs in your browser.

The query

PREFIX ex: <http://ex/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?year ?expedition WHERE { ?e ex:startYear ?year ; rdfs:label ?expedition }

rete playground · documentation · github.com/caviri/rete