query-2c3f7b319a7791321194abcbd293fe29

rq turtle/ttl

Query partigianiEcco la query che mi hai chiesto :) TODO

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#>
SELECT ?nome ?nomeLabel ?luogomorte ?luogomorteLabel ?coordinate ?immagine
WHERE {
  wd:Q77238330 wdt:P180 ?nome .
  OPTIONAL { ?nome wdt:P18 ?immagine . }
  OPTIONAL { ?nome wdt:P20 ?luogomorte .
  ?luogomorte wdt:P625 ?coordinate . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coordinate"):::projected v2("?immagine"):::projected v3("?luogomorte"):::projected v1("?nome"):::projected c7(["bd:serviceParam"]):::iri c1(["wd:Q77238330"]):::iri c9(["#91;AUTO_LANGUAGE#93;,it"]):::literal c1 --"wdt:P180"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P20".-> v3 v3 --"wdt:P625"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end