Sprinkle - RDF from DOM Attributes (Draft 1)

Sprinkle lets you assert RDF triples in DOMs by adding namespaced
attributes hither and thither. You might imagine HTML5 picking up the
ability to express DOM5 Namespaces.

High level stuff needed:

* Can you conneg with these triples in, say, Tabulator?
* Associated with some document, in a see-also fashion.
* URI, and perhaps URI-name, of the graph these triples form a part of.

Low level stuff:

* Nodes, arcs. Collections. Types.
* Any other kind of stuff? What about an aefram mode?

Points to ponder:

* So many design choices in terms of intended output...
<doc xmlns:spr="http://example.com/">
<p spr:about="http://www.w3.org/">...</p>
</doc>
* What about QNames in attributes? Yum.

-- 
Sean B. Palmer, http://inamidst.com/sbp/

Received on Thursday, 7 February 2008 12:28:18 UTC