Sirpac Errors? from puninj@cs.rpi.edu on 2001-03-29 (www-rdf-comments@w3.org from January to March 2001) (original) (raw)
Hello
I think these are two errors that I found in Sirpac:
- These two files should produce the same triples:
Example 1:
<rdf:RDF xmlns="http://www.foo.org/foo-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description about="http://www.foo.org/res"> 6
Example 2:
<rdf:RDF xmlns="http://www.foo.org/foo-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description about="http://www.foo.org/res">
The first example produces this triple: (online:#genid5, http://www.foo.org/foo-ns#value, 6)
The second example produces this triple: (online:#genid5, value, 6)
where the "value" property does not belong to the namespace: http://www.foo.org/foo-ns#
- This example produces the following triples:
Example 3:
<rdf:RDF xmlns="http://www.foo.org/foo-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description about="http://www.foo.org/res">
<rdf:Description ID="n1">
Triples:
(http://www.foo.org/res, http://www.foo.org/foo-ns#prop, online:##n1) (online:#n1, http://www.foo.org/foo-ns#prop2, online:##n2)
I think the object of the triples should be:
online:#n1 instead of online:##n1, and online:#n2 instead of online:##n2
Thanks for your help in this matter.
John Punin
Received on Wednesday, 28 March 2001 22🔞49 UTC