Here is a simple resolution to the rdfms-fragments issue. Define that as URI-refs are turned back into full URIs (thru the base URI), if a '#' exists it is encoded as %23. So: [...] <rdf:Description rdf:about="http://rdf.example.org/foo#bar"> <rdf:value>baz</rdf:value> </rdf:Description> [...] Would represent this N-Triple: <http://rdf.example.org/foo%23bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns%23value> "baz" . Cheers, -- [ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com/> ]Received on Tuesday, 4 December 2001 21:50:41 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 3 September 2003 09:43:00 EDT