query-794e88c94eb6f714b58685771e148afd

rq turtle/ttl

title:Id presenti in elementi di opere SELECT ?work ?id WHERE { ?work wdt:P8750 ?id . ?work wdt:P31/wdt:P279* wd:Q47461344 . }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:Id presenti in elementi di opere
SELECT ?work ?id
WHERE {
  ?work wdt:P8750 ?id .
  ?work wdt:P31/wdt:P279* wd:Q47461344 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?id"):::projected v1("?work"):::projected a1((" ")) c4(["wd:Q47461344"]):::iri v1 --"wdt:P8750"--> v2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4