<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Labs &#187; metadata</title>
	<atom:link href="http://labs.creativecommons.org/category/metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.creativecommons.org</link>
	<description>by Creative Commons</description>
	<lastBuildDate>Mon, 09 Nov 2009 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New validator released!</title>
		<link>http://labs.creativecommons.org/2009/01/06/new-validator-released/</link>
		<comments>http://labs.creativecommons.org/2009/01/06/new-validator-released/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 18:52:16 +0000</pubDate>
		<dc:creator>asheesh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[license engine]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[summer of code]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=254</guid>
		<description><![CDATA[This past summer, Hugo Dworak worked with us (thanks to Google Summer of Code) on a new validator. This work was greatly overdue, and we are very pleased that Google could fund Hugo to work on it. Our previous validator had not been updated to reflect our new metadata standards, so we disabled it some [...]]]></description>
			<content:encoded><![CDATA[<p>This past summer, Hugo Dworak worked with us (<a href="http://labs.creativecommons.org/2008/05/26/license%E2%80%91oriented-metadata-validator-and-viewer-the-development-has-just-started/">thanks to Google Summer of Code</a>) on a new validator. This work was greatly overdue, and we are very pleased that Google could fund Hugo to work on it. Our previous validator had not been updated to reflect our new metadata standards, so we disabled it some time ago to avoid creating further confusion. The textbook on CC metadata is the <a href="http://wiki.creativecommons.org/CcREL">&#8220;Creative Commons Rights Expression Language&#8221;, or ccREL</a>, which specifies the use of RDFa on the web. (If this sounds like keyword soup, rest assured that the <a href="http://creativecommons.org/license/">License Engine</a> generates HTML that you can copy and paste; that HTML is fully compliant with ccREL.) We hoped Hugo&#8217;s work on a new validator would let us offer a validator to the Creative Commons community so that publishers can test their web pages to make sure they encode the information they intended.</p>
<p>Hugo&#8217;s work was a success; he <a href="http://labs.creativecommons.org/2008/08/16/license-oriented-metadata-validator-and-viewer-summertime-is-winding-up/">announced in August 2008 a test version of the validator</a>. He built on top of the work of others: the new validator uses the <a href="http://pylonshq.com/">Pylons</a> web framework, <a href="http://code.google.com/p/html5lib/">html5lib</a> for HTML parsing and tokenizing, and <a href="http://rdflib.net/">RDFlib</a> for working with RDF. He shared his source code under the recent free software license built for network services, <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>.</p>
<p>So I am happy to announce that the test period is complete, and we are now running the new code at <a href="http://validator.creativecommons.org/">http://validator.creativecommons.org/</a>. Our thanks go out to Hugo, and we look forward to the new validator gaining some use as well as hearing your feedback. If you want to contribute to the validator&#8217;s development or check it out for any reason, take a look at <a href="http://wiki.creativecommons.org/CcValidator">the documentation</a> on the CC wiki.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2009/01/06/new-validator-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>liblicense 0.8.1: The bugfixiest release ever</title>
		<link>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/</link>
		<comments>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 03:46:43 +0000</pubDate>
		<dc:creator>asheesh</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[sanity]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=251</guid>
		<description><![CDATA[I&#8217;m greatly pleased to announce liblicense 0.8.1.  Steren and Greg found a number of major issues (Greg found a consistent crasher on amd64, and Steren found a consistent crasher in the Python bindings).  These issues, among
some others, are fixed by the wondrous liblicense 0.8.1.  I mentioned to Nathan Y. that liblicense is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m greatly pleased to announce liblicense 0.8.1.  Steren and Greg found a number of major issues (Greg found a consistent crasher on amd64, and Steren found a consistent crasher in the Python bindings).  These issues, among<br />
some others, are fixed by the wondrous liblicense 0.8.1.  I mentioned to Nathan Y. that liblicense is officially &#8220;no longer ghetto.&#8221;</p>
<p>The best way enjoy liblicense is from our Ubuntu and Debian package repository, at <a href="http://mirrors.creativecommons.org/packages/">http://mirrors.creativecommons.org/packages/</a>.  More information on what liblicense does is <a href="http://wiki.creativecommons.org/liblicense">available on our wiki page about liblicense</a>. You can also get them in fresh Fedora 11 packages.  And the source tarball is available for <a href="https://sourceforge.net/project/showfiles.php?group_id=80503&amp;package_id=238700&amp;release_id=649438">download from sourceforge.net</a>.</p>
<p>P.S. MERRY CHRISTMAS!</p>
<p>The full ChangeLog snippet goes like this:</p>
<p>liblicense 0.8.1 (2008-12-24):<br />
* Cleanups in the test suite: test_predicate_rw&#8217;s path joiner finally works<br />
* Tarball now includes data_empty.png<br />
* Dynamic tests and static tests treat $HOME the same way<br />
* Fix a major issue with requesting localized informational strings, namely that the first match would be returned rather than all matches (e.g., only the first license of a number of matching licenses). This fixes the Python bindings, which use localized strings.<br />
* Add a cooked PDF example that actually works with exempi; explain why that is not a general solution (not all PDFs have XMP packets, and the XMP packet cannot be resized by libexempi)<br />
* Add a test for writing license information to the XMP in a PNG<br />
* Fix a typo in exempi.c<br />
* Add basic support for storing LL_CREATOR in exempi.c<br />
* In the case that the system locale is unset (therefore, is of value &#8220;C&#8221;), assume English<br />
* Fix a bug with the TagLib module: some lists were not NULL-terminated<br />
* Use calloc() instead of malloc()+memset() in read_license.c; this improves efficiency and closes a crasher on amd64<br />
* Improve chooser_test.c so that it is not strict as to the *order* the results come back so long as they are the right licenses.<br />
* To help diagnose possible xdg_mime errors, if we detect the hopeless application/octet-stream MIME type, fprintf a warning to stderr.<br />
* Test that searching for unknown file types returns a NULL result rather than a segfault.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Government Information Licensing Framework</title>
		<link>http://labs.creativecommons.org/2008/12/12/government-information-licensing-framework/</link>
		<comments>http://labs.creativecommons.org/2008/12/12/government-information-licensing-framework/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:01:29 +0000</pubDate>
		<dc:creator>Frank Tobia</dc:creator>
				<category><![CDATA[embedding]]></category>
		<category><![CDATA[liblicense]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[techsummit]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=213</guid>
		<description><![CDATA[David Torpie of the Office of Economic and Statistical Research at the Queensland Treasury gave a talk on &#8220;Government Information Licensing Framework: a multidisciplinary project improving access to Public Sector Information.&#8221; This is a project to give greater access to Australian government data, to make government more transparent, and in doing so to develop a [...]]]></description>
			<content:encoded><![CDATA[<p>David Torpie of the Office of Economic and Statistical Research at the <a title="Queensland Treasury" href="http://www.treasury.qld.gov.au/" target="_blank">Queensland Treasury</a> gave a talk on &#8220;Government Information Licensing Framework: a multidisciplinary project improving access to Public Sector Information.&#8221; This is a project to give greater access to Australian government data, to make government more transparent, and in doing so to develop a standard set of terms and conditions that are broadly applicable to other government contexts.</p>
<p>David first answered the question of why the Australian government even needs to worry about licensing its works. In Australia, unlike the United States, the government has copyright over works produced by government agencies. Australian copyright law also extends to less-than-creative works (such as telephone directories), which increases the importance that public licensing is clear and simple.</p>
<p>The solution developed at the Queensland Treasury is &#8220;digital license management&#8221;, or DLM. DLM is a technology to embed license metadata into documents and other works, developed in Java. Benefits include ease of linking from data to license, and finding information based on its license. DLM was developed before a suitable alternative was available; <a title="liblicense" href="http://wiki.creativecommons.org/Liblicense" target="_blank">liblicense</a> now provides a similar functionality in C. The team developing DLM is working with CC&#8217;s tech team for collaboration, and initial indications are that a dedicated Java tool may prove very useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/12/12/government-information-licensing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>liblicense 0.8 (important) fixes RDF predicate error</title>
		<link>http://labs.creativecommons.org/2008/07/30/liblicense-08/</link>
		<comments>http://labs.creativecommons.org/2008/07/30/liblicense-08/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:44:42 +0000</pubDate>
		<dc:creator>asheesh</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[liblicense]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xmp]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=120</guid>
		<description><![CDATA[Brown paper bag release: liblicense claims that the RDF predicate for a file&#8217;s license is http://creativecommons.org/ns#License rather than http://creativecommons.org/ns#license.  Only the latter is correct.
Any code compiled with liblicense between 0.6 and 0.7.1 (inclusive) contains this mistake.
This time I have audited the library for other insanities like the one fixed here, and there are none. [...]]]></description>
			<content:encoded><![CDATA[<p>Brown paper bag release: liblicense claims that the RDF predicate for a file&#8217;s license is http://creativecommons.org/ns#License rather than http://creativecommons.org/ns#license.  Only the latter is correct.</p>
<p>Any code compiled with liblicense between 0.6 and 0.7.1 (inclusive) contains this mistake.</p>
<p>This time I have audited the library for other insanities like the one fixed here, and there are none.  Great thanks to Nathan Yergler for spotting this.  I took this chance to change ll_write() and ll_read() to *NOT* take NULL as a valid predicate; this makes the implementation simpler (and more correct).</p>
<p>Sadly, I have bumped the API and ABI numbers accordingly.  It&#8217;s available in SourceForge at http://sf.net/projects/cctools, and will be uploaded to Debian and Fedora shortly (and will follow from Debian to Ubuntu).</p>
<p>I&#8217;m going to head to Argentina for a vacation and Debconf shortly, so there&#8217;ll be no activity from on liblicense for a few weeks. I would <strong>love</strong> help with liblicense in the form of further unit tests. Let&#8217;s squash those bugs by just demonstrating all the cases the license should work in.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/07/30/liblicense-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>License-oriented metadata validator and viewer: libvalidator</title>
		<link>http://labs.creativecommons.org/2008/07/08/license-oriented-metadata-validator-and-viewer-libvalidator/</link>
		<comments>http://labs.creativecommons.org/2008/07/08/license-oriented-metadata-validator-and-viewer-libvalidator/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 12:20:56 +0000</pubDate>
		<dc:creator>Hugo Dworak</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[licenses]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[summer of code]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=110</guid>
		<description><![CDATA[As the <a href="http://code.google.com/soc/2008/">Google Summer of Code 2008</a> midterm evaluation <a href="http://code.google.com/soc/2008/faqs.html#0.1_timeline">deadline is approaching</a>, it is a good time to report the progress when it comes to the license-oriented metadata validator and viewer.]]></description>
			<content:encoded><![CDATA[<p>As the <a href="http://code.google.com/soc/2008/">Google Summer of Code 2008</a> midterm evaluation <a href="http://code.google.com/soc/2008/faqs.html#0.1_timeline">deadline is approaching</a>, it is a good time to report the progress when it comes to the license-oriented metadata validator and viewer.</p>
<p>The source code is located in two dedicated <a href="http://git.or.cz/">git</a> repositories. The first being <a href="http://code.creativecommons.org/viewgit?r=validator.git">validator</a>, which contains the source code of the Web application based on <a href="http://pylonshq.com/">Pylons</a> and <a href="http://genshi.edgewall.org/">Genshi</a>. The second repository is <a href="http://code.creativecommons.org/viewgit?r=libvalidator.git">libvalidator</a>, which hosts the files that constitute the core library that the project will utilise. This is the component that the development focuses on right now.</p>
<p>The purpose of the aforementioned library is to parse input files, scan them for relevant license information, and output the results in a machine-readable fashion. More precisely, its workflow is the following: parse the file and associated <a href="http://www.w3.org/RDF/"><abbr title="Resource Description Framework">RDF</abbr></a> information so that a complete set of RDF data is available, filter the results with regard to license information (not only related to the document itself, but also to other objects described within it), and return the results in a manner preferable for the usage by the Web application.</p>
<p><a href="http://www.w3.org/2007/08/pyRdfa/">pyRdfa</a> seems to be the best tool for the parsing stage so far. It handles the current recommendation for embedding license metadata (namely <a href="http://www.w3.org/TR/rdfa-syntax/">RDFa</a>) as well as other non-deprecated methods: linking to an external or embedded (using <a href="http://www.ietf.org/rfc/rfc2397.txt">the &#8220;data&#8221; URL scheme</a>) RDF files and utilising the <a href="http://dublincore.org/">Dublin Core</a>. The significant lacking is handling of the invalid direct embedding of <a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a> within the <a href="http://www.w3.org/MarkUp/"><abbr title="HyperText Markup Language">HTML</abbr>/<abbr title="Extensible Hypertext Markup Language">XHTML</abbr></a> source code (as an element or in a comment) and this is resolved by first capturing all such instances using a regular expression and then parsing the data just as external RDF/XML files.</p>
<p>Once the RDF triples are extracted, one can use <a href="http://www.w3.org/TR/rdf-sparql-query/"><acronym title="SPARQL Protocol and RDF Query Language">SPARQL</acronym></a> to narrow the results just to the triples related to the licensed objects. Both <a href="http://librdf.org/">librdf</a> and <a href="http://rdflib.net/">rdflib</a> support this language. Moreover, the RDF/XML related to the license must be parsed, so that its conditions (permissions, requirements, and restrictions) are then presented to the user.</p>
<p>The library takes advantage of standard Python tools such as <a href="http://pypi.python.org/pypi/zc.buildout/">Buildout</a> and <a href="http://www.somethingaboutorange.com/mrl/projects/nose/">nose</a>. When it is completed, the project will be all about writing a Web application that will serve as an interface to libvalidator.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/07/08/license-oriented-metadata-validator-and-viewer-libvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juggling Metadata at CC</title>
		<link>http://labs.creativecommons.org/2008/07/03/juggling-metadata-at-cc/</link>
		<comments>http://labs.creativecommons.org/2008/07/03/juggling-metadata-at-cc/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:41:33 +0000</pubDate>
		<dc:creator>Nathan Yergler</dc:creator>
				<category><![CDATA[metadata]]></category>
		<category><![CDATA[ccrel]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=108</guid>
		<description><![CDATA[It&#8217;s the day before a long weekend and inspiration hits &#8212; RDFa and ccREL are exactly like juggling!

Also available: MP4, Ogg.
In other news of the weird, I was actually able to use PiTiVi to trim the video up after shooting it on my phone.  Cool.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the day before a long weekend and inspiration hits &mdash; <a href="http://rdfa.info">RDFa</a> and <a href="http://wiki.creativecommons.org/ccREL">ccREL</a> are <strong>exactly</strong> like juggling!</p>
<p><a href='http://www.flickr.com/photos/nathan_y/2635017968/'><img src="http://labs.creativecommons.org/files/2008/07/keyframe.png" alt="\&quot;Because of course, we\&#39;re jugglers.\&quot;" width="410" height="309" class="aligncenter size-full wp-image-109" /></a></p>
<p>Also available: <a href="http://labs.creativecommons.org/~nathan/video/juggling-rdfa.mp4">MP4</a>, <a href="http://labs.creativecommons.org/~nathan/video/juggling-rdfa.ogg">Ogg</a>.</p>
<p>In other news of the weird, I was actually able to use <a href="http://en.wikipedia.org/wiki/PiTiVi">PiTiVi</a> to trim the video up after shooting it on <a href="http://en.wikipedia.org/wiki/Nokia_N95">my phone</a>.  Cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/07/03/juggling-metadata-at-cc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://labs.creativecommons.org/~nathan/video/juggling-rdfa.mp4" length="1578290" type="video/mp4" />
		</item>
		<item>
		<title>RDFa for Semantic MediaWiki [GSoC 2008]</title>
		<link>http://labs.creativecommons.org/2008/07/01/rdfa-for-semantic-mediawiki-gsoc-2008/</link>
		<comments>http://labs.creativecommons.org/2008/07/01/rdfa-for-semantic-mediawiki-gsoc-2008/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 07:51:57 +0000</pubDate>
		<dc:creator>David McCabe</dc:creator>
				<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[semantic mediawiki]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[summer of code]]></category>
		<category><![CDATA[syndication]]></category>

		<guid isPermaLink="false">http://techblog.creativecommons.org/?p=80</guid>
		<description><![CDATA[Hello, world!
My name is David McCabe, and this summer I am adding RDFa support to Semantic MediaWiki, as part of the Google Summer of Code 2008. I am an undergraduate in Mathematics at Portland State University. For the Google Summer of Code 2006, I wrote Liquid Threads, a MediaWiki extension that replaces talk pages with [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, world!</p>
<p>My name is <a href="mailto:davemccabe@gmail.com">David McCabe</a>, and this summer I am adding RDFa support to Semantic MediaWiki, as part of the Google Summer of Code 2008. I am an undergraduate in Mathematics at <a href="http://pdx.edu">Portland State University</a>. For the Google Summer of Code 2006, I wrote <a href="http://www.mediawiki.org/wiki/Extension:LiquidThreads">Liquid Threads</a>, a MediaWiki extension that replaces talk pages with a threaded discussion system. </p>
<p><a href="http://semantic-mediawiki.org/">Semantic MediaWiki</a> (SMW) is the software used for <a href="http://wiki.creativecommons.org/">the CC wiki</a> and many other wikis. SMW allows authors to mark up wiki pages so that their contents and relationships are machine-readable. SMW already publishes this machine-readable data in RDF/XML format. </p>
<p>You can read about <a href="http://wiki.creativecommons.org/RDFa">RDFA on the CC Wiki</a>. There is also a <a href="http://www.youtube.com/watch?v=mxE3FeOyS-E">Google Tech Talk on RDFa</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/07/01/rdfa-for-semantic-mediawiki-gsoc-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>License-oriented metadata validator and viewer: the development has just started</title>
		<link>http://labs.creativecommons.org/2008/05/26/license%e2%80%91oriented-metadata-validator-and-viewer-the-development-has-just-started/</link>
		<comments>http://labs.creativecommons.org/2008/05/26/license%e2%80%91oriented-metadata-validator-and-viewer-the-development-has-just-started/#comments</comments>
		<pubDate>Mon, 26 May 2008 23:38:56 +0000</pubDate>
		<dc:creator>Hugo Dworak</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[summer of code]]></category>

		<guid isPermaLink="false">http://techblog.creativecommons.org/2008/05/26/license%e2%80%91oriented-metadata-validator-and-viewer-the-development-has-just-started/</guid>
		<description><![CDATA[Creative Commons participates in Google Summer of Code™ and has accepted a proposal (see the abstract) of Hugo Dworak based on its description of a task to rewrite its now-defunct metadata validator. Asheesh Laroia has been assigned as the mentor of the project. The work began on May 26th, 2008 as per the project timeline. It is expected to be completed in twelve weeks. More details will be provided in the dedicated CC Wiki article and the progress will be weekly featured on this blog.]]></description>
			<content:encoded><![CDATA[<p>Creative Commons <a href="http://code.google.com/soc/2008/cc/about.html">participates</a> in <a href="http://code.google.com/soc/2008/">Google Summer of Code™</a> and has accepted a proposal (see the <a href="http://code.google.com/soc/2008/cc/appinfo.html?csaid=3C284456287C63B9">abstract</a>) of <a href="http://hugo.dworak.info/">Hugo Dworak</a> based on its description of a task to <a href="http://wiki.creativecommons.org/Rewrite_Metadata_Validator" title="Rewrite Metadata Validator">rewrite</a> its now-defunct <a href="http://validator.creativecommons.org/" title="http://validator.creativecommons.org" rel="nofollow">metadata validator</a>. <a href="http://creativecommons.org/about/people/#83">Asheesh Laroia</a> has been assigned as the mentor of the project. The work began on May 26th, 2008 as per the <a href="http://code.google.com/soc/2008/faqs.html#0.1_timeline">project timeline</a>. It is expected to be completed in twelve weeks. More details will be provided in the <a href="http://wiki.creativecommons.org/Rewrite_Metadata_Validator/SoC_2008">dedicated CC Wiki article</a> and the progress will be weekly featured on this blog.</p>
<p>The project focuses on developing an on-line tool — free software written in Python — to validate digitally embedded Creative Commons licenses within files of different types. Files will be pasted directly to a form, identified by a <abbr title="Universal Resource Locator">URL</abbr>, or uploaded by a user. The application will present the results in a human?readable fashion and notify the user if the means used to express the license terms are deprecated.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/05/26/license%e2%80%91oriented-metadata-validator-and-viewer-the-development-has-just-started/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metadata work of interest</title>
		<link>http://labs.creativecommons.org/2007/08/03/metadata-work-of-interest/</link>
		<comments>http://labs.creativecommons.org/2007/08/03/metadata-work-of-interest/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 05:14:10 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[haudio]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[powder]]></category>
		<category><![CDATA[ramm.x]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[rdfa]]></category>

		<guid isPermaLink="false">http://techblog.creativecommons.org/2007/08/03/metadata-work-of-interest/</guid>
		<description><![CDATA[Some of these could turn out to be interesting for describing licensed content on the web, all rather interesting.
hAudio proposed microformat.
Proposed hAudio to RDFa mapping.
RDFa-deployed Multimedia Medata (ramm.x) may be an effort to map and standardize use of existing and upcoming media description standards in RDFa &#8230; I had to skim &#8220;ramm.x in 10 sec&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Some of these could turn out to be interesting for describing licensed content on the web, all rather interesting.</p>
<p><a href="http://microformats.org/wiki/audio-info-proposal">hAudio</a> proposed microformat.</p>
<p>Proposed <a href="http://wiki.digitalbazaar.com/en/HAudio_RDFa">hAudio to RDFa mapping</a>.</p>
<p><a href="http://sw.joanneum.at/rammx/">RDFa-deployed Multimedia Medata</a> (ramm.x) may be an effort to map and standardize use of existing and upcoming media description standards in RDFa &#8230; I had to skim &#8220;ramm.x in 10 sec&#8221; and &#8220;what ramm.x is NOT&#8221; a few times to gather that, but the key description on that page seems to be:</p>
<blockquote><dl>
<dt>Does ramm.x replace RDF-based multimedia vocabularies, as, e.g., the <a href="http://musicontology.com/">Music Ontology Specification</a>?</dt>
<dd> 	No! ramm.x aims at bringing existing formats, as MPEG-7 and the like, into the Semantic Web. It acts as a bridge using a  	<a href="http://www.w3.org/2005/Incubator/mmsem/XGR-vocabularies/#formal">certain formalisation</a>	of an existing vocabulary.</dd>
</dl>
</blockquote>
<p>Getting a bit more esoteric, <a href="http://www.w3.org/TR/powder-grouping/">Protocol for Web Description Resources (POWDER)</a>:</p>
<blockquote><p>facilitates the publication of descriptions of multiple resources such as all those available from a Web site.</p></blockquote>
<p>Which is a bit of an understatement.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2007/08/03/metadata-work-of-interest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CC OpenOffice Addin Update: Added Impress funcionality!</title>
		<link>http://labs.creativecommons.org/2007/07/24/cc-openoffice-addin-update-added-impress-funcionality/</link>
		<comments>http://labs.creativecommons.org/2007/07/24/cc-openoffice-addin-update-added-impress-funcionality/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 22:44:30 +0000</pubDate>
		<dc:creator>ksiomelo</dc:creator>
				<category><![CDATA[Add-In]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[summer of code]]></category>

		<guid isPermaLink="false">http://techblog.creativecommons.org/2007/07/24/cc-openoffice-addin-update-added-impress-funcionality/</guid>
		<description><![CDATA[Hello everyone!
I&#8217;ve made some changes in the addin and enabled to put licenses in Impress documents. The entire architecture has changed and I&#8217;m working on this right now. The newer version is in the CC sourceforge repository!

]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>I&#8217;ve made some changes in the addin and enabled to put licenses in Impress documents. The entire architecture has changed and I&#8217;m working on this right now. The newer version is in the CC sourceforge repository!</p>
<p><a href='http://techblog.creativecommons.org/2007/07/24/cc-openoffice-addin-update-added-impress-funcionality/cc-openoffice-addin-working-on-impress/' rel='attachment wp-att-55' title='CC OpenOffice Addin working on Impress'><img src='http://techblog.creativecommons.org/files/2007/07/screen_impress.PNG' alt='CC OpenOffice Addin working on Impress' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2007/07/24/cc-openoffice-addin-update-added-impress-funcionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
