- From: Renato Iannella <renato@dstc.edu.au>
- Date: Fri, 24 Jul 1998 09:00:36 +1000 (EST)
- To: www-rdf-comments@w3.org
---------- Forwarded message ----------
Date: Thu, 23 Jul 1998 09:45:57 +0200
From: "Pasqualino \"Titto\" Assini" <assini@kamus.it>
To: meta <meta2@mrrl.lboro.ac.uk>
Subject: Re: New public version of RDF Model and Syntax Draft Specification
There is a small error in section 2.2.2:
<rdf:RDF>
<rdf:Description about="http://www.w3.org/Home/Lassila">
<s:Creator>
<s:Person about="http://www.w3.org/staffId/85740">
<v:Name>Ora Lassila</v:Name>
<v:Email>lassila@w3.org</v:Email>
</rdf:Description> <-- should be </s:Person>
</s:Creator>
</rdf:Description>
</rdf:RDF>
I also have a question. By reading the standard I couldn't understand if
the following description:
<rdf:Description about="http://mycollege.edu/courses/6.001">
<s:students resource="http://mycollege.edu/students/Amy"/>
<s:students resource="http://mycollege.edu/students/Tim"/>
</rdf:Description>
is equivalent to:
<rdf:Description about="http://mycollege.edu/courses/6.001">
<s:students>
<rdf:Bag>
<rdf:li resource="http://mycollege.edu/students/Amy"/>
<rdf:li resource="http://mycollege.edu/students/Tim"/>
</rdf:Bag>
</s:students>
</rdf:Description>
or to:
<rdf:Description about="http://mycollege.edu/courses/6.001">
<s:students>
<rdf:Seq>
<rdf:li resource="http://mycollege.edu/students/Amy"/>
<rdf:li resource="http://mycollege.edu/students/Tim"/>
</rdf:Bag>
</s:students>
</rdf:Description>
or if its meaning is application dependent and not specified by the
standard.
--
Pasqualino "Titto" Assini --- assini@kamus.it
Kamus Internet Consulting --- http://www.kamus.it/
Received on Thursday, 23 July 1998 19:00:17 UTC