reteplayground
Path

★ SPARQL SERVICE: scholars' lifespans from live Wikidata

ScholarBornDied
Isidore0560-01-01T00:00:00Z0636-04-07T00:00:00Z
John Scottus/Eriugena0800-01-01T00:00:00Z0877-01-01T00:00:00Z
Sedulius Scottus0801-01-01T00:00:00Z0875-01-01T00:00:00Z
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 3 rows · 173 ms · no server, no download — the query runs in your browser.

The query

PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> SELECT ?person ?born ?died WHERE { ?p owl:sameAs ?wd ; rdfs:label ?person . SERVICE <https://query.wikidata.org/sparql> { VALUES ?wd { <http://www.wikidata.org/entity/Q166876> <http://www.wikidata.org/entity/Q184500> <http://www.wikidata.org/entity/Q2609522> } ?wd wdt:P569 ?born . OPTIONAL { ?wd wdt:P570 ?died } } }

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