Difference between revisions of "RelLicense"

From Creative Commons
Jump to: navigation, search
Line 8: Line 8:
  
 
* Subject: the current document/URI
 
* Subject: the current document/URI
* Predicate: license (TODO: this is a URI in the xhtml2 namspace, aliased in CC namespace)
+
* Predicate: license (http://www.w3.org/1999/xhtml/vocab/#license)<ref>This predicate has been define to be equivalent to 'license' in the cc namespace. See http://creativecommons.org/ns.</ref>
 
* Object: http://creativecommons.org/licenses/by-sa/3.0/
 
* Object: http://creativecommons.org/licenses/by-sa/3.0/
  
Line 16: Line 16:
 
* [[Marking works]]
 
* [[Marking works]]
 
* [http://microformats.org/wiki/licensing Extending licensing to media-info and other compound microformats]
 
* [http://microformats.org/wiki/licensing Extending licensing to media-info and other compound microformats]
 +
 +
<references />

Revision as of 21:59, 3 November 2010

RelLicense is both an elemental microformat (specifically rel license) and an RDFa statement. Example:

This text is licensed to the public under the <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution 3.0 License</a>.

Corresponding RDF triple/statement:

See Also

  1. This predicate has been define to be equivalent to 'license' in the cc namespace. See http://creativecommons.org/ns.