reteplayground
Select

🖼️ Five kinds of cell at once — folio · IIIF · century · year · open ↗

SELECT ?thumb ?manifest ?title ?century ?year ?record WHE…
  ?w b:iiifManifest ?manifest ;
     schema:thumbnailUrl ?thumb ;
     schema:name ?title ;
     schema:url ?record .
  OPTIONAL { ?w dct:date ?century }
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 b: <https://data.bcu-lausanne.ch/> PREFIX dct: <http://purl.org/dc/terms/> SELECT ?thumb ?manifest ?title ?century ?year ?record WHERE { ?w b:iiifManifest ?manifest ; schema:thumbnailUrl ?thumb ; schema:name ?title ; schema:url ?record . OPTIONAL { ?w dct:date ?century } OPTIONAL { ?w schema:startDate ?year } } ORDER BY ?year

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