RelLicense
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:
- Subject: the current document/URI
- Predicate: license (TODO: this is a URI in the xhtml2 namspace, aliased in CC namespace)
- Object: http://creativecommons.org/licenses/by-sa/3.0/