Difference between revisions of "RelLicense"

From Creative Commons
Jump to: navigation, search
Line 2: Line 2:
 
RelLicense is both an [http://microformats.org/wiki/elemental-microformat elemental microformat] (specifically [http://microformats.org/wiki/rel-license rel license]) and an [[RDFa]] statement.  Example:
 
RelLicense is both an [http://microformats.org/wiki/elemental-microformat elemental microformat] (specifically [http://microformats.org/wiki/rel-license rel license]) and an [[RDFa]] statement.  Example:
  
 
+
<nowiki>This text is licensed to the public under the &lt;a rel="license"
<nowiki>This text is licensed to the public under the &lt;a rel="license"
+
  href="http://creativecommons.org/licenses/by-sa/3.0/"&gt;Creative Commons Attribution 3.0 License&lt;/a&gt;.</nowiki>
  href="http://creativecommons.org/licenses/by-sa/2.5/"&gt;Creative Commons Attribution 2.5 License&lt;/a&gt;.</nowiki>
 
  
 
Corresponding RDF triple/statement:
 
Corresponding RDF triple/statement:
Line 10: Line 9:
 
* 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 (TODO: this is a URI in the xhtml2 namspace, aliased in CC namespace)
* Object: http://creativecommons.org/licenses/by-sa/2.5/
+
* Object: http://creativecommons.org/licenses/by-sa/3.0/
  
 
== See Also ==
 
== See Also ==
  
* [[ccREL]]
+
* [[CC REL]]
 
* [[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]

Revision as of 21:50, 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