<?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>Web of Data &#187; voiD</title>
	<atom:link href="http://webofdata.wordpress.com/category/void/feed/" rel="self" type="application/rss+xml" />
	<link>http://webofdata.wordpress.com</link>
	<description>data and computing at scale</description>
	<lastBuildDate>Wed, 22 May 2013 10:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webofdata.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7b693270b7a65d5773cbb0c737109c5e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Web of Data &#187; voiD</title>
		<link>http://webofdata.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webofdata.wordpress.com/osd.xml" title="Web of Data" />
	<atom:link rel='hub' href='http://webofdata.wordpress.com/?pushpress=hub'/>
		<item>
		<title>On the usage of Linksets</title>
		<link>http://webofdata.wordpress.com/2010/05/19/on-the-usage-of-linksets/</link>
		<comments>http://webofdata.wordpress.com/2010/05/19/on-the-usage-of-linksets/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:20:09 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[linkset]]></category>
		<category><![CDATA[metadata]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=391</guid>
		<description><![CDATA[Answering Daniel Koller's question if and how voiD linksets are used in an automatic manner. <a href="http://webofdata.wordpress.com/2010/05/19/on-the-usage-of-linksets/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=391&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Daniel Koller <a href="http://twitter.com/dakoller/status/14278751642">asked on Twitter</a> an interesting question:</p>
<blockquote><p>&#8230; are linksets today evaluated in an automated way?or does it depend on a person to interpret it?</p></blockquote>
<p>Trying to answer this question here, but let&#8217;s step a bit: back in 2008, when I <a href="http://lists.w3.org/Archives/Public/public-lod/2008May/0024.html">started to dive into</a> &#8216;LOD metadata&#8217; one of my main use cases was indeed how to automate the handling of LOD datasets. I wanted to have a formal description of a dataset&#8217;s characteristics in order to write a sort of middle ware (there it is again, this bad word) that could use the dataset metadata and take the burden away from a human to sift through the &#8216;natural language&#8217; descriptions found in the Wiki pages, such as the <a href="http://esw.w3.org/TaskForces/CommunityProjects/LinkingOpenData/DataSets">Dataset</a> page.</p>
<h3>Where are we today?</h3>
<p>Looking at the deployment of voiD, I guess we can say that there is a certain uptake; several publisher and systems <a href="http://semanticweb.org/wiki/VoiD#Examples_in_the_Wild">support voiD</a> and there are dedicated voiD stores available out there, such as the <a href="http://kwijibo.talis.com/voiD/">Talis voiD store</a> and the <a href="http://void.rkbexplorer.com/">RKB voiD store</a>.</p>
<p>In our LDOW2009 paper <a href="http://events.linkeddata.org/ldow2009/papers/ldow2009_paper20.pdf">Describing Linked Datasets</a> we outlined a couple of potential use cases for voiD and gave some examples of actual usage already. Most notably, Linksets are used for ranking of datasets (see the <a href="http://events.linkeddata.org/ldow2009/papers/ldow2009_paper21.pdf">DING!</a> paper) and distributed query processing.</p>
<p>However, to date I&#8217;m not aware of any implementation of my above outlined idea of a middle ware that exploit <a href="http://vocab.deri.ie/void/guide#sec_2_Describing_Dataset_Interlink">Linksets</a>. So, I guess one answer to Daniel&#8217;s question is: at the moment, mainly humans look at it and use it.</p>
<h3>What can be done?</h3>
<p>The key to voiD really is its abstraction level. We describe entire <a href="http://vocab.deri.ie/void/guide#sec_1_Describing_Datasets">Datasets</a> and their characteristics, not single resources such as a certain place, a book or a gene.  Understanding that the links are the <a href="http://webofdata.wordpress.com/2010/03/01/data-and-the-web-choices/">essence</a> in a truly global-distributed information space, one can see that the Linksets are the key to automatically process the LOD datasets, as they bear the high-level metadata about the interlinking.</p>
<p>When you write an application today that consumes data from the LOD cloud, you need to manually code which datasets you are going to use. Now, imagine a piece of software that really operates on Linksets: suddenly, it would be possible to specify certain requirements and capabilities (such as: &#8216;needs to be linked with some geo data and with statistical data&#8217;) and <strong>dynamically</strong> plug-in matching dataset. Of course, towards realising this vision, there are other problems to overcome (for example concerning the supported vocabularies vs. SPARQL queries used in the application), however, at least to me, this is a very appealing area, worth investing more resources.</p>
<p>I hope this answers your question, Daniel, and I&#8217;m happy to keep you posted concerning the progress in this area.</p>
<br />Filed under: <a href='http://webofdata.wordpress.com/category/linked-data/'>Linked Data</a>, <a href='http://webofdata.wordpress.com/category/void/'>voiD</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=391&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2010/05/19/on-the-usage-of-linksets/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
		<item>
		<title>A case for Central Points of Access (CPoA) in decentralised systems</title>
		<link>http://webofdata.wordpress.com/2010/02/18/central-points-of-access-lod/</link>
		<comments>http://webofdata.wordpress.com/2010/02/18/central-points-of-access-lod/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:08:51 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[decentralised]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Linked Open Data]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[promote]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[stores]]></category>
		<category><![CDATA[UDDI]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=312</guid>
		<description><![CDATA[This post has been triggered by a Twitter thread, where I replied to @olyerickson that I think https://subj3ct.com is a good thing to have. Then, @hvdsomp noted (rightly!) that registries don&#8217;t scale (in reference to a conversation we had earlier on). Big confusion, right? Michael says one thing and then the opposite on the very &#8230; <a href="http://webofdata.wordpress.com/2010/02/18/central-points-of-access-lod/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=312&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This post has been triggered by a Twitter thread, where I <a href="http://twitter.com/mhausenblas/status/9226223819">replied</a> to <a href="http://twitter.com/olyerickson">@olyerickson</a> that I think <a href="https://subj3ct.com">https://subj3ct.com</a> is a good thing to have. Then, <a href="http://twitter.com/hvdsomp">@hvdsomp</a> <a href="http://twitter.com/hvdsomp/status/9232678146">noted</a> (rightly!) that <em>registries don&#8217;t scale</em> (in reference to a <a href="http://twitter.com/mhausenblas/status/9187203033">conversation</a> we had earlier on).</p>
<p>Big confusion, right? Michael says one thing and then the opposite on the very next day. Nah, no really <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Actually, turns out I&#8217;ve been quite consistent over time. In late 2008 I wrote in Talis&#8217; <a href="http://www.talis.com/nodalities/pdf/nodalities_issue4.pdf">NodMag #4</a> (on page 16):</p>
<blockquote><p>Could you imagine reporting your new blog post, Wiki page or whatever you have to hand to an authority that takes care of adding it to a ‘central look-up  repository’? I can’t, and there is at least one good reason for it: such things don’t scale. However, there are ways to announce and promote the content.</p></blockquote>
<p>So, what <strong>is</strong> the difference  between a UDDI-style registry (which, btw, not to exactly <a href="http://www.cio.com/article/451966/Why_UDDI_Sucks">turned out</a> to be a success) and, what I&#8217;ll call a <strong>central point of access</strong> (CPoA) in the following?</p>
<p>Before I try to answer the question, let me first give you some examples of CPoAs in the Web of Data context:</p>
<ul>
<li>Services that reconcile data from different sources, like <a href="http://platform.uberblic.org/">uberblic.org</a></li>
<li>Co-reference lookups, such as <a href="http://sameas.org/">sameas.org</a>;</li>
<li>Generic Web of Data indexer such as the <a href="http://lod.openlinksw.com/">LOD Cloud Cache</a>, <a href="http://iws.seu.edu.cn/services/falcons/objectsearch/index.jsp">Falcons</a> or <a href="http://sindice.com/">Sindice</a>;</li>
<li>A namespace/prefix lookup: <a href="http://prefix.cc/">prefix.cc</a>;</li>
<li>Ontology lookups such as <a href="http://cupboard.open.ac.uk:8081/cupboard/">Cupboard</a>;</li>
<li>&#8216;Single-dataset&#8217; lookups such as DBpedia&#8217;s <a href="http://lookup.dbpedia.org/">lookup</a> service or the LinkedGeoData <a href="http://linkedgeodata.org/OnlineAccess">online access</a> interface;</li>
<li>Dataset description stores, such as the <a href="http://void.rkbexplorer.com/">RKB voiD store</a>.</li>
</ul>
<p>Some of these CPoAs employ automated techniques to fill their internal databank (such as Sindice or sameas.org), some of them depend on human input (for example prefix.cc). Some of them focus on a special kind of use case or domain (Cupboard or voiD stores), some try to be as generic as possible (Falcons, Sindice).</p>
<p>All of them, though, do share one principle: it&#8217;s up to you if you&#8217;re listed there or not (ok, technically, some might discover your data and index it, but that&#8217;s another story). The (subtle) difference is a-prior vs. a-posterior: no one forces you to submit, say your voiD file to a voiD store or to Sindice. However, if you want to increase your visibility, if you want people to find your valuable data, want them to use it, you&#8217;ll need to promote it. So, I conclude: one, effective way to promote your data (and schema, FWIW) is to &#8216;feed&#8217;  CPoA. Contrast this with a centralised registry where you need to submit your stuff first, otherwise no one is able to find it (or, put in other words: if you don&#8217;t register, you&#8217;re not allowed to participate).</p>
<p>There are exceptions I&#8217;m aware of: <a href="http://en.wikipedia.org/wiki/Domain_Name_System">DNS</a>, for example, which works, I think, mainly due to its hierarchical aspect. Other approaches can be pursued as well, for example <a href="http://en.wikipedia.org/wiki/P2P_network">P2P</a> systems come to mind.</p>
<p>Nevertheless, I stand by it: centralised, <em>forced-to-sign-up</em> registries are bad for the Web (of Data). They do not scale. CPoA, such as listed above are not only good for the Web (of Data) but essential to make it usable; especially to allow to bridge the term-URI gap (or: enter the URI space), which I&#8217;ll flesh out in another post. Stay tuned!</p>
<br />Filed under: <a href='http://webofdata.wordpress.com/category/fyi/'>FYI</a>, <a href='http://webofdata.wordpress.com/category/linked-data/'>Linked Data</a>, <a href='http://webofdata.wordpress.com/category/void/'>voiD</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=312&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2010/02/18/central-points-of-access-lod/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
		<item>
		<title>SPARQL endpoint discovery with /sparql</title>
		<link>http://webofdata.wordpress.com/2009/03/10/sparql-endpoint-discovery/</link>
		<comments>http://webofdata.wordpress.com/2009/03/10/sparql-endpoint-discovery/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 07:31:24 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Proposal]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[endpoint]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=82</guid>
		<description><![CDATA[Daniel Schwabe recently kicked-off a discussion regarding Finding SPAQL endpoints? over at the public-lod@w3.org mailing list. Basically, Daniel asked if it was not possible for every linked data publisher to follow a simple convention, that is to have the SPARQL endpoint available at common location such as /sparql &#8211; as Daniel found out, this is &#8230; <a href="http://webofdata.wordpress.com/2009/03/10/sparql-endpoint-discovery/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=82&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Daniel Schwabe recently kicked-off a discussion regarding <a href="http://lists.w3.org/Archives/Public/public-lod/2009Mar/0080.html">Finding SPAQL endpoints?</a> over at the public-lod@w3.org mailing list.</p>
<p>Basically, Daniel asked if it was not possible for every linked data publisher to follow a simple convention, that is to have the SPARQL endpoint available at common location such as /sparql &#8211; as Daniel <a href="http://lists.w3.org/Archives/Public/public-lod/2009Mar/0101.html">found out</a>, this is the case with most LOD datasets anyway these days.</p>
<p>Though the <a href="http://rdfs.org/ns/void-guide#sec_5_2_Discovery_via_sitemaps">proposed good practice</a> currently would be to publish a robots.txt that points to a <a href="http://sw.deri.org/2007/07/sitemapextension/">semantic sitemap</a> which in turn is the entry point for a <a href="http://semanticweb.org/wiki/VoiD">voiD description</a>, Daniel&#8217;s proposal is appealing. Simple and effective.</p>
<p>Additionally, it somehow reminds me on the <a href="http://tools.ietf.org/html/draft-nottingham-site-meta-01">/host</a> proposal by Mark Nottingham and  Eran Hammer-Lahav.</p>
<p>Thoughts, anyone?</p>
<br />Posted in Linked Data, Proposal, voiD  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=82&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2009/03/10/sparql-endpoint-discovery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
		<item>
		<title>On the Effectiveness and Efficiency of Discovery</title>
		<link>http://webofdata.wordpress.com/2009/03/01/effective-and-efficient-discovery/</link>
		<comments>http://webofdata.wordpress.com/2009/03/01/effective-and-efficient-discovery/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:09:12 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[effectiveness]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=73</guid>
		<description><![CDATA[Imagine you&#8217;re running a research group of 100 people. You want to find out the expertise of your chaps and aggregate profiles. Sure, you can perfectly sit down and browse through tons of materials you have about your people. Browse through their homepages, project pages, subversion commits, blog posts, tweets, logs from IRC, and you &#8230; <a href="http://webofdata.wordpress.com/2009/03/01/effective-and-efficient-discovery/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=73&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Imagine you&#8217;re running a research group of 100 people. You want to find out the expertise of your chaps and aggregate profiles. Sure, you can perfectly sit down and browse through tons of materials you have about your people. Browse through their homepages, project pages, subversion commits, blog posts, tweets, logs from IRC, and you name it. Then, for each person, you collect all the data found on the Web (or internal information sources) and dump it into a data bank of your choice (hum? you&#8217;re using MS Excel, never mind <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This process might certainly be effective. You&#8217;ve gathered detailed information about 100 people and know precisely <em>what they do</em> and <em>where they&#8217;re good at</em>. Additionally, you&#8217;ve spent (or wasted?) 5000€ equivalent as it took you, say, a week? And I&#8217;m now just talking about gathering the data, not the tedious task of aggregating it nicely, formatting it properly so that you can use it to impress your sponsor.</p>
<p>Now, let&#8217;s imagine the same situation, but rather than you go and collect data, you ask people to provide their profiles themselves. All you do is set up a <strong>standardised form</strong> which contains fields for bio data, publications, projects, etc. and the <strong>people themselves provide this data</strong> by filling in the relevant fields. Then, after the deadline, you just press the &#8216;dump now&#8217; button and voila, there you go &#8230;</p>
<p>Why am I telling this story? I guess this is mainly motivated by the fact that I am often faced with the question: <em>why should one care about (using) <a href="http://semanticweb.org/wiki/VoiD">voiD</a></em>?  With <a href="http://esw.w3.org/topic/FollowLinksForMoreInformation">follow-your-nose</a> (FYN), it is true that RDF offers a way to discover everything you like. If you&#8217;re not limited by time and/or budget. So, we note that this method is <strong>effective</strong> but <strong>NOT efficient</strong>,</p>
<p>To put it in other words, to a certain extent, FYN allows you to discover, gather and integrate all RDF-based data out there. It&#8217;s effective, but not very efficient. That is where voiD comes into play: people who <em>have</em> the data (or, at least know it very well <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  provide a sort of summary of the dataset (regarding topics covered, license, vocabularies used, statistics on triples, interlinking, etc. as explained in the <a href="http://rdfs.org/ns/void-guide">voiD guide</a>). Then, all you need to do is operate on this summary. Using voiD, hence, for the task of discovery regarding the gathering, aggregation, and integration of data is <strong>effective</strong> and <strong>efficient</strong>, IMHO.</p>
<br />Posted in Linked Data, voiD  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=73&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2009/03/01/effective-and-efficient-discovery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Programming &#8211; Assembler:Java is like Web 2.0 programming:?</title>
		<link>http://webofdata.wordpress.com/2009/02/10/web-programming/</link>
		<comments>http://webofdata.wordpress.com/2009/02/10/web-programming/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:55:34 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=33</guid>
		<description><![CDATA[As Kevin Kelly pointed out in 2007 in his seminal talk Predicting the next 5,000 days of the web, the Web is one huge machine. We have different views on it (be it as a humans through HTML or a machine consuming RDF), but it is one machine. A machine that can be and actually &#8230; <a href="http://webofdata.wordpress.com/2009/02/10/web-programming/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=33&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As Kevin Kelly pointed out in 2007 in his seminal talk <a href="http://www.ted.com/index.php/talks/kevin_kelly_on_the_next_5_000_days_of_the_web.html">Predicting the next 5,000 days of the web</a>, the Web is one huge machine. We have different views on it (be it as a humans through HTML or a machine consuming RDF), but it is one machine.</p>
<p>A machine that can be and actually is programmed. Ok, so we know that there is the data (yeah, TimBL, right, tell it them people: <a href="http://ebiquity.umbc.edu/blogger/2009/02/06/tim-berners-lee-talks-at-ted-2009-on-linked-data/">GIMME YOUR RAW DATA</a>) and we are developer, right.</p>
<p>Let&#8217;s step back. May I quiz you a bit? So, tell me, <code>Assembler:Java</code> is like <code>Web 2.0 programming:?</code>.</p>
<p>My two cents are: the <code>?</code> is a bunch of Web of Data technologies such as <a href="http://www.ltg.ed.ac.uk/~ht/WhatAreURIs/">URIs</a>, <a href="http://research.talis.com/2005/rdf-intro/">RDF</a>, <a href="http://www.thefigtrees.net/lee/sw/sparql-faq">SPARQL</a>, and now <a href="http://rdfs.org/ns/void-guide">voiD</a>. Rather than learning new APIs and proprietary formats based on XML or the like , one learns the RDF data model, then some vocabularies such as <a href="http://xmlns.com/foaf/spec/">FOAF</a>, <a href="http://sioc-project.org/">SIOC</a>, etc. and maybe some domain-specific ones. Then, one exploits <a href="http://linkeddata.org/">linked data</a>, that is the datasets that are already available on the Web, and starts developing her application.</p>
<p>Thoughts, anyone?</p>
<br />Posted in Linked Data, voiD  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=33&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2009/02/10/web-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
		<item>
		<title>voiD 1.0 released</title>
		<link>http://webofdata.wordpress.com/2009/01/29/void-10-released/</link>
		<comments>http://webofdata.wordpress.com/2009/01/29/void-10-released/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:11:18 +0000</pubDate>
		<dc:creator>woddiscovery</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[voiD]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://webofdata.wordpress.com/?p=9</guid>
		<description><![CDATA[As just been announced over at public-lod@w3.org, the first edition of the &#8216;Vocabulary of Interlinked Dataset&#8217; (voiD) has been released. Posted in Announcement, voiD<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=9&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As just been <a href="http://lists.w3.org/Archives/Public/public-lod/2009Jan/0098.html">announced</a> over at public-lod@w3.org, the first edition of the &#8216;Vocabulary of Interlinked Dataset&#8217; (<a href="http://semanticweb.org/wiki/VoiD">voiD</a>) has been released.</p>
<br />Posted in Announcement, voiD  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webofdata.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webofdata.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webofdata.wordpress.com&#038;blog=6169642&#038;post=9&#038;subd=webofdata&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webofdata.wordpress.com/2009/01/29/void-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3fa5cc7462a278c1f2f9c049a7c61c08?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">mhausenblas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
