reteplayground
Select

The largest manuscripts

ManuscriptHeightWidth
Badische Landesbibliothek — A…41.528.0
Stiftsbibliothek — 90439.028.5
Biblioteca Medicea Laurenzian…36.728.0
Biblioteca Ambrosiana — C 301…35.023.0
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 3.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?manuscript ?height ?width WHERE { ?m wdt:P2048 ?height ; wdt:P2049 ?width ; rdfs:label ?manuscript . } ORDER BY DESC(?height) LIMIT 25

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