reteplayground
Select

An author's links out (Wikipedia, VIAF, DBpedia)

SELECT ?link WHERE {
  ?s bne:P5001 "Cervantes Saavedra, Miguel de" .
  { ?s owl:sameAs ?link } UNION { ?s rdfs:seeAlso ?link }
} LIMIT 50
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 bne: <https://datos.bne.es/def/> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?link WHERE { ?s bne:P5001 "Cervantes Saavedra, Miguel de" . { ?s owl:sameAs ?link } UNION { ?s rdfs:seeAlso ?link } } LIMIT 50

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