reteplayground
Select

★ Entities across all 6 shards

SELECT ?s ?label ?desc WHERE {
  ?s rdfs:label ?label ; schema:description ?desc .
  FILTER(LANG(?label) = "en") FILTER(LANG(?desc) = "en")
} LIMIT 40
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 schema: <http://schema.org/> SELECT ?s ?label ?desc WHERE { ?s rdfs:label ?label ; schema:description ?desc . FILTER(LANG(?label) = "en") FILTER(LANG(?desc) = "en") } LIMIT 40

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