<?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; Mashups &amp; Web services</title>
	<atom:link href="http://blog.semantic-web.at/category/mashups-web-services/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>Seevl: Explore the cultural universe based on semantic web technologies</title>
		<link>http://blog.semantic-web.at/2011/05/19/seevl-explore-the-cultural-universe-based-on-semantic-web-technologies/</link>
		<comments>http://blog.semantic-web.at/2011/05/19/seevl-explore-the-cultural-universe-based-on-semantic-web-technologies/#comments</comments>
		<pubDate>Thu, 19 May 2011 09:09:35 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Companies & Institutions]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Alexandre Passant]]></category>
		<category><![CDATA[DERI]]></category>
		<category><![CDATA[Music Recommendation]]></category>
		<category><![CDATA[MusicBrainz]]></category>
		<category><![CDATA[recommender]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=2129</guid>
		<description><![CDATA[Just recently Alexandre Passant from DERI Galway went public with a new web service called seevl. First impressions after test driving the system reveal that the seevl team is keeping the promises they have made: &#8220;Seevl reinvents music discovery. We &#8230; <a href="http://blog.semantic-web.at/2011/05/19/seevl-explore-the-cultural-universe-based-on-semantic-web-technologies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://seevl.net"><img class="size-full wp-image-2135 alignright" title="seevl logo" src="http://blog.semantic-web.at/wp-content/uploads/2011/05/seevl_logo1.png" alt="" width="266" height="128" /></a></p>
<p>Just recently <a href="http://apassant.net/">Alexandre Passant</a> from <a href="http://www.deri.ie/">DERI Galway</a> went public with a new web service called <a href="http://seevl.net/">seevl</a>. First impressions after test driving the system reveal that the seevl team is keeping the promises they have made: &#8220;<strong>Seevl reinvents music discovery</strong>. We provide new ways to explore  the cultural and musical universe of your favorite artists and to  discover new ones by understanding how they are connected. In addition, we let you comment every piece of data about them.&#8221;</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/05/seevl_screenshot.png"><img class="alignleft size-medium wp-image-2131" title="seevl screenshot" src="http://blog.semantic-web.at/wp-content/uploads/2011/05/seevl_screenshot-300x278.png" alt="" width="300" height="278" /></a></p>
<p>I was talking with Alexandre and asked a couple of questions:</p>
<p><em>Q: seevl.net aims to offer a new way of music recommendations. What exactly can the user expect from it?</em><br />
The main idea is to offer context around the recommendations, while existing systems are opaque, or rely on collaborative filtering techniques. So that a user know why he could / should like X if he&#8217;s browsing page about Y. We hope (and we&#8217;ve seen it from our user feedback so far) that it can help to discover new bands and hidden connections.</p>
<p><em>Q: Yes, indeed this is something new. Maybe for the typical users this could be too complicated. This brilliant feature should somehow be hidden &#8211; working just like a magic button?<br />
</em>So far, we include this in the &#8220;why is related&#8221; button, but we&#8217;re constantly working on the UI / UX. Also, we only provide text for now, but are working on dataviz interfaces.</p>
<p><em>Q: seevl offers for developers a Web API. It seems like you don´t use semantic web standards for that?<br />
</em>We use content-negotiation to provide machine-readable data for every page (search results, entity description, related artists, etc.). If by non-SW standards you mean non-RDF, indeed, we provide JSON instead of RDF/XML or N3, etc. But our JSON integrates URI that you can dereference and follows a similar approach than other existing RDF-JSON serialisation. So, why JSON you may ask. Because our developer target is music hackers, and all APIs from this community (last.fm, echonest, etc.) offer JSON, not RDF. Learning a new JSON schema takes 5 min, learning RDF takes much more.<br />
But we believe that a JSON-RDF serialisation combines the best of both worlds. Actually, we could say we provide our data using standards (we&#8217;re giving back a graph that follows the RDF abstract model, with links to dereferencable URIS) but not in a (so far) standardised serialisation.</p>
<p><em>Q: I agree. But mid-term oriented I would go additionally for SPARQL. A lot of people learn how to SPARQL at the moment.<br />
</em>Yes, we have to measure the cost / ROI. Complete SPARQL can lead to complex queries, that&#8217;s why they are somehow hidden behind our search interface (that basically construct a controlled SPARQL query). But that could be something provided to advanced customers.</p>
<p><em>Q: seevl.net is based on linked data sets like DBpedia, MusicBrainz or Freebase. Is seevl itself offering Linked (Open) Data? I can also see heavy use of the open graph protocol. How could a facebook application of seevl could look like?</em><br />
Yes, we provide our data back at <a href="http://developers.seevl.net/" target="_blank">http://developers.seevl.net</a>. We&#8217;re using the Music Ontology and a bit of other models (FOAF, etc.). So far, the OGP markup is used for Facebook likes &#8211; but we are looking at other things that could be built on top of this.</p>
<p><em>Q: Which business model are you following? Can one integrate your service into his shop? would you offer this a cloud service? for how much?<br />
</em>We&#8217;ll have B2C (new features on the website are coming soon) and a B2B freemium model. We&#8217;re currently identifying how much calls we can support as part of the free-calls per day (so that will indeed be cloud-based, our architecture is on EC2). So, integration of our service / data in shop websites, etc. is definitely what we&#8217;d like to see and to feature in our upcoming app-gallery ! The only requirement for data-reuse is attribution and linking-back to the service.</p>
<p>Thanks Alex, and I wish you and your team all the best with seevl.net!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2011/05/19/seevl-explore-the-cultural-universe-based-on-semantic-web-technologies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vienna Semantic Web Meetup &#8211; the next season</title>
		<link>http://blog.semantic-web.at/2011/02/28/vienna-semantic-web-meetup-the-next-season/</link>
		<comments>http://blog.semantic-web.at/2011/02/28/vienna-semantic-web-meetup-the-next-season/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:39:18 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Internet & Media]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Open Government Data]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[identity theft]]></category>
		<category><![CDATA[Linked Open Data]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1975</guid>
		<description><![CDATA[Started mid 2009, Vienna Semantic Web Meetup (VSWM) goes now in it&#8217;s third year. Hosted by various partners, from media to culture and from corporate to academic, this regular gathering now counts over 200 members. As it is a good &#8230; <a href="http://blog.semantic-web.at/2011/02/28/vienna-semantic-web-meetup-the-next-season/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Started mid 2009, Vienna Semantic Web Meetup (VSWM) goes now in it&#8217;s third year. Hosted by various partners, from media to culture and from corporate to academic, this regular gathering now counts over 200 members. As it is a good tradition at VSWM, people from abroad are visiting by, giving input and new insights. Also the next season of VSWM will bring this mixture of international connection and informal meeting in putting two upcoming topics onto the agenda.<br />
<code><br />
</code></p>
<h3><img title="event_21640446" src="http://blog.semantic-web.at/wp-content/uploads/2011/02/event_21640446.png" alt="" hspace="5" width="137" height="137" align="right" />Digital Identity on the Semantic Web<br />
Thursday, April 7, 2011</h3>
<p>While recent developments in ICT make it easier for companies and  consumers to reach each other, they can also scatter your personal  information more widely, making life easier for criminals. On the other  hand public institutions and government agencies are collecting personal  data too. So personal data is processed without the consensus (or even  the knowledge) of the respective citizen. As we know, leaks in this  field may unleash sensible personal data as well. The misuse of  personal data can be restricted &#8211; this is a challenge to both, the  technological and the juridical domain. This meetup takes a look on how  Semantic Web Technologies can take over its responsibility in this  emerging field.</p>
<ul>
<li><strong>Christof Tschohl</strong> (<a href="http://bim.lbg.ac.at/de/team/informationsgesellschaft/christof-tschohl">BIM</a>)<br />
Ludwig Boltzmann Institute for Human Rights</li>
<li><strong>Mischa Tuffield</strong> (<a href="http://garlik.com/">Garlik</a>)<br />
A Standards-based, Open and Privacy-aware Social Web (<a href="http://www.w3.org/2005/Incubator/socialweb/XGR-socialweb-20101206/">W3C</a>)</li>
</ul>
<p>&gt;&gt; <a href="http://www.meetup.com/Vienna-Semantic-Web-Meetup/events/16672514/" target="_blank">read more, and register for free</a><br />
<code><br />
</code></p>
<h3><img title="event_21333318" src="http://blog.semantic-web.at/wp-content/uploads/2011/02/event_21333318.png" alt="" hspace="5" width="137" height="137" align="right" />Portals, Apps and Visualizations for Open Government Data<br />
Wednesday, June 15, 2011</h3>
<p>Picking up <a href="http://www.meetup.com/Vienna-Semantic-Web-Meetup/members/12841400/">Keith Andrews</a> suggestion, this is a MeetUp focusing on tools, services and projects dealing with Visualization, Apps-creation and Portals/Catalogs for <strong>Open [Government] Data</strong>. As this MeetUp is on the eve of Austrians first Open Government Data &#8211; Conference (<a href="http://www.ogd2011.at/">OGD2011</a>) we expect to meet experts ans enthusiasts from Austria and abroad.</p>
<ul>
<li><strong>Keith Andrews</strong> (<a href="http://www.iicm.edu/">IICM</a>)<br />
Institute for Information Processing and Computer Supported New Media at <a href="http://www.tu-graz.ac.at/">Graz University of Technology</a></li>
<li><strong>Andreas Blumauer </strong>(<a href="http://www.semantic-web.at/">SWC</a>)<br />
Storing, searching, serving Open Government Data &#8211; getting an overview on the growing market for open data solutions</li>
</ul>
<p>&gt;&gt; <a href="http://www.meetup.com/Vienna-Semantic-Web-Meetup/events/16249351/" target="_blank">read more, and register for free</a><br />
<code><br />
</code><br />
<code><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2011/02/28/vienna-semantic-web-meetup-the-next-season/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Georgi Kobilarov: &#8220;I believe that data publishing must happen in a distributed style.&#8221;</title>
		<link>http://blog.semantic-web.at/2010/03/26/interview-with-georgi-kobilarov-i-believe-that-data-publishing-must-happen-in-a-distributed-style/</link>
		<comments>http://blog.semantic-web.at/2010/03/26/interview-with-georgi-kobilarov-i-believe-that-data-publishing-must-happen-in-a-distributed-style/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 11:09:45 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Semantic Web Applications]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Web of Data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1509</guid>
		<description><![CDATA[Uberblic.org connects structured data from the web. The Berlin-based inventor Georgi Kobilarov gives a brief insight into the mashup service and talks about the challenges when it comes to build applications upon linked data. You have recently published the service &#8230; <a href="http://blog.semantic-web.at/2010/03/26/interview-with-georgi-kobilarov-i-believe-that-data-publishing-must-happen-in-a-distributed-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://uberblic.org"></a><a href="http://blog.semantic-web.at/wp-content/uploads/2010/03/georgi.jpg"><img style="margin-left: 5px; margin-right: 5px;" title="georgi" src="http://blog.semantic-web.at/wp-content/uploads/2010/03/georgi.jpg" alt="" width="75" height="80" /></a>Uberblic.org connects  structured data from the web. The Berlin-based inventor Georgi Kobilarov  gives a brief insight into the mashup service and talks about the  challenges when it comes to build applications upon linked data.</p>
<h3>You have recently published the service uberblic.org, a Linked Data  mashup editor. What was your motivation to develop this tool?</h3>
<p><a href="http://uberblic.org/">Uberblic.org</a> provides an  integrated view of web data. Our goal is to integrate all the structured  data on the web, and give web-developers a single point to access to  that reconciled data. More than that, we will open up the tools we use  to manage the data sources to the community, so that the people can help  us curating that repository of free data. We re-publish all the data we  import as Linked Data, under the licenses of the original data  publishers.</p>
<p>Some of the data sources we import are available in the Linked Open Data  cloud as well, but many are not. Linked Data is an elegant way to  publish data in a distributed way on the web, but consuming it from that  distributed cloud is &#8211; at least &#8211; impractical. In every real-world  application using linked data from the web I&#8217;ve seen, organizations  built up internal copies of the cloud, and often even reconcile linked  data sources. They build their own Linked Data proxies. <a href="http://www.uberblic.org/">Uberblic.org</a> helps those users by  providing one public proxy for data from the web. Many of our sources  get monitored for data changes, and the according data in uberblic is  updated in real-time.</p>
<p><img title="uberblic" src="http://www.semantic-web.at/file_upload/1_tmpphpmM4pWv.jpg" alt="uberblic" /></p>
<h3>Can you give us a brief insight how the tool works? What technology  is is built on?</h3>
<p>My company, Uberblic Labs, has developed a data integration  platform that we use to power uberblic.org. We call it the Uberblic  Platform (the name uberblic is derived from the German &#8220;Überblick&#8221; &#8211;  English &#8220;overview&#8221;). This platform enables us to do the full process of  &#8220;data fusion&#8221;: Importing and converting external data sources, mapping  the data schemas to a central ontology, filtering out data errors,  automatically suggesting duplicates to the user, and merging data from  different sources into a single, reconciled representation.</p>
<p>Structured and semi-structured data from the web is an excellent use  case for our software platform, since there we come across all the  interesting cases of real-world data heterogeneity. But what I think is  especially powerful and yet missing in other Linked Data projects I  know, is the ability to subscribe to update-feeds. We do that  extensively, fetching updates in real-time from Wikipedia and the like.</p>
<p>Our platform is built in Scala and runs a on cluster of machines, with  workers communicating through a messaging system. We developed an RDF  storage layer on top of a distributed key-values store for storing all  provenance information used in the extraction process, currently around  100 million named graphs for uberblic.org. That storage layer does not  directly provide SPARQL access, so we push all the output data into a  SPARQL endpoint hosted by Talis as well.</p>
<h3>What have been the biggest challenges in tackling the integration  issues of dispersed data?</h3>
<p>It was quite a steep learning curve to do Linked Data not  only in an academic environment, but in a reliable, industry-strength  set-up. In academia, there was always the excuse that things are just  research prototypes. Now that excuse is gone. That&#8217;s also where it  becomes necessary to manually clean up data. And there are two ways to  do that: Either you enable the users to change facts directly in your  repository after you have imported the external data (that is what  Freebase does), or you facilitate clean-up cycles in the original data  source and fetch these updates in real-time. That is what we do.</p>
<p>I believe that data publishing must happen in a distributed style,  because then each data source gets taken care of by a specialized group  of people using specialized tools. And it&#8217;s what you see not only on the  web, but also inside organizations and enterprises. But consuming data  trough centralized APIs is more than just convenient. We all use Google<br />
or another search engine as a central access point to web pages which  are published in a distributed way all over the web, don&#8217;t we? Can you  imagine today researching a topic on the web without the centralization  power of search engines, just by following links across web sites, like  in the old days?</p>
<p>When we built the Uberblic Platform, some of the things I imagined to be  large headaches, like schema mapping, turned out to work really well.  Those pathologic cases you often see in academic &#8220;challenges&#8221; are &#8211; well  &#8211; pathologic. It&#8217;s not necessary to solve them fully automatically  through super-intelligent algorithms. Much more important than the  sophistication of your algorithms are well designed workflows so that  the user becomes a part of the solution. And that&#8217;s not about  crowd-sourcing or swarm intelligence, the editorial curating of schema  mappings and object reconciliation can be done just by a small team of  people. If they have the right set of tools.</p>
<h3>What are the next plans with uberblic.org? Where will the journey  go?</h3>
<p>Uberblic.org will continue to integrate more interesting and  useful data sources from the web, and we will start making more APIs  available to web developers to build their applications on top. We are  also looking for partners who are interested in developing applications  and have been struggling in the past to get the cross-source data from  the web they need.</p>
<p>The work on improving uberblic.org will also benefit our Uberblic  Platform, and hence our clients who use that same software for  integrating organizational data sources with each other and with the web  of data.</p>
<h3>About Georgi Kobilarov</h3>
<p>Georgi is founder and managing director of <a href="http://uberblic.com/">Uberblic Labs</a>, a company based in Berlin  specialized in Linked Data integration. He worked as a research  associate in the Web-based Systems Group at Freie Universität Berlin and  as a visiting researcher at Hewlett Packard Labs Bristol. As co-founder  and lead developer of DBpedia, he was also a day-one contributor to the  Linking Open Data project. Georgi is consulting with the BBC on several  Linked Data related projects. He organizes the Web of Data Meetup  London, a bi-yearly gathering of the UK Linked Data community. Georgi  graduated with a Diplom in business administration from Freie  Universität Berlin and has many years of work experience as a software  developer. Visit his blog: <a href="http://blog.georgikobilarov.com%20/" target="_blank">http://blog.georgikobilarov.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/03/26/interview-with-georgi-kobilarov-i-believe-that-data-publishing-must-happen-in-a-distributed-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>George Anadiotis: &#8220;Linked Data brings value by offering an alternative approach to lightweight data integration and mashups.&#8221;</title>
		<link>http://blog.semantic-web.at/2009/12/10/george-anadiotis-linked-data-brings-value-by-offering-an-alternative-approach-to-lightweight-data-integration-and-mashups/</link>
		<comments>http://blog.semantic-web.at/2009/12/10/george-anadiotis-linked-data-brings-value-by-offering-an-alternative-approach-to-lightweight-data-integration-and-mashups/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:55:19 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Semantic Web Applications]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Vocabularies & Languages]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Relational database]]></category>
		<category><![CDATA[SIOC]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1361</guid>
		<description><![CDATA[George Anadiotis is an expert on artificial intelligence with academic roots at the Vrije Universiteit, Amsterdam. In February 2009 he took the position as R&#38;D Director at the Greek technology company IMC. I met him in September at I-SEMANTICS 2009 &#8230; <a href="http://blog.semantic-web.at/2009/12/10/george-anadiotis-linked-data-brings-value-by-offering-an-alternative-approach-to-lightweight-data-integration-and-mashups/">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/12/george-imc.jpg"><img style="margin: 5px;" title="george-imc" src="http://blog.semantic-web.at/wp-content/uploads/2009/12/george-imc.jpg" alt="george-imc" width="75" height="122" /></a>George Anadiotis is an expert on artificial intelligence with academic roots at the <a class="zem_slink" title="Vrije Universiteit" rel="homepage" href="http://www.vu.nl/">Vrije Universiteit</a>, Amsterdam. In February 2009 he took the position as R&amp;D Director at the Greek technology company <a href="http://www.imc.com.gr/" target="_blank">IMC</a>. I met him in September at <a href="http://i-semantics.tugraz.at/" target="_blank">I-SEMANTICS 2009</a> where he and his team contributed to the <a href="http://triplify.org/Challenge" target="_blank">Triplification Challenge</a>. In their paper <a href="http://i-semantics.tugraz.at/2009/triplification/04_liferay_TriplificationChallenge2009.pdf">Linked Data for the Masses</a> they were pondering about the pragmatic value of Linked Data from an inbound and outbound perspective.  In his words:</p>
<blockquote><p>We started experimenting with the technical infrastructure needed and created some proof-of-concept applications. Part of this work was enabling Linked Data access for the front-end infrastructure we used, Liferay portal. We decided on the appropriate vocabularies for the type of content we wanted to publish (FOAF, SIOC and MOAT mainly), delved on the internals of Liferay and used D2R to map its relational database to the vocabularies of choice, also using techniques to improve performance as much as possible. Since Liferay itself is also based on the notion of communities, we thought our work would be more widely applicable and useful, so we chose to submit it for review at the Triplification Challenge and make it available to the community as open source software. Our applications have gradually matured and are about to be deployed in our commercial projects, while at the same time we are now making the Liferay Linked Data Module available as a <a href="http://liferayldm.sourceforge.net/" target="_blank">Sourceforge project</a> and we are working with Liferay management in order to <a href="http://www.liferay.com/web/bryan.cheung/blog/-/blogs/liferay-linked-data-module" target="_blank">disseminate this effort to the community</a> and also include it in a future release of the software.</p></blockquote>
<p>Read the <a href="http://www.semantic-web.at/1.36.resource.295.george-anadiotis-x22-linked-data-brings-value-by-offering-an-alternative-approach-to-light.htm" target="_blank">full interview here</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/960bca06-1bb4-4798-aedd-52334579df73/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=960bca06-1bb4-4798-aedd-52334579df73" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/12/10/george-anadiotis-linked-data-brings-value-by-offering-an-alternative-approach-to-lightweight-data-integration-and-mashups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invited Talk at IFRA 2009</title>
		<link>http://blog.semantic-web.at/2009/09/25/invited-talk-at-ifra-2009/</link>
		<comments>http://blog.semantic-web.at/2009/09/25/invited-talk-at-ifra-2009/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:02:32 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Calls & Competitions]]></category>
		<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Internet & Media]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[World Association of Newspapers]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1182</guid>
		<description><![CDATA[I will give a talk about the relevance of Semantic Web and Linked Data for news publishers at this year&#8217;s IFRA summit in Vienna on October 15, 2009. IFRA is the World Association of Newspapers and News publishers and within &#8230; <a href="http://blog.semantic-web.at/2009/09/25/invited-talk-at-ifra-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I will give a talk about the relevance of Semantic Web and Linked Data for news publishers at this year&#8217;s <a href="http://www.ifraexpo.com" target="_blank">IFRA summit</a> in Vienna on October 15, 2009. <a href="http://www.ifra.com" target="_blank">IFRA</a> is the World Association of Newspapers and News publishers and within their Technical Group Publishing they are starting to deal with Semantic Web. Further invited speakers are Michael Steidl (<a href="http://www.iptc.org/cms/site/index.html?channel=CH0086" target="_blank">IPTC</a>) and Robert Schmidt-Nia (<a href="http://www.dpa.de" target="_blank">dpa mediatechnology</a>).</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/838dedc7-51c0-45e6-a873-e65f0efd26af/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=838dedc7-51c0-45e6-a873-e65f0efd26af" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/09/25/invited-talk-at-ifra-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calais, Zemanta or textwise?</title>
		<link>http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/</link>
		<comments>http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:37:13 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Linked Data Initiative]]></category>
		<category><![CDATA[Open Calais]]></category>
		<category><![CDATA[textwise]]></category>
		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1035</guid>
		<description><![CDATA[Beside W3C´s Linked Data Initiative, it were semantic services like Calais, Zemanta or textwise which have made the advantages of the Semantic Web visible for a broader community in the last few months. Each of those services follow a slightly &#8230; <a href="http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Beside W3C´s <a href="http://linkeddata.org/" target="_blank">Linked Data Initiative</a>, it were semantic services like <a href="http://www.opencalais.com/" target="_blank">Calais</a>, <a href="http://www.zemanta.com/" target="_blank">Zemanta</a> or <a href="http://www.textwise.com/" target="_blank">textwise</a> which have made the advantages of the Semantic Web visible for a broader community in the last few months.</p>
<p>Each of those services follow a slightly different approach, but in a nutshell: They all offer an <a class="zem_slink" href="http://en.wikipedia.org/wiki/Application_programming_interface" title="Application programming interface" rel="wikipedia">API</a> to provide &#8220;similarity search&#8221; around <a class="zem_slink" href="http://en.wikipedia.org/wiki/Social_media" title="Social media" rel="wikipedia">social media</a> or also to enhance enterprise <a class="zem_slink" href="http://en.wikipedia.org/wiki/Information_management" title="Information management" rel="wikipedia">information management</a>.</p>
<p>Like a magic bullet those services offer a relief from information overflow and seem to become kind of a &#8220;semantic web <a class="zem_slink" href="http://en.wikipedia.org/wiki/Killer_application" title="Killer application" rel="wikipedia">killer application</a>&#8220;.</p>
<p><strong>If you´re familiar with one or many of those services, drop a comment and let us know, what you´ve been experienced so far, or also if you can think of any applications or further developments you would like to see around these kind of services.</strong></p>
<p>If you are not familiar with this stuff, for a quick demo go to</p>
<ul>
<li><a href="http://www.zemanta.com/demo/" target="_blank">Zemanta´s Demo zone</a>,</li>
<li><a href="http://viewer.opencalais.com/" target="_blank">Calais Viewer</a> or see the</li>
<li><a href="http://www.semantichacker.com/widget-plugin/widget" target="_blank">textwise widget</a> below.</li>
</ul>
<p>The widget uses text from this blog to calculate similar stuff from the web.</p>
<p><iframe src="http://widget.semantichacker.com/content-widget/content_widget.html?wW=425&amp;wH=425&amp;wOH=515&amp;wOW=435&amp;wU=0&amp;titleColor=%232D2D2D&amp;channelTitleColor=%23720000&amp;textColor=%23666666&amp;unitColor=%23FFFFFF&amp;wBG=%23000000&amp;wBD=%23000000&amp;cBG=%23FFFFFF&amp;cBD=%2372B691&amp;wTC=%2372B691&amp;wLC=%23FFFFFF&amp;wHC=%2372B691&amp;wHLC=%23FFFFFF&amp;wGW=%23FFFFFF&amp;wL=rssblogs,youtube,rssnews,wikipedia&amp;url=http%3A%2F%2Fblog.semantic-web.at%2F" marginheight="0" marginwidth="0" width="435" frameborder="0" height="515" scrolling="no"></iframe><br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://web2express.org/openlab/2009/06/17/semantic-technology-conference-2009/"> semantic technology conference 2009 </a> (web2express.org)</li>
<li class="zemanta-article-ul-li"><a href="http://squio.nl/blog/2009/03/16/zemanta-semweb-at-work-for-your-blog/">Zemanta: semweb at work for your blog</a> (squio.nl)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a6cca1ac-676a-4b54-8b1e-64bd3bc83a41/" 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=a6cca1ac-676a-4b54-8b1e-64bd3bc83a41" 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/07/calais-zemanta-or-textwise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chris Bizer talks about the commercial opportunities of linked data</title>
		<link>http://blog.semantic-web.at/2009/04/17/chris-bizer-talks-about-the-commercial-opportunities-of-linked-data/</link>
		<comments>http://blog.semantic-web.at/2009/04/17/chris-bizer-talks-about-the-commercial-opportunities-of-linked-data/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:04:19 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Privacy & Information Ethics]]></category>
		<category><![CDATA[Data integration]]></category>
		<category><![CDATA[Data Web]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=819</guid>
		<description><![CDATA[In a recent interview Prof. Chris Bizer from FU Berlin gave some insights into the commercial opportunities of linked data. In the short run he predicts three application areas: I think we will see a growing number of applications that &#8230; <a href="http://blog.semantic-web.at/2009/04/17/chris-bizer-talks-about-the-commercial-opportunities-of-linked-data/">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/04/bizer.jpg"><img title="bizer" src="http://blog.semantic-web.at/wp-content/uploads/2009/04/bizer.jpg" alt="bizer" hspace="5" width="120" height="180" align="right" /></a>In a recent interview Prof. Chris Bizer from FU Berlin gave some insights into the commercial opportunities of linked data. In the short run he predicts three application areas:</p>
<blockquote><p>I think we will see a growing number of applications that use data from the public Web as background knowledge to offer better search capabilities and to augment local content with additional content from the Web of Data.<br />
[...]<br />
Beside of the classic search engines, there might also be market opportunities for new search engines that specialize on Linked Data. [...] This will allow them to sell access to cleaned views on the Data Web and to become central components within Linked Data applications.<br />
[...]<br />
Within the corporate market, there is interest in using Linked Data as a lightweight, pay-as-you-go data integration technology.</p></blockquote>
<p>Additionally Chris comments on the latest developments in the area of triple stores and D2RQ, and the necessity for more privacy awareness and information accountability in an increasingly interlinked world.</p>
<p>Read the <a href="http://www.semantic-web.at/1.36.resource.278.chris-bizer-x22-within-the-corporate-market-there-is-interest-in-using-linked-data-as-a-li.htm" target="_blank">full interview on our homepage</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0c8afbaf-2b14-4307-9a08-5990dbef9013/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0c8afbaf-2b14-4307-9a08-5990dbef9013" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/04/17/chris-bizer-talks-about-the-commercial-opportunities-of-linked-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep the Semantic Web trusty</title>
		<link>http://blog.semantic-web.at/2009/03/13/keep-the-semantic-web-trusty/</link>
		<comments>http://blog.semantic-web.at/2009/03/13/keep-the-semantic-web-trusty/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:45:34 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Privacy & Information Ethics]]></category>
		<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social Semantic Web]]></category>
		<category><![CDATA[Tim Berners-Lee]]></category>
		<category><![CDATA[World Wide Web Consortium]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=680</guid>
		<description><![CDATA[Image via Wikipedia In recent days &#8211; here at Semantic Web Company &#8211; we have had a lot of discussions on how the future of the Semantic Web (name it Web3.0 if you like) will develop. Several stakeholders on the &#8230; <a href="http://blog.semantic-web.at/2009/03/13/keep-the-semantic-web-trusty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 174px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Tim_Berners-Lee.jpg"><img title="Tim Berners-Lee at a Podcast Interview" src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Tim_Berners-Lee.jpg/202px-Tim_Berners-Lee.jpg" alt="Tim Berners-Lee at a Podcast Interview" width="164" height="164" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Tim_Berners-Lee.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>In recent days &#8211; here at Semantic Web Company &#8211; we have had a lot of discussions on how the future of the Semantic Web (name it Web3.0 if you like) will develop. Several stakeholders on the future of the Semantic Web see already, that also a potential danger will come along with the technical realisation of the web3.0: This is the present possibility to create applications and mashups with semantic technologies that are a real drain on privacy and <a class="zem_slink" title="Information ethics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Information_ethics">information ethics</a>. Without an underpinning discussion about the ethical framework within technolgies like <a href="http://linkeddata.org/" target="_blank">linked data</a>, <a class="zem_slink" title="Text mining" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_mining">text-mining</a>, biometric-systems and geo-systems in combination with the web of data, the whole domain is in danger to be doomed like genetic engineering some years ago.</p>
<p>It&#8217;s crucial for the <a class="zem_slink" title="Public opinion" rel="wikipedia" href="http://en.wikipedia.org/wiki/Public_opinion">public opinion</a> on the Semantic Web, to adress the immanent risks regarding privacy and ethics. In this context I&#8217;ll see also <a class="zem_slink" title="Tim Berners-Lee" rel="wikipedia" href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Berners-Lee</a>&#8216;s statement yesterday: &#8220;<a class="zem_slink" title="World Wide Web Consortium" rel="homepage" href="http://www.w3.org/">W3C</a> wants to help make sure data use is appropriate,&#8221; he said. Berners-Lee, who is director of W3C, said in an interview on Wednesday that the teams working on the <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a> project are making sure that privacy principles are included in its architecture: &#8220;The Semantic Web project is developing systems which will answer where data came from and where it&#8217;s going to — the system will be architectured for a set of appropriate uses.&#8221;</p>
<p>Maybe it&#8217;s an important step in keeping the further development of Semantic Web trusty in the eyes of public opinion, that the W3C has privacy and information ethics on their agenda and persons like Berners-Lee stand with their reputation for it. But it is also crucial to build this awareness on the corporate side. Only if everyone within the domain follows a common ethic understanding we have a public opinion, which is on the future potential of the Semantic Web, and not in fear of the same.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/29d14bf0-277e-4c5f-81e1-a06d77703cbf/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=29d14bf0-277e-4c5f-81e1-a06d77703cbf" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/03/13/keep-the-semantic-web-trusty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Semantic-like tools to pimp your blog</title>
		<link>http://blog.semantic-web.at/2009/03/09/semantic-like-tools-to-pimp-your-blog/</link>
		<comments>http://blog.semantic-web.at/2009/03/09/semantic-like-tools-to-pimp-your-blog/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 11:24:29 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Quintura]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web search engine]]></category>
		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=649</guid>
		<description><![CDATA[Presently more and more tools come up in the Web 2.0 &#8211; Domain, which bring semantic technologies into blogger´s everyday life. Zemanta was for sure a break-through in annotation of blog entries. I&#8217;m running this service on my private and &#8230; <a href="http://blog.semantic-web.at/2009/03/09/semantic-like-tools-to-pimp-your-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Presently more and more tools come up in the Web 2.0 &#8211; Domain, which bring semantic technologies into blogger´s everyday life. <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a> was for sure a break-through in annotation of blog entries. I&#8217;m running this service on my private and my corporate blog. It is easy to integrate in every common blog-software and it is really a save of time in my daily work. Unfortunaly it is avaible only for english blogs.</p>
<p><img src="http://blog.semantic-web.at/wp-content/uploads/2009/03/bild-2.png" alt="bild-2" hspace="5" width="150" align="left" />Another service which came up recently is <a class="zem_slink" title="Quintura" rel="homepage" href="http://www.quintura.com/">Quintura</a>, which provides search capabilities for your own blog with a visual map of tags or hints based on an index created of the own blog entries. It is easy to customize for the own blog&#8217;s style with the use of a simple interface. Quintura offers code-snippets to copy to your blog-post or sidebar. Even if it is no semantic search engine in the narrow sense, Quintura provide a fine semantic-like interface for a meaning-sensitive search. See how Quintura is implemented into <a href="http://blog.semantic-web.at">The Semantic Puzzle</a> at our sidebar.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/991f57af-88b9-494f-af0e-3c64e45ed22b/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=991f57af-88b9-494f-af0e-3c64e45ed22b" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/03/09/semantic-like-tools-to-pimp-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linked Data in Enterprises &#8211; some ideas for business models</title>
		<link>http://blog.semantic-web.at/2009/02/10/linked-data-in-enterprises-some-ideas-for-business-models/</link>
		<comments>http://blog.semantic-web.at/2009/02/10/linked-data-in-enterprises-some-ideas-for-business-models/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:24:01 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[business model]]></category>
		<category><![CDATA[dbpedia]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[opencalais]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=566</guid>
		<description><![CDATA[Today in the morning, I wrote a short blog philosophizing about linked data and the value for enterprises. I asked a couple of questions and in its core I was wondering: &#8220;Which services and keyplayers will drive the web of &#8230; <a href="http://blog.semantic-web.at/2009/02/10/linked-data-in-enterprises-some-ideas-for-business-models/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today in the morning, I wrote a short blog <a href="http://ablvienna.wordpress.com/2009/02/10/linked-data-for-enterprises-a-one-way-scenario/" target="_blank">philosophizing about linked data</a> and the value for enterprises. I asked a couple of questions and in its core I was wondering: &#8220;Which services and keyplayers will drive the web of data in the next few months?&#8221;</p>
<p>In the meantime I had the pleasure to listen to <a href="http://semanticgang.talis.com/" target="_blank">Talis´ Semantic Web Gang Podcast</a> (January 2009 with Tom Tague from Calais) and some answers came into my mind:</p>
<ol>
<li>Some service providers will provide the <strong>highest accuracy regarding the links or tags</strong> (and the &#8220;things behind them) they provide for a given ressource or document (like Open Calais does). Tom Tague mentioned in the podcast quite often how important disambiguation is to provide the highest quality.</li>
<li>Some will provide <strong>end-points to a given &#8220;thing&#8221;</strong> like a company, a person etc. in addition to free ones like DBpedia, but they always will try to refer to established URIs like the ones in DBpedia or Open Calais URIs, e.g. <a href="http://d.opencalais.com/er/company/ralg-tr1r/9e3f6c34-aa6b-3a3b-b221-a07aa7933633.html" target="_blank">IBM´s URI @ Calais</a>). Those companies will provide more facts, for example about a person, as those which are available now for free. They will build on the LOD infrastructure and will live in symbiosis with group number 3. They will control to whom additional facts will be given to but they will build exactly on the same interoperable framework as the &#8220;Linking Open Data&#8221; community does.</li>
<li>Some companies will build <strong>applications on top of the linked data infrastructure</strong>. They have two kinds of knowledge: Who has the best end-points to a complex &#8220;thing&#8221; which consists of a couple of other atomic things (which necessarily exist in the web of data)? Who is interested in such a mashup?</li>
</ol>
<p>My prediction: One possible business model will be pretty much the same as iTunes is built upon at the moment: You can listen to a song for free &#8211; but only a couple of seconds , if you want more, you pay 99 cents.</p>
<p>If you want to know a little bit about Werner Faymann (who is Austria´s prime minister) you go to an application which makes use from DBpedia (or the like) starting at <a href="http://dbpedia.org/page/Werner_Faymann" target="_blank">http://dbpedia.org/page/Werner_Faymann</a>.</p>
<p>If you pay 99 cents (or a bit more&#8230;) you get even more facts about Mr. Faymann, nicely mash-uped with other facts from the LOD cloud and together with special content from some other linked data sources, produced with relatively low costs due the high interoperability the Semantic Web provides &#8211; thanks to W3C and the whole community.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/02/10/linked-data-in-enterprises-some-ideas-for-business-models/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

