query-f8d41c1d5cb796312a36c0c215edc68c

rq turtle/ttl

Edges (basic)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT (?p as ?Source) (?w AS ?Target)
WHERE 
{
  ?p wdt:P31 wd:Q98270496 . 
  ?p wdt:P1416 ?w .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Source") v4("?Target") v1("?p"):::projected v2("?w"):::projected c2(["wd:Q98270496"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P1416"--> v2 bind0[/"?p"/] v1 --o bind0 bind0 --as--o v3 bind1[/"?w"/] v2 --o bind1 bind1 --as--o v4