query-f177aa7dd61283f21af960fb0047b66b
title:Id presenti in elementi di case editrici SELECT ?publisher ?id WHERE { ?publisher wdt:P8750 ?id . ?publisher wdt:P31/wdt:P279* wd:Q2085381 . }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:Id presenti in elementi di case editrici
SELECT ?publisher ?id
WHERE {
?publisher wdt:P8750 ?id .
?publisher wdt:P31/wdt:P279* wd:Q2085381 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?id"):::projected
v1("?publisher"):::projected
a1((" "))
c4(["wd:Q2085381"]):::iri
v1 --"wdt:P8750"--> v2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4