- From: Pierre-Antoine CHAMPIN <champin@bat710.univ-lyon1.fr>
- Date: Mon, 04 Sep 2000 11:08:33 +0200
- To: Aaron Swartz <aswartz@swartzfam.com>
- CC: Seth Russell <seth@robustai.net>, rdf <www-rdf-interest@w3.org>
Anyway, the neaty data: URI-scheme gives me a lot of idea !
Many people wondered how to give the URI of a statement. Why not
  data:text/rdf;base64,XXXX
where XXXX is the encoding of
  <rdf:Description rdf:about="S">
    <as:P rdf:resource="O">
  </rdf:Descrition>
(ommited namespace declaration for the sake of readability)
Of course, the encoding could be some other (better?) syntax, like the Strawman or whatever...
About Aaron's question, why not something like
  data:text/rdf-query;base64,YYYY
where YYYY encode the query in some dedicated language ?
  Pierre-Antoine
--- Quid quid Latine dictum sit, altum viditur
    Whatever is said in Latin sounds important.
Received on Monday, 4 September 2000 05:11:01 UTC