Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィキデータ API でアメリカの州を検索しようとしましたが、結果がありません。
例: http://wdq.wmflabs.org/api?q=claim[150:30]
私は何を間違っていますか?
SPARQL を使用すると、それが可能になります。
SELECT ?state ?stateLabel WHERE { ?state wdt:P31 wd:Q35657. SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }
ここで試してみてください