<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Derivadow &#187; Work</title>
	<atom:link href="http://derivadow.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://derivadow.com</link>
	<description>...is a blog by Tom Scott a place where I ramble about my thoughts and observations on the open web, linked data, URIs and generally how technology and design can create great things for people to use.</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:06:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='derivadow.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7b9c03de1097d03678bbe6fb6e952bf0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Derivadow &#187; Work</title>
		<link>http://derivadow.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://derivadow.com/osd.xml" title="Derivadow" />
	<atom:link rel='hub' href='http://derivadow.com/?pushpress=hub'/>
		<item>
		<title>Our development manifesto</title>
		<link>http://derivadow.com/2011/07/30/our-manifesto/</link>
		<comments>http://derivadow.com/2011/07/30/our-manifesto/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 22:18:03 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1237</guid>
		<description><![CDATA[Manifesto&#8217;s are quite popular in the tech community &#8212; obviously there&#8217;s the agile manifesto and I&#8217;ve written before about the kaizen manifesto and then there&#8217;s the Manifesto for Software Craftsmanship. They all try to put forward a way of working, a way of raising professionalism and a way of improving the quality of what you&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1237&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Manifesto&#8217;s are quite popular in the tech community &#8212; obviously there&#8217;s the <a href="http://agilemanifesto.org/">agile manifesto</a> and I&#8217;ve written before about the <a href="http://www.kaizenmanifesto.org/"><em>kaizen</em> manifesto</a> and then there&#8217;s the <a href="http://manifesto.softwarecraftsmanship.org/">Manifesto for Software Craftsmanship</a>. They all try to put forward a way of working, a way of raising professionalism and a way of improving the quality of what you do and build.</p>
<div id="attachment_7472" class="wp-caption alignright" style="width: 630px"><a href="http://www.flickr.com/photos/rocor/5058141969/in/photostream/"><img class="size-full wp-image-7472" title="5058141969_b83cb5f9ed_b" src="http://derivadow.files.wordpress.com/2011/07/5058141969_b83cb5f9ed_b.jpg?w=620&#038;h=465" alt="If at first you don't succeed - call an airstrike." width="620" height="465" /></a><p class="wp-caption-text">Banksy by rocor, some rights reserved.</p></div>
<p>Anyway when we started work on on the <a href="http://www.bbc.co.uk/nature">BBC&#8217;s Nature site</a> we set out our development manifesto. I thought you might be interested in it:</p>
<ol>
<li>Peristence &#8212; only mint a new URIs if one doesn&#8217;t already exist: once minted, never delete it</li>
<li>Linked open data &#8212; data and documents describe the real world; things in the real world are identified via HTTP URIs; links describe how those things are related to each other.</li>
<li>The website is the API</li>
<li><a href="http://www.ics.uci.edu/%7Efielding/pubs/dissertation/rest_arch_style.htm" rel="nofollow">REST</a>ful &#8212; the Web is stateless, work with this architecture, not against it.</li>
<li>One Web &#8211; one <a title="Cool URIs for the Semantic Web" href="http://www.w3.org/TR/2007/WD-cooluris-20071217/" rel="nofollow">canonical</a> <a title="About the URN scheme" href="http://labs.apache.org/webarch/uri/rfc/rfc3986.html#RFC2141" rel="nofollow">URI</a> for each resource (thing), dereferenced to the appropriate representation (HTML, JSON, RDF, etc.).</li>
<li>Fix the data don&#8217;t hack the code</li>
<li>Books have pages, the web has links</li>
<li>Do it right or don&#8217;t do it at all &#8212; don&#8217;t hack in quick fixes or &#8216;tactical solutions&#8217; they are bad for users and bad for the code.</li>
<li>Release early, release often &#8212; small, incremental changes are easy to test and proof.</li>
</ol>
<p>It&#8217;s worth noting that we didn&#8217;t always live up to these standards &#8212; but at least when we broke our rules we did so knowingly and had a chance of fixing them at a later date.</p>
<br />Filed under: <a href='http://derivadow.com/category/organisations/bbc/'>BBC</a>, <a href='http://derivadow.com/category/bbc-earth/'>BBC Earth</a>, <a href='http://derivadow.com/category/design/'>Design</a>, <a href='http://derivadow.com/category/web-development/'>Web development</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1237&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2011/07/30/our-manifesto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>51.500152 -0.126236</georss:point>
		<geo:lat>51.500152</geo:lat>
		<geo:long>-0.126236</geo:long>
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2011/07/5058141969_b83cb5f9ed_b.jpg" medium="image">
			<media:title type="html">5058141969_b83cb5f9ed_b</media:title>
		</media:content>
	</item>
		<item>
		<title>One BBC nature</title>
		<link>http://derivadow.com/2011/05/13/one-bbc-nature/</link>
		<comments>http://derivadow.com/2011/05/13/one-bbc-nature/#comments</comments>
		<pubDate>Fri, 13 May 2011 12:10:48 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=4423</guid>
		<description><![CDATA[A few weeks ago we merged Wildlife Finder into the nature site and launched a new blog – and today we&#8217;ve taken the final step and brought Earth News into the fold to create a consolidated BBC nature site. From a certain perspective this doesn&#8217;t represent a big change – after all we&#8217;re still publishing&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=4423&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago we merged <a href="http://www.bbc.co.uk/nature/wildlife">Wildlife Finder</a> into the <a href="http://www.bbc.co.uk/nature">nature site</a> and launched a <a href="http://www.bbc.co.uk/blogs/wondermonkey/">new blog</a> – and today we&#8217;ve taken the final step and brought Earth News into the fold to create a consolidated BBC nature site.</p>
<p>From a certain perspective this doesn&#8217;t represent a big change – after all we&#8217;re still publishing <a href="http://www.bbc.co.uk/nature/news">exclusive natural history news stories</a>, <a href="http://www.bbc.co.uk/nature/collections">video collections</a> and video clips and information about: <a href="http://www.bbc.co.uk/nature/life/Animal">animals</a>, <a href="http://www.bbc.co.uk/nature/life/Plant">plants</a>, <a href="http://www.bbc.co.uk/nature/habitats">habitats</a> (and the ancient earth&#8217;s habitats, such as <a href="http://www.bbc.co.uk/nature/ancient_earth/Snowball_Earth">Snowball Earth</a>), <a href="http://www.bbc.co.uk/nature/adaptations">adaptations &amp; behaviours</a>, <a href="http://www.bbc.co.uk/nature/places">places and ecozones</a>, the <a href="http://www.bbc.co.uk/nature/history_of_the_earth#periods">geological time periods</a> when they lived, the major mass extinction events, including <a href="http://www.bbc.co.uk/nature/extinction_events/Cretaceous%E2%80%93Tertiary_extinction_event">the one that killed</a> the <a href="http://www.bbc.co.uk/nature/life/Dinosaur">dinosaurs</a>, in fact lots of information on the <a href="http://www.bbc.co.uk/nature/history_of_the_earth">history of life on earth</a> and the <a href="http://www.bbc.co.uk/nature/fossils">fossil</a> record. We even have a page about <a href="http://www.bbc.co.uk/nature/animals/by/fish">fish</a> – and they don&#8217;t really exist!</p>
<p>However, from another perspective this is a really big change. It&#8217;s a big change because we&#8217;ve (hopefully) made everything so much simpler.</p>
<p><img class="alignleft size-full wp-image-5113" title="Nature - Features" src="http://derivadow.files.wordpress.com/2011/05/nature-features.png?w=620&#038;h=915" alt="Screen grab of the new BBC nature site - features section" width="620" height="915" /></p>
<p>We&#8217;ve made it simpler by bringing everything together into one site and removed the various sub brands – if you love nature and natural history everything is now in one place: news stories, video clips from the archive, opinion pieces and more.</p>
<p>Bringing everything together has also allowed us to make a few additional changes which should help us more easily publish the content.</p>
<p>In addition to natural history news we have a <a href="http://www.bbc.co.uk/nature/features">features section</a> where we can bring together articles and photo galleries (<a href="http://www.bbc.co.uk/nature/12880498">like this one</a>) and a new blog <a href="http://www.bbc.co.uk/blogs/wondermonkey/">Wonder Monkey</a> written by Matt Walker. Matt has written a few posts so far including this one on the<a href="http://www.bbc.co.uk/blogs/wondermonkey/2011/04/some-animals-are-so-odd.shtml"> oddball midge that shouldn&#8217;t exist</a>.</p>
<p>I really hope you like it. It represents the culmination of two years of work, during which time we launched and evolved both the site itself and the editorial proposition – there now are c.3,000 clips available online (many of which are available worldwide) about almost 900 animals (both <a href="http://www.bbc.co.uk/nature/prehistoric">prehistoric</a> and living), 50 plants etc.</p>
<p>And of course wildlife data is <a href="http://derivadow.com/2010/03/02/apis-and-apis-a-wildlife-ontology/">for machines too</a>.</p>
<p>However, after two years of development this represents the last major release, for a while at least. The site will continue to grow because we are continuing to create great new content as well as digging out the best bits from the archive – like this video collection looking back at <a href="http://www.bbc.co.uk/nature/collections/p00db3n8">David Attenborough&#8217;s Madagascar</a> (starting with Zoo Quest 50 years ago). But there won&#8217;t be any major new features for a while, not that that&#8217;s a major problem – the site should offer a rich experience with amazing content.</p>
<p>As <a href="http://derivadow.com/2011/05/12/leaving-the-bbc/">I said yesterday</a>, I&#8217;m very proud of what we&#8217;ve produced and if I can marshal my thoughts I&#8217;ll try and write a post or two about how we went about building the site and the lessons I learnt on the way, until then enjoy the site.</p>
<br />Filed under: <a href='http://derivadow.com/category/organisations/bbc/'>BBC</a>, <a href='http://derivadow.com/category/bbc-earth/'>BBC Earth</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/4423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/4423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/4423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=4423&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2011/05/13/one-bbc-nature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2011/05/nature-features.png" medium="image">
			<media:title type="html">Nature - Features</media:title>
		</media:content>
	</item>
		<item>
		<title>Leaving the BBC</title>
		<link>http://derivadow.com/2011/05/12/leaving-the-bbc/</link>
		<comments>http://derivadow.com/2011/05/12/leaving-the-bbc/#comments</comments>
		<pubDate>Thu, 12 May 2011 12:28:14 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=4700</guid>
		<description><![CDATA[After almost five years this will be my last month at the BBC. The BBC has been a great place to work – I&#8217;ve worked with some amazing people, helped deliver some of the best work of my career and had the opportunity to speak at conferences around the world, including (amazingly) at the Web&#8217;s&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=4700&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After almost five years this will be my last month at the BBC.</p>
<p>The BBC has been a great place to work – I&#8217;ve worked with some amazing people, helped deliver some of the best work of my career and had the opportunity to <a href="http://derivadow.com/talks/">speak</a> at conferences around the world, including (amazingly) at the <a href="http://derivadow.com/2009/03/26/what-does-the-history-of-the-web-tell-us-about-its-future/">Web&#8217;s 20th birthday celebrations</a> in CERN.</p>
<div id="attachment_4711" class="wp-caption alignright" style="width: 630px"><img class="size-full wp-image-4711" title="the end" src="http://derivadow.files.wordpress.com/2011/04/the-end.jpg?w=620&#038;h=313" alt="" width="620" height="313" /><p class="wp-caption-text">Day Three Hundred Sixty Five by Dustin Diaz, some rights reserved</p></div>
<p>The BBC can certainly be a challenging place to work but I&#8217;m very grateful to <a href="http://www.cityofsound.com/">Dan Hill</a> and Matt Wood for offering me a job in the first place. I just hope I&#8217;ve not let them down because for every challenge, gripe and frustration there have also been opportunities to learn new things, work with brilliant people and help deliver great stuff that has, I think, had an positive impact on what the BBC does online.</p>
<p>So what have I been up to since I&#8217;ve been here?</p>
<p>The first project I worked on was <a href="http://www.bbc.co.uk/programmes">/programmes</a> a site that means that every programme the BBC broadcasts now has a web presence – one that both humans and <a href="http://derivadow.com/2008/07/18/interesting-bbc-data-to-hack-with/">machines</a> can enjoy. The site is sometimes criticized as being a card catalogue of BBC programme metadata but its worth remembering that until the site launched the vast majority of programmes had no URI, had no webpage of any kind; /programmes changed that at a stroke. It was also the first truly dynamic web site on bbc.co.uk and whatever people might say about the aesthetics the site has the prettiest URIs of any site I know (something to thanks <a href="http://fantasticlife.posterous.com/">Michael Smethurst</a> for).</p>
<p>The <a href="http://derivadow.com/2008/07/28/the-all-new-bbc-music-site-where-programmes-meet-music-and-the-semantic-web/">music site</a> was my other project while in the FM&amp;T bit of Audio &amp; Music. Building on <a href="http://musicbrainz.org/">Musicbrainz</a> the idea was to create a rich graph, linking music programmes with artist pages (available as HTML and RDF etc.) via &#8216;<a href="http://www.bbc.co.uk/programmes/b010m0c5">clickable tracklistings</a>&#8216;.</p>
<p>After a couple of years I left Audio &amp; Music and <a href="http://derivadow.com/2008/12/02/now-for-something-completely-different/">joined &#8216;BBC Vision&#8217;</a> – the bit of the the BBC that does the telly – and took on a project known internally as &#8216;<a href="http://derivadow.com/category/bbc-earth/">BBC Earth</a>&#8216;. And pretty much tried to replicate the music work but for natural history content.</p>
<p>I say I tried to replicate the music work that&#8217;s not really true, or rather its only true to a point. The core underlying concepts where the same, but the manifestation is quite different. For starters we sought to digitise and <a href="http://derivadow.com/2009/07/28/opening-up-the-bbcs-natural-history-archive/">make available the TV archive</a> but we also created original content – this broke down into <a href="http://www.bbc.co.uk/nature/news">exclusive natural history news stories</a>, <a href="http://derivadow.com/2009/05/19/first-steps-towards-a-more-coherent-online-natural-history-offer-at-the-bbc/">stories from TV and Radio production teams</a> on location and, <a href="http://derivadow.com/2010/03/11/some-thoughts-on-moving-beyond-the-resource/">curated video collections</a>.</p>
<p><object width="620" height="349"><param name="movie" value="http://www.youtube.com/v/jhpmxVuyQ58?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jhpmxVuyQ58?version=3" type="application/x-shockwave-flash" width="620" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I wanted the nature site to help people discover, explore and understand the natural world through the BBC&#8217;s content, I hope we&#8217;ve achieve that to some extent. Personally, and I know I&#8217;m biased, I think the site is brilliant and one of the best looking and useful semantic web sites around (we<a href="http://derivadow.com/2010/03/02/apis-and-apis-a-wildlife-ontology/"> publish the data as RDF</a>).</p>
<p>The credit for the site, however, should go to the team that actually made it. I was lucky, the core of the team has remained on the project throughout its development and I&#8217;m indebted to those, more talented than me, for making it what it is.</p>
<p>As I&#8217;ve said, I think the site is brilliant and I think the editorial, technical and design knowledge and skills of the team shine through, the site is theirs not mine.</p>
<p>There&#8217;s much I could write about this work – but I should really do it a bit more justice than the space available here and so I&#8217;ll save what I have to say for another post. Also there&#8217;s one last thing to push live on the site, to round off its development and it feels wrong to preempt that.</p>
<p>So what now? Well I&#8217;m joining <a href="http://www.nature.com/npg_/company_info/index.html">Nature Publishing Group</a> as Head of Platform for <a href="http://www.nature.com/">nature.com</a>. As a failed scientist I&#8217;m very excited by the opportunities – Nature is the leading weekly, international scientific journal with a mission to:</p>
<p><img class="size-full wp-image-4747 alignright" title="nature mission" src="http://derivadow.files.wordpress.com/2011/04/mission.gif?w=620" alt=""   /></p>
<p>Helping achieve that mission on the Web is a really exciting prospect and I hope the next five years prove as productive as the last. Wish me luck.</p>
<br />Filed under: <a href='http://derivadow.com/category/organisations/bbc/'>BBC</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/4700/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/4700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/4700/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=4700&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2011/05/12/leaving-the-bbc/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2011/04/the-end.jpg" medium="image">
			<media:title type="html">the end</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2011/04/mission.gif" medium="image">
			<media:title type="html">nature mission</media:title>
		</media:content>
	</item>
		<item>
		<title>Science ontology</title>
		<link>http://derivadow.com/2011/03/02/science-ontology/</link>
		<comments>http://derivadow.com/2011/03/02/science-ontology/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 23:34:40 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=2605</guid>
		<description><![CDATA[Michael and I did a bit of domain modelling this afternoon – below is our first attempt at a science domain model. It&#8217;s almost certainly wrong but I quite like it and I would love to hear what you think, especially if you are a scientist! To give  a bit of context – the idea&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=2605&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://fantasticlife.posterous.com/">Michael</a> and I did a bit of domain modelling this afternoon – below is our first attempt at a science domain model. It&#8217;s almost certainly wrong but I quite like it and I would love to hear what you think, especially if you are a scientist!</p>
<div class="wp-caption alignright" style="width: 650px"><a title="Science ontology by derivadow, on Flickr" href="http://www.flickr.com/photos/tascott/5491761851/"><img class=" " src="http://farm6.static.flickr.com/5220/5491761851_c2f973f6a8_z_d.jpg" alt="Science ontology" width="640" /></a><p class="wp-caption-text">First attempt at a science ontology</p></div>
<p>To give  a bit of context – the idea behind the ontology is to provide a relatively high level model to describe the scientific method so that organisations, such as the BBC, could structure their content (archive footage, news stories etc.) using the model.<span id="more-2605"></span></p>
<p>Hopefully most of the terms used are self explanatory, but for those that might not be:</p>
<p><a href="http://wordnetweb.princeton.edu/perl/webwn?s=hypothesis">Hypothesis</a> – to quote from Princeton University – an hypothesis is a &#8220;a tentative insight into the natural world; a concept that is not yet verified but that if true would explain certain facts or phenomena&#8221;. A non-scientist might call this a theory.</p>
<p><a href="http://wordnetweb.princeton.edu/perl/webwn?s=theory">Theory</a> – again to quote from Princeton University a theory is &#8220;a well-substantiated explanation of some aspect of the natural world; an organized system of accepted knowledge that applies in a variety of circumstances to explain a specific set of phenomena.&#8221;  A non-scientist might think of this as a &#8216;fact&#8217;.</p>
<p><a href="http://xmlns.com/foaf/spec/#term_Agent">Agent</a> – adopting the FOAF:agent this is a person or organisation.</p>
<p>Observation – an observed phenomena in the natural world cf &#8220;data&#8221; an observation resulting from an experiment.</p>
<p>As <a href="http://openobjects.blogspot.com/">others</a> have already pointed out we&#8217;re missing a lot of detail around the role of the agent, we&#8217;re missing important predicates, such as other forms of influence other than publication. And looking at it again we&#8217;ve failed to include anything about the predictions a theory might make of the natural world. But what else are we missing?</p>
<br />Filed under: <a href='http://derivadow.com/category/information-architecture/'>Information Architecture</a>, <a href='http://derivadow.com/category/web-development/linked-data-web-development/'>Linked Data</a>, <a href='http://derivadow.com/category/science/'>Science</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/2605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/2605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/2605/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=2605&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2011/03/02/science-ontology/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5220/5491761851_c2f973f6a8_z_d.jpg" medium="image">
			<media:title type="html">Science ontology</media:title>
		</media:content>
	</item>
		<item>
		<title>Meet the relatives</title>
		<link>http://derivadow.com/2010/12/23/meet-the-relatives/</link>
		<comments>http://derivadow.com/2010/12/23/meet-the-relatives/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 23:23:38 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1387</guid>
		<description><![CDATA[It is an interesting fact that, to the best of our knowledge, all life on Earth is related, we are all part of the same family tree (yes, even arsenic munching bacteria from California). So when we looked at publishing content about Dinosaurs and other prehistoric beasties it seemed obvious, and far more useful and&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1387&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is an interesting fact that, to the best of our knowledge, all life on Earth is related, we are all part of the same <a href="http://www.bbc.co.uk/nature/life">family tree</a> (yes, even <a href="http://www.bbc.co.uk/news/science-environment-11886943">arsenic munching bacteria</a> from California). So when we looked at publishing content about <a href="http://www.bbc.co.uk/nature/life/Dinosaur">Dinosaurs</a> and other <a href="http://www.bbc.co.uk/nature/animals/by/prehistoric">prehistoric beasties</a> it seemed obvious, and far more useful and interesting, to extend <a href="http://www.bbc.co.uk/wildlifefinder/">Wildlife Finder</a> rather than build a whole new site. And that&#8217;s just what we&#8217;ve done.</p>
<p><img class="alignright size-large wp-image-4018" title="Tree of Life" src="http://derivadow.files.wordpress.com/2010/12/tol.png?w=590&#038;h=620" alt="Hillis Plot" width="590" height="620" /></p>
<p>You can now watch video clips and discover BBC news stories about prehistoric life on Earth. We&#8217;ve published the best bits from TV series such as Walking with Dinosaurs and Walking with Beasts as well as episodes from Horizon and of course we&#8217;re also linking to relevant radio programmes and news stories.<span id="more-1387"></span></p>
<p>At the core of the new content are pages, URIs (and yes RDF XML), for prehistoric taxa &#8211; if you visit the <a href="http://www.bbc.co.uk/nature/life/Reptile">reptile</a> page you will see that in addition to <a href="http://www.bbc.co.uk/nature/life/Snake">snakes</a>, <a href="http://www.bbc.co.uk/nature/life/Lizard">lizards</a> and <a href="http://www.bbc.co.uk/nature/life/Crocodylus">crocodiles</a> we also have pages on <a href="http://www.bbc.co.uk/nature/life/Dinosaur">Dinosaurs</a> and <a href="http://www.bbc.co.uk/nature/life/Pterosaur">Pterosaurs</a>; visit the page on <a href="http://www.bbc.co.uk/nature/life/Hominidae">Apes</a> and you can discover all not only today&#8217;s extant species (<a href="http://www.bbc.co.uk/nature/life/Chimpanzee">Chimps</a>, <a href="http://www.bbc.co.uk/nature/life/Gorilla">Gorillas</a> and <a href="http://www.bbc.co.uk/nature/life/Human">us</a>) but also our l<a href="http://www.bbc.co.uk/nature/life/Neanderthal">ong dead relatives</a>.</p>
<p>But we wanted to put this information in more context, we wanted to give a sense of time. After all most of these species didn&#8217;t roam the Earth together, at the same time. Looking back through time it is clear that different species, different groups, have flourished before going extinct, others have survived &#8211; the so called &#8216;living fossils. Different species have evolved at different times throughout <a href="http://www.bbc.co.uk/nature/history_of_the_earth">Earth&#8217;s history</a>. We have therefore published pages on the <a href="http://www.bbc.co.uk/nature/history_of_the_earth#periods">major geological time periods</a> since life of Earth first arose.</p>
<p>You can step through time, starting with the <a href="http://www.bbc.co.uk/nature/history_of_the_earth/Archean">Archean</a> era 3.8 billion years ago and ending with the current <a href="http://www.bbc.co.uk/nature/history_of_the_earth/Holocene">Holocene</a> epoch, to discover what the world was like and what lived then.</p>
<p>Over the last 3.8 billion years there have been a series of mass extinctions &#8211; <a href="http://www.bbc.co.uk/nature/history_of_the_earth#extinction_events">five really big ones</a> and numerous smaller scale ones. The most famous of these is the <a href="http://www.bbc.co.uk/nature/extinction_events/Cretaceous–Tertiary_extinction_event">Cretaceous-Tertiary (or K-T) extinction</a> which wiped out the Dinosaurs (and <a href="http://www.bbc.co.uk/nature/life/Ammonite">Ammonites</a>). Again we have pages for both the Big Five extinction events and <a href="http://www.bbc.co.uk/nature/history_of_the_earth#extinction_causes">causes of those events</a> all interlinked.</p>
<p>Our hope if that we&#8217;ve produced an interesting, enjoyable browsable space, one that gives you access to the BBC archive in a new and engaging way. I hope you enjoy exploring the history of life on Earth.</p>
<br />Filed under: <a href='http://derivadow.com/category/bbc-earth/'>BBC Earth</a>, <a href='http://derivadow.com/category/science/evolution/'>Evolution</a>, <a href='http://derivadow.com/category/science/'>Science</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1387/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1387&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2010/12/23/meet-the-relatives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2010/12/tol.png?w=590" medium="image">
			<media:title type="html">Tree of Life</media:title>
		</media:content>
	</item>
		<item>
		<title>Apis and APIS a wildlife ontology</title>
		<link>http://derivadow.com/2010/03/02/apis-and-apis-a-wildlife-ontology/</link>
		<comments>http://derivadow.com/2010/03/02/apis-and-apis-a-wildlife-ontology/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:35:55 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[BBC Programmes]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Semantic web]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1289</guid>
		<description><![CDATA[By a mile the highlight of last week or so was the 2nd Linked Data meet-up. Silver and Georgi did a great job of organising the day and I came away with a real sense that not only are we on the cusp of seeing a lot of data on the web but also that&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1289&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By a mile the highlight of last week or so was the <a href="http://www.meetup.com/Web-Of-Data/calendar/12317420/">2nd Linked Data meet-up</a>. <a href="http://blockslabpillar.com/">Silver</a> and <a href="http://blog.georgikobilarov.com/">Georgi</a> did a great job of organising the day and I came away with a real sense that not only are we on the cusp of seeing a lot of data on the web but also that the UK is at the centre of this particular revolution. All very exciting.</p>
<p>For my part I presented the work we&#8217;ve been doing on <a href="http://www.bbc.co.uk/wildlifefinder/">Wildlife Finder</a> &#8211; how we&#8217;re starting to publish and consume data on the web. Ed Summers has a <a href="http://inkdroid.org/journal/2010/03/02/a-middle-way-for-linked-data-at-the-bbc/">great write up of what we&#8217;re doing</a> I&#8217;ve also published my slides here:</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/3275810' width='620' height='508'></iframe>
<p>I also joined <a href="http://cloudofdata.com/">Paul Miller</a>, <a href="http://www.jenitennison.com/blog/">Jeni Tennison</a>, <a href="http://iandavis.com/">Ian Davis</a> and <a href="http://network.nature.com/people/timo/profile">Timo Hannay</a> on a panel session discussing Linked Data in the enterprise.</p>
<p>In terms of Wildlife Finder there are a few things that I wanted to highlight:</p>
<ol>
<li>If you&#8217;re interested in the RDF and how we&#8217;re modelling the data we&#8217;ve documented the <a href="http://purl.org/ontology/wo/">wildlife ontology here</a>. In addition to the ontology itself we&#8217;ve also included some background on why we modelled the information in the way we have.</li>
<li>If you want to get you&#8217;re hands on the RDF/XML then either add .rdf to the end of most of our URLs (more on this later) or configure your client to request RDF/XML &#8211; we&#8217;ve implemented <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec12.html">content negotiation</a> so you&#8217;ll just get the data.</li>
<li><strong>But</strong>&#8230; we&#8217;ve not implemented everything just yet. Specifically the <a href="http://www.bbc.co.uk/nature/adaptations">adaptations</a> aren&#8217;t published as RDF &#8211; this is because we&#8217;re making a few changes to the structure of this information and I didn&#8217;t want to publish the data and then change it. Nor have we published information on the species conservation status that&#8217;s simply because we&#8217;ve not finish yet (sorry).</li>
<li>It&#8217;s not all RDF &#8211; we are also marking-up our taxa pages with the <a href="http://microformats.org/wiki/species">species microformat</a> which gives more structure to the common and scientific names.</li>
</ol>
<p>Anyway I hope you find this useful.</p>
<br />Filed under: <a href='http://derivadow.com/category/organisations/bbc/'>BBC</a>, <a href='http://derivadow.com/category/bbc-earth/'>BBC Earth</a>, <a href='http://derivadow.com/category/bbc-programmes/'>BBC Programmes</a>, <a href='http://derivadow.com/category/information-architecture/'>Information Architecture</a>, <a href='http://derivadow.com/category/web-development/linked-data-web-development/'>Linked Data</a>, <a href='http://derivadow.com/category/web-development/microformats/'>Microformats</a>, <a href='http://derivadow.com/category/web-development/semantic-web-web-development/'>Semantic web</a>, <a href='http://derivadow.com/category/technology/'>Technology</a>, <a href='http://derivadow.com/category/web-development/url/'>URL</a>, <a href='http://derivadow.com/category/web-development/'>Web development</a>, <a href='http://derivadow.com/category/work/'>Work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1289&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2010/03/02/apis-and-apis-a-wildlife-ontology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening up the BBC&#8217;s natural history archive</title>
		<link>http://derivadow.com/2009/07/28/opening-up-the-bbcs-natural-history-archive/</link>
		<comments>http://derivadow.com/2009/07/28/opening-up-the-bbcs-natural-history-archive/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 13:56:59 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[habitats]]></category>
		<category><![CDATA[natural history]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[NHU]]></category>
		<category><![CDATA[species]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1194</guid>
		<description><![CDATA[The BBC&#8217;s Natural History Unit is responsible for some of the BBC&#8217;s most loved TV and radio programming &#8212; unfortunately until now it&#8217;s only been accessible as part of the regular schedule or via iPlayer. I say until now because today we launched the first phase of a new project which brings clips from the&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1194&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The BBC&#8217;s <a href="http://en.wikipedia.org/wiki/BBC_Natural_History_Unit">Natural History Unit</a> is responsible for some of the BBC&#8217;s most loved TV and radio programming &#8212; unfortunately until now it&#8217;s only been accessible as part of the regular schedule or via iPlayer. I say until now because today we launched the first phase of a new project which brings clips from the best of the NHU&#8217;s programmes online.</p>
<div id="attachment_1199" class="wp-caption alignright" style="width: 520px"><a href="http://derivadow.files.wordpress.com/2009/07/desert-habitat.png"><img class="size-full wp-image-1199 " title="Deserts" src="http://derivadow.files.wordpress.com/2009/07/picture-11.png?w=620" alt="Pages for habitats, taxa and adaptations"   /></a><p class="wp-caption-text">URIs for habitats, taxa and adaptations</p></div>
<p>Over the last few months we&#8217;ve been plundering the NHU&#8217;s archive to find the best bits &#8212; segmenting the TV programmes, tagging them (with <a href="http://dbpedia.org/">DBpedia</a> terms) and then aggregating them around URIs for the key concepts within the natural history domain; so that you can discover those programme segments via both the originating programme and via concepts within the natural history domain &#8212; species, habitats, adaptations and the like.</p>
<p>The segments/ clips &#8216;belong&#8217; to their originating programme &#8212; and as a result we&#8217;ve been adding information, about a bunch of programmes from <a href="http://www.bbc.co.uk/programmes/p002sf69/episodes/2005">the</a> <a href="http://www.bbc.co.uk/programmes/p002wnhw/episodes/1981">archive</a>, to PIPs (the underlying database behind iPlayer and /programmes). The clip pages aren&#8217;t yet linked in with their owning episode, but they will be soon.</p>
<p>In addition to being able to discover these clips from within the context of the programme we are also providing URIs to aggregate information around the natural history domain, that is URIs for <a href="http://www.bbc.co.uk/nature/species/African_Bush_Elephant">species</a>, <a href="http://www.bbc.co.uk/nature/species/Lion">habitats</a>, <a href="http://www.bbc.co.uk/nature/adaptations/Hibernation">adaptations</a> and <a href="http://www.bbc.co.uk/nature/ecozones/Australasia_ecozone">ecozones</a>.</p>
<div id="attachment_1205" class="wp-caption alignright" style="width: 520px"><a href="http://derivadow.files.wordpress.com/2009/07/bush-elephant.png"><img class="size-full wp-image-1205 " title="Bush elephant" src="http://derivadow.files.wordpress.com/2009/07/bush-elephant.png?w=620" alt="URIs for species such as the Bush Elephant"   /></a><p class="wp-caption-text">URIs for species such as the Bush Elephant</p></div>
<p>Our hope is that by providing highly inter-linked, URIs we can help people gain a greater understanding of the natural world. For example, by being able to see the different animals and habitats that live within <a href="http://www.bbc.co.uk/nature/ecozones/Australasia_ecozone">different</a> <a href="http://www.bbc.co.uk/nature/ecozones/Afrotropic_ecozone">ecozones</a> you can gain an understanding of the diversity of of life in different parts of the world; or what different animals make up the <a href="http://www.bbc.co.uk/nature/class/Mammal">Mammal</a> or <a href="http://www.bbc.co.uk/nature/class/Bird">Bird</a> <a href="http://www.bbc.co.uk/nature/class">Class</a>; or more about a particular <a href="http://www.bbc.co.uk/nature/adaptations">adaptation</a>.</p>
<div id="attachment_1209" class="wp-caption alignright" style="width: 520px"><a href="http://derivadow.files.wordpress.com/2009/07/ovovivparous.png"><img class="size-full wp-image-1209 " title="Ovovivparous" src="http://derivadow.files.wordpress.com/2009/07/ovovivparous.png?w=620" alt="Ovoviviparous - what it is, what animals do it and BBC archived content about it"   /></a><p class="wp-caption-text">Ovoviviparous - what it is, what animals do it and BBC archived content about it</p></div>
<p>Of course we are doing more than providing access to programme segments, we have also plundered our sound archive so you can hear what the different habitats and species sound like (and obviously those sounds are <a href="http://www.bbc.co.uk/nature/habitats/Deserts_and_xeric_shrublands/sounds">separately addressable</a>), we are then aggregating content from the <a href="http://derivadow.com/2009/05/19/first-steps-towards-a-more-coherent-online-natural-history-offer-at-the-bbc/">other &#8216;BBC Earth&#8217; projects</a> &#8212; <a href="http://news.bbc.co.uk/earth/hi/earth_news/default.stm">Earth News</a> and <a href="http://www.bbc.co.uk/outofthewild/">Out of the Wild</a> and elsewhere on the web.</p>
<p>It&#8217;s not just about BBC content.</p>
<p>You might have noticed that the slugs for our URIs (the last bit of the URL) are the same as those used by Wikipedia and <a href="http://dbpedia.org/">DBpedia</a> that&#8217;s because I believe in the <a href="http://www.bbc.co.uk/blogs/radiolabs/2008/06/the_simple_joys_of_webscale_id.shtml">simple joy of webscale identifiers</a>, you will also see that much like the <a href="http://www.bbc.co.uk/music">BBC&#8217;s music site</a> we are transcluding the introductory text from Wikipedia to provide background information for most things. This also means that we are creating and editing Wikipedia articles where they need improving (of course you are also more than welcome to improve upon the articles).</p>
<p>We are also publishing data from bunch of other organisations. Information about habitats, ecozones and species distribution is provided by <a href="http://www.worldwildlife.org/wildfinder/">WWF&#8217;s Wildfinder</a>; the species conservation status by <a href="http://www.iucnredlist.org/">IUCN&#8217;s Red List of Threatened Species</a> and (where <a href="http://www.bbc.co.uk/nature/species/Bactrian_Camel">available</a>) information about why a species is at threat coming for Zoological Society of London&#8217;s <a href="http://www.edgeofexistence.org">EDGE of Existence programme</a>. Finally information about a species adaptations and behaviours are provided by <a href="http://animaldiversity.org/">Animal Diversity Web</a>.</p>
<p>Adopting this approach means that we are able to contribute distinctive content to the Web while at the same time helping people find what is already there.</p>
<p>There is a lot more we need to do, including linking in with current programmes and making everything available as RDF, JSON and for mobile devices. That&#8217;s all on it&#8217;s way but in the meantime I hope you find what&#8217;s there useful, informative and entertaining.</p>
<br />Posted in BBC, BBC Earth, Work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1194&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2009/07/28/opening-up-the-bbcs-natural-history-archive/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/07/picture-11.png" medium="image">
			<media:title type="html">Deserts</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/07/bush-elephant.png" medium="image">
			<media:title type="html">Bush elephant</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/07/ovovivparous.png" medium="image">
			<media:title type="html">Ovovivparous</media:title>
		</media:content>
	</item>
		<item>
		<title>Humanity Connected</title>
		<link>http://derivadow.com/2009/07/14/humanity-connected/</link>
		<comments>http://derivadow.com/2009/07/14/humanity-connected/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:50:14 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Semantic web]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Aleks Krotoski]]></category>
		<category><![CDATA[Bill Thompson]]></category>
		<category><![CDATA[Digital Revolution]]></category>
		<category><![CDATA[Susan Greenfield]]></category>
		<category><![CDATA[TimBL]]></category>
		<category><![CDATA[webat20]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1179</guid>
		<description><![CDATA[Digital Revolution, a new BBC TV programme, was launched last Friday. Due to be broadcast next year, the programme will be looking back over the first 20 years of the web and considering what the future might hold. The show will be considering how the web has changed society and the implications for things like&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1179&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bbc.co.uk/digitalrevolution/">Digital Revolution</a>, a new BBC TV programme, was launched last Friday. Due to be broadcast next year, the programme will be looking back over the first 20 years of the web and considering what the future might hold. The show will be considering how the web has changed society and the implications for things like security, privacy and the economy.</p>
<div id="attachment_1191" class="wp-caption alignright" style="width: 520px"><a href="http://derivadow.files.wordpress.com/2009/07/timbl-at-digrev.jpg"><img class="size-full wp-image-1191 " title="TimBL at DigRev" src="http://derivadow.files.wordpress.com/2009/07/timbl-at-digrev.jpg?w=620" alt="Tim Berners-Lee. Photograph by Documentally, some rights reserved."   /></a><p class="wp-caption-text">Tim Berners-Lee. Photograph by Documentally, some rights reserved.</p></div>
<p>Unlike &#8212; well probably every other TV programme I&#8217;ve ever come across &#8212; each programme will be influenced and debated on the web during it&#8217;s production. Some of rushes and interviews will be made available on the web (under permissive terms) so that anyone can contribute to the debate, helping to shape the final programme.</p>
<p>To kick all this off the BBC hosted a debate chaired by <a href="http://www.toastkid.com/">Aleks Krotoski</a> with <a href="http://www.w3.org/People/Berners-Lee/">Tim Berners-Lee</a>, <a href="http://www.andfinally.com/">Bill Thompson</a>, <a href="http://en.wikipedia.org/wiki/Susan_Greenfield,_Baroness_Greenfield">Susan Greenfield</a> and <a href="http://en.wikipedia.org/wiki/Chris_Anderson_%28writer%29">Chris Anderson</a>. The audience was almost as impressive as the folks up on stage a great mix of geeks and journalists, and luckily I managed to wangle an invite (probably because I&#8217;ve had a tiny, tiny role on the project).</p>
<p>Anyway&#8230; the presentations were very cool, and while I <a href="http://twitter.com/derivadow">tweeted</a> the best bits on the day I thought I would write up a short post summing it all up. You know, contributing to the debate and all that.</p>
<p>The thing that struck me most were the discussions and points made around the way in which the web has provided a platform for creativity, and the risks to it&#8217;s future because of governments&#8217; failure to understand it (OK, the failure to understand it is my interpretation, not the view expressed by the speakers).</p>
<p>I&#8217;ve written previously about how the web&#8217;s <a href="http://derivadow.com/2008/10/18/media-companies-should-embrace-the-generative-nature-of-the-web/">generative nature</a> has helped enable an eruption of creativity, spawning a new economy in it&#8217;s wake; and <a href="http://derivadow.com/2008/10/28/coffee-houses-and-civil-liberty/">how governments have failed to grasp that it&#8217;s the people that use the medium that need policing not the medium itself</a>. But as you might expect from such an illustrious bunch of people the panel managed to nail the point much better than I ever could.</p>
<p>To <a href="http://www.bbc.co.uk/blogs/digitalrevolution/2009/07/more-from-web-at-20.shtml">misquote</a> TimBL: The web should be like paper. Government should be able to prosecute if you misuse it, but they shouldn&#8217;t limit what you are able to do with it. When you buy paper you aren&#8217;t limited in what can be written or drawn on it, the and like paper the Internet shouldn&#8217;t be set up in such a way as to constrain it&#8217;s use.</p>
<p>The reason this is important is because it helps to preserve the web&#8217;s generative nature. TimBL points out that people are creative, they simply need platform for that creativity, and if that platform is to be the Web then it needs to support everyone, anyone should be able to express that creativity and that means it needs to be open.</p>
<p>As an aside there was a discussion as to whether or not access to the Internet is a &#8216;human right&#8217; &#8212; I&#8217;m not sure whether it is or not, but it&#8217;s worth considering whether or not if everyone had access to the Web whether it could be used to solve problems in the developing world. For example, by allowing communities to share information on how to dig wells and maintain irrigation systems, information on health care and generally providing educational material. It is very easy, for us in the West to think of the Web as synonymous with the content and services currently provided on it and whether they would be useful in developing countries. But the point really should be if anyone, anywhere in the world where able to create and share information what would they do with it? My hope would be that the services offered would reflect local needs &#8212; whether that be social networking in US colleges or water purification in East Africa.</p>
<p>Of course being open and free for all to use doesn&#8217;t mean that everything on the web will be wonderful, or indeed legal; no more so than paper ensures wonderful prose because it is open. Or as TimBL puts it:</p>
<blockquote><p>Just because you can read everything out there doesn&#8217;t mean you should. If you found a piece of paper blowing in the wind you wouldn&#8217;t expect it to be edifying.</p></blockquote>
<p>But what does open mean?</p>
<p>Personally I think that an open web is one that seeks to preserve it&#8217;s generative nature. But the discussion last Friday also focused on the implications for privacy and snooping.</p>
<p>Governments the world over, including to our shame the current UK Government, are seeking to limit the openness of the web; that is rather than addressing the specific activities that happen on the web, they are seeking to limit the very platform itself. ISPs around the world, at the behest of governments, are being asked to track and record what you do on the web, everything you do on the web. Elsewhere, content is being filtered, traffic shaped and sites blocked.</p>
<p>The sorts of information being collected can include your search terms (pinned to your IP address) and the sites you visit. Now for sure this might, sometime include a bunch of URIs that point to illegal and nefarious activity, but it might also include (indeed it&#8217;s more likely to include) URIs relating to a medical condition or legal advice or a hundred and one other, perfectly legal but equally personal bits of information.</p>
<p>Should a government, its agencies or an ISP be able to capture, store and analyses this data? Personally I think not. And should you think that I&#8217;m just being a scaremonger have a read of Bill&#8217;s post &#8220;<a href="http://news.bbc.co.uk/1/hi/technology/8068463.stm">The digital age of rights</a>&#8221; about the French government&#8217;s HADOPI legislation.</p>
<p>On the day Bill Thompson (who, by the way, was on blinding form) summed up the reason why when he summed up his hopes for the web thus:</p>
<blockquote><p>I hoped that the web would help us know our neighbours better, so that we didn&#8217;t go and kill them. That hasn&#8217;t happened but it does now mean it&#8217;s much harder to get away with it &#8211; the world will now know if you do kill them.</p></blockquote>
<p>Governments know this, which is why some now try to lock down access to the Internet when there is civil unrest in their country. And it is also why the rest of the web tries to help them break though.</p>
<p>Few Western governments, would condone the activities of such Totalitarian states. But it is interesting to consider whether Western governments would support North Korea or Iran setting up the kinds of databases currently being debated in Europe and the States. Now they might point out that the comparison isn&#8217;t a fair one since they are nice, democratic governments not nasty oppressive ones. But isn&#8217;t that painfully myopic? How do they know who will be in power in the future? How do they know how future governments might seek to use the information they are gathering now?</p>
<p>Seeking to prevent snooping on the Internet aside there is another reason why the web should remain open, and it is the reason why it&#8217;s important to fight for <a href="http://www.w3.org/TR/mobile-bp/#OneWeb">One Web</a>.</p>
<p>Susan Greenfield quite rightly pointed out that &#8216;Knowledge is to be found by creating context, links between facts; it&#8217;s the context that counts&#8217;. Although she was making the point in an attempt to take a swipe at the Web, trying to suggest that the web is no more than a collection of facts devoid of context, it seems to me that in fact the web is the ultimate context machine. (One sometimes wonders whether she has ever actually used any of the services she complains about, indeed I wonder if she uses the web at all).</p>
<p>The web is, as the name suggest, a set of interconnected links. Those URIs and the links between, as TimBL reminded us, are made by people, they are followed by people and as such you can legitimately think of the Web as humanity connected.</p>
<p>URIs are incredibly powerful, particularly when they are used to identify things in addition to documents. When they are used to identify things (dereferencing to the appropriate data or document format) they can lead to entirely new ways to access information. An example highlighted by TimBL is the impact they might have on TV channels and schedules.</p>
<p>He suggested that the concept of a TV channel was limited and that it would be replaced with complete random access. When anyone, anywhere in the world, can follow a URI to a persistent resource (note he didn&#8217;t say click on a link) then the TV channel as a means of discovery and recommendation will be replaced with a trust network. &#8220;My friends have watched this, most of them like it&#8230;&#8221; sort of thing.</p>
<p>Of course to get there we need to change the way we think about the web and the way in which we publish things. And here TimBL pointed to the history of the web, suggesting that the next digital revolution will operate in a similar fashion.</p>
<p>The web originally happened not because senior management thought it was a good idea &#8211; it happened because people who &#8216;got it&#8217; thought it was cool, that it was the right thing and that they were lucky enough to have managers that didn&#8217;t get in the way. Indeed this is exactly what happened when TimBL wrote the first web server and client and then when the early web pioneers started publishing web pages. They didn&#8217;t do it because they were told to, they didn&#8217;t do it because there was any immediate benefit. They did it because they thought that by doing it it would enable cool things to happen. The last couple of years suggests that we are on the cusp of a similar revolution as people start to publish linked data which will in turn result in a new digital revolution.</p>
<br />Posted in BBC, Linked Data, Semantic web, Technology, URL, Web development, Work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1179&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2009/07/14/humanity-connected/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/07/timbl-at-digrev.jpg" medium="image">
			<media:title type="html">TimBL at DigRev</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting semantic web stuff</title>
		<link>http://derivadow.com/2009/06/11/interesting-semantic-web-stuff/</link>
		<comments>http://derivadow.com/2009/06/11/interesting-semantic-web-stuff/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 23:23:10 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Programmes]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Linkroll]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Semantic web]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[DBpedia]]></category>
		<category><![CDATA[ESWC2009]]></category>
		<category><![CDATA[PwC]]></category>
		<category><![CDATA[sparql]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1161</guid>
		<description><![CDATA[It&#8217;s starting to feel like the world has suddenly woken up to the whole Linked Data thing &#8212; and that&#8217;s clearly a very, very good thing. Not only are Google (and Yahoo!) now using RDFa but a whole bunch of other things are going on, all rather exciting, below is a round up of some&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1161&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s starting to feel like the world has suddenly woken up to the whole Linked Data thing &#8212; and that&#8217;s clearly a very, very good thing. Not only are Google (and Yahoo!) now using RDFa but a whole bunch of other things are going on, all rather exciting, below is a round up of some of the best. But if you don&#8217;t know what I&#8217;m talking about you might like to start off with <a href="http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html">TimBL&#8217;s talk at TED</a>.</p>
<div id="attachment_1171" class="wp-caption alignright" style="width: 301px"><a href="http://www.flickr.com/photos/dullhunk/3448804778/"><img class="size-full wp-image-1171 " title="Semantic Web Rubik's Cube" src="http://derivadow.files.wordpress.com/2009/06/semantic-web-rubiks-cube.png?w=620" alt="&quot;Semantic Web Rubik's Cube&quot; by dullhunk. Some rights reserved."   /></a><p class="wp-caption-text">&quot;Semantic Web Rubik&#039;s Cube&quot; by dullhunk. Some rights reserved.</p></div>
<p><a href="http://blogs.cabinetoffice.gov.uk/digitalengagement/">TimBL is working with the UK Cabinet Office (as an advisor) to make our information more open and accessible on the web</a> [cabinetoffice.gov.uk]<br />
The blog states that he&#8217;s working on:</p>
<ul>
<li>overseeing the creation of a single online point of access and work with departments to make this part of their routine operations.</li>
<li>helping to select and implement common standards for the release of public data</li>
<li>developing Crown Copyright and &#8216;Crown Commons&#8217; licenses and extending these to the wider public sector</li>
<li>driving the use of the internet to improve consultation processes.</li>
<li>working with the Government to engage with the leading experts internationally working on public data and standards</li>
</ul>
<p>The Guardian has an article on <a href="http://www.guardian.co.uk/technology/2009/jun/10/berners-lee-downing-street-web-open">the appointment</a>.</p>
<h2>Closer to home there have been a few interesting developments</h2>
<p><a href="http://derivadow.files.wordpress.com/2009/06/eswc2009-bbc-dbpedia-2.pdf">Media Meets Semantic Web – How the BBC Uses DBpedia and Linked Data to Make Connections</a> [pdf]<br />
Our paper at this years European Semantic Web Conference (<a href="http://www.eswc2009.org/program-menu/accepted-in-use-track-papers/134-georgi-kobilarov-tom-scott-yves-raimond-silver-oliver-chris-sizemore-michael-smethurst-christian-bizer-and-robert-lee-media-meets-semantic-web-how-the-bbc-uses-dbpedia-and-linked-data-to-make-connections">ESWC2009</a>) looking at how the BBC has adopted semantic web technologies, including DBpedia, to help provide a better, more coherent user experience. For which we won best paper of the in-use track &#8211; congratulations to <a href="http://blockslabpillar.com/">Silver</a> and <a href="http://www.georgikobilarov.com/">Georgie</a>.</p>
<p>The BBC has announced a couple SPARQL endpoints, hosted by talis and openlink<br />
Both platforms allow you to search and query the BBC data in a number of different ways, including <a href="http://en.wikipedia.org/wiki/SPARQL">SPARQL</a> — the standard query language for semantic web data. If you’re not familiar with SPARQL, the Talis folk have published <a href="http://api.talis.com/stores/space/items/tutorial/index.html">a tutorial</a> that uses some NASA data.</p>
<p><a href="http://www.slideshare.net/bbcwebdev/a-social-semantic-bbc-1469819">A social semantic BBC?</a> <!-- SlideShare error: no arguments --><br />
Nice presentation from <a href="http://www.simoncross.com/">Simon</a> and <a href="http://www.thesmith.co.uk/">Ben</a> on how social discovery of content could work&#8230; &#8220;show me the radio programmes my friends have listen to, show me the stuff my friends like that I&#8217;ve not seen&#8221; all built on people&#8217;s existing social graph. People meet content via activity.</p>
<p><a href="http://derivadow.files.wordpress.com/2009/06/pwc-tech-forecast-spring-2009.pdf">PriceWaterhouseCooper&#8217;s spring technology forecast focuses on Linked Data</a> [pwc.com]<br />
&#8220;Linked Data is all about supply and demand. On the demand side, you gain access to the comprehensive data you need to make decisions. On the supply side, you share more of your internal data with partners, suppliers, and—yes—even the public in ways they can take the best advantage of. The Linked Data approach is about confronting your data silos and turning your information management efforts in a different direction for the sake of scalability. It is a component of the information mediation layer enterprises must create to bridge the gap between strategy and operations&#8230; The term “Semantic Web” says more about how the technology works than what it is. The goal is a data Web, a Web where not only documents but also individual data elements are linked.&#8221;</p>
<p>Including <a href="http://www.pwc.com/extweb/pwcpublications.nsf/docid/18F5DFF483C52DE7852575BA00634C31">an interview with me</a>!</p>
<h2>You should also check out&#8230;</h2>
<p><a href="http://sameas.org/">sameas.org a service to help link up equivalent URIs</a><br />
It helps you to find co-references between different data sets. Interestingly it&#8217;s also licenced under CC0 which means all copyright and related or neighboring rights are waived.</p>
<br />Posted in BBC, BBC Programmes, Knowledge Management, Linked Data, Linkroll, Music, Semantic web, Technology, Work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1161&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2009/06/11/interesting-semantic-web-stuff/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/06/semantic-web-rubiks-cube.png" medium="image">
			<media:title type="html">Semantic Web Rubik&#039;s Cube</media:title>
		</media:content>
	</item>
		<item>
		<title>First steps towards a more coherent online natural history offer at the BBC</title>
		<link>http://derivadow.com/2009/05/19/first-steps-towards-a-more-coherent-online-natural-history-offer-at-the-bbc/</link>
		<comments>http://derivadow.com/2009/05/19/first-steps-towards-a-more-coherent-online-natural-history-offer-at-the-bbc/#comments</comments>
		<pubDate>Tue, 19 May 2009 22:32:47 +0000</pubDate>
		<dc:creator>Tom Scott</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[BBC Earth]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[natural history]]></category>
		<category><![CDATA[nature]]></category>

		<guid isPermaLink="false">http://derivadow.com/?p=1141</guid>
		<description><![CDATA[For the last five or so months I&#8217;ve been working on a new set of sites under the umbrella of &#8220;BBC Earth&#8221; &#8212; a programme of work aimed at giving everyone access to some of the best natural history content in the world. The project is made up of three complementary and interlinked projects, the&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1141&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the last five or so months I&#8217;ve been working on a new set of sites under the umbrella of &#8220;BBC Earth&#8221; &#8212; a programme of work aimed at giving everyone access to some of the best natural history content in the world. The project is made up of three complementary and interlinked projects, the first couple of which recently went live.</p>
<div id="attachment_1142" class="wp-caption alignright" style="width: 520px"><a href="http://www.bbc.co.uk/outofthewild/"><img class="size-full wp-image-1142 " title="James and the giant parrot" src="http://derivadow.files.wordpress.com/2009/05/james-and-the-giant-parrot.jpg?w=620" alt="Out of the wild"   /></a><p class="wp-caption-text">Kakpo -- Out of the wild</p></div>
<p>The first site to go live, &#8220;<a href="http://www.bbc.co.uk/outofthewild/">Out of the Wild</a>&#8221; aims to bring you a view on the natural world from the perspective of our crews while on location; a sort of &#8220;<a href="http://news.bbc.co.uk/1/hi/programmes/from_our_own_correspondent/default.stm">From our correspondent</a>&#8221; for the natural world. The stories &#8212; a mix of short video clips, slideshows and text based stories &#8212; are all grouped around the expeditions, the people on location and the originating <a href="http://www.bbc.co.uk/programmes/b00jq11g">programmes</a>. Our hope is that you will enjoy this more personal view of the natural world brought to you from some of the most <a href="http://www.bbc.co.uk/expeditions/birdisland2008">amazing</a> <a href="http://www.bbc.co.uk/expeditions/southernhighlandstanzania">part</a> <a href="http://www.bbc.co.uk/expeditions/hawaii2007">of</a> <a href="http://www.bbc.co.uk/expeditions/southgeorgia2008">the</a> <a href="http://www.bbc.co.uk/expeditions/vanuatu2008">world</a> by the worlds best wildlife documentaries makers.</p>
<p>We then launched &#8220;<a href="http://news.bbc.co.uk/earth/hi/earth_news/newsid_8026000/8026847.stm">Earth News</a>&#8221; which does pretty much what is says on the tin &#8212; news about the natural world.</p>
<p>We&#8217;re both aggregating natural history news articles from elsewhere on the BBC news site as well as new articles (some unique) written for Earth News, such as the story of the adult <a href="http://news.bbc.co.uk/earth/hi/earth_news/newsid_8033000/8033782.stm">king penguin which kidnapped a skua chick</a> and then attempted to raise it.</p>
<p>The final part of BBC Earth will see us starting to open up the BBC archive in, what I hope, will be interesting and useful ways.</p>
<p>We then, of course, need to make all of this available in <a href="http://derivadow.com/2008/04/16/highly-connected-graphs-opening-bbc-data/">nice machine representation</a> so that others can start to hack with the data.</p>
<br />Posted in BBC, BBC Earth, Science, Web development, Work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/derivadow.wordpress.com/1141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/derivadow.wordpress.com/1141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/derivadow.wordpress.com/1141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=derivadow.com&amp;blog=645078&amp;post=1141&amp;subd=derivadow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://derivadow.com/2009/05/19/first-steps-towards-a-more-coherent-online-natural-history-offer-at-the-bbc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba75a0f015e008f4518e458290cd3d77?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Derivadow</media:title>
		</media:content>

		<media:content url="http://derivadow.files.wordpress.com/2009/05/james-and-the-giant-parrot.jpg" medium="image">
			<media:title type="html">James and the giant parrot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
