Sparql 查询 Sparql 查询
我需要使用 sparql 查询 dbpedia:
input: name of a person 输出: 姓氏、性别、年龄、职业
输入:组织名称 输出: 创始人,如果是公共或私人
输入:日期 输出: 如果是重要日期,例如:基督徒或复活节
输入:城市名称 输出: 城市的州、地区。
I need to query dbpedia using sparql:
input: name of a person
output:
the surname, sex , age, occupationinput: an organization name
output:
the founder, if it is public or privateinput: a date
output:
if it is an important date for Example: christians, or Easterinput: a city name
output:
the state, region of the city.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是#4 的示例
首先,您需要查看 DbPedia 中的城市本体类别。
city 被描述为 city
然后你可以通过过滤子句来获取你想要的城市。
Here is an example for #4
First you need to look at the Ontology Class of City in DbPedia.
city is described as city
Then you can the filter clause to get the city you want.
我想我需要首先了解资源,但是例如
对于 1. 我可以做...
我正在检查其他人
i think i need to know the resource first but for example
for the 1. i can do ...
im checking the others