reteplayground
Select

A profile from the RDA layer (Cervantes)

SELECT ?profession ?birthplace ?period WHERE {
  ?s bne:P5001 "Cervantes Saavedra, Miguel de" ;
     rda:P50104 ?profession ; rda:P50119 ?birthplace ; rd…
} 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 rda: <http://www.rdaregistry.info/Elements/a/> SELECT ?profession ?birthplace ?period WHERE { ?s bne:P5001 "Cervantes Saavedra, Miguel de" ; rda:P50104 ?profession ; rda:P50119 ?birthplace ; rda:P50101 ?period . } LIMIT 50

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