query-d1e881dfa86dca78dbdce57dc486b148

rq turtle/ttl

所有获得 SELECT ?human ?humanLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } #诺贝尔奖 ?human (wdt:P166/(wdt:P279*)) wd:Q7191. # 的人类 ?human wdt:P31 wd:Q5. } LIMIT 10000

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 WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   #诺贝尔奖
  ?human (wdt:P166/(wdt:P279*)) wd:Q7191.
  #  的人类
  ?human wdt:P31 wd:Q5.
}
LIMIT 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?human"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c9(["wd:Q5"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal 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