<?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>Squio.blog &#187; metadata</title>
	<atom:link href="http://squio.nl/blog/tag/metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://squio.nl</link>
	<description>Creative internet development</description>
	<lastBuildDate>Thu, 03 Jun 2010 07:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>MozCamp &#8211; linked media</title>
		<link>http://squio.nl/blog/2009/03/06/mozcamp-linked-media/</link>
		<comments>http://squio.nl/blog/2009/03/06/mozcamp-linked-media/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:18:08 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[limked data]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[mozcamp]]></category>
		<category><![CDATA[open data]]></category>

		<guid isPermaLink="false">http://squio.nl/blog/?p=303</guid>
		<description><![CDATA[&#8220;Linked Media: Weaving non-textual content into the semantic web&#8221; &#8211; Raphaël Troncy Traditional media cunsumption (like TV) is declining and moving to the web. The question is: how can we make media into a first class object on the web? Lots of issues: codecs, metadata, content protection and so on. Is there a viable OSS [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 212px"><a href="http://en.wikipedia.org/wiki/Image:Linking-Open-Data-diagram_2008-03-31.png"><img class=" " title="Diagram for the LOD datasets" src="http://upload.wikimedia.org/wikipedia/en/thumb/5/55/Linking-Open-Data-diagram_2008-03-31.png/202px-Linking-Open-Data-diagram_2008-03-31.png" alt="Diagram for the LOD datasets" width="202" height="158" /></a><p class="wp-caption-text">Image via Wikipedia - this version is in fact outdated again, by now the open resources have already doubled.</p></div>
</div>
<p style="text-align: left;">&#8220;Linked Media: Weaving non-textual content into the semantic web&#8221; &#8211; Raphaël Troncy</p>
<p style="text-align: left;">Traditional media cunsumption (like TV) is declining and moving to the web. The question is: how can we make media into a first class object on the web?</p>
<p style="text-align: left;">Lots of issues: <a class="zem_slink" title="Codec" rel="wikipedia" href="http://en.wikipedia.org/wiki/Codec">codecs</a>, metadata, content protection and so on. Is there a viable OSS alternative?</p>
<h3 style="text-align: left;">Media Fragments WG</h3>
<p style="text-align: left;">Case: media fragments identification and selective retrieval of media fragments, the goal of the Media Fragments WG of the <a class="zem_slink" title="World Wide Web Consortium" rel="homepage" href="http://www.w3.org/">W3C</a>. Basic principles apply: fragment identification needs to be based on the <a class="zem_slink" title="Uniform Resource Identifier" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URI</a>.</p>
<p style="text-align: left;">There are four dimensions which define a fragment: <em>time</em> (point or interval), <em>space</em> (rectangle for now), <em>track</em> (video, audio, subtitles) and <em>id</em> (the unique name of the fragment).</p>
<p style="text-align: left;">The possibilities are limited by the container format can express (e.g. quicktime and such) Protocols include http, rtsp and a lot of proprietary protocols like mms, and the various p2p protocols.</p>
<p style="text-align: left;">Much of the fragment identification is already possible for the most important players in the market, but the syntax is not standard in any way.</p>
<p style="text-align: left;">Warning, hardcore geekery ahead&#8230;<span id="more-303"></span></p>
<p style="text-align: left;">The current proposed standard uses hash marks appended to the URI, which a smart user agent has to strip off and convert into some appropriate http headers. Media servers handle the request, do the slicing and make sure that the fragments are cacheable as well.</p>
<p style="text-align: left;">Example: <em>mypodcast.mp3#t=15,45</em></p>
<p style="text-align: left;">translated into the Request</p>
<pre style="text-align: left;">GET .../mypodcast.mp3
Accept: application/mp3
Range: seconds=15-45
...</pre>
<p style="text-align: left;">Response:</p>
<pre style="text-align: left;">HTTP/1.1 206 Partial Content
Accept-ranges: bytes, seconds
Content-length: 2310034
...</pre>
<p style="text-align: left;">First implementations can be based on plug-ins: Apache <em>mod_annodex</em> combined with for instance a Firefox add-on to create the right requests.</p>
<p style="text-align: left;">
<h3 style="text-align: left;">Media Annotations WG: Core Ontology</h3>
<p style="text-align: left;">A couple of proprietary metadata schemas do exist, the first approach is to make the semantic meaning of all of these more explicit and to be able to map various schemas to each other.</p>
<p style="text-align: left;">There is a simple client read-only demo for metadata which looks very similar to the schema I used for the Twones Active API.</p>
<p style="text-align: left;">Another demo is about the linking of resources within the Cultural Heritage project. A very simple web interface allows for fast data entry where  terms are auto-completed with linked resources (canoncal names etc.). The interface looks like the Freebase web front-end.</p>
<h3 style="text-align: left;">The Web of Data</h3>
<p style="text-align: left;">Interesting: the Semantic web is now being re-branded as the Web of Data. Oh well, maybe that is a good idea after all&#8230;</p>
<p style="text-align: left;">So what is it about:</p>
<p style="text-align: left;">Expose open datasets as RDF. Example DBpedia with slightly over 9M RDF triples. All of this linked to the rest of the Linked Data Cloud, which is expanding rapidly.</p>
<p style="text-align: left;">
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/e75d00ad-22da-42ba-9b67-d566192ec9a0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e75d00ad-22da-42ba-9b67-d566192ec9a0" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=MozCamp+%E2%80%93+linked+media+http://squio.nl/?p=303" title="Post to Twitter"><img class="nothumb" src="http://squio.nl/blog/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=MozCamp+%E2%80%93+linked+media+http://squio.nl/?p=303" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://delicious.com/post?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to Delicious"><img class="nothumb" src="http://squio.nl/blog/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to Delicious">Delicious</a> <a class="tt" href="http://reddit.com/submit?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to Reddit"><img class="nothumb" src="http://squio.nl/blog/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to Reddit">Reddit This Post</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to StumbleUpon"><img class="nothumb" src="http://squio.nl/blog/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://squio.nl/blog/2009/03/06/mozcamp-linked-media/&amp;title=MozCamp+%E2%80%93+linked+media" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://squio.nl/blog/?ak_action=api_record_view&id=303&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://squio.nl/blog/2009/03/06/mozcamp-linked-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
