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 (http://www.w3.org/1999/xhtml/vocab/#license)[1]
- Object: http://creativecommons.org/licenses/by-sa/3.0/
See Also
- ↑ This predicate has been define to be equivalent to 'license' in the cc namespace. See http://creativecommons.org/ns#license.