- From: Aaron Swartz <me@aaronsw.com>
- Date: Tue, 04 Dec 2001 20:50:33 -0600
- To: RDF Core <w3c-rdfcore-wg@w3.org>
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 UTC