DBpedia Japaneseの東京都のURIのラベルを日本語で取得したい場合は以下のSPARQL文
select * where {
http://ja.dbpedia.org/resource/東京都 http://www.w3.org/2000/01/rdf-schema#label ?tokyo_label .
filter(LANG(?tokyo_label) = 'ja')
}
英語の場合は'ja'を'en'に変更
Go to list of users who liked
More than 5 years have passed since last update.
DBpedia Japaneseの東京都のURIのラベルを日本語で取得したい場合は以下のSPARQL文
select * where {
http://ja.dbpedia.org/resource/東京都 http://www.w3.org/2000/01/rdf-schema#label ?tokyo_label .
filter(LANG(?tokyo_label) = 'ja')
}
英語の場合は'ja'を'en'に変更
Register as a new user and use Qiita more conveniently
Go to list of users who liked