💎 Treasures: the oldest printed books, and where they're kept
Title
Printed
Held at
Monumentum typographicum anni…
1457
EEBO Early English Bo…
But the queene gathering a po…
1459
EEBO Early English Bo…
De oratore" - Subiaco 1465 :…
1465
BCUL site Unithèque
Contractibus mercatorum
1468
The Making of the Mod…
Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →50 rows · 28.4 s · 12.5 MB of 1892.8 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/>
PREFIX b: <https://data.bcu-lausanne.ch/>
SELECT ?title ?date ?lib WHERE {
?w a schema:Book ;
schema:name ?title ;
schema:startDate ?date ;
b:heldAt ?h .
?h schema:name ?lib .
FILTER(?date > 1450)
} ORDER BY ?date LIMIT 50