DBPedia 缺少一些英文摘要和评论
DBPedia missing some English abstracts and comments
我知道 DBpedia 上周发布了新版本。似乎该版本缺少一些英文摘要和评论字段。
例如,上周我拿到了乔治·华盛顿的摘要,现在有八个摘要,但是 none 是英文的。
sparql 查询:
SELECT ?abstract
WHERE {
<http://dbpedia.org/resource/George_Washington> dbo:abstract ?abstract .
FILTER langMatches( lang(?abstract), "en" )
}
也许数据转移到了其他地方?现在对如何获取该数据有什么想法吗?
短期内,你可以试试LOD Cloud Cache (also provided by my employer, OpenLink Software, long-term sponsor of the public DBpedia endpoint) where I've just confirmed you'll currently find the abstract you're looking for。
长期来看,还有multiple GitHub projects/pages for DBpedia. I suggest instead, dbpedia-discussion, @DBpedia, and/or @OpenLink。
丢失的摘要和评论已由 OpenLink 使用 2015-10 数据集中的数据恢复。参见 https://github.com/dbpedia/extraction-framework/issues/486#issuecomment-255142970
受影响最大的语言的摘要已在 DBpedia SPARQL 端点上重新提取、热修复和替换。
我知道 DBpedia 上周发布了新版本。似乎该版本缺少一些英文摘要和评论字段。
例如,上周我拿到了乔治·华盛顿的摘要,现在有八个摘要,但是 none 是英文的。
sparql 查询:
SELECT ?abstract
WHERE {
<http://dbpedia.org/resource/George_Washington> dbo:abstract ?abstract .
FILTER langMatches( lang(?abstract), "en" )
}
也许数据转移到了其他地方?现在对如何获取该数据有什么想法吗?
短期内,你可以试试LOD Cloud Cache (also provided by my employer, OpenLink Software, long-term sponsor of the public DBpedia endpoint) where I've just confirmed you'll currently find the abstract you're looking for。
长期来看,还有multiple GitHub projects/pages for DBpedia. I suggest instead, dbpedia-discussion, @DBpedia, and/or @OpenLink。
丢失的摘要和评论已由 OpenLink 使用 2015-10 数据集中的数据恢复。参见 https://github.com/dbpedia/extraction-framework/issues/486#issuecomment-255142970
受影响最大的语言的摘要已在 DBpedia SPARQL 端点上重新提取、热修复和替换。