2020 coronavirus pandemic local outbreaks (E188)

From Wikidata
Jump to navigation Jump to search
language codelabeldescriptionaliasesedit
en2020 coronavirus pandemic local outbreaksentity schema of 2020 coronavirus pandemic local outbreaksedit
esBrote local de la pandemia de coronavirus de 2020Esquema de brote local de la pandemia de coronavirus de 2020edit
fi2020 koronaviruspandemian paikallinen epidemiaedit
ja2020コロナウイルスパンデミック2020コロナウイルスパンデミック記述用のスキーマedit
mskerebakan tempatan pandemik koronavirus 2020skema entiti kerebakan tempatan pandemik koronavirus 2020edit
pt-brsurto local da pandemia de coronavirus de 2020esquema para surtos locais da pandemia de coronavirus de 2020edit
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>

start = @<outbreak>

# Example SPARL query: select * { ?item p:P31 [ps:P31 wd:Q3241045 ; pq:P642 wd:Q84263196 ]  } LIMIT 5


<outbreak> {
  p:P31 @<covidpandemic> ;#outbreak related to COVID-19

# Core properties

  wdt:P17 .{1} ;# country (caution: this property is used in many different ways) 
  wdt:P1603 .{1} ;# number of cases
  wdt:P580 .{1} ;# start time

# Important, optional properties
  wdt:P1120 .* ;# number of deaths
  wdt:P8011 .* ;# number of clinical tests
  wdt:P8010 .* ;# number of recoveries
  wdt:P8045 .* ;# organized responses related to this event
  wdt:P276 .* ;# location

# Other compatible optional properties
  wdt:P361 .* ;# part of which larger outbreak
  wdt:P527 .* ;# smaller outbreaks part of this one
  wdt:P1846 .* ;# distribution map
  wdt:P373 .* ;# Commons category
  wdt:P3984 .* ;# subreddit
  wdt:P2572 .* ;# hashtag
  wdt:P1660 .* ;# has index case

}

<covidpandemic> {
  ps:P31 [ wd:Q3241045  ] ;
  pq:P642 [ wd:Q84263196  ] ;
}