元のWordnet検索を見て、[表示オプション:字句ファイル情報を表示]を選択すると、字句ファイルと呼ばれる非常に便利な単語の分類が表示されます。たとえば、「充填」の場合:
<noun.substance>S: (n) filling, fill (any material that fills a space or container)
<noun.process>S: (n) filling (flow into something (as a container))
<noun.food>S: (n) filling (a food mixture used to fill pastry or sandwiches etc.)
<noun.artifact>S: (n) woof, weft, filling, pick (the yarn woven across the warp yarn in weaving)
<noun.artifact>S: (n) filling ((dentistry) a dental appliance consisting of ...)
<noun.act>S: (n) filling (the act of filling something)
括弧内の最初のものは「字句ファイル」です。残念ながら、この情報を提供するSPARQLエンドポイントを見つけることができませんでした
Wordnet 3.0の最新のRDF翻訳は、次の2つのことを示しています。
TalisSPARQLエンドポイント。たとえば、このクエリを使用して、そのような情報がないことを確認します。
DESCRIBE <http://purl.org/vocabularies/princeton/wn30/synset-chair-noun-1>
W3Cのマッピングの説明。付録D「変換の詳細」では、役立つ情報について説明しています
wn:classifiedByTopic
。しかし、それは字句ファイルと同じではなく、かなり不完全です。たとえば、「椅子」には何もありませんが、「完成」の感覚の1つは、トピック「アメリカンフットボール」にあります。DESCRIBE <http://purl.org/vocabularies/princeton/wn30/synset-completion-noun-1>
-><j.1:classifiedByTopic rdf:resource="http://purl.org/vocabularies/princeton/wn30/synset-American_football-noun-1"/>
質問:字句ファイル情報を提供するパブリックWordnetクエリAPIまたはデータベースはありますか?