pandemic (E184)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | pandemic | entity schema of a pandemic | global pandemic | edit |
da | pandemi | edit | ||
de | Pandemie | Entity-Schema für eine Pandemie | edit | |
es | pandemia | esquema de entidades tipo pandemia | edit | |
fr | pandémie | edit | ||
it | pandemia | edit | ||
ja | パンデミック | パンデミック記述用のスキーマ | edit | |
pt-br | pandemia | esquema de entidades para pandemia | edit | |
sv | pandemi | entitetsschema för pandemi | edit | |
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
}