Difference between revisions of "RelLicense"
| (2 intermediate revisions by the same user not shown) | |||
| 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 <a rel="license" | |
| − | + | href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution 3.0 License</a>.</nowiki> | |
| − | href="http://creativecommons.org/licenses/by-sa/ | ||
Corresponding RDF triple/statement: | Corresponding RDF triple/statement: | ||
* Subject: the current document/URI | * Subject: the current document/URI | ||
| − | * Predicate: license ( | + | * 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#license.</ref> |
| − | * Object: http://creativecommons.org/licenses/by-sa/ | + | * Object: http://creativecommons.org/licenses/by-sa/3.0/ |
== See Also == | == See Also == | ||
| − | * [[ | + | * [[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] | ||
| + | |||
| + | <references /> | ||
Latest revision as of 22:00, 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:
- 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.