<<
Feed::Parser::NS::Cc
The CC schema lets you describe copyright licenses in RDF.
xmlns:cc="http://web.resource.org/cc/"
- cc:license
- A copyright license for the resource,
a structured cc:License.
If there are two cc:licenses,
then the licensee gets to pick which to use.
- cc:License
- Licenses are described by their characteristics,
which come in three types.
- cc:permits -- rights granted by the license
- Reproduction
- the work may be reproduced
- Distribution
- the work (and,
if authorized,
derivative works) may be distributed,
publicly displayed,
and publicly performed
- DerivativeWorks
- derivative works may be created and reproduced
- cc:prohibits -- things prohibited by the license
- CommercialUse
- rights may be exercised for commercial purposes
- cc:requires -- restrictions imposed by the license
- Notice
- copyright and license notices must be kept intact
- Attribution
- credit must be given to copyright holder and/or author
- ShareAlike
- derivative works must be licensed under the same terms as the original work
- SourceCode
- source code (the preferred form for making modifications) must be provided for all derivative works
- Note: these characteristics are advisory only.
They are designed to describe the characteristics of a license; they are not themselves a license.
For the specific implementation of each characteristic,
as well as other details which may not be encoded in the RDF,
you must consult the text of the actual license.
A license should always be linked from these metadata terms.
Specified in: http://web.resource.org/cc/
The Creative Commons metadata project website:
http://creativecommons.org/learn/technology/metadata/
<<