reteplayground
Path

Instance-of statements (P31)

SELECT ?s ?type WHERE {
  ?s wdt:P31 ?type .
} 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/> SELECT ?s ?type WHERE { ?s wdt:P31 ?type . } LIMIT 50

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