Difference between revisions of "CC REL"

From Creative Commons
Jump to: navigation, search
m
(use "ccREL" instead of "CC REL")
 
(41 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{lowercase}}
+
{{Infobox|
[[Category:Metadata]]
+
'''Creative Commons Rights Expression Language (ccREL)''' is a specification describing how license information may be described using RDF and how license information may be attached to works.
[[Category:Developer]]
+
|}}
  
Creative Commons Rights Expression Language (ccREL) is a specification describing how license information may be described using RDF and how license information may be attached to works.  A paper describing ccREL will be published "real soon now".  An overview of the vocabulary is available with [http://creativecommons.org/ns# the namespace description].
+
ccREL is described in ''[[Media:Ccrel-1.0.pdf|ccREL: The Creative Commons Rights Expression Language]]'' (pdf), published March 3, 2008.  An overview of the vocabulary is available with [http://creativecommons.org/ns# the namespace description].
  
 
ccREL metadata, as encoded using [[RDFa]] or [[XMP]], may be [[Marking Works Technical|embedded]] in a variety of [[:Category:Filetype|filetypes]].  Additional confidence may be added to embedded metadata through the use of [[WebStatement|web statement]].
 
ccREL metadata, as encoded using [[RDFa]] or [[XMP]], may be [[Marking Works Technical|embedded]] in a variety of [[:Category:Filetype|filetypes]].  Additional confidence may be added to embedded metadata through the use of [[WebStatement|web statement]].
 +
 +
We have also begun to explore extending ccREL for use by digital copyright registries.  See [[CC Network Development]]'s [http://code.creativecommons.org/doc/commoner/metadata.html metadata documentation].
 +
 +
'''[https://opensource.creativecommons.org/ccrel-guide/ ccREL by Example]''' provides examples of many web deployment scenarios with thorough explanations and is the best place to start if you want a HOWTO or to understand through examples which you can copy and experiment with.
  
 
== Presentations ==
 
== Presentations ==
  
 +
* A slightly updated version of the CC REL paper is chapter 10 of [http://www.communia-association.org/wp-content/uploads/the_digital_public_domain.pdf The Digital Public Domain: Foundations for an Open Culture] (pdf), 2012
 +
* [[Creative Commons Technology Summit 2009-06-26]], multiple
 +
* [[Creative Commons Technology Summit 2008-12-12]], multiple
 +
* [[An Introduction to CC REL and The Use of Semantic Technology at Creative Commons]]
 +
* [[ccREL update]]
 +
* [[Creative Commons Technology Summit 2008-06-18]], multiple
 +
* [[Deploying the Semantic Web with ccREL and RDFa]]
 
* [[COMMUNIA January 2008]]
 
* [[COMMUNIA January 2008]]
  
== See Also ==
+
== Examples ==
 +
 
 +
=== Simple ===
 +
<pre>
 +
the study by VOLKAN TEMEL is licensed under a
 +
 
 +
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons
 +
Attribution Non-Commercial 3.0 License</a>.
 +
Permissions beyond the scope of this license may be available at
 +
<a xmlns:cc="http://creativecommons.org/ns#" rel="cc:morePermissions"
 +
href="https://www.hindawi.com/journals/arp/">Hindawi</a>.
 +
</pre>
 +
 
 +
=== Advanced ===
 +
<pre>
 +
<span xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/terms/">
 +
 
 +
<span rel="dc:type" href="http://purl.org/dc/dcmitype/Text" property="dc:title">My Book</span> by
 +
<a rel="cc:attributionURL" property="cc:attributionName" href="http://rejon.org/my_book">Jon Phillips</a>
 +
 
 +
is licensed under a
 +
 
 +
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons
 +
Attribution Non-Commercial 3.0 License</a>.
  
*[[RDFa]]
+
<span rel="dc:source" href="http://deerfang.org/her_book"/>
*[[XMP]]
+
Permissions beyond the scope of this license may be available at
 +
<a rel="cc:morePermissions"
 +
href="http://somecompany.com/revenue_sharing_agreement">somecompany.com</a>.
 +
 
 +
</span>
 +
</pre>
 +
 
 +
 
 +
 
 +
{{Challenge Enabled}}
 +
 
 +
{{Translations
 +
| articles=Pt:CC REL, Ru:CC REL
 +
}}
 +
 
 +
[[Category:Metadata]]
 +
[[Category:Developer]]

Latest revision as of 23:09, 28 November 2023

Creative Commons Rights Expression Language (ccREL) is a specification describing how license information may be described using RDF and how license information may be attached to works.

ccREL is described in ccREL: The Creative Commons Rights Expression Language (pdf), published March 3, 2008. An overview of the vocabulary is available with the namespace description.

ccREL metadata, as encoded using RDFa or XMP, may be embedded in a variety of filetypes. Additional confidence may be added to embedded metadata through the use of web statement.

We have also begun to explore extending ccREL for use by digital copyright registries. See CC Network Development's metadata documentation.

ccREL by Example provides examples of many web deployment scenarios with thorough explanations and is the best place to start if you want a HOWTO or to understand through examples which you can copy and experiment with.

Presentations

Examples

Simple

the study by VOLKAN TEMEL is licensed under a 

<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons 
Attribution Non-Commercial 3.0 License</a>. 
Permissions beyond the scope of this license may be available at 
<a xmlns:cc="http://creativecommons.org/ns#" rel="cc:morePermissions" 
href="https://www.hindawi.com/journals/arp/">Hindawi</a>.

Advanced

<span xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/terms/">

<span rel="dc:type" href="http://purl.org/dc/dcmitype/Text" property="dc:title">My Book</span> by 
<a rel="cc:attributionURL" property="cc:attributionName" href="http://rejon.org/my_book">Jon Phillips</a> 

is licensed under a 

<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons 
Attribution Non-Commercial 3.0 License</a>. 

<span rel="dc:source" href="http://deerfang.org/her_book"/>
Permissions beyond the scope of this license may be available at 
<a rel="cc:morePermissions" 
href="http://somecompany.com/revenue_sharing_agreement">somecompany.com</a>.

</span>



CC REL
Have an idea about this page? Want to help build the CC ecosystem? Check out the challenges related to CC REL, or add one of your own below.
Open Challenges
{{#ask: Is Complete::no

Related To::CC REL|format=table}}

Completed Challenges
{{#ask: Is Complete::yes

Related To::CC REL|format=table}}

{{#forminput:Challenge|35 Challenge[related_to]=CC REL }}