query-ea53c8841f8bef5c7fd3348f212a7d29

rq turtle/ttl

Queriesimmagini per tombe aggiunte piĆ¹ facilmente su wikidataesdai il codice a WikiData Free Image Search Tool fai selezione cobn PetScan es ID 29123664 wikidata query

Use at

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#>
#defaultView:Map
#opere di Pasquale Rizzoli in Certosa, con item su wikidata e con immagine e coordinate opzionali se si vuole visualizzare la mappa con ImageGrid o con Map
SELECT ?item ?itemLabel ?image ?itemcoord
WHERE {
 ?item wdt:P170 wd:Q3897132.
  ?item wdt:P276 wd:Q3671680 .
 OPTIONAL { ?item wdt:P625 ?itemcoord } .
 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; v3("?image"):::projected v1("?item"):::projected v2("?itemcoord"):::projected c4(["wd:Q3671680"]):::iri c8(["bd:serviceParam"]):::iri c2(["wd:Q3897132"]):::iri c10(["en,it"]):::literal v1 --"wdt:P170"--> c2 v1 --"wdt:P276"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end