User:Mcarondiotte/Disasters

From Wikidata
Jump to navigation Jump to search
#title: Natual Disasters
SELECT DISTINCT ?item ?itemLabel ?deaths ?cost ?date ?starttime ?endtime ?geo ?location WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q8065.
  OPTIONAL { ?item wdt:P1120 ?deaths } .
  OPTIONAL { ?item wdt:P2630 ?cost } .
  OPTIONAL { ?item wdt:P585 ?date } .
  OPTIONAL { ?item wdt:P580 ?starttime } .
  OPTIONAL { ?item wdt:P582 ?endtime } .
  OPTIONAL { ?item wdt:P625 ?geo } .
  OPTIONAL { ?item wdt:P276/wdt:P625 ?location } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Natual Disasters