Login/Register

Codes of Conduct

Mobile Web

Web Accessibility

Games

Blogs

Copyright

Create Commons


Vocabulary Specification



Classifications


by - Indicates the site uses the attribution license
bynd - Indicates the site uses the attribution-no derivative license
bynd - Indicates the site uses the attribution-noncommercial-no derivative license
byncnd - Indicates the site uses the attribution-noncommercial license
byncsa - Indicates the site uses the attribution-noncommercial-share alike license
bysa - Indicates the site uses the attribution-share alike license

Example of Usage


The following example demonstrates how to label a site as using the Creative Commons Attribution-NonCommercial-NoDerivs license...

<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:label="http://www.w3.org/2004/12/q/contentlabel#"
xmlns:dc="http://purl.org/dc/elements/1.1"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:segala="http://contentlabel.org/vocab/ccv01#">

<rdf:Description rdf:about="">
<dc:creator rdf:resource="http://www.segala.com"/>
<dcterms:issued>2007-10-25</dcterms:issued>
<label:authorityFor>http://www.segala.com/rdfs/vocabularyv01#</label:authorityFor>
</rdf:Description>

<label:Ruleset>
<label:hasHostRestrictions>
<label:Hosts>
<label:hostRestriction>segala.com/blog</label:hostRestriction>
</label:Hosts>
</label:hasHostRestrictions>
<label:hasDefaultLabel rdf:resource="#label_1" />
</label:Ruleset>

<label:ContentLabel rdf:ID="label_1">
<rdfs:label>Label for all of website</rdfs:label>
<label:hasClassification rdf:resource="segala:byncnd"/>
</label:ContentLabel>
</rdf:RDF>

Links


Creative Commons Website

Creative Commons Licenses web page

Frequently Asked Questions About Content Label Vocabularies
 

There are 3 comments on this page. [Display comments]


Page was generated in 0.1143 seconds