query-74e79a8165c22845c14651451fd5594b
Chinese badminton players
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item wdt:P106 wd:Q13141064 .
{ ?item wdt:P27 wd:Q148. }
UNION
{ ?item wdt:P27 wd:Q865. }
UNION
{ ?item wdt:P27 wd:Q14773. }
UNION
{ ?item wdt:P27 wd:Q8646. }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "zh" .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["wd:Q148"]):::iri
c6(["wd:Q14773"]):::iri
c9(["bd:serviceParam"]):::iri
c5(["wd:Q865"]):::iri
c2(["wd:Q13141064"]):::iri
c11(["zh"]):::literal
c7(["wd:Q8646"]):::iri
v1 --"wdt:P106"--> c2
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;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P27"--> c7
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P27"--> c6
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P27"--> c5
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P27"--> c4
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end