Difference between revisions of "RelLicense"
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Metadata]] | ||
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> | ||
− | : | + | 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/ |
− | Also | + | == See Also == |
+ | |||
+ | * [[CC REL]] | ||
+ | * [[Marking works]] | ||
+ | * [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.