<?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; Corporate Semantic Web</title>
	<atom:link href="http://blog.semantic-web.at/category/corporate-semantic-web/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>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>I-Semantics 2010: Relevance of semantic technologies for industry increases fast</title>
		<link>http://blog.semantic-web.at/2010/07/01/i-semantics-2010-relevance-of-semantic-technologies-for-industry-increases-fast/</link>
		<comments>http://blog.semantic-web.at/2010/07/01/i-semantics-2010-relevance-of-semantic-technologies-for-industry-increases-fast/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 08:50:39 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Calls & Competitions]]></category>
		<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[I-SEMANTICS]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1650</guid>
		<description><![CDATA[I-Semantics will take place for the 6th time this year in September and it will be co-located again with I-Know in Graz/Austria. This year´s programme shows that Semantic Web and semantic technologies in general are increasingly relevant for all kind &#8230; <a href="http://blog.semantic-web.at/2010/07/01/i-semantics-2010-relevance-of-semantic-technologies-for-industry-increases-fast/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://i-semantics.tugraz.at/wp-content/themes/i-know/images/logo_i-semantics.png" alt="I-Semantics 2010" width="219" height="39" /></p>
<p><a href="http://i-semantics.tugraz.at/" target="_blank">I-Semantics</a> will take place for the 6th time this year in September and it will be co-located again with <a href="http://i-know.tugraz.at/">I-Know</a> in <a href="http://www.geonames.org/2778058/graz-stadt.html" target="_blank">Graz/Austria</a>. This year´s programme shows that Semantic Web and semantic technologies in general are increasingly relevant for all kind of industries:</p>
<ul>
<li>Biomedicine</li>
<li>Public administration &amp; Public transport</li>
<li>Information technology</li>
<li>Libraries</li>
<li>Media &amp; Content Industry</li>
<li>E-commerce</li>
<li>Education etc.</li>
</ul>
<p><img class="alignnone" src="http://i-semantics.tugraz.at/wp-content/uploads/2009/11/i_know_pictures_small.jpg" alt="450 people in 2009" width="600" height="111" /></p>
<p>I-Semantics &#8220;<a href="http://i-semantics.tugraz.at/industry-track" target="_blank">Industry Track</a>&#8221; with its 3-days programme full of demos is one of the highlights of the congress. With 28 submissions this year´s <a href="http://i-semantics.tugraz.at/triplification-challenge" target="_blank">Triplification Challenge</a> tells a lot about the significance of Linked Data in areas like librarianship, public administration or GIS &amp; environmental planning. Take a look at the <a href="http://i-semantics.tugraz.at/triplification-challenge/nominated-papers" target="_blank">15 nominees</a> &#8211; and if you consider to come to I-Semantics 2010 follow the link for <a href="http://i-semantics.tugraz.at/registration" target="_blank">registration</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/07/01/i-semantics-2010-relevance-of-semantic-technologies-for-industry-increases-fast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Report on developments at the European Semantic Technology Market</title>
		<link>http://blog.semantic-web.at/2010/06/25/report-on-developments-at-the-european-semantic-technology-market/</link>
		<comments>http://blog.semantic-web.at/2010/06/25/report-on-developments-at-the-european-semantic-technology-market/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:38:01 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Literature & Publications]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[market survey]]></category>
		<category><![CDATA[RDF]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1643</guid>
		<description><![CDATA[The present state of development, future trends and expected market scenarios for Semantic Technologies are shown in the just published “Demand driven Mapping Report”. The report is part of the EU-funded project Value It, which is about bringing together the &#8230; <a href="http://blog.semantic-web.at/2010/06/25/report-on-developments-at-the-european-semantic-technology-market/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/06/Bild-11.png"><img class="size-medium wp-image-1644 alignleft" style="margin-left: 5px; margin-right: 5px;" title="Bild 1" src="http://blog.semantic-web.at/wp-content/uploads/2010/06/Bild-11-300x175.png" alt="" width="300" height="175" /></a>The present state of development, future trends and expected market scenarios for Semantic Technologies are shown in the just published “Demand driven Mapping Report”. The report is part of the EU-funded project <a href="http://www.value-it.eu/web/guest/192">Value It</a>, which is about bringing together the various stakeholders within the sector: Industry, Research and Government. VALUE-IT preliminary findings show that the STE potential market in Europe will size up to €1.44B for 2014. Scanning furthermore the executive summary of the report, some findings attract attention:</p>
<blockquote><p>The survey results also show considerable variation by sector, both of policy and technology implementation. With respect to technologies, ICT companies are also the most willing to consider semantic approaches. The ICT sector has an unusually high interest in all ST components, with 20% or more being willing to consider all of them, and over half of IT respondents looking at Web 2.0 (social computing). [...]  The use of tagging technologies – which overall is the least mature approach in the survey – is most advanced in Life Sciences. The Life Sciences, Media &amp; Entertainment, and ICT sectors all have a reasonably strong interest in <a href="http://en.wikipedia.org/wiki/Natural_language_processing" target="_blank">Natural Language Processing</a> (roughly 25% on average). Ontologies and <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF/OWL</a> are the technologies least often considered, though the interest in these Semantic Technologies is not insignificant. Taxonomies are slightly more popular, perhaps indicating that companies are taking the first step to prepare for a more semantic approach to IT solutions. The ICT, Energy &amp; Utilities, and Media &amp; Entertainment sectors all have a reasonably strong interest in using <a href="http://en.wikipedia.org/wiki/Taxonomy" target="_blank">taxonomies</a>.</p></blockquote>
<p>The 190 pages report gives an actual overview of the status quo on European Semantic Technology Market and is now available for download: <a href="http://www.value-it.eu/c/document_library/get_file?folderId=13060&amp;name=DLFE-1015.pdf">Final demand driven mapping Report</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/06/25/report-on-developments-at-the-european-semantic-technology-market/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kingsley Idehen: &#8220;By declaring its context, Linked Data can be made more easily reusable by others&#8221;</title>
		<link>http://blog.semantic-web.at/2010/06/16/kingsley-idehen-i-only-think-in-terms-of-a-web-of-linked-data/</link>
		<comments>http://blog.semantic-web.at/2010/06/16/kingsley-idehen-i-only-think-in-terms-of-a-web-of-linked-data/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:23:18 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Kingsley Idehen]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[OpenLink Software]]></category>
		<category><![CDATA[OpenLink Virtuoso]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1607</guid>
		<description><![CDATA[Semantic Web Company talked with Kingsley Idehen who is CEO of OpenLink Software and probably one of the most profound experts on data integration issues about &#8220;Linked Data&#8221;. The interview covers questions like: How can Linked Data help to make &#8230; <a href="http://blog.semantic-web.at/2010/06/16/kingsley-idehen-i-only-think-in-terms-of-a-web-of-linked-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td valign="top"><a href="http://blog.semantic-web.at/wp-content/uploads/2010/06/Bild-1.png"><img style="margin: 5px;" title="Kingsley Idehin" src="http://blog.semantic-web.at/wp-content/uploads/2010/06/Bild-1-150x150.png" alt="" width="100" align="left"/></a></td>
<td valign="top">Semantic Web Company talked with <a href="http://twitter.com/kidehen" target="_blank">Kingsley Idehen</a> who is CEO of <a href="http://www.openlinksw.com/">OpenLink Software</a> and probably one of the most profound experts on data integration issues about &#8220;Linked Data&#8221;.</p>
<p>The interview covers questions like:</p>
<ul>
<li>How can Linked Data help to make companies more productive?</li>
<li>Do you think that the Linked Data Initiative can build upon a stable  architecture or will it face more and more problems the bigger the  &#8220;cloud&#8221; will grow?</li>
<li>What´s the ultimate argument for an Enterprise Architect to use  languages like SPARQL at least in addition to SQL?</li>
<li>How will a &#8220;Real Time Semantic Web&#8221; change the whole game?</li>
<li>How will the &#8220;Semantic Web&#8221; be called in 10 years? Will there still be a  &#8220;Semantic Web&#8221;?</li>
</ul>
<p>Read the full version of the interview <a href="http://www.semantic-web.at/1.36.resource.308.7-questions-to-kingsley-idehen-x22-by-declaring-its-context-linked-data-can-be-made-more-e.htm" target="_blank">here</a>.</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/06/16/kingsley-idehen-i-only-think-in-terms-of-a-web-of-linked-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking Open Data to Thesaurus Management</title>
		<link>http://blog.semantic-web.at/2010/02/16/linking-open-data-to-thesaurus-management/</link>
		<comments>http://blog.semantic-web.at/2010/02/16/linking-open-data-to-thesaurus-management/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:23:11 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Semantic Web Applications]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[dbpedia]]></category>
		<category><![CDATA[KIWI]]></category>
		<category><![CDATA[kiwiknows]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[PoolParty]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Simple Knowledge Organization System]]></category>
		<category><![CDATA[SKOS]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1430</guid>
		<description><![CDATA[The Vienna-based company punkt. netServices is just about to release a demo version of their PoolParty service, a SKOS-based thesaurus management tool with linked data capabilities. I had the chance to pre-read a white paper and test their service. Here &#8230; <a href="http://blog.semantic-web.at/2010/02/16/linking-open-data-to-thesaurus-management/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-logo.jpg"><img class="alignleft size-full wp-image-1466" title="poolparty-logo" src="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-logo-e1266070425356.jpg" alt="" width="261" height="95" /></a>The Vienna-based company <a href="http://www.punkt.at" target="_blank">punkt. netServices</a> is just about to release a demo version of their PoolParty service, a SKOS-based thesaurus management tool with linked data capabilities. I had the chance to pre-read a white paper and test their service. Here is a brief overview. You can also try a <a href="http://poolparty.punkt.at/PoolParty/" target="_blank">demo</a>.</p>
<p><strong>Purpose</strong></p>
<p>Poolparty was conceived to facilitate various applications like</p>
<ul>
<li> Semantic search engines</li>
<li> Recommender systems (similarity search)</li>
<li> Corporate bookmarking</li>
<li> Annotation- &amp; tag recommender systems</li>
<li> Autocomplete services and facetted browsing.</li>
</ul>
<p>These use cases can be either achieved by using PoolParty stand-alone or by integrating it with existing Enterprise Search Engines and Document Management Systems or Enterprise Wikis.</p>
<p><strong>Thesaurus Management</strong></p>
<p>PoolParty is aiming to be easy to use for people without a strong Semantic Web background or special technical skills. The GUI is entirely web-based and utilizes AJAX so the user can e.g. quickly merge two concepts via drag &amp; drop. An overview over the thesaurus can be gained with a tree or a graph view on the concepts.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-blueskin.jpg"><img title="poolparty-blueskin" src="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-blueskin.jpg" alt="poolparty-blueskin" width="504" height="263" /></a></p>
<p>PoolParty also helps to semi-automatically add concepts to a thesaurus as it can be used to analyse documents (e.g. web pages or PDF files) relevant to a thesaurus&#8217; domain in order to glean candidate terms. This is done by the key-phrase extractor of <a href="http://www.nzdl.org/Kea/index.html">KEA</a>. The extracted terms can be selected by the user, thereby becoming &#8220;free concepts&#8221; which later can be integrated into the thesaurus, turning them into &#8220;approved concepts&#8221;.</p>
<p>Documents can be searched in various ways – either by keyword search in the full text, by searching for their tags or by semantic search and similarity search. The latter takes not only a concept&#8217;s preferred label into account, but also its synonyms and the labels of its related concepts are considered in the search. The user might manually remove query terms used in semantic search. Boost values for the various relations considered in semantic search may also be adjusted. In the same way the recommendation mechanism for document similarity calculation works.</p>
<p>PoolParty by default also publishes a Semantic Wiki version of its thesauri, which provides an alternative way to browse and edit concepts. Through this feature anyone can get read access to a thesaurus, and optionally also edit, add or delete labels of concepts. Search and autocomplete functions are available here as well. The Wiki’s XHTML source is also enriched with RDFa, thereby exposing all RDF metadata associated with a concept to be picked up by RDF search engines and crawlers. (See two examples: <a href="http://poolparty.punkt.at/PoolParty/HTMLFrontEnd/urn:uuid:1D64A764-CBCE-0001-6148-DA20F637144F/" target="_blank">Cocktail thesaurus</a> &amp;  <a href="http://poolparty.punkt.at/PoolParty/HTMLFrontEnd/urn:uuid:1D649E15-C6CC-0001-C311-60702F00C880/?URI=http%3A%2F%2Fzbw.eu%2Fstw" target="_blank">Standard Thesaurus for Economics</a>)</p>
<p style="text-align: center;"><a href="http://blog.semantic-web.at/wp-content/uploads/2010/02/PoolParty-Wiki-Frontend.png"><img class="aligncenter size-full wp-image-1468" title="PoolParty Wiki Frontend" src="http://blog.semantic-web.at/wp-content/uploads/2010/02/PoolParty-Wiki-Frontend.png" alt=""  /></a></p>
<p>PoolParty also supports the import of thesauri in SKOS (including several consistency checks) or <a href="http://zthes.z3950.org/" target="_blank">Zthes</a> format. Those functionalities can also be consumed as stand-alone web services via <a href="http://demo.semantic-web.at:8080/SkosServices/index" target="_blank">PoolParty SKOS Services</a>. Additionaly, lists of concepts and their labels can also be imported via CSV files.</p>
<p><strong>Linked (Open) Data</strong></p>
<p>PoolParty not only publishes its thesauri as Linked Open Data (in addition to a SPARQL endpoint), but it also consumes LOD in order to expand thesauri with information from LOD sources.</p>
<p>Concepts in the thesaurus can be linked to e.g. DBpedia  via a service like <a href="http://www.georgikobilarov.com/">Georgi Kobilarov</a>&#8216;s <a href="http://lookup.dbpedia.org/" target="_blank">DBpedia lookup service</a>, which takes the label of a concept and returns possible matching candidates. The system suggests relevant resources from DBpedia and the user can select the one that matches the concept from his thesaurus, thereby creating a skos:exactMatch relation between the concept URI in PoolParty and the DBpedia URI. The same approach can be used to link to other SKOS thesauri available as Linked Data.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-lod.jpg"><img title="poolparty-lod" src="http://blog.semantic-web.at/wp-content/uploads/2010/02/poolparty-lod.jpg" alt="poolparty-lod" width="630" height="265" /></a></p>
<p>Other triples can also be retrieved from the target data source, e.g. the DBpedia abstract can become a skos:definition and geographical coordinates can be imported and be used to display the location of a concept on the map, where appropriate. The DBpedia category information may also be used to retrieve additional concepts of that category as siblings of the concept in focus, in order to populate the thesaurus.</p>
<p>PoolParty is capable of importing a SKOS thesaurus from a Linked Data server, and may also receive updates to thesauri imported this way. This feature has been implemented in the course of the <a href="http://www.kiwi-project.eu/" target="_blank">KiWi  project</a> funded by the European Commission. KiWi also contains SKOS thesauri and exposes them as LOD. Both systems can read a thesaurus via the other’s LOD interfaces and may write it to their own store. This is facilitated by special Linked Data URIs that return e.g. all the top-concepts of a thesaurus, with pointers to the URIs of their narrower concepts, which allow other systems to retrieve a complete thesaurus through iterative dereferencing of concept URIs.</p>
<p>Additionally KiWi and PoolParty publish lists of concepts created, modified, merged or deleted within user specified time-frames. With this information the systems can learn about updates to one of their thesauri in an external system. They then can compare the versions of concepts in both stores and may write according updates to their own store.</p>
<p>This means each system decides autonomously which data it accepts and there is no risk of a system pushing data that might lead to inconsistencies into an external store. Data transfer and communication are achieved using REST/HTTP, no other protocols or middleware are necessary. Also no rights management for each external systems is needed, which otherwise would have to be configured separately for each source.</p>
<p><strong>Technology</strong></p>
<p>The software is written in Java and utilizes the <a href="http://www.openrdf.org/doc/sesame2/system/ch05.html" target="_blank">SAIL API</a>, so it can be used with various triple stores. The thesaurus management itself (viewing, creating and editing SKOS concepts and their relationships) can be done in an AJAX Frontend based on <a href="http://developer.yahoo.com/yui/" target="_blank">Yahoo User Interface (YUI)</a>. Editing of labels can alternatively be done in a Wiki style HTML frontend. For key-phrase extraction from documents PoolParty uses a modified version of the <a href="http://www.nzdl.org/Kea/" target="_blank">KEA</a> 5 API, which is extended for the use of controlled vocabularies stored in a SAIL Repository (this module is available under GNU GPL). The analysed documents can be stored and indexed in <a href="http://en.wikipedia.org/wiki/Lucene" target="_blank">Lucene</a>/<a href="http://en.wikipedia.org/wiki/Solr" target="_blank">Solr</a> or any other (enterprise) search system along with extracted and semantically related concepts.</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/4251823d-5925-4c7d-8d67-e74c82af33f9/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=4251823d-5925-4c7d-8d67-e74c82af33f9" 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/2010/02/16/linking-open-data-to-thesaurus-management/feed/</wfw:commentRss>
		<slash:comments>3</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>Webinars about Business Use of Semantic Technologies</title>
		<link>http://blog.semantic-web.at/2009/09/10/webinars-about-business-use-of-semantic-technologies/</link>
		<comments>http://blog.semantic-web.at/2009/09/10/webinars-about-business-use-of-semantic-technologies/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 11:14:42 +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[Videos & Tutorials]]></category>
		<category><![CDATA[entersprise 2.0]]></category>
		<category><![CDATA[online seminar]]></category>
		<category><![CDATA[semantic web company]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[seminars]]></category>
		<category><![CDATA[swc]]></category>
		<category><![CDATA[webinar]]></category>
		<category><![CDATA[webinars]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1153</guid>
		<description><![CDATA[The Semantic Web Company created a series of online seminars (aka webinars) for you to acquire basic and practical knowledge about methologies, technologies and standards of the Semantic Web. In 90 minute sesseions we will cover the business aspects of &#8230; <a href="http://blog.semantic-web.at/2009/09/10/webinars-about-business-use-of-semantic-technologies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Semantic Web Company created a series of online seminars (aka webinars) for you to acquire basic and practical knowledge about methologies, technologies and standards of the Semantic Web. In 90 minute sesseions we will cover the business aspects of topics such as content engineering, Knowledge Management, business intelligence, e-Business and more.</p>
<p><img src="http://blog.semantic-web.at/wp-content/uploads/2009/09/exit_450_1572-300x104.jpg" alt="RDF Exit" title="RDF Exit" width="300" height="104" class="aligncenter size-medium wp-image-1172" /></p>
<p>In order to allow for a high level of interaction, the attendance is limited to ten participants and ample time for questions and discussion with our experts is designated. Each webinar works as a stand-alone module, so you can pick and choose some of them or book the whole series of 6 webinars.</p>
<p>We&#8217;ll kick off with a session about <a href="http://www.semantic-web.at/8.6174.appointment.125.semantic-wikis.htm">Semantic Wikis</a> on Thursday 22nd of October. A German language version will be held at 9 a.m., alternatively you can atted an English version at 6 p.m. CET. </p>
<p>Each Thursday we cover a different topic such as <a href="http://www.semantic-web.at/8.6174.appointment.126.semantic-search.htm">Semantic Search</a>, <a href="http://www.semantic-web.at/8.6174.appointment.127.corporate-thesaurus-management.htm">Corporate Thesaurus Management</a>, <a href="http://www.semantic-web.at/8.6174.appointment.128.text-mining-on-the-corporate-semantic-web.htm">Text Mining on the Corporate Semantic Web</a>, <a href="http://www.semantic-web.at/8.6174.appointment.129.linking-open-data.htm">Linking Open Data</a> and <a href="http://www.semantic-web.at/8.6174.appointment.130.semantic-advertising.htm">Semantic Advertising</a>.</p>
<p>In order to participate you only need broadband access to the internet, Windows or a Mac and a fairly up-to-date browser. For detailed system requirement see the <a href="http://www.semantic-web.at/9.6174.webinars.htm">webinar overview</a>.</p>
<p>We hope to talk to you in one or more of these sessions!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/09/10/webinars-about-business-use-of-semantic-technologies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New W3C Rule Interchange Format (W3C RIF) standard published</title>
		<link>http://blog.semantic-web.at/2009/07/28/new-w3c-rule-interchange-format-w3c-rif-standard-published/</link>
		<comments>http://blog.semantic-web.at/2009/07/28/new-w3c-rule-interchange-format-w3c-rif-standard-published/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:57:34 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Vocabularies & Languages]]></category>
		<category><![CDATA[Free University of Berlin]]></category>
		<category><![CDATA[RIF]]></category>
		<category><![CDATA[Rule Interchange Format]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1052</guid>
		<description><![CDATA[The W3C Working Group working on W3C Rule Interchange Format (RIF) has recently launched a new standard for the interchange of rules. Some guys from the Coporate Semantic Web Working Group of Freie Universität Berlin have been heavily involved. An &#8230; <a href="http://blog.semantic-web.at/2009/07/28/new-w3c-rule-interchange-format-w3c-rif-standard-published/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a class="zem_slink" title="World Wide Web Consortium" rel="homepage" href="http://www.w3.org/">W3C</a> Working Group working on W3C <a class="zem_slink" title="Rule Interchange Format" rel="wikipedia" href="http://en.wikipedia.org/wiki/Rule_Interchange_Format">Rule Interchange Format</a> (RIF) has recently launched a new standard for the interchange of rules. Some guys from the <a href="http://www.corporate-semantic-web.de/reader/items/new-w3c-rule-interchange-format-40w3c-rif41-standard-published.html">Coporate Semantic Web Working Group of Freie Universität Berlin</a> have been heavily involved. An interview on the practical aspects of RIF will follow in August.</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/5a981224-8388-4dc3-85c4-c029fdb1657a/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=5a981224-8388-4dc3-85c4-c029fdb1657a" 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/07/28/new-w3c-rule-interchange-format-w3c-rif-standard-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REMINDER: Berlin Semantic Web Meetup &amp; Industry Day</title>
		<link>http://blog.semantic-web.at/2009/06/05/reminder-berlin-semantic-web-meetup-industry-day/</link>
		<comments>http://blog.semantic-web.at/2009/06/05/reminder-berlin-semantic-web-meetup-industry-day/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:23:11 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Corporate Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1004</guid>
		<description><![CDATA[A new Semantic Web Meetup will take place in Berlin June 19, 2009 starting at 17:30. Please register for participation. Before the Meetup from 09:30 till 17:30 the Corporate Semantic Web Working Group of FU Berlin and the Semantic Web &#8230; <a href="http://blog.semantic-web.at/2009/06/05/reminder-berlin-semantic-web-meetup-industry-day/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A new Semantic Web Meetup will take place in Berlin <strong>June 19, 2009</strong> starting at 17:30. Please <a href="http://www.meetup.com/The-Berlin-Semantic-Web-Meetup-Group/de/" target="_blank">register for participation</a>.</p>
<p>Before the Meetup from 09:30 till 17:30 the <a href="http://www.corporate-semantic-web.de/" target="_blank">Corporate Semantic Web Working Group of FU Berlin</a> and the Semantic Web Company will hold a training workshop about the application of Semantic Web technologies in corporate settings. The workshop will be held in german.</p>
<p>Further details about place, time and the program can be found <a href="http://www.amiando.com/Trainingsworkshop.html?page=284805" target="_self">behind this link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/06/05/reminder-berlin-semantic-web-meetup-industry-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

