reteplayground
Select

BNE authorities that bridge to data.bnf.fr

SELECT ?name ?bnf WHERE {
  ?p bne:P5001 ?name ; owl:sameAs ?bnf .
  FILTER(STRSTARTS(STR(?bnf), "http://data.bnf.fr/"))
} 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#> PREFIX bne: <https://datos.bne.es/def/> SELECT ?name ?bnf WHERE { ?p bne:P5001 ?name ; owl:sameAs ?bnf . FILTER(STRSTARTS(STR(?bnf), "http://data.bnf.fr/")) } LIMIT 100

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