On Sat, 3 Jul 2004, Kees Cook wrote:
On Sat, Jul 03, 2004 at 08:40:07PM -0700, Jon Phillips wrote:
How can we have both the General/Abstract meta-data and then have specific meta-data for discrete items and groups?
Well, I suspect we'd need an "RDF Browser" of some kind, sort of like Inkscape's "XML Editor".
Perhaps you'd just take advantage of XML's natural nesting capability, and do something like...
<g> <metadata> <rdf> ... </rdf> </metadata> <circle ... /> <rect ... /> <text ... /> </g>
but I don't know what the rules are with metadata, and if multiple <metadata> items per doc is allowed (I would assume it is). Certainly will introduce some complexities for our parsers...
For now, I just want to get the "General" RDF editor working. :)
*Nod* Agreed - this will take care of 99% of the cases; the last 1% will be more challenging.
Bryce