- From: Ralph R. Swick <swick@w3.org>
- Date: Tue, 10 Aug 1999 13:45:22 -0400
- To: www-rdf-comments@w3.org, jsaarela@w3.org
- Cc: taka@w3.org
Taka Ohto just showed me an example of what we both agree is
valid RDF/XML but SiRPAC misinterprets it:
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:x="x/" xmlns:y="y/">
<Description about="a">
<x:x y:y="v"/>
</Description>
</RDF>
This says
a -- x/x --> <unnamed-resource> -- y/y --> "v"
or
"a has x/x <unnamed-resource>" and "<unnamed-resource> has y/y 'v'".
But SiRPAC creates an extra unnamed resource ("genid4"):
{'x/x', 'online#a', 'online#genid4'}
{'y/y', 'online#genid3', 'v'}
Received on Tuesday, 10 August 1999 13:44:55 UTC