Difference between revisions of "XMP"

From Creative Commons
Jump to: navigation, search
(changes in progess)
Line 26: Line 26:
 
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/'' (Replace 'Attribution-ShareAlike' and license URL with relevant pretty name and URL for chosen license.)
+
'''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.)
  
 
'''xapRights:Marked''' — ''False'' if Public Domain, ''True'' otherwise.
 
'''xapRights:Marked''' — ''False'' if Public Domain, ''True'' otherwise.
  
'''xapRights:WebStatement''' — ''http://creativecommons.org/licenses/by-sa/2.0/'' (Replace with relevant license URL.)
+
'''xapRights:WebStatement''' — ''http://example.com/pdf-metadata.html'' (Replace with URL containing metadata about the XMP-embedded file.)
  
 
+
We also set cc:license to maintain a direct reference to the license URL.
We also set cc:license for compatibility with other CC RDF applications and to maintain a direct reference to the license URL when xapRights:WebStatement references an intermediate page (see Advanced Usage below).
 
  
 
'''cc:license''' — ''http://creativecommons.org/licenses/by-sa/2.0/'' (Replace with relevant license URL.)
 
'''cc:license''' — ''http://creativecommons.org/licenses/by-sa/2.0/'' (Replace with relevant license URL.)
 
<div id="advanced"></div>
 
=== Advanced Usage ===
 
 
If a page with metadata describing the work with embedded XMP and its license status is available, the value of xapRights:Copyright and xapRights:WebStatement may be extended and modified as follows:
 
 
'''xapRights:Copyright''' &mdash; ''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.)
 
 
'''xapRights:WebStatement''' &mdash; ''http://example.com/pdf-metadata.html'' (Replace with URL containing metadata about the XMP-embedded file.)
 
  
  
 
<small>The XMP logo is either a registered trademark or tradmark of the Adobe Systems Incorporated in the United States and/or other countries.</small>
 
<small>The XMP logo is either a registered trademark or tradmark of the Adobe Systems Incorporated in the United States and/or other countries.</small>

Revision as of 00:27, 19 August 2006

Creative Commons Metadata and XMP

http://creativecommons.org/images/metadata/xmp_tagline.png
Click to See Full Image


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.

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).

LaTeX users may use the pdflatex macro.

Note on Visible Copyright Notice in PDFs

Even when embedded with XMP metadata a licensed PDF document should include a visible copyright notice as described in HOWTO Tag HTML pages.

XMP Rights Management Schema

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

xapRights:CopyrightThis 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.)

xapRights:MarkedFalse if Public Domain, True otherwise.

xapRights:WebStatementhttp://example.com/pdf-metadata.html (Replace with URL containing metadata about the XMP-embedded file.)

We also set cc:license to maintain a direct reference to the license URL.

cc:licensehttp://creativecommons.org/licenses/by-sa/2.0/ (Replace with relevant license URL.)


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