query-4fbf065b600a3337ecb627642fe240e5

rq turtle/ttl

Taiwanese badminton player

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 ?item ?itemLabel ?itemDescription
WHERE 
{
  ?item wdt:P1532 wd:Q216923. # 體育代表國: 中華台北
  ?item wdt:P106 wd:Q13141064. # 職業: 羽毛球運動員
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # 取得你的语言的标签,如无则取英文
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q13141064"]):::iri c2(["wd:Q216923"]):::iri v1 --"wdt:P1532"--> c2 v1 --"wdt:P106"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end