Difference between revisions of "License metadata in SMIL"

From Creative Commons
Jump to: navigation, search
m (License metadata in SMIL and SVG moved to License metadata in SMIL)
Line 6: Line 6:
 
{{incomplete}}
 
{{incomplete}}
  
SMIL (multimedia playlists) includes support for [http://www.w3.org/TR/smil20/metadata.html#edef-metadata RDF/XML metadata]. We need examples of including license metadata in SMIL for the purposes of denoting that a SMIL playlist itself is published under a Creative Commons license or that individual components of the playlist are licensed. Even better if you can use dc:source to specify parent playlists/works. (SVG has similar support for [http://www.w3.org/TR/SVG11/metadata.html RDF/XML metadata].) Read more about the motivation in this [http://lists.ibiblio.org/pipermail/cc-metadata/2003-October/000185.html cc-metadata] post. Please see the detail page: [[License metadata in SMIL and SVG]].
+
SMIL (multimedia playlists) includes support for [http://www.w3.org/TR/smil20/metadata.html#edef-metadata RDF/XML metadata]. We need examples of including license metadata in SMIL for the purposes of denoting that a SMIL playlist itself is published under a Creative Commons license or that individual components of the playlist are licensed. Even better if you can use dc:source to specify parent playlists/works. ([[SVG]] has similar support for [http://www.w3.org/TR/SVG11/metadata.html RDF/XML metadata].) Read more about the motivation in this [http://lists.ibiblio.org/pipermail/cc-metadata/2003-October/000185.html cc-metadata] post.
  
 
== Implementations ==
 
== Implementations ==
  
 
* Lucas Gonze has created a [http://gonze.com/cc-smil.html CreativeCommons SMIL Module]
 
* Lucas Gonze has created a [http://gonze.com/cc-smil.html CreativeCommons SMIL Module]
* [[Inkscape]] includes support for SVG metadata.
 
* [http://search.cpan.org/~bryce/SVG-Metadata-0.28/ SVG::Metadata] by Bryce Harrington is a PERL module for including metadata inside an SVG (used by [http://www.openclipart.org Open Clip Art Library].
 
  
 
== TODO ==
 
== TODO ==
  
* generalize to all xml formats, split into separate challenges
 
 
* Please add your TODO here :)
 
* Please add your TODO here :)

Revision as of 05:23, 1 May 2006


SMIL (multimedia playlists) includes support for RDF/XML metadata. We need examples of including license metadata in SMIL for the purposes of denoting that a SMIL playlist itself is published under a Creative Commons license or that individual components of the playlist are licensed. Even better if you can use dc:source to specify parent playlists/works. (SVG has similar support for RDF/XML metadata.) Read more about the motivation in this cc-metadata post.

Implementations

TODO

  • Please add your TODO here :)