query-b1fe2900e246040c21914955b2679306
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 {
{wd:Q84263196 ?prop ?x.} UNION {wd:Q82069695 ?prop ?x.} UNION {wd:Q81068910 ?prop ?x.}
?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
v2("?prop")
v3("?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;
c3 -->v2--> v3
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
c2 -->v2--> v3
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
c1 -->v2--> v3
end
union0r <== or ==> union0l
end
v3 --"rdfs:label"--> v4
bind0[/"?label"/]
v4 --o bind0
bind0 --as--o v5
bind2[/"count(*)"/]
bind2 --as--o v6