Difference between revisions of "APIs for Creative Commons license metadata"

From Creative Commons
Jump to: navigation, search
m (Reverted edits by Tsanioke (talk) to last revision by Hamilton Abreu)
 
Line 6: Line 6:
 
}}
 
}}
  
We provide [http://code.creativecommons.org/viewgit/license.rdf.git/ RDF metadata] for each our our licenses and other legal tools.  Many developers will find it easiest to access this metadata via a programming language-specifc API.  Our new implementation of <code>cc.license</code> is an example of a full API driven by the RDF metadata ([http://code.creativecommons.org/viewgit/cc.license.git/ source]).   
+
We provide [http://code.creativecommons.org/viewgit/license.rdf.git/ RDF metadata] [http://www.planetsofts.com software] for each our our licenses and other legal tools.  Many developers will find it easiest to access this metadata via a programming language-specifc API.  Our new implementation of <code>cc.license</code> is an example of a full API driven by the RDF metadata ([http://code.creativecommons.org/viewgit/cc.license.git/ source]).   
  
 
Other language implementations should also include a small driver program to demonstrate how it can be used to pull license information.  Bonus points if your implementation can dynamically discover and wrap new licenses using the Creative Commons metadata vocabulary.
 
Other language implementations should also include a small driver program to demonstrate how it can be used to pull license information.  Bonus points if your implementation can dynamically discover and wrap new licenses using the Creative Commons metadata vocabulary.

Latest revision as of 18:00, 6 April 2012

Related To: ,|x|Related To::x}}
Tags: {{#arraymap:metadata|,|x|Has Tag::x}} | (none) }}
Challenge Type: Has Challenge Type::Developer | (none) }}
Is Complete: Is Complete::no | Is Complete::no }}


We provide RDF metadata software for each our our licenses and other legal tools. Many developers will find it easiest to access this metadata via a programming language-specifc API. Our new implementation of cc.license is an example of a full API driven by the RDF metadata (source).

Other language implementations should also include a small driver program to demonstrate how it can be used to pull license information. Bonus points if your implementation can dynamically discover and wrap new licenses using the Creative Commons metadata vocabulary.

Additional Information

  • Please see the SVG and Inkscape pages to see C++ code that could be used to complete this challenge and/or make your own library for cc metadata and licensing.

Implementations

  • APIs for C# (Steve Griffin), Javascript Javascript (Nathan Yergler) and Python (Nathan Yergler) have been created in response to this challenge.