rete
playground
Select
The largest manuscripts
Manuscript
Height
Width
Badische Landesbibliothek — A…
41.5
28.0
Stiftsbibliothek — 904
39.0
28.5
Biblioteca Medicea Laurenzian…
36.7
28.0
Biblioteca Ambrosiana — C 301…
35.0
23.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