query-6cab26c3fa486bb238f78dbaa5bf6b4b
在联合国及其附属单位工作的中国人 [查询]
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 DISTINCT ?item ?itemLabel
WHERE
{
BIND (wd:Q148 as ?rpc)
BIND (wdt:P31 as ?instanceof)
BIND (wdt:P108 as ?employer)
BIND (wdt:P27 as ?coutry)
BIND (wd:Q15925165 as ?UN)
VALUES ?cn {wd:Q148 wd:Q8646 wd:Q14773}
?item ?employer ?group.
?group ?instanceof ?UN.
?item ?coutry ?cn.
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;
v5("?UN")
v6("?cn")
v4("?coutry")
v3("?employer")
v8("?group")
v2("?instanceof")
v7("?item"):::projected
v1("?rpc")
c2(["bd:serviceParam"]):::iri
c4(["zh"]):::literal
bind0[/"'wd:Q148'"/]
bind0 --as--o v1
bind1[/"'wdt:P31'"/]
bind1 --as--o v2
bind2[/"'wdt:P108'"/]
bind2 --as--o v3
bind3[/"'wdt:P27'"/]
bind3 --as--o v4
bind4[/"'wd:Q15925165'"/]
bind4 --as--o v5
bind5[/VALUES ?cn/]
bind5-->v6
bind50(["wd:Q148"])
bind50 --> bind5
bind51(["wd:Q8646"])
bind51 --> bind5
bind52(["wd:Q14773"])
bind52 --> bind5
v7 -->v3--> v8
v8 -->v2--> v5
v7 -->v4--> v6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end