« Return to Thread: XSPF -> RDF - using GRDDL

Re: XSPF -> RDF - using GRDDL

by Yves Raimond :: Rate this Message:

Reply to Author | View in Thread

Hello!

I began to write such an xslt transform, available at
http://motools.svn.sourceforge.net/viewvc/motools/xspf/, although
there is still a significant amount of work to be done on that.
I would be really happy if you could help me fix that xslt (i am not
an xsl guru at all :-) )

Cheers!
y

On Thu, Oct 9, 2008 at 3:27 PM, Daniel O'Connor
<daniel.oconnor@...> wrote:

> Hey all,
> I'm sure you've seen http://libby.asemantics.com/2005/01/XSPF/ ; and a long
> time ago there was some very early thoughts about an XSPF / RDF mapping that
> never really went anywhere.
>
> Well, it's now 2008 and worth mentioning GRDDL.
>
> GRDDL can be used to tell smart user agents how to turn a specific XML
> format into RDF/XML.
>
>
> How it works:
> All you do is host a very small RDF document and an XSL transformation (see
> Libby's link) at http://xspf.org/ns/0/
>
> Basically:
>
> <rdf:RDF
>   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>   xmlns:dataview="http://www.w3.org/2003/g/data-view#">
>
>
>  <rdf:Description rdf:about="http://xspf.org/ns/0/">
>    <dataview:namespaceTransformation
>        rdf:resource="http://xspf.org/ns/0/xspf_to_rdf.xsl"/>
>
>
>  </rdf:Description>
> </rdf:RDF>
>
>
> More technical stuff: http://www.w3.org/TR/grddl/#ns-bind
>
> ... and then anything which knows how to read GRDDL can know how to
> transform an XSPF playlist into RDF, including everything that has already
> been published on the web.
>
> What are the chances of this kind of change happening? I'm quite happy to
> lend a hand and fix up any xsl that is needed...
>
>
>
> --
> Looking for a new php job? See what you can do with
> https://vx.valex.com.au/tests/season/
>
> _______________________________________________
> Playlist mailing list
> Playlist@...
> http://lists.musicbrainz.org/mailman/listinfo/playlist
>

_______________________________________________
Playlist mailing list
Playlist@...
http://lists.musicbrainz.org/mailman/listinfo/playlist

 « Return to Thread: XSPF -> RDF - using GRDDL