query-66f4c17358f6e7a0c3c6b0fabedd678a
opere di Pasquale Rizzoli in Certosa, con item su wikidata e con immagine opzionale se si vuole visualizzarla SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P170 wd:Q3897132. ?item wdt:P276 wd:Q3671680 . OPTIONAL { ?item wdt:P18 ?image } . SERVICE wikibase:label { bd:serviceParam wikibase:language "en,it". } }
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 di Pasquale Rizzoli in Certosa, con item su wikidata e con immagine opzionale se si vuole visualizzarla
SELECT ?item ?itemLabel ?image
WHERE {
?item wdt:P170 wd:Q3897132.
?item wdt:P276 wd:Q3671680 .
OPTIONAL { ?item wdt:P18 ?image } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,it". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?image"):::projected
v1("?item"):::projected
c4(["wd:Q3671680"]):::iri
c7(["bd:serviceParam"]):::iri
c2(["wd:Q3897132"]):::iri
c9(["en,it"]):::literal
v1 --"wdt:P170"--> c2
v1 --"wdt:P276"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end