reteplayground
Aggregate

Datable manuscripts over time

SELECT ?manuscript ?date WHERE {
  ?m wdt:P571 ?date ; rdfs:label ?manuscript .
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 598 dated item(s) · 401–1611 · 16 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 ?date WHERE { ?m wdt:P571 ?date ; rdfs:label ?manuscript . }

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