Re: rdf, xmp

2006-12-04 Thread Andy Dingley
Imbaud Pierre wrote: > I have to add access to some XMP data to an existing python > application. > XMP is built on RDF, I'm just looking at the XMP Spec from the Adobe SDK. First impressions only, as I don't have time to read the whole thing in detail. This spec doesn't inspire me with confide

Re: rdf, xmp

2006-12-02 Thread Imbaud Pierre
Andy Dingley a écrit : > Imbaud Pierre wrote: > >>I have to add access to some XMP data to an existing python >>application. >>XMP is built on RDF, RDF is built on XML. > > > RDF is _NOT_ built on top of XML. Thinking that it is causes a lot of > trouble in the architecture of big RDF projects.

Re: rdf, xmp

2006-12-02 Thread Andy Dingley
Imbaud Pierre wrote: > I have to add access to some XMP data to an existing python > application. > XMP is built on RDF, RDF is built on XML. RDF is _NOT_ built on top of XML. Thinking that it is causes a lot of trouble in the architecture of big RDF projects. RDF is a data model, not a serialis

rdf, xmp

2006-12-02 Thread Imbaud Pierre
I have to add access to some XMP data to an existing python application. XMP is built on RDF, RDF is built on XML. I try to reuse as much of possible of existing code. btw, dont mistake XMP (http://www.adobe.com/products/xmp/) with XMPP (http://www.faqs.org/rfcs/rfc3920.html), backed by PyXMPP (htt