reteplayground
Path

๐ŸŒ The holding libraries on a live-Wikidata map

SELECT DISTINCT ?library ?wkt WHERE {
  ?w fjo:heldBy ?lib .
  ?lib owl:sameAs ?wd ; rdfs:label ?library .
  ?wd wdt:P625 ?wkt .
}
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ 4 rows ยท 267 ms ยท no server, no download โ€” the query runs in your browser.

The query

PREFIX fjo: <https://w3id.org/fuero-juzgo/ontology#> 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 DISTINCT ?library ?wkt WHERE { ?w fjo:heldBy ?lib . ?lib owl:sameAs ?wd ; rdfs:label ?library . ?wd wdt:P625 ?wkt . }

rete playground ยท documentation ยท github.com/caviri/rete