reteplayground
Select

Authority names across languages

SELECT ?label ?altLabel WHERE {
  ?e rdfs:label ?label ; skos:altLabel ?altLabel .
  FILTER(LANG(?label) = "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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?label ?altLabel WHERE { ?e rdfs:label ?label ; skos:altLabel ?altLabel . FILTER(LANG(?label) = "fr") } LIMIT 100

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