reteplayground
Select

Federation: authority links across BNE + BnF

SELECT ?person ?viaf WHERE {
  ?person owl:sameAs ?viaf .
  FILTER(CONTAINS(STR(?viaf), "viaf.org"))
} LIMIT 100
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 owl: <http://www.w3.org/2002/07/owl#> SELECT ?person ?viaf WHERE { ?person owl:sameAs ?viaf . FILTER(CONTAINS(STR(?viaf), "viaf.org")) } LIMIT 100

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