Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →50 rows · 27.0 s · 23.0 MB of 196.5 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX ethz: <https://w3id.org/rete/ethz#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dcterms: <http://purl.org/dc/terms/>
SELECT ?t ?title ?y WHERE {
?t a ethz:DoctoralThesis ; rdfs:label ?title ; dcterms:issued ?y .
} ORDER BY DESC(?y) LIMIT 50