query-f7104c53964458beb30460a3981dd784

rq turtle/ttl

People with nationality: China and another nationality

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?wd WHERE {
?wd wdt:P27 wd:Q29520.
?wd wdt:P27 ?country FILTER (?country != wd:Q29520).
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?country") v2("?wd"):::projected c1(["wd:Q29520"]):::iri f0[["?country != 'wd:Q29520'"]] f0 --> v1 v2 --"wdt:P27"--> c1 v2 --"wdt:P27"--> v1