query-3e8fda5929676dca068016d2ca82da56

rq turtle/ttl

Disasters by location and disaster type Karte von Katastrophen Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Carte des catastrophes naturelles, colorisée selon le type de catastropheCarte des catastrophes naturelles (couleur selon le type) Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Kaarten van rampen, gecodeerd volgens het type rampKaart van rampen, gecodeerd in kleur volgens het type ramp Karta över olyckor, färgkodade efter olyckstypKarta över olyckor färgkodade efter olyckstyp Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type Map of disasters, color-coded by disaster typeMap of disasters color-coded by disaster type

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{"layer":"?typeLabel"}
SELECT ?item ?itemLabel ?geo ?type ?typeLabel (SAMPLE(?_image) AS ?image) WHERE {
  ?type wdt:P279* wd:Q3839081 .
  ?item wdt:P31 ?type ;
        wdt:P625 ?geo .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  OPTIONAL { ?item wdt:P18 ?_image }
}
GROUP BY ?item ?itemLabel ?geo ?type ?typeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?_image"):::projected v3("?geo"):::projected v5("?image") v2("?item"):::projected v1("?type"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q3839081"]):::iri v1 --"wdt:P279"--> c2 v2 --"wdt:P31"--> v1 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v4 end bind1[/"sample(?_image)"/] v4 --o bind1 bind1 --as--o v5