reteplayground
Select

Search every shard's labels for a word

SELECT ?s ?label WHERE {
  ?s rdfs:label ?label .
  FILTER(LANG(?label) = "en") FILTER(CONTAINS(?label, "ob…
} LIMIT 30
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 5 rows · 115.9 s · no server, no download — the query runs in your browser.

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?s ?label WHERE { ?s rdfs:label ?label . FILTER(LANG(?label) = "en") FILTER(CONTAINS(?label, "observatory")) } LIMIT 30

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