query-2ed982a6d369937214e92eb24ed65188
Sepolti in Certosa di Bologna con immagini della tomba nell'elemento wikidata
Domanda: perché non posso selezionare image grid a sx in alto alla lista dei risultati?
SELECT DISTINCT ?item ?itemLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } { SELECT DISTINCT ?item WHERE { ?item wdt:P119 wd:Q3671680. ?item p:P1442 ?statement0. ?statement0 (ps:P1442) _:anyValueP1442.
}
LIMIT 100
} }
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Sepolti in Certosa di Bologna con immagini della tomba nell'elemento wikidata
#Domanda: perché non posso selezionare image grid a sx in alto alla lista dei risultati?
SELECT DISTINCT ?item ?itemLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
{
SELECT DISTINCT ?item WHERE {
?item wdt:P119 wd:Q3671680.
?item p:P1442 ?statement0.
?statement0 (ps:P1442) _:anyValueP1442.
}
LIMIT 100
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?statement0")
a1((" "))
c6(["wd:Q3671680"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:direct/P119"--> c6
v1 --"p:P1442"--> v2
v2 --"p:statement/P1442"--> a1