query-13f7ed9f49e877ee80f5b90971956a79
title:Articoli con argomento principale "Partito Comunista Italiano" e un identificativo del Polo Bibliografico della ricerca SELECT DISTINCT ?articolo ?articoloLabel WHERE { ?articolo wdt:P31 wd:Q191067 . ?articolo wdt:P921 wd:Q461886 . ?articolo wdt:P9598 ?value. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?articoloLabel
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Articoli con argomento principale "Partito Comunista Italiano" e un identificativo del Polo Bibliografico della ricerca
SELECT DISTINCT ?articolo ?articoloLabel
WHERE {
?articolo wdt:P31 wd:Q191067 .
?articolo wdt:P921 wd:Q461886 .
?articolo wdt:P9598 ?value.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?articoloLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?articolo"):::projected
v1("?articoloLabel"):::projected
v3("?value")
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q191067"]):::iri
c4(["wd:Q461886"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P921"--> c4
v2 --"wdt:P9598"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end