- From: Boris Portnoy <pgmbmp@ibi.com>
- Date: Thu, 3 Jun 1999 19:27:28 -0400
- To: www-rdf-comments@w3.org
I think there is a bug in processing example2.rdf
the following fragment in the output:
triple("http://www.w3.org/Schemas/DS-Schema/CreatedOn",
"file:example2.rdf#genid3",
"1998-02-06T14:00Z"
).
triple("http://www.w3.org/Schemas/DS-Schema/CreatedBy",
"file:example2.rdf#genid3",
"Jane Cooper"
).
should look like:
triple("http://www.w3.org/Schemas/DS-Schema/CreatedOn",
"file:example2.rdf#Statement_001",
"1998-02-06T14:00Z"
).
triple("http://www.w3.org/Schemas/DS-Schema/CreatedBy",
"file:example2.rdf#Statement_001",
"Jane Cooper"
).
Tell me if I am wrong here,
Boris
Received on Thursday, 3 June 1999 19:31:01 UTC