【发布时间】:2013-05-14 02:49:06
【问题描述】:
我在使用 Sesame 2.7 时遇到了一些问题。假设我有以下 RDF 文档:
<rdf:RDF xmlns:arq="http://example.com/vocab.rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<arq:Photo rdf:about="http://example.com/photo_2230.rdf">
<arq:photoName rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Testing</arq:photoName>
<!-- More properties -->
...
</arq:Photo>
当我提交给芝麻时,出现以下错误:
“测试”未被识别,无法验证,数据类型为http://www.w3.org/2000/01/rdf-schema#Literal
在之前的 Sesame 版本(2.6.9 版)上运行良好。但是现在,更新后,芝麻 2.7 无法识别它,我不知道为什么。有人能猜出发生了什么吗?
谢谢!
【问题讨论】:
标签: rdf semantic-web sesame rdfs rdfstore