- From: Aaron Swartz <aswartz@upclink.com>
- Date: Tue, 20 Mar 2001 17:35:17 -0600
- To: Art Barstow <barstow@w3.org>
- CC: RDF Comments <www-rdf-comments@w3.org>
The following is against RDF production 6.12 (uses both a parseType and an
about attribute):
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:a="http://example.org/a#">
<rdf:Description about="b">
<a:c rdf:parseType="Resource" rdf:about="val">
<a:d>text</a:d>
</a:c>
</rdf:Description>
</rdf:RDF>
SiRPAC should raise an error, but doesn't.
Furthermore, it seems possible that this could be set up as not being an
error (i.e. A resource is created with the URI of the about attribute).
The use of this syntax is necessary to support an RDF-icized version of RSS
0.91.
--
Aaron Swartz <me@aaronsw.com>| my.info
<http://www.aaronsw.com> | <http://my.theinfo.org>
AIM: JediOfPi | ICQ: 33158237| the future of news, today
Received on Tuesday, 20 March 2001 18:35:20 UTC