reteplayground
Select

The oldest books in the library

YearTitleAuthor
1439[Blockbook] Calendari…Johannes de Gamundia
1450Theatrum Chemicum — A…Various
1467Book of Hours — Maste…Masters of the Dark E…
1470Book of Hours — Dutch…Unknown
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 30 rows · 154 ms · 256.0 KB of 58.1 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> SELECT ?year ?title ?author WHERE { ?b a schema:Book ; schema:datePublished ?year ; rdfs:label ?title ; dct:creator ?author } ORDER BY ?year LIMIT 30

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