- From: Toby A Inkster <tai@g5n.co.uk>
- Date: Thu, 7 Aug 2008 22:43:30 +0100
- To: public-rdf-in-xhtml-tf@w3.org
On 7 Aug 2008, at 21:46, Toby A Inkster wrote: > Cognition seems to fail this because it converts "urn:ISBN: > 0752820907" to "urn:isbn:0752820907". According to my reading of > RFC 2141, section 2.1, these two URIs are considered identical. Ditto test case #32. Also, anyone have any idea why this output for test case #104 errors out? It is valid RDF/XML according to the W3C RDF validator. (URLs are trimmed for readability in this message only - I'm not trimming them when I try the test harness!) <?xml version="1.0"?> <rdf:RDF xmlns:u="http://purl.org/NET/uri#" xmlns:example="http://www.example.org/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/"> <rdf:Description rdf:about=".../0104.xhtml"> <dcterms:title>Test 0104</dcterms:title> <dcterms:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> <u:uri rdf:resource=".../0104.xhtml" /> </rdf:Description> <rdf:Description rdf:about=".../0104.xhtml#interfenestration"> <u:uri rdf:resource=".../0104.xhtml#interfenestration" /> <example:size> <rdf:Description rdf:nodeID="Node1"> <rdf:value>17</rdf:value> <example:unit>character</example:unit> </rdf:Description> </example:size> </rdf:Description> </rdf:RDF> Also this in test case #1001: <?xml version="1.0"?> <rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:u="http://purl.org/NET/uri#" xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about=".../1001.xhtml"> <dcterms:title>Test 1001</dcterms:title> <dcterms:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> <u:uri rdf:resource=".../1001.xhtml" /> </rdf:Description> <cal:Vevent rdf:about=".../1001.xhtml#event1"> <cal:url rdf:resource="http://freetime.example.org/" /> <cal:summary>Weekend off in Iona</cal:summary> <u:uri rdf:resource=".../1001.xhtml#event1" /> <cal:dtstart rdf:datatype=".../XMLSchema#date">2006-10-21</ cal:dtstart> <cal:dtend rdf:datatype="...1/XMLSchema#date">2006-10-23</ cal:dtend> <cal:location>Iona, UK</cal:location> </cal:Vevent> </rdf:RDF> -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk>
Received on Thursday, 7 August 2008 21:44:41 UTC