<?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 Semantic Puzzle&#187; linking open data</title>
	<atom:link href="http://blog.semantic-web.at/tag/linking-open-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.semantic-web.at</link>
	<description>Open World Assumptions</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:26:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linked data based thesaurus management in collaborative settings</title>
		<link>http://blog.semantic-web.at/2011/04/08/linked-data-based-thesaurus-management-in-collaborative-settings/</link>
		<comments>http://blog.semantic-web.at/2011/04/08/linked-data-based-thesaurus-management-in-collaborative-settings/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 12:59:26 +0000</pubDate>
		<dc:creator>Thomas Schandl</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Semantic Web Applications]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[dbpedia]]></category>
		<category><![CDATA[Knowledge Engineering]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[SKOS]]></category>
		<category><![CDATA[Thesaurus]]></category>
		<category><![CDATA[thesaurus management]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=2044</guid>
		<description><![CDATA[The creation and management of controlled vocabularies in companies often takes place in a distributed manner. Different departments in different branch offices often rather create their own vocabularies, than have one large central knowledge model, where everyone contributes. How to &#8230; <a href="http://blog.semantic-web.at/2011/04/08/linked-data-based-thesaurus-management-in-collaborative-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The creation and management of controlled vocabularies in companies often takes place in a distributed manner. Different departments in different branch offices often rather create their own vocabularies, than have one large central knowledge model, where everyone contributes.</p>
<p><strong>How to model divergent views on one concept?</strong></p>
<p>Such a central model is not only much harder to manage, but there is also the general problem that differerent departments like marketing, quality assurance, R&amp;D, etc. will have divergent views on the model and its concepts. These different perspectives on one and the same concept are hard to unify in a single model.</p>
<p>Think of a company that sells mobile phones and wants to create a model of its line of products. It wants to utilize this model in the context of its online shop as well as in the context of its user support forum. While the structure of the model (i.e. the relationships between the products) might be very similar or the same in both contexts, there will be differences in which properties of the products are actually relevant in the respective contexts.</p>
<p>In the model of the marketing department there might be a concept for a &#8220;Phantastax StamiMaxx&#8221; cell phone with a definiton &#8220;The StamiMaxx has a powerful battery and is great for professionals who travel a lot&#8221;. They might relate it to manufacturer &#8220;ACME Corporation&#8221; and to several concepts representing different features like &#8220;Android OS&#8221;, &#8220;Multi-touch touchscreen&#8221;, etc.<br />
The very same phone has different properties that are interesting from the Quality Assurance departement&#8217;s perspective. They might call it by a more specific name like &#8220;Phantastax i3000 StamiMaxx S&#8221;, have a different definition for it like &#8220;3G cell phone implementing the new WTF3000 protocol, &#8230;&#8221; and relate it to concepts representing known problems and their solutions.</p>
<p>Now they face the task to integrate these different models, as it is not desirable to use a bunch of isolated models within one company.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/04/Ohne-Mapping.png"><img class="aligncenter size-full wp-image-2046" title="Disconnected distributed thesauri" src="http://blog.semantic-web.at/wp-content/uploads/2011/04/Ohne-Mapping.png" alt="" width="415" height="370" /></a></p>
<p><strong>Support of collaborative work on distributed models</strong></p>
<p>To support this kind of collaborative work on distributed knowledge models, we would like to link the concepts of the models, just as is we link documents in the World Wide Web. Fortunately the <a href="http://www.w3.org/TR/skos-reference">Simple Knowledge Organisation System</a> (SKOS) offers <a href="http://www.w3.org/TR/skos-reference/#mapping">mapping properties</a> that can be used to define relationships between concepts from different knowledge models.</p>
<p>E.g. when we want to say that concept &#8220;Phantastax StamiMaxx&#8221; in the product line thesaurus refers to the same real world entity as concept &#8220;Phantastax i3000 StamiMaxx S&#8221; in the Quality Assurance thesaurus, then we can use <em>skos:exactMatch</em> to express that. If we want to express that the concepts are merly similar, <em>skos:closeMatch</em> could be used.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/04/MIt-Mapping.png"><img class="aligncenter size-full wp-image-2048" title="Mapped thesauri" src="http://blog.semantic-web.at/wp-content/uploads/2011/04/MIt-Mapping.png" alt="" width="415" height="370" /></a></p>
<p>The other SKOS mapping properties express a hierarchical (<em>narrowMatch</em>, <em>broadMatch</em>) or an associative (<em>relatedMatch</em>) mapping relation between concepts from different concept schemes. With those we can say that my Samsung Galaxy concept has a skos:broadMatch &#8220;Smartphone&#8221; in the product line vocabulary and a skos:relatedMatch &#8220;ACME Corporation&#8221; in a controlled vocabulary about Tech companies.</p>
<p><strong>Modularisation of knowledge models</strong></p>
<p>In this way SKOS thesaurus management systems like <a href="http://poolparty.punkt.at/">PoolParty</a> make it possible to modularise knowledge models, represent concepts in their different contexts and consequently enable collaborative work on those models: The marketing guy can work on his model with the concept properties focused on sales without disrupting the work of the quality assurance expert on her own thesaurus. Later one or both of them can create the <em>skos:exactMatch</em> link between the concepts that are the same, like seen in the &#8220;Exact Matching Concepts&#8221; box in screenshot of PoolParty below.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/04/stamimaxx1.jpg"><img class="aligncenter size-full wp-image-2055" title="Linking concepts in PoolParty" src="http://blog.semantic-web.at/wp-content/uploads/2011/04/stamimaxx1.jpg" alt="" width="949" height="328" /></a></p>
<p><strong>Enrich your knowledge: Get connected with the LOD Cloud</strong></p>
<p>Going a step further the models could be connected to external knowledge, e.g. a source from the <a href="http://linkeddata.org/">Linked Open Data</a> (LOD) Cloud. Once we establish links to LOD hubs like DBpedia, we can import additional information for their concepts or use it to establish whether similar concepts from different models really refer to the same real world resource.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/04/MIt-Mapping-und-LOD.png"><img class="aligncenter size-full wp-image-2058" title="Mapping Concepts to LOD" src="http://blog.semantic-web.at/wp-content/uploads/2011/04/MIt-Mapping-und-LOD.png" alt="" width="415" height="465" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2011/04/08/linked-data-based-thesaurus-management-in-collaborative-settings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Report of Linked Data Camp Vienna</title>
		<link>http://blog.semantic-web.at/2009/12/15/report-of-linked-data-camp-vienna/</link>
		<comments>http://blog.semantic-web.at/2009/12/15/report-of-linked-data-camp-vienna/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:39:10 +0000</pubDate>
		<dc:creator>Thomas Schandl</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[ldc09]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[linkeddatacamp]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[LOD]]></category>
		<category><![CDATA[vocamp]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1371</guid>
		<description><![CDATA[Earlier this month the first ever Linked Data Camp took place in Vienna at the Quartier für Digitale Kunst. This two day event attracted about 35 people to discuss and to jointly work on novel applications for the Web of &#8230; <a href="http://blog.semantic-web.at/2009/12/15/report-of-linked-data-camp-vienna/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier this month the first ever <strong><a href="http://www.meetup.com/Linked-Data-Camp/">Linked Data Camp</a></strong> took place in Vienna at the <a href="http://www.mqw.at/index.php?page_id=161">Quartier für Digitale Kunst</a>. This two day event attracted about 35 people to discuss and to jointly work on novel applications for the Web of Data.</p>
<p>The first day started off with a keynote by <a href="http://richard.cyganiak.de/">Richard Cyganiak</a> form DERI Galway&#8217;s <a href="http://linkeddata.deri.ie/">Linked Data Research Center</a>. He talked about the <strong>technical challenges</strong> that have to be overcome to allow for more Linked Data applications over heterogenous RDF data. These challenges revolve around discovery of and access to Linked Data, identifier and schema reconciliation, data fusion, quality assessment, aggregation, analytics and mining.<br />
As Richard pointed out, the good news is &#8220;that linked data makes it possible that different people do the different steps, e.g., the publisher can help doing the identifier reconciliation by publishing sameAs links, and 3rd parties can help with access by providing a single SPARQL store over multiple related but independent datasets.&#8221; Check out the <a href="http://chatlogs.planetrdf.com/swig/2009-11-30.html#T08-54-20">transcript</a><br />
or <a href="http://www.linkeddatacamp.org/images/5/50/Cygri-egg-to-chicken-ldc09.pdf">slides</a> for Richard&#8217;s talk.</p>
<p><img src="http://farm3.static.flickr.com/2502/4147548762_30f63e3d88.jpg" alt="Linked Data Camp Vienna Working Groups" /></p>
<p>After this keynote participants presented their topics of interest in Lightning Talks and working groups formed, some of their outcomes can be found online:<br />
One group worked on the topic of <strong>&#8220;Dataset Dynamics&#8221;</strong>. As data in Linked Data sets change, clients having some dependency on data need to be notified about these changes. You can read about their proposed solutions <a href="http://www.linkeddatacamp.org/wiki/LinkedDataCampVienna2009/DatasetDynamics">here</a>.<br />
Another group had a go at <strong>&#8220;Expert search and profiling on the Semantic Web&#8221;</strong>, their discussions are summarized in this <a href="http://www.clauwa.info/2009/12/12/linkeddata-camp-vienna-2009/">blog post</a>.<br />
<a href="http://www.langegger.at/">Andreas Langegger</a> demonstrated <strong>XLWrap</strong>, which is a versatile <strong>RDF wrapper for spreadsheets</strong>. A lot of feature request from participants came up (see <a href="http://www.linkeddatacamp.org/wiki/XLWrap_state_and_feature_requests">here</a>), so he and others worked on this handy application. </p>
<p>On day 2 <a href="http://www.ldodds.com/">Leigh Dodds</a> from Talis talked about <strong>&#8220;Rights Statements on the Web of Data&#8221;</strong> (<a href="http://www.ldodds.com/tmp/iswc-legal-frameworks-overview.pdf">slides</a> and <a href="http://chatlogs.planetrdf.com/swig/2009-12-01.html#T09-08-17">transcript</a>). Leigh raised awareness for the issue that the majority of LOD sources do not have licensing information associated with their data. This of course conflicts with the proposed openness of Linked &#8220;Open&#8221; Data, as it is doubtful whether these sources can be used for commercial puropses.  </p>
<p>The organizers from the universities of Linz and Vienna, Joanneum Research, Gnowsis, DERI Galway, STI Innsbruck and the Semantic Web Company would like to thank all participants for making the camp a success! As with VoCamps anyone can organize a Linked Data Camp, so we hope for more camps in 2010!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/12/15/report-of-linked-data-camp-vienna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linked Data Flows: A new picture to illustrate the &#8220;openness&#8221; we mean</title>
		<link>http://blog.semantic-web.at/2009/10/28/linked-data-flows-a-new-picture-to-illustrate-the-openness-we-mean/</link>
		<comments>http://blog.semantic-web.at/2009/10/28/linked-data-flows-a-new-picture-to-illustrate-the-openness-we-mean/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:47:49 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[business model]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Web of Data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1266</guid>
		<description><![CDATA[(Original post taken from &#8220;About the Social Semantic Web&#8220;) A lot of activities around Linking Open Data (“LOD”) and the associated data sets which are nicely visualised as a “cloud” are going on for quite a while now. It is &#8230; <a href="http://blog.semantic-web.at/2009/10/28/linked-data-flows-a-new-picture-to-illustrate-the-openness-we-mean/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>(Original post taken from &#8220;<a href="http://ablvienna.wordpress.com/2009/10/08/why-the-term-linking-open-data-might-be-misleading/" target="_blank">About the Social Semantic Web</a>&#8220;)</p>
<p>A lot of activities around <a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData" target="_blank">Linking Open Data (“LOD”)</a> and the associated data sets which are nicely visualised as a “<a href="http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2009-07-14.html" target="_blank">cloud</a>” are going on for quite a while now. It is exciting to see how the rather academic “Semantic Web” and all the work which is associated with this disruptive technology can be transformed now into real business use cases.</p>
<p>What I have observed in the last few months, especially in business communities, is the following:</p>
<ul>
<li>“Linked Data” sounds interesting for the business people because the phrase creates a lot of associations in a second or two; also the database crowd seems to be attracted by this web-based approach of data integration</li>
<li>“Web of Data” is somehow misleading because many people think that this will be a new web which <em>replaces </em>something else. Same story with the “Semantic Web”</li>
<li>“Linking Open Data” sounds dangerous and not trustworthy to many companies</li>
</ul>
<p>For insiders it is clear, that the “openness” of data, especially in commercial settings, <em>can </em>be controlled and <em>has to</em> be controlled in many cases i.e. by defining the right licensing models. But here we are still at the beginning as a <a href="http://iswc2009.semanticweb.org/wiki/index.php/ISWC_2009_Tutorials/Legal_and_Social_Frameworks_for_Sharing_Data_on_the_Web">workshop at ISWC 2009</a> has illustrated.</p>
<p>Anyway, looking at the characteristics of <em><strong>Linked Data Flows</strong></em>, they can be one-way or mutual. In some cases data from companies will be put into the cloud, and can be opened up for many purposes, in other use cases it will stay inside the boundaries. In other scenarios only (open) data from the web will be consumed and linked with corporate data, but no data will be exposed to the world (except the fact, that data was consumed by an entity).</p>
<p>And of course: On many other occasions datasets and repositories will be opened up <em>partly </em>depending on the CCs (or similar, not yet defined attributes) and the underlying privacy regulations one wants to use.</p>
<p>This makes clear that <em>LOD / Linking Open Data</em> is just one detail of a bigger picture. Since companies (and governments) play a crucial role to develop the whole infrastructure, we need to draw a new picture that illustrates the various <em><strong>Linked Data Flows</strong></em> in a better way:</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2009/10/linkeddataworld.jpg"><img title="linkeddataworld" src="http://blog.semantic-web.at/wp-content/uploads/2009/10/linkeddataworld.jpg" alt="linkeddataworld" width="600" height="409" /></a></p>
<p>Concluding from this the best thing would be to talk about <strong>Linked Data</strong> in general and just refer to <strong>Linking Open Data</strong> in the right context. Despite better knowledge for business people the term  &#8220;open&#8221; is still associated with &#8220;free&#8221; and &#8220;dubious provenance&#8221;. And given the fact that hardly anybody has given hard evidence on the ROI of open business models the &#8220;open argument&#8221; does count little in a time of decreasing economic prosperity.</p>
<p>So what would be critical to get the Linked Data thing running is to provide the corresponding business and licensing models for your Linked Data strategy. But this includes having a good understanding of the assets you want to capitalize. Given the fact that metada assets are still a novel and vastly unexplored business field which so far lack a regulated supply and demand structure there are still lots of structural obstacles that hinder the uptake of Linked Data. Providing more of the same in a laissez faire mode &#8211; <a href="http://www.youtube.com/watch?v=KY5skobffk0&amp;feature=player_embedded">like TimBL critisized at this year&#8217;s Web 2.0 Summit</a> &#8211; might be inspiring for the in-crowd, but it might not be sufficient to build a linked data business.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/10/28/linked-data-flows-a-new-picture-to-illustrate-the-openness-we-mean/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>55 people enjoyed the first semantic web meetup in vienna</title>
		<link>http://blog.semantic-web.at/2009/07/17/55-people-enjoyed-the-first-semantic-web-meetup-in-vienna/</link>
		<comments>http://blog.semantic-web.at/2009/07/17/55-people-enjoyed-the-first-semantic-web-meetup-in-vienna/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:32:01 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[Web of Data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1044</guid>
		<description><![CDATA[Yesterdays first &#8220;semantic web meetup&#8221; attracted 55 attendees to join in for presenting, talking and socialising. Approximately one year after the series of semantic web meetups started in NYC, there is now also a vital community gathering in vienna. Beside &#8230; <a href="http://blog.semantic-web.at/2009/07/17/55-people-enjoyed-the-first-semantic-web-meetup-in-vienna/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.semantic-web.at/wp-content/uploads/2009/07/dsc_0494-150x150.jpg" alt="dsc_0494" title="dsc_0494" align="left" height="150" hspace="5">Yesterdays first &#8220;<a href="http://www.meetup.com/Vienna-Semantic-Web-Meetup/de/">semantic web meetup</a>&#8221; attracted 55 attendees to join in for presenting, talking and socialising. Approximately one year after the series of semantic web meetups started in NYC, there is now also  a vital community gathering in vienna. Beside an inside view on brandnew ideas and developments of austrias semweb-labs in presenations and lightning talks, Steve Sandhouse of <a class="zem_slink" href="http://www.newyorktimes.com" title="New York Times" rel="homepage">New York Times</a> joined in via webmeeing to give an insight on NY-Times&#8217;s Semantic Web &#8211; efforts, which have a back-history of about 100 years now &#8211; as he explained.</p>
<p>In conclusion: A good start for the First Vienna Semantic Web Meetup, which may paved the way for a next meeting in the very next future. In the meanwhile some pictures of the venue to amuse those which were there and to inspire new people to join: <a href="http://www.meetup.com/Vienna-Semantic-Web-Meetup/de/photos/">www.meetup.com</a></p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/f1ea61a3-52c5-481f-afd7-550016dcab42/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=f1ea61a3-52c5-481f-afd7-550016dcab42" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/07/17/55-people-enjoyed-the-first-semantic-web-meetup-in-vienna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cultural heritage and the Semantic Web</title>
		<link>http://blog.semantic-web.at/2009/05/05/cultural-heritage-and-the-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2009/05/05/cultural-heritage-and-the-semantic-web/#comments</comments>
		<pubDate>Tue, 05 May 2009 06:44:04 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[cultural heritage]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[Europeana]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[Resource Description Framework]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=936</guid>
		<description><![CDATA[The semantic web is suffering of data. Still. To get the network effects we expect to have with the use of the semantic web, there is still the need to open quality content to the semantic web world. One of &#8230; <a href="http://blog.semantic-web.at/2009/05/05/cultural-heritage-and-the-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2009/05/datacloud.png"><img title="datacloud" src="http://blog.semantic-web.at/wp-content/uploads/2009/05/datacloud-150x150.png" alt="datacloud" align="left" hspace="8" width="150"></a>The semantic web is suffering of data. Still. To get the network effects we expect to have with the use of the semantic web, there is still the need to open quality content to the semantic web world. One of the fields where such an opening to the <a class="zem_slink" title="Resource Description Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a>-world should happen, is <a class="zem_slink" title="Cultural heritage" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cultural_heritage">cultural heritage</a>. As works, people, history and references are distributed over various places, archives, libraries and holders of data, a semantic web approach seems to be perfect to resolve a lot of questions in making the world cultural heritage available.</p>
<p><a href="http://www.europeana.eu" target="_blank">Europeana </a>is such a promising project.  Europeana is funded by the European Commission under the eContent+ programme, as part of the <a class="zem_slink" title="I2010" rel="wikipedia" href="http://en.wikipedia.org/wiki/I2010">i2010</a> policy. It is a partnership of 100 representatives of heritage and knowledge organisations and IT experts from throughout Europe. In the last two years Europeana&#8217;s prototype was done technically and in terms of connecting contents from various European museums, governmental organisations and art foundations. At Europeana two million books, maps, recordings, photographs, archival documents, and paintings can be found. This figure should be raised &#8211; with financial support of the European comission &#8211; up to 10 million entries until 2010. An effort which will take approximately 350 million euro.</p>
<p>Under the lead of <a href="https://www.xing.com/profile/Stefan_Gradmann">Stefan Gradmann</a> (<a class="zem_slink" title="University of Hamburg" rel="homepage" href="http://www.uni-hamburg.de">University of Hamburg</a>) semantic technologies within the framework and also to the outside semantic web are implemented. Even the now running beta version of Europeana focuses on traditional browsing and search algorithms, an additional <a href="http://eculture.cs.vu.nl/europeana/session/search">semantic europeana prototype</a> gives some insights into further developments of Europeana to a well intergrated semantic web service. So, hopefully we can expect a connection of big content networks to the LOD-cloud soon.</p>
<p>Projects like Europeana will go its way to a rich web of data. Hopefully this is not only a development which public institutions follow. Also commercial initiatives dealing with cultural heritage &#8211; say Google &#8211; should consider a connection of their harvested data into a bigger semantic web.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/1f1b45ea-c2e5-42ca-b3da-842db7045c32/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=1f1b45ea-c2e5-42ca-b3da-842db7045c32" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/05/05/cultural-heritage-and-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linked Data is not owl:sameAs Semantic Web</title>
		<link>http://blog.semantic-web.at/2009/03/30/linked-data-is-not-owlsameas-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2009/03/30/linked-data-is-not-owlsameas-semantic-web/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 08:21:59 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[cloudlet]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[OpenLink Software]]></category>
		<category><![CDATA[Tagcloud]]></category>
		<category><![CDATA[Talis]]></category>
		<category><![CDATA[Tim Berners-Lee]]></category>
		<category><![CDATA[wonder wheel]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=759</guid>
		<description><![CDATA[While some people work heavily on the extension of the semantic web infrastructure, like Talis Connected Commons or OpenLink´s Amazon EC2 Instantiation others have started to bring the semantic web closer to the developers and therefore to a much broader &#8230; <a href="http://blog.semantic-web.at/2009/03/30/linked-data-is-not-owlsameas-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-762" title="twitter_cloudlet" src="http://blog.semantic-web.at/wp-content/uploads/2009/03/twitter_cloudlet.jpg" alt="twitter_cloudlet" width="251" height="244" />While some people work heavily on the extension of the semantic web infrastructure, like <a href="http://blogs.talis.com/n2/cc" target="_blank">Talis Connected Commons</a> or <a href="http://virtuoso.openlinksw.com/wiki/main/Main/VirtInstallationEC2" target="_blank">OpenLink´s Amazon EC2 Instantiation</a> others have started to bring the semantic web closer to the developers and therefore to a much broader audience: They offer search facilities or Linked Data Navigators like <a href="http://lod.openlinksw.com/" target="_blank">OpenLink´s Entity Finder</a> or <a href="http://visinav.deri.org/" target="_blank">DERI´s VisiNav</a>.</p>
<p>Those kind of applications should not be confused with &#8220;semantic web&#8221; end-user-applications like <a href="http://searchengineland.com/google-wonder-wheel-17093" target="_blank"> Google´s Wonderwheel</a> or <a href="http://www.crunchbase.com/company/intspei" target="_blank">INTSPEI´s</a> <a href="http://www.intspei.com/Products/SearchCloudlet.aspx" target="_blank">Cloudlet</a>: To add some semantics to existing user-interfaces can be helpful and obviously users are ready for such experiments, but of course this is NOT the innovation which the semantic web will bring but it is a very important step to be taken in parallel with the <a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData" target="_blank">linked data initiative</a>.</p>
<p>Let´s take a look at Cloudlet: This tool is an easy-to-use <a href="http://www.getcloudlet.com" target="_blank">free Firefox extension</a> that adds context-sensitive tag clouds to the most popular search engines and helps people more efficiently navigate through their search results. The previous version of Search Cloudlet worked with Google and Yahoo; the new version also works with Twitter. It adds Tag Clouds, Author Clouds, Recipient Clouds and Hashtag Clouds to Twitter search, Twitter user profiles and home pages. See <a href="http://www.getcloudlet.com/swm.php?page=reviews" target="_blank">some reviews</a> on this popular tool.</p>
<p>Cloudlet is a child of the Web. INTSPEI has learned all lessons from Web 2.0 especially how to promote ideas using the blogosphere and how to identify market trends as early as possible, and it generates some added value for the users which is obvious. Sure, it doesn´t make use of linked data yet, but as a typical representative of the fast growing &#8220;semantic search evolution&#8221; it reminds me on <a href="http://domino.research.ibm.com/comm/research_people.nsf/pages/welty.index.html" target="_blank">Chris Welty</a>´s famous insight: &#8220;In the <em>Semantic Web</em>, it is not the <em>Semantic</em> which is new, it is the <em>Web</em> which is new.&#8221;</p>
<p>Web 1.0 was the WWW without tons of network effects. Web 2.0 changed that a lot.</p>
<p>Linked Data is not the Semantic Web, it´s the basement for it. From a software developer´s and an IT archictect´s perspective it might seem as those two concepts were the same. But this community represents a very small percentage of all web-users.</p>
<p>So where is the User´s Web in the Linked Data architecture? If you´re looking at <a href="http://www.w3.org/DesignIssues/LinkedData.html" target="_blank">TimBL´s Linked Data principles</a> one can clearly see that this is a &#8220;Web&#8221; for developers.</p>
<p>But things evolve. And some Web companies will jump on the bandwagon and will, for instance, improve their tagclouds, their semantic search, their recommender systems (Twine?) or their similarity search a lot by making use of linked data.</p>
<p>Like semantic search becomes mainstream (or call it &#8220;semantic search 2.0&#8243;) right now, then (in about three years, I guess) linked data will become part of a lot of mainstream applications. Linked data will generate tons of new network effects, maybe even new business models, it won´t be avant-garde anymore. It will be part of the Semantic <em>Web</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/03/30/linked-data-is-not-owlsameas-semantic-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Boards.ie SIOC Semantic Data Competition starts September 1st</title>
		<link>http://blog.semantic-web.at/2008/08/27/boardsie-sioc-semantic-data-competition-starts-september-1st/</link>
		<comments>http://blog.semantic-web.at/2008/08/27/boardsie-sioc-semantic-data-competition-starts-september-1st/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 12:14:44 +0000</pubDate>
		<dc:creator>Thomas Schandl</dc:creator>
				<category><![CDATA[Calls & Competitions]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[FOAF]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[SIOC]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=238</guid>
		<description><![CDATA[Ireland&#8217;s largest online community boards.ie is offering a massive amount of data for download. It contains all the data from 10 years of discussions with topics ranging from banter through politics to philosophy, and is semantically marked up with SIOC &#8230; <a href="http://blog.semantic-web.at/2008/08/27/boardsie-sioc-semantic-data-competition-starts-september-1st/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://data.sioc-project.org/"><img class="alignnone size-medium wp-image-239" src="http://blog.semantic-web.at/wp-content/uploads/2008/08/logo_derisioccompetition.png" alt="" width="250" align="right" /></a>Ireland&#8217;s largest online community <a href="http://boards.ie/">boards.ie</a> is offering a massive amount of data for download. It contains all the data from 10 years of discussions with topics ranging from banter through politics to philosophy, and is semantically marked up with <a href="http://sioc-project.org/">SIOC </a>and <a href="http://www.foaf-project.org/">FOAF</a>, which amounts to more than 9 million RDF/XML documents.</p>
<p>Additionally <a href="http://www.deri.ie">DERI</a> is <a href="http://data.sioc-project.org/">starting a competition</a> looking for the most innovative use of these data. According to <a href="http://www.johnbreslin.com/blog/2008/07/30/deri-nui-galway-launches-the-boardsie-sioc-data-competition/">John Breslin</a>, this could be</p>
<blockquote><p>a novel web application that makes use of the data set, a report on analyses performed on the data, a tool that allows one to visualise or browse the semantic structure, or whatever else the imagination can come up with!</p></blockquote>
<p>During my stay at DERI over the last couple of months, I worked on exporting and preparing this data set, so I am delighted that it is now used for this competition. It starts on the 1st of September and runs for two months. The prices for the top three submissions amount to a total of $7000.</p>
<p><a href="http://www.deri.ie"></a></p>
<p>Read about the details, sign up and download the dataset <a href="http://data.sioc-project.org">here</a>. Damien Mulley already has a <a href="http://www.mulley.net/2008/07/31/10-years-of-irish-conversations/">couple of ideas</a> of what one could do with these data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/08/27/boardsie-sioc-semantic-data-competition-starts-september-1st/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>And the winner is: The vision of a future where ordinary people publish structured data</title>
		<link>http://blog.semantic-web.at/2008/05/20/winner-structured-data-future/</link>
		<comments>http://blog.semantic-web.at/2008/05/20/winner-structured-data-future/#comments</comments>
		<pubDate>Tue, 20 May 2008 11:03:11 +0000</pubDate>
		<dc:creator>Jana Herwig</dc:creator>
				<category><![CDATA[Calls & Competitions]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[LinkedData Planet]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SPARQL]]></category>
		<category><![CDATA[Vision Competition]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=133</guid>
		<description><![CDATA[The Semantic Web Company is one of the partners of this year&#8217;s LinkedData Planet Conference in New York (June 17-18, 2008). As part of this partnership, we launched a competition, asking for your vision of a future with Linked Open &#8230; <a href="http://blog.semantic-web.at/2008/05/20/winner-structured-data-future/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.semantic-web.at/wp-content/uploads/2008/04/logo_swcldp_150x126.gif" alt="Vision Competition" align="left" border="0">The <a href="http://en.wikipedia.org/wiki/Semantic_Web" title="Semantic Web" rel="wikipedia" target="_blank" class="zem_slink">Semantic Web</a> Company is one of the partners of this year&#8217;s <a href="http://www.linkeddataplanet.com/">LinkedData Planet Conference</a> in New York (June 17-18, 2008). As part of this partnership, we launched a <a href="http://blog.semantic-web.at/2008/04/21/linkeddata-vision-competition/">competition, asking for your vision</a> of a future with Linked Open Data &#8211; and we have a winner!</p>
<p><a href="http://www.nii.ac.jp/researcher/Graduate_Student/SHAKYA_Aman/Graduatecontent_e.html">Aman Shakya</a>, who is a <a href="http://en.wikipedia.org/wiki/Graduate_school" title="Graduate school" rel="wikipedia" target="_blank" class="zem_slink">PhD student</a> at the Department of Informatics at The Graduate University for Advanced Studies (SOKENDAI) in Tokyo, developed his vision around the idea of ordinary people being able to publish structured data instead of unstructured text: </p>
<blockquote><p>The current gigantic network of web documents could be realized by enabling any user to publish any document and link to other documents. If we want to see the network of Linked Open Data explode on a similar scale, we need to enable general users to publish â€œdataâ€ directly on the web and link to other â€œdataâ€. We need to move the paradigm of web page publishing and hyperlinking towards data publishing and data linking. We should enable people to post structured data about anything rather than just unstructured text. We need the active participation and contribution of the billions of worldwide internet users. Recently, the web has seen enormous user participation with the rise of easy-to-use social software. We should exploit this trend of social web applications, however, for enabling people to create, share and link â€œdataâ€ on the global <a href="http://en.wikipedia.org/wiki/Linked_Data" title="Linked Data" rel="wikipedia" target="_blank" class="zem_slink">Linked Data</a> Web.</p></blockquote>
<p>To endorse his vision, Aman Shakya also introduced his <a href="http://www.stylid.org/">StYLiD application</a>, which I would like to describe as a &#8216;semantically enhanced <a href="http://en.wikipedia.org/wiki/Tumblelog">tumblelog&#8217;</a>, and which &#8220;enables people to share a wide variety of structured data with the freedom to define their own structured concepts on the fly.&#8221; We have chosen his proposal because it met the criteria of the competition in various ways:</p>
<ul>
<li> The feasibility of the vision is clearly laid out in the proposal, which describes the process of the creation of structured data and the interaction with existing data on the web.</li>
<li>The proposal has innovative potential in that it seeks to further and harness the collaborative sharing of structured data, and combines bottom-up and top-down governance for the social semantic web.</li>
<li>Sustainability is achieved by its reliance on open standards such as <a href="http://en.wikipedia.org/wiki/SPARQL" title="SPARQL" rel="wikipedia" target="_blank" class="zem_slink">SPARQL</a>.</li>
</ul>
<p>Read his full proposal <a href="http://blog.semantic-web.at/2008/05/20/a-shakya-from-hyperlinking-to-data-linking/">here</a>.</p>
<p>We would also like to make an honorary mention of <a href="http://veytsel.wordpress.com/">Mike Veytsel&#8217;</a>s  <a href="http://blog.semantic-web.at/2008/05/20/m-veytsel-from-signal-to-impact/">quadruple-fold approach</a> to a semantic future in which users will be able &#8220;to easily and finely tune in to the long tail of knowledge and find content with low friction and high precision.&#8221; </p>
<p>Finally, I would also like to give my personal bookworm award to Rob Styles, for his <a href="http://www.dynamicorange.com/blog/archives/internet-social-impact/http1984_derefe.html">prose account of a life with the semweb</a> which he develops as an antithesis to Orwellian dystopia.</p>
<p>A big &#8216;Thank you&#8217;  to everyone who contributed!<br />
<fieldset class="zemanta-related" style="margin: 0.5em 0pt 1em; padding: 0pt;">
<legend class="zemanta-title">Related articles</legend>
<ul class="zemanta-article-ul" style="margin: 1em 0pt 1.5em; padding: 0pt;">
<li class="zemanta-article" style="margin: 0.5em 2em;"><a title="Open in new window" target="_blank" href="http://www.readwriteweb.com/archives/semantify_your_web_apps_with_triplify.php">Semantify Your Web Apps with Triplify</a> [via&nbsp;Zemanta]</li>
</ul>
</fieldset>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/613ba605-9985-4471-b67d-366dc69eabe8/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=613ba605-9985-4471-b67d-366dc69eabe8" alt="Zemanta Pixie"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/05/20/winner-structured-data-future/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vision Competition: First Entries</title>
		<link>http://blog.semantic-web.at/2008/05/13/vision-competition-first-entries/</link>
		<comments>http://blog.semantic-web.at/2008/05/13/vision-competition-first-entries/#comments</comments>
		<pubDate>Tue, 13 May 2008 10:52:41 +0000</pubDate>
		<dc:creator>Jana Herwig</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Competition]]></category>
		<category><![CDATA[Data mining]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[LinkedData Planet]]></category>
		<category><![CDATA[linking open data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=126</guid>
		<description><![CDATA[The first entries have begun to trickle in in our Linked Data Vision Competition &#8211; the fabulous prize is full conference pass for this year&#8217;s LinkedData Planet conference in New York, worth $1095! James Yue Gee (drawing on N.J. Slabbert) &#8230; <a href="http://blog.semantic-web.at/2008/05/13/vision-competition-first-entries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.semantic-web.at/wp-content/uploads/2008/04/logo_swcldp_150x126.gif" alt="Vision Competition" align=right border=0 />The first entries have begun to trickle in in our <a href="http://blog.semantic-web.at/?p=109">Linked Data Vision Competition</a> &#8211; the fabulous prize is full conference pass for this year&#8217;s LinkedData Planet conference in New York, worth $1095!</p>
<p><a href="http://blog.semantic-web.at/?p=109#comment-178">James Yue Gee </a> (drawing on N.J. Slabbert) proposes the idea of a tele-community  &#8220;composed of enterprises, individuals, homes, schools, hospitals, retail shops, and everything possible&#8221; which &#8220;are all the nodes of a huge web of this tele-community.&#8221;  </p>
<p><a href="http://blog.semantic-web.at/?p=109#comment-213">Colin Herridge</a> build his vision around LEADSExplorer, a tool to &#8220;identify <a href="http://en.wikipedia.org/wiki/Business-to-business" title="Business-to-business" rel="wikipedia" target="_blank" class="zem_slink">B2B</a> website visitors by company name and qualify these companies as leads by analyzing the website data on company level.&#8221;</p>
<p><a href="http://blog.semantic-web.at/?p=109#comment-219">Rob Styles</a>, in a prose account of his vision, offers a rereading of Georg Orwell&#8217;s 1984, as he believes that &#8220;so much of what we see in the news, media and politics today is described as Orwellian&#8221;. He proposes that &#8220;the semweb, and therefore Linked Open Data have to be the antithesis.&#8221;</p>
<p>According to <a href="http://blog.semantic-web.at/?p=109#comment-225">Rajkumar Kannan</a>, &#8220;semantic web is the only way of interconnecting and interrelating the information universe of data by means of tagging through ontologies&#8221; and his expectations are that this &#8220;will certainly enable the society to achieve high impact on its developments.&#8221;</p>
<p><a href="http://blog.semantic-web.at/2008/04/21/linkeddata-vision-competition/#comment-238">Aman Shakya</a> points out that &#8220;if we want to see the network of Linked Open Data explode on a similar scale, we need to enable general users to publish â€œdataâ€ directly on the web and link to other â€œdataâ€. We need to move the paradigm of web page publishing and hyperlinking towards data publishing and data linking. We should enable people to post structured data about anything rather than just unstructured text.&#8221;</p>
<div id="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a id="zemanta-pixie-a" href="http://www.zemanta.com/" title="Zemified by Zemanta"><img id="zemanta-pixie-img" src="http://img.zemanta.com/pixie.png?x-id=5e46da84-7257-4ccf-91ba-4902bbc32f98" style="border: medium none ; float: right;"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/05/13/vision-competition-first-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Travelling to Linked Data Planet</title>
		<link>http://blog.semantic-web.at/2008/03/06/travelling-to-linked-data-planet/</link>
		<comments>http://blog.semantic-web.at/2008/03/06/travelling-to-linked-data-planet/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 22:46:12 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[linking open data]]></category>
		<category><![CDATA[Open Data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=32</guid>
		<description><![CDATA[Today I booked my flight and hotel to stay in NYC. I am looking forward to going to the Linked Data Planet Conference. I will meet interesting people, listen to interesting talks (especially to the people from TopQuadrant, Kingsley Idehen &#8230; <a href="http://blog.semantic-web.at/2008/03/06/travelling-to-linked-data-planet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I booked my flight and hotel to stay in NYC. I am looking forward to going to the <a href="http://www.linkeddataplanet.com/index.php" target="_blank">Linked Data Planet</a> Conference. I will meet interesting people, listen to interesting talks (especially to the people from TopQuadrant, Kingsley Idehen and Timbl himself) and I will have fun in New York, it has been a while IÂ´ve been in this great city.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/03/06/travelling-to-linked-data-planet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

