reteplayground
Select

Digitised editions — cover + IIIF

SELECT ?cover ?title ?year ?manifest WHERE {
  ?e schema:image ?cover ; rdfs:label ?title ; schema:dat…
  OPTIONAL { ?e u:iiifManifest ?manifest }
}
LIMIT 40
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX u: <https://www.ustc.ac.uk/ontology#> SELECT ?cover ?title ?year ?manifest WHERE { ?e schema:image ?cover ; rdfs:label ?title ; schema:datePublished ?year . OPTIONAL { ?e u:iiifManifest ?manifest } } LIMIT 40

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