2020 coronavirus pandemic local outbreaks (E188)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | 2020 coronavirus pandemic local outbreaks | entity schema of 2020 coronavirus pandemic local outbreaks | edit | |
es | Brote local de la pandemia de coronavirus de 2020 | Esquema de brote local de la pandemia de coronavirus de 2020 | edit | |
fi | 2020 koronaviruspandemian paikallinen epidemia | edit | ||
ja | 2020コロナウイルスパンデミック | 2020コロナウイルスパンデミック記述用のスキーマ | edit | |
ms | kerebakan tempatan pandemik koronavirus 2020 | skema entiti kerebakan tempatan pandemik koronavirus 2020 | edit | |
pt-br | surto local da pandemia de coronavirus de 2020 | esquema para surtos locais da pandemia de coronavirus de 2020 | edit |
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 ] ;
}