query-a59f220cc5c8972bdb7e5dff52750ef7

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
select ?i ?iLabel ?l where {
  ?i wdt:P31 wd:Q31629;
  rdfs:label ?l.
  Filter(lang(?l) = 'en') 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ja" }|

Query found at