<?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>The DataTank</title>
	<atom:link href="http://thedatatank.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedatatank.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 19:26:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Growing</title>
		<link>http://thedatatank.com/blog/growing/</link>
		<comments>http://thedatatank.com/blog/growing/#comments</comments>
		<pubDate>Fri, 10 May 2013 12:30:49 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[The DataTank release]]></category>

		<guid isPermaLink="false">http://thedatatank.com/?p=779</guid>
		<description><![CDATA[Dear open data enthusiast, It&#8217;s been a while since our last blog post, but not because we&#8217;ve been standing still. To the contrary, we have been busy working, building and thinking about how The DataTank can be a platform that &#8230; <a href="http://thedatatank.com/blog/growing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Dear open data enthusiast,</p>
<p>It&#8217;s been a while since our last blog post, but not because we&#8217;ve been standing still. To the contrary, we have been busy working, building and thinking about how The DataTank can be a platform that not only publishes data into several data formats, but also a platform that can enrich data with ontologies, visualise data, and how all those different features can be loosely coupled.</p>
<p>The result can be seen in our <a href="http://github.com/tdt" target="_blank">repository</a> which holds a set of packages that provide the different features a DataTank can provide. By doing this, we allow the user to have its own configuration that fits its needs, and allow other PHP developers to use our tools to perform certain functionality, which is not necessarily Open Data related. For the people who are used to our <a href="https://github.com/iRail/The-DataTank" target="_blank">old repository</a>, or for people who haven&#8217;t played with our code just yet, a small introduction is in place. Our The DataTank goal is simple: providing a tool that allows to publish data on the web. However, there are multiple ways of doing that. Reading data from data sources, and formatting them into a certain format for example are two different features, enriching them with ontologies is another one. Therefore, we have split those features in packages. Each package has its own goals and purpose and can contribute to publishing data in its own way. If you have no clue where to start, check out <a href="https://github.com/tdt/start" target="_blank">this repository</a>.</p>
<div id="attachment_784" class="wp-caption alignleft" style="width: 310px"><a href="http://thedatatank.com/wp-content/uploads/2013/05/IMB_data_processing_machine.jpg"><img class="size-medium wp-image-784 " title="Data processing, the early days." alt="IMB_data_processing_machine" src="http://thedatatank.com/wp-content/uploads/2013/05/IMB_data_processing_machine-300x237.jpg" width="300" height="237" /></a><p class="wp-caption-text">Data processing, the early days.</p></div>
<p>In a <a title="2013 – The year The DataTank 3.0 lifts off" href="http://thedatatank.com/blog/2013-the-year-the-datatank-3-0-lifts-off/">previous blogpost</a> we have mentioned that we were going to work on projects with Westtoer, and the Flemish Government. The <a href="http://www.westtoer.be/westtoer/index.aspx" target="_blank">Westtoer</a> project has almost come to an end now, and it is time for us to focus on the next big thing: opening Flanders! Therefore, we are currently working on some final enhancements and issues and we should be finished by the end of May in a stable release. After that we will gather all of our long-term visions and ideas and pour them into a roadmap, aligned with the needs of the Flemish government, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedatatank.com/blog/growing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing tdt/negotiators</title>
		<link>http://thedatatank.com/technical/introducing-tdtnegotiators/</link>
		<comments>http://thedatatank.com/technical/introducing-tdtnegotiators/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 01:22:02 +0000</pubDate>
		<dc:creator>pieter</dc:creator>
				<category><![CDATA[PHP package]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[accept]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[negotiation]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://thedatatank.com/?p=502</guid>
		<description><![CDATA[Hi all, The DataTank took another step in making source code more reusable by starting to use composer. This means we now have decent package managing by packagist, which allows any PHP5.3+ developer to reuse any package in another project. &#8230; <a href="http://thedatatank.com/technical/introducing-tdtnegotiators/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>The DataTank took another step in making source code more reusable by starting to use <a title="Composer" href="http://getcomposer.org/" target="_blank">composer</a>. This means we now have decent package managing by <a title="TDT on Packagist " href="https://packagist.org/packages/tdt/" target="_blank">packagist</a>, which allows any PHP5.3+ developer to reuse any package in another project.</p>
<p>One of these package is negotiators, which just reached its first stable release.</p>
<p>There are two negotiators: a language negotiator and a content negotiator. The first one negotiates the language, the second one the format, each by reading the accept-language and accept header. The language header can be overridden by a GET parameter though.</p>
<p>More information on github: <a href="https://github.com/tdt/negotiators" target="_blank">https://github.com/tdt/negotiators</a></p>
<p>Kind regards,</p>
<p>Pieter</p>
]]></content:encoded>
			<wfw:commentRss>http://thedatatank.com/technical/introducing-tdtnegotiators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2013 &#8211; The year The DataTank 3.0 lifts off</title>
		<link>http://thedatatank.com/blog/2013-the-year-the-datatank-3-0-lifts-off/</link>
		<comments>http://thedatatank.com/blog/2013-the-year-the-datatank-3-0-lifts-off/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 07:44:16 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[The DataTank release]]></category>

		<guid isPermaLink="false">http://thedatatank.com/?p=490</guid>
		<description><![CDATA[Dear open data enthusiasts, It has been a while since you have heard from us, however, some open software analysis tools have noticed something was stirring with The DataTank repository! Since the last few weeks of 2012 and the first &#8230; <a href="http://thedatatank.com/blog/2013-the-year-the-datatank-3-0-lifts-off/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Dear open data enthusiasts,</p>
<p>It has been a while since you have heard from us, however, some open software analysis tools have noticed something was stirring with The DataTank repository!</p>
<div id="attachment_492" class="wp-caption alignleft" style="width: 300px"><a href="http://thedatatank.com/wp-content/uploads/2013/01/ohloh_commits_prntscrn.png"><img class="size-medium wp-image-492 " title="Ohloh commits" src="http://thedatatank.com/wp-content/uploads/2013/01/ohloh_commits_prntscrn-290x300.png" alt="" width="290" height="300" /></a><p class="wp-caption-text">The DataTank commits of the past month. </p></div>
<p>Since the last few weeks of 2012 and the first of 2013 a lot of work has been done to The DataTank project. Why is this? Let&#8217;s say The DataTank has had a great start of 2013.</p>
<p>We are very proud to announce that The DataTank is going to be used in a number of open data projects this year. These projects will allow the further development of The DataTank software and integration with semantic web technologies.</p>
<p>A first project where The DataTank software is being used is a project funded by <a title="Westtoer" href="http://www.westtoer.be/westtoer/index.aspx" target="_blank">Westtoer</a>. This project will create a data hub for data sources, such as weather information and touristic routes. The novelty of this project enables the introduction of large data sources and enables lifting the data to the 5th star of linked open data, a promise we have made since the beginning of The DataTank. With this project we have had the unique opportunity to fully revision our architecture and came up with a more modular and professional approach than before.</p>
<p>This project is realized by combined forces of We Open Data, a working group of <a title="okfn belgium" href="http://okfn.be/" target="_blank">OKFN Belgium</a>,  <a title="iMinds" href="http://www.iminds.be/nl" target="_blank">iMinds</a>, and <a title="Wunderkraut Belgium" href="http://www.wunderkraut.com/" target="_blank">Wunderkraut Belgium</a>. The beauty of this project is that the entire solution has to be open source and must provide structure so that 3rd parties can use it as well. The requirements and deliverables have been made by <a title="Marc Portier" href="http://www.linkedin.com/in/marcportier" target="_blank">Marc Portier</a>. Marc has a great vision on open data and made it so that every piece of the Westtoer project is completely open source, ready for other open data projects and enthusiasts to use. This will hopefully snowball the rate of adoption of the developed framework and will allow us to create a stable community around it.</p>
<p>Next to this great project, we received some other good news. <a href="http://www.ugent.be/ea/nl/actueel/nieuws/ingrid-lieten-steunt-innovatief-open-data-platform.htm" target="_blank">Minister of innovation Ingrid Lieten shows her support to create an open data platform for Flanders</a>. <a href="http://www.iminds.be/nl" target="_blank">iMinds</a> has the lead of this project and will use The DataTank as part of its open data platform solution.</p>
<p>These two projects allow The DataTank to be developed in an environment where academic requirements meets business requirements and become more aligned with its core purpose, namely opening data through an open software solution.</p>
<p>For further information please visit our new <a href="https://github.com/tdt" target="_blank">DataTank repository</a>. Our <a href="https://github.com/iRail/The-DataTank/" target="_blank">previous repository</a>, containing both version 1.0 and 2.0, will be supported until the summer, but we will help everyone updating their current instance to a new one. We have worked hard to make sure there is backward compatibility and you can export and import your configuration.</p>
<p>To conclude this post we would like to thank <a href="http://www.digipolis.be/" target="_blank">digipolis</a>, the city of Ghent, the city of Antwerp and <a href="http://hello.iRail.be">iRail</a> (our open transport working group) for using our software in pioneering open data projects such as <a href="http://data.gent.be/" target="_blank">open data gent</a>, <a href="http://opendata.antwerpen.be/" target="_blank">open data antwerpen</a> and <a href="http://data.iRail.be" target="_blank">data.iRail.be</a>. These pioneer projects provide incentives for students and businesses to use open data and transform that data into information and knowledge. Furthermore, they have provided the first steps towards a community that builds further on The DataTank software outside of the We Open Data working group.</p>
<p>- Jan Vansteenlandt</p>
]]></content:encoded>
			<wfw:commentRss>http://thedatatank.com/blog/2013-the-year-the-datatank-3-0-lifts-off/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apps For Ghent</title>
		<link>http://thedatatank.com/blog/apps-for-ghent/</link>
		<comments>http://thedatatank.com/blog/apps-for-ghent/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 11:00:24 +0000</pubDate>
		<dc:creator>pieter</dc:creator>
				<category><![CDATA[AppsForX]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://thedatatank.com/?p=467</guid>
		<description><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-468 aligncenter" title="appsforghent-logo-midres" src="http://thedatatank.com/wp-content/uploads/2012/03/appsforghent-logo-midres.png" alt="" width="400" height="81" /></p>
<p>The DataTank can be used to create a RESTful web-service in almost no time. Together with the Belgian incubating chapter of the <a title="Open Knowledge Foundation" href="http://okfn.be" target="_blank">Open Knowledge Foundation</a> we have implemented The DataTank for a hackaton for the city of Ghent. <a href="http://appsforghent.be" target="_blank">Apps For Ghent</a> an event with students, hackers, professionals and policy makers. Together they discuss open data in their own way. Students and hackers get to participate in a hackaton with beautiful prices, professionals get to help and interview the students, the policy makers get to speak about their dos and don’ts, and so on.</p> <a href="http://thedatatank.com/blog/apps-for-ghent/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://thedatatank.com/wp-content/uploads/2012/03/appsforghent-logo-midres.png"><img class="size-full wp-image-468 aligncenter" title="appsforghent-logo-midres" alt="" src="http://thedatatank.com/wp-content/uploads/2012/03/appsforghent-logo-midres.png" width="400" height="81" /></a></p>
<p><em>The DataTank can be used to create a RESTful web-service in almost no time. Together with the Belgian incubating chapter of the <a title="Open Knowledge Foundation" href="http://okfn.be" target="_blank">Open Knowledge Foundation</a> we have implemented The DataTank for a hackaton for the city of Ghent. <a href="http://appsforghent.be" target="_blank">Apps For Ghent</a> an event with students, hackers, professionals and policy makers. Together they discuss open data in their own way. Students and hackers get to participate in a hackaton with beautiful prices, professionals get to help and interview the students, the policy makers get to speak about their dos and don’ts, and so on.</em></p>
<p><span id="more-467"></span></p>
<p>We started by checking out the data sets available at <a href="http://data.gent.be" target="_blank">http://data.gent.be</a>. Some datasets were structured in nice CSV files or XLS files which just needed one PUT request to get plugged into The DataTank. Soon we saw that a lot of files on the site were formatted as KML. As we did not have a generic way to add those to The DataTank, we quickly implemented this in 200 lines of code.Soon we had <a href="http://data.appsforghent.be" target="_blank">http://data.appsforghent.be</a> up and running, providing a RESTful API for a lot of datasets. All that was left for us to do was creating some new formatters like the map, the grid and the charts (thanks to <a href="http://twitter.com/lievenjanssen" target="_blank">Lieven Janssen</a>), and creating the portal. The portal is a small PHP script which reads the self documenting resource http://data.appsforghent.be/TDTInfo/Resources to generate hyperlinks.</p>
<div id="attachment_469" class="wp-caption aligncenter" style="width: 318px"><a href="http://data.appsforghent.be/demografie/armoedeenschoolsevertraging.pie?category=year&amp;value=aandeel_pct"><img class="size-full wp-image-469" title="demografie" alt="" src="http://thedatatank.com/wp-content/uploads/2012/03/demografie.png" width="308" height="301" /></a><p class="wp-caption-text">Click on the picture for a live version</p></div>
<p style="text-align: left;">As the city of Ghent has De Lijn as a bus company, and NMBS as a railway company, we did 2 final PUT requests to the server to add remote resources from The DataTank at <a href="http://data.iRail.be" target="_blank">http://data.iRail.be</a>. Now you can use the iRail API as if it were Apps For Ghent resources.</p>
<p><strong>The advantages of an API</strong></p>
<p>During the event developers and users of the data can point the city at errors in the datasets. Changing a value in the datasets is easy as all applications will be using the Apps For Ghent API.</p>
<p>During the hackaton there will be live statistics on how many times each resource get hit. Because you score less creativity points if you use a dataset that gets used by everyone, participants will be able to preemptively choose datasets that get used less.</p>
<p>For now, join the fun at <a href="http://www.appsforghent.be" target="_blank">http://www.appsforghent.be</a></p>
<p>- Pieter</p>
]]></content:encoded>
			<wfw:commentRss>http://thedatatank.com/blog/apps-for-ghent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neelie Kroes: Data is the new gold!</title>
		<link>http://thedatatank.com/blog/eu-open-data/</link>
		<comments>http://thedatatank.com/blog/eu-open-data/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 15:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://localhost/C3_30/?p=51</guid>
		<description><![CDATA[<center><img src="http://thedatatank.com/lieven/wp-content/themes/c3_3.0/images/NeelieKroesBanner.jpg" width="710" height="250"/></center><p>On December, 12 2011 Neelie Kroes (Vice-President of the European Commission) gave a speech about the Open Data Strategy of the EU. Currently most Open Government Data portals reach the second star of Tim Berner's Lee 5-star-scheme, this blog shows you how The DataTank can help you reach the third star.</p> <a href="http://thedatatank.com/blog/eu-open-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p class="text-big">On December, 12 2011 Neelie Kroes (Vice-President of the European Commission) gave a speech about the Open Data Strategy of the EU. I&#8217;m not going to repeat the whole speech, you can read a transcript <a href="http://europa.eu/rapid/pressReleasesAction.do?reference=SPEECH/11/872&#038;type=HTML" target="_blank">here</a> but I must say that I heard a lot of encouraging statements in it!</p>
<h2>Bronze</h2>
<p>
In the speech Neelie mentions the Open Data portals of the UK, Denmark and France &#8211; who last week opened <a href="http://data.gouv.fr" target="_blank">data.gouv.fr</a> – as heroes in Open Data work. And indeed they are heroes! But if we take a look at Tim Berner&#8217;s Lee suggested <a href="http://lab.linkeddata.deri.ie/2010/star-scheme-by-example/" target="_blank">5 star scheme for Linked Open Data</a> we see that most of the Open Government Data portals currently available on the web only reach the second star. I would give them the bronze medal but why won&#8217;t we go for gold?
</p>
<h2>Gold</h2>
<p>
Well that&#8217;s precisely where The DataTank comes in to help. We see the 5 star scheme as a step-by-step process and The DataTank as the tool that can assist you to reach the fifth star.
</p>
<h2>Get Started</h2>
<p>
In our <a href="/get-started/">Get Started</a> section you can see how we open up proprietary data formats (excel and shape files) from <a href="http://data.gov.uk" target="_blank">data.gov.uk</a> and <a href="http://dati.gov.it" target="_blank">dati.gov.it</a> into a RESTful API which returns Open Standards such as JSON, XML and RDF:</p>
<ul>
<li><a href="/get-started/xls-resource/">Creating an excel resource</a></li>
<li><a href="/get-started/shp-resource/">Creating a shape resource</a></li>
</ul>
<h2>Now it&#8217;s your turn!</h2>
<p>
Why not give it a try for yourself? <a href="/get-started/">Install</a> a datatank instance and open up some data from Open Government Data portals in Europe:</p>
<ul>
<li><a href="http://gov.opendata.at" target="_blank">Austria</a></li>
<li><a href="http://data.gov.be" target="_blank">Belgium</a></li>
<li><a href="http://digitaliser.dk" target="_blank">Denmark</a></li>
<li><a href="http://www.data.gouv.fr" target="_blank">France</a></li>
<li><a href="http://www.statcentral.ie" target="_blank">Ireland</a></li>
<li><a href="http://www.dati.gov.it" target="_blank">Italy</a></li>
<li><a href="http://data.norge.no" target="_blank">Norway</a></li>
<li><a href="http://www.aporta.es/web/guest/buscador_de_catalogos" target="_blank">Spain</a></li>
<li><a href="http://data.overheid.nl" target="_blank">The Netherlands</a></li>
<li><a href="http://data.gov.uk" target="_blank">United Kingdom</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thedatatank.com/blog/eu-open-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
