query-8fed55a2b7c3b7f1ecc34b5955cfaaa6

rq turtle/ttl

原始列表 (+ 所属国家)

Use at

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 ?human ?humanLabel ?country ?countryLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "zh,[AUTO_LANGUAGE],". }
  ?human (wdt:P166/(wdt:P279*)) wd:Q7191;
    wdt:P31 wd:Q5;
    wdt:P27 ?country.
}
LIMIT 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?country"):::projected v1("?human"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c4(["zh,#91;AUTO_LANGUAGE#93;,"]):::literal c9(["wd:Q5"]):::iri c7(["wd:Q7191"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P166"--> a1 a1 --"wdt:P279"--> c7 v1 --"wdt:P31"--> c9 v1 --"wdt:P27"--> v2