reteplayground
Path

Subclasses of a class (with names)

SELECT ?sub ?name WHERE {
  ?sub wdt:P279 <http://www.wikidata.org/entity/Q515> .
  OPTIONAL { ?sub rdfs:label ?name . FILTER(LANG(?name) =…
} 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 wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?sub ?name WHERE { ?sub wdt:P279 <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?sub rdfs:label ?name . FILTER(LANG(?name) = "en") } } LIMIT 50

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