Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以从 Talis 托管的以下 SPARQL 端点直接对 Wordnet 数据库运行 SPARQL 查询:
其中加载了 Wordnet 的 RDF 版本。另请参阅RDF 中的 Wordnet 3.0。拥有 Wordnet 数据的 RDF 版本允许您直接使用 SPARQL 来查询它。我刚刚对其进行了一些测试,您可以运行类似的命令:
此查询将获得一小部分下位词样本。如果您想从这里获取并学习 SPARQL,我建议您从 Jena/ARQ SPARQL 教程开始。
编辑
在另一个问题中,探索性 SPARQL 查询?,您可以了解如何运行探索性 SPARQL 查询来调查SPARQL 端点背后的数据集结构。
You can run directly SPARQL queries over the Wordnet database from the following SPARQL the endpoint hosted by Talis at:
There's an RDF version of Wordnet loaded in it. Also see Wordnet 3.0 in RDF. Having an RDF version of the Wordnet data allows you to directly use SPARQL to query it. I have just tested it a bit and you can run something like:
This query would get a small sample of hyponyms. If you want to get it from here and learn SPARQL I recommend you as a start the Jena/ARQ SPARQL Tutorial.
Edit
In another question, exploratory SPARQL queries?, you can see how to run Exploratory SPARQL queries to investigate the structure of a dataset behind a SPARQL endpoint.