pandemic (E184)

language codelabeldescriptionaliasesedit
enpandemicentity schema of a pandemicglobal pandemicedit
dapandemiedit
dePandemieEntity-Schema für eine Pandemieedit
espandemiaesquema de entidades tipo pandemiaedit
frpandémieedit
itpandemiaedit
jaパンデミックパンデミック記述用のスキーマedit
pt-brpandemiaesquema de entidades para pandemiaedit
svpandemientitetsschema för pandemiedit
yue瘟疫大流行瘟疫 | 疫症大流行edit
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wd: <http://www.wikidata.org/entity/>

start = @<pandemic>

<pandemic>  EXTRA wdt:P31  {
  wdt:P31 [ wd:Q12184  ] ;# instance of a pandemic
  wdt:P580 .{1} ;#start time of the pandemic
  wdt:P582 .{1} ;#end time of the pandemic
  wdt:P1120 .* ;# number of deaths
  wdt:P1603 .* ;# number of cases
  wdt:P8010 .* ;# number of recoveries
  wdt:P828 .* ;# has cause
}