我有以下删除声明:
delete {?s ?p ?o} {<http://www.example.org/test/unit213> ?p ?o.
?s ?p ?o}
URI http://www.example.org/test/unit213
有效,因为我选择了
<http://www.example.org/test/unit213> rdf:type <http://www.example.org/test/unit>
仍然,我得到以下结果:
No result
谁能告诉我为什么?
答案 0 :(得分:4)
这可能是正确的,SPARQL Update操作不应该返回任何结果。
顺便说一下,我不鼓励那种没有WHERE关键字的更新风格,很容易被误读。
- 史蒂夫