Attached is a little test I did with rapper and cwm concerning Literals. I tried converting the following to N3 <rdf:RDF xmlns="http://www.w3.org/2005/10/23/Atom#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <Entry> <author>Henry</author> <content rdf:parseType="Resource"> <type>text/xhtml</type> <value rdf:parseType="Literal"> <div xmlns="http://www.w3.org/1999/xhtml"> <p><i>[Update: The Atom draft is finished.]</i></p> </div> </value> </content> </Entry> </rdf:RDF> Looks like both rapper and cwm convert correctly to turtle, but rapper does a better job converting back, as it inserts the xml literals nicely as xml, without escaping the content. Both do understand the XMLLiteral datatype in rdf/xml though. Don't know why I had a problem with that earlier though. Perhaps that's because I updated cwm to use the cvs version. Henry
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:22:42 GMT