reteplayground
Select

Entities by their French label

SELECT ?entity ?label WHERE {
  ?entity rdfs:label ?label . 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#> SELECT ?entity ?label WHERE { ?entity rdfs:label ?label . FILTER(LANG(?label) = "fr") } LIMIT 100

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