Difference between revisions of "XMP"

From Creative Commons
Jump to: navigation, search
Line 14: Line 14:
 
[http://www.adobe.com/products/xmp XMP] (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF.  Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.   
 
[http://www.adobe.com/products/xmp XMP] (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF.  Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.   
  
Creative Commons is recommending XMP as the preferred format for embedded metadata, given its [http://labs.adobe.com/technologies/xmptoolkit/#FAQ support for numerous file formats] and the balkanized state of embedded metadata standards. Others are apparently coming to the same conclusion, e.g., Microsoft has announced support for [http://blogs.msdn.com/pix/archive/2006/08/23/715340.aspx XMP in Vista applications] and Jon Udell [http://blog.jonudell.net/2007/02/14/truth-files-microformats-and-xmp/ notes] "There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata."  Note that even when embedded with XMP metadata, Creative Commons recommends a licensed document include a visible copyright notice as described in [[HOWTO Tag HTML pages]].
+
Creative Commons is recommending XMP as the preferred format for embedded metadata, given its [http://labs.adobe.com/technologies/xmptoolkit/#FAQ support for numerous file formats] and the balkanized state of embedded metadata standards. Others are coming to a similar conclusion; Microsoft has announced support for [http://blogs.msdn.com/pix/archive/2006/08/23/715340.aspx XMP in Vista applications] and Jon Udell [http://blog.jonudell.net/2007/02/14/truth-files-microformats-and-xmp/ notes] "There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata."  Note that even when embedded with XMP metadata, Creative Commons recommends a licensed document include a visible copyright notice; [[Marking|format-specific recommendations]] for visible notices are available.
  
 
The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers a XMP template which may be used to mark files within XMP-supporting [[XMP Help|Adobe applications (step-by-step how-to document)]].
 
The Creative Commons [http://www.creativecommons.org/license/ licensing process] offers a XMP template which may be used to mark files within XMP-supporting [[XMP Help|Adobe applications (step-by-step how-to document)]].
  
== Specification ==
+
== Specifying License Information ==
  
 
XMP [http://partners.adobe.com/asn/tech/xmp/download.jsp defines] a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values):
 
XMP [http://partners.adobe.com/asn/tech/xmp/download.jsp defines] a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values):
  
'''xapRights:Copyright''' — ''This work is licensed to the public under the Creative Commons Attribution-ShareAlike license http://creativecommons.org/licenses/by-sa/2.0/ verify at http://example.com/pdf-metadata.html'' (Replace URL following 'verify at' with URL containing metadata about the XMP-embedded file; this is typically the same URL specified by '''xapRights:WebStatement'''.)
+
* '''xapRights:Copyright''' — ''This work is licensed to the public under the Creative Commons Attribution-ShareAlike license http://creativecommons.org/licenses/by-sa/2.0/ verify at http://example.com/pdf-metadata.html'' (Replace URL following 'verify at' with URL containing metadata about the XMP-embedded file; this is typically the same URL specified by '''xapRights:WebStatement'''.)
 
+
* '''xapRights:Marked''' — ''False'' if Public Domain, ''True'' otherwise.
'''xapRights:Marked''' — ''False'' if Public Domain, ''True'' otherwise.
+
* '''xapRights:WebStatement''' — ''http://example.com/pdf-metadata.html'' (Replace with URL containing metadata about the XMP-embedded file; this is referred to as the [[WebStatement|Web Statement]].)
 
 
'''xapRights:WebStatement''' — ''http://example.com/pdf-metadata.html'' (Replace with URL containing metadata about the XMP-embedded file; this is referred to as the [[WebStatement|Web Statement]].)
 
  
 
We also define a Creative Commons schema ''http://creativecommons.org/ns#'' whose common prefix is cc.  
 
We also define a Creative Commons schema ''http://creativecommons.org/ns#'' whose common prefix is cc.  
Line 32: Line 30:
 
It currently has the following property:
 
It currently has the following property:
  
'''license''' — ''http://creativecommons.org/licenses/by-sa/2.0/'' (Replace with relevant license URL.)
+
* '''license''' — The license URL; for example, ''http://creativecommons.org/licenses/by-sa/2.0/''.
 
+
* '''morePermissions''' — A URL where additional permissions (commercial licensing, etc) are available.
Set '''license''' to maintain a direct reference to the license URL.
+
* '''attributionURL''' — The URL to use when attributing this work.
 +
* '''attributionName''' — The creator's preferred name to use when attributing this work.
  
 
== Processing XMP in Applications ==
 
== Processing XMP in Applications ==

Revision as of 21:34, 16 October 2007


File Type Information
Supports embedding license URL: supports_license_url::True
Supports embedding web statement: supports_web_statement::True
Supports embedding more permissions: supports_more_permissions::True
Metadata Location: [[Metadata location::{{{metadata_location}}}]] | (unknown) }}
Metadata Format: [[Metadata format::{{{metadata_format}}}]] | (unknown) }}


Xmp tagline.png

XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.

Creative Commons is recommending XMP as the preferred format for embedded metadata, given its support for numerous file formats and the balkanized state of embedded metadata standards. Others are coming to a similar conclusion; Microsoft has announced support for XMP in Vista applications and Jon Udell notes "There’s also good support in .NET Framework 3.0 for reading and writing XMP metadata." Note that even when embedded with XMP metadata, Creative Commons recommends a licensed document include a visible copyright notice; format-specific recommendations for visible notices are available.

The Creative Commons licensing process offers a XMP template which may be used to mark files within XMP-supporting Adobe applications (step-by-step how-to document).

Specifying License Information

XMP defines a rights management schema (see section 4.2.5). Creative Commons sets the following properties (example values):

We also define a Creative Commons schema http://creativecommons.org/ns# whose common prefix is cc.

It currently has the following property:

  • license — The license URL; for example, http://creativecommons.org/licenses/by-sa/2.0/.
  • morePermissions — A URL where additional permissions (commercial licensing, etc) are available.
  • attributionURL — The URL to use when attributing this work.
  • attributionName — The creator's preferred name to use when attributing this work.

Processing XMP in Applications

The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.