query-a2fa7db939664cbb3d05bebef69e4711
Opere nalla collezione Certosa di Bologna - versione 2 SELECT DISTINCT ?item ?itemLabel ?itemDescription WHERE { ?item wdt:P195/wdt:P361* wd:Q3671680 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,it,fr" } . }
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#>
#Opere nalla collezione Certosa di Bologna - versione 2
SELECT DISTINCT ?item ?itemLabel ?itemDescription
WHERE {
?item wdt:P195/wdt:P361* wd:Q3671680
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,it,fr" } .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q3671680"]):::iri
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en,it,fr"]):::literal
v1 --"wdt:P195"--> a1
a1 --"wdt:P361"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end