query-fa20c632e696f609ce063a889f9546c2
ItemsCOVID-19 (Q84263196)SARS-CoV-2 (Q82069695)COVID-19 pandemic (Q81068910)
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?lang (COUNT(*) AS ?count) WHERE {
{?x ?prop wd:Q84263196.} UNION {?x ?prop wd:Q82069695.} UNION {?x ?prop wd:Q81068910.}
?x rdfs:label ?label.
BIND(LANG(?label) AS ?lang)
}
GROUP BY ?lang
ORDER BY DESC(?count)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?count")
v4("?label")
v5("?lang"):::projected
v3("?prop")
v2("?x")
c1(["wd:Q84263196"]):::iri
c2(["wd:Q82069695"]):::iri
c3(["wd:Q81068910"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 -->v3--> c3
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 -->v3--> c2
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 -->v3--> c1
end
union0r <== or ==> union0l
end
v2 --"rdfs:label"--> v4
bind0[/"?label"/]
v4 --o bind0
bind0 --as--o v5
bind2[/"count(*)"/]
bind2 --as--o v6