<?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; Enterprise 2.0</title>
	<atom:link href="http://blog.semantic-web.at/category/enterprise-20/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>Open World Assumption revisited &#8211; What have the Semantic Web and Document Management in common?</title>
		<link>http://blog.semantic-web.at/2010/10/31/open-world-assumption-revisited-what-have-the-semantic-web-and-document-management-in-common/</link>
		<comments>http://blog.semantic-web.at/2010/10/31/open-world-assumption-revisited-what-have-the-semantic-web-and-document-management-in-common/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 09:37:00 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Collective Intelligence]]></category>
		<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[dms expo]]></category>
		<category><![CDATA[document management]]></category>
		<category><![CDATA[open world assumption]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1842</guid>
		<description><![CDATA[Just recently I visited DMS Expo in Stuttgart/Germany which claims to be &#8220;Europe&#8217;s leading trade fair and conference for enterprise content, output and document management&#8221;. It was a large trade show, and of course I didn´t expect to see the &#8230; <a href="http://blog.semantic-web.at/2010/10/31/open-world-assumption-revisited-what-have-the-semantic-web-and-document-management-in-common/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just recently I visited <a href="http://cms.messe-stuttgart.de/cms/index.php?id=85200&amp;L=1" target="_blank">DMS Expo</a> in Stuttgart/Germany which claims to  be &#8220;Europe&#8217;s leading trade fair and conference for enterprise content,  output and document management&#8221;. It was a large trade show, and of  course I didn´t expect to see the Semantic Web playing a central role  there but on the other side it became much clearer what´s still missing  in most enterprises of today to be an &#8220;Enterprise x.0&#8243;: Open Minds which  consider digital contents as a source to create knowledge out of it.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/10/langzeitarchivierung.png"><img class="alignleft size-medium wp-image-1841" title="langzeitarchivierung" src="http://blog.semantic-web.at/wp-content/uploads/2010/10/langzeitarchivierung-300x255.png" alt="" width="270" height="230" /></a></p>
<p>What´s obvious for most of the Semantic Web evangelists, isn´t clear for at  least 75% of all exhibitors (and their clients) at DMS Expo. For these  people who are dealing with core systems of today´s enterprise stacks  it´s not quite clear that documents could be a valuable resource for  enterprise knowledge management. They still focus rather on the basic  idea that documents have to be <strong>revision-proof</strong>, they should be<strong> long-term  archived</strong> and should be put into a <strong>safe</strong>. That´s quite the opposite of how  content is organised in a (Corporate) Semantic Web. In such an  environment each little piece of information at least has the potential  to get linked with another piece of information.</p>
<blockquote><p>Open World Assumption  is not only about the way we put ontologies in place.</p></blockquote>
<p>It is also about  the basic assumption that people intend to get their content <strong> published and linked</strong> in a way that this creates an extra value for their  colleagues and their organisations.</p>
<p>Documents are containers, and containers tend to be put into  containers which are even bigger. In a world where documents are the  atomic elements to get information organised the question always is:  What should be <em>in </em>there?</p>
<p>On the Semantic Web information is no longer locked inside documents,  same with wikis: The idea is to organise every little piece of  information in a way that it can <em>improve </em>constantly because it´s <em>out </em>on the  (corporate) web. Part of this evolution are mechanisms which help to get  pieces linked in a meaningful way. On the Social Semantic Web this job  is partly automatically executed and partly done by human beings. In  this world which is based on the assumption that people would like to have their information out there <strong>on the stage</strong> the  question always is: How can this piece of information get linked to  other pieces in a meaningful way? Which <strong>metadata</strong> should be put on top?</p>
<p>It´s the people who make the difference, and for many of them there is still no &#8220;business use case&#8221; based on the &#8220;Open World Assumption&#8221;.</p>
<p>Here is my proposal: Appreciating each one´s work as a valuable resource for the whole organisation!</p>
<p>And I can hear the question already: Great, but how can I put this into my Excel?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/10/31/open-world-assumption-revisited-what-have-the-semantic-web-and-document-management-in-common/feed/</wfw:commentRss>
		<slash:comments>6</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>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>loomp supports structured annotation in corporate settings</title>
		<link>http://blog.semantic-web.at/2009/04/20/loomp-support-structured-annotation-in-corporate-settings/</link>
		<comments>http://blog.semantic-web.at/2009/04/20/loomp-support-structured-annotation-in-corporate-settings/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 10:54:45 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=845</guid>
		<description><![CDATA[Markus Luczak-Rösch and his team from FU Berlin have published loomp, a WYSIWYG annotation tool especially designed for inhouse use. loomp is aiming at the Corporate Semantic Web market, providing a semantic application with low entry barriers and high usability &#8230; <a href="http://blog.semantic-web.at/2009/04/20/loomp-support-structured-annotation-in-corporate-settings/">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/loomp.jpg"><img title="loomp" src="http://blog.semantic-web.at/wp-content/uploads/2009/04/loomp.jpg" alt="loomp" width="150" height="46" /></a></p>
<p>Markus Luczak-Rösch and his team from <a class="zem_slink" title="Free University of Berlin" rel="geolocation" href="http://maps.google.com/maps?ll=52.4530555556,13.2905555556&amp;spn=1.0,1.0&amp;q=52.4530555556,13.2905555556%20%28Free%20University%20of%20Berlin%29&amp;t=h">FU Berlin</a> have published <a href="http://www.loomp.org" target="_blank">loomp</a>, a WYSIWYG annotation tool especially designed for inhouse use. loomp is aiming at the Corporate Semantic Web market, providing a semantic application with low entry barriers and high usability designed for non-techies.</p>
<p>When asked about the concrete application area Markus says:</p>
<blockquote><p>We have found various use cases especially in knowledge and content intense domains. The most interesting one is the journalists use case. Consider journalists which research and write articles and editors which revise and publish the work of journalists.</p>
<p>Journalists research specific topics on demand and access various information sources for this purpose, e.g. websites, books, related articles, and human informants. Only few journalists use digital devices for this task and even fewer apply information management systems. To transfer the finished article to the responsible editor at the publishing house the people use free text documents and email communication. Finally, an editor revises and releases the articles for his department. loomp can help journalists to manage their notes, interview logs, references, addresses, etc. loomp helps to link an article to its information sources.</p></blockquote>
<p>Read the <a href="http://www.semantic-web.at/1.36.resource.279.markus-luczak-r-sch-x22-loomp-can-help-journalists-to-manage-their-notes-interview-logs-re.htm" target="_blank">full interview here</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/c02ecf99-1f95-441c-8d01-4322c2905076/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c02ecf99-1f95-441c-8d01-4322c2905076" 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/20/loomp-support-structured-annotation-in-corporate-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Search goes Open Source</title>
		<link>http://blog.semantic-web.at/2009/02/19/enterprise-search-goes-open-source/</link>
		<comments>http://blog.semantic-web.at/2009/02/19/enterprise-search-goes-open-source/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:41:14 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Enterprise resource planning]]></category>
		<category><![CDATA[Mario Lenz]]></category>
		<category><![CDATA[SMILA]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=569</guid>
		<description><![CDATA[In his recent interview Andreas Blumauer (SWC) asked Mario Lenz, from german-based knowledge management solution provider EMPOLIS, about their OS-Initative SMILA. As Lenz explained, SMILA acts within a domain of various approaches and already established solutions re. Enterprise Resource Planning &#8230; <a href="http://blog.semantic-web.at/2009/02/19/enterprise-search-goes-open-source/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 8px; margin-right: 8px;" title="management_lenz_web" src="http://blog.semantic-web.at/wp-content/uploads/2009/02/management_lenz_web.jpg" alt="management_lenz_web" width="120" height="92" align="left" />In his recent interview Andreas Blumauer (<a href="http://www.sematic-web.at" target="_blank">SWC</a>) asked Mario Lenz, from german-based knowledge management solution provider <a href="http://www.empolis.com/" target="_blank">EMPOLIS</a>, about their OS-Initative <a href="http://www.eclipse.org/smila/" target="_blank">SMILA</a>. As Lenz explained, SMILA acts within a domain of various approaches and already established solutions re. <a class="zem_slink" title="Enterprise resource planning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Enterprise_resource_planning">Enterprise Resource Planning</a> Systems. So, he sees SMILA&#8217;s USP in: <em>&#8220;a standardized way of representing, accessing and managing those unstructured data which not exist today. Rather, each vendor ships his own, proprietary solution. SMILA&#8217;s goals are to define and implement such a standard infrastructure framework and to establish a community bringing it forward.&#8221;</em></p>
<p>Besides an insight in many aspects of the initiative, the interview provides thoughts on how connected business-models, in providing services, could look like.</p>
<p>[<a href="http://www.semantic-web.at/1.36.resource.274.enterprise-search-goes-open-source.htm" target="_blank">read more</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/bda1eda8-b820-47cc-b31f-87688f0ded34/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bda1eda8-b820-47cc-b31f-87688f0ded34" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/02/19/enterprise-search-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Issues on the Corporate Semantic Web</title>
		<link>http://blog.semantic-web.at/2009/01/26/issues-on-the-corporate-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2009/01/26/issues-on-the-corporate-semantic-web/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 12:26:32 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Corporate Semantic Web]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Business process]]></category>
		<category><![CDATA[Free University of Berlin]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=472</guid>
		<description><![CDATA[Prof. Adrian Paschke, head of the Corporate Semantic Web Working Group at the Free University of Berlin, gave an extensive interview on promises and challenges of the Corporate Semantic Web addressing methodological, technological and economic aspects. He says: Corporate Semantic &#8230; <a href="http://blog.semantic-web.at/2009/01/26/issues-on-the-corporate-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Prof. Adrian Paschke, head of the <a href="http://www.corporate-semantic-web.de/" target="_blank">Corporate Semantic Web Working Group</a> at the <a class="zem_slink" title="Free University of Berlin" rel="homepage" href="http://www.fu-berlin.de">Free University of Berlin</a>, gave an extensive interview on promises and challenges of the Corporate Semantic Web addressing methodological, technological and economic aspects. He says:</p>
<blockquote><p>Corporate Semantic Web addresses both the consumer and the produce side, where consumers and producers might be humans as well as automated services, e.g. in business processes and enterprise service networks. This also includes the adequate engineering, modelling, negotiation and controlling of the use of the (meta)data and meaning representations in a (collaborating) community of users or services in enterprise settings where the individual meanings as elements of the internal cognitive structures of the members become attuned to each others’ view in a communicative process. This allows dealing with issues like ambiguity of information and semantic choices, relevance of information, information overload, information hiding and strategic information selection, as well as positive and negative consequences of actions (e.g. in a decision making process).</p>
<p>But, CSW does not only address the technological aspect but also the pragmatic aspect of actually using Semantic Web technologies in enterprises, which includes learning and training aspects as well as economical considerations. Incentives need to be provided to encourage in-house adoption and integration of these new Corporate Semantic Web technologies into the existing IT infrastructures, services and business processes. Decision makers on the operation, tactical and strategic IT management level need to understand the impact of this new technological approach and its adoption costs and return on investment. Therefore, companies will have in mind the economical justifiability of the deployment of new technologies.</p></blockquote>
<p>I think he addresses some really crucial aspects of this emerging application field. Read the <a href="http://www.semantic-web.at/1.36.resource.271.adrian-paschke-x22-corporate-semantic-web-also-addresses-the-pragmatic-aspects-of-using-se.htm" target="_blank">full interview here</a>.</p>
<p>Corporate Semantic Web will also be a major topic at this year&#8217;s <a href="http://i-semantics.tugraz.at/" target="_blank">I-Semantics Conference</a> from Sept. 2 &#8211; 4, 2009 in Graz/Austria. Also check out the forthcoming <a href="http://www.meetup.com/The-Berlin-Semantic-Web-Meetup-Group/" target="_blank">Semantic Web Meetup in Berlin</a> on March 20, 2009, which is organized by Adrian Paschke&#8217;s team and the Semantic Web Company.</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/4cca55aa-d6e2-4a98-86fb-1ad7e9e43dd0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=4cca55aa-d6e2-4a98-86fb-1ad7e9e43dd0" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/01/26/issues-on-the-corporate-semantic-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>corporate wiki: more than a software</title>
		<link>http://blog.semantic-web.at/2009/01/19/corporate-wiki-more-than-a-software/</link>
		<comments>http://blog.semantic-web.at/2009/01/19/corporate-wiki-more-than-a-software/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:07:37 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Corporate wiki]]></category>
		<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wiki Engines]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=430</guid>
		<description><![CDATA[Image via Wikipedia It&#8217;s fashionable to have a corporate wiki installed at the own company. But often &#8211; to speak a word of truth &#8211; this wikis are not more than a burial ground of vague project memos. This isn&#8217;t &#8230; <a href="http://blog.semantic-web.at/2009/01/19/corporate-wiki-more-than-a-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
<div>
<dl class="wp-caption" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:SovietGravesSaaremaa.JPG"><img title="Soviet WWII graves, Saaremaa, Estonia. July 27..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/49/SovietGravesSaaremaa.JPG/202px-SovietGravesSaaremaa.JPG" alt="Soviet WWII graves, Saaremaa, Estonia. July 27..." width="202" height="152" /></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:SovietGravesSaaremaa.JPG">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>It&#8217;s fashionable to have a <a class="zem_slink" title="Corporate wiki" rel="wikipedia" href="http://en.wikipedia.org/wiki/Corporate_wiki">corporate wiki</a> installed at the own company. But often &#8211; to speak a word of truth &#8211; this wikis are not more than a burial ground of vague project memos. This isn&#8217;t a big surprise, because often corporate strategy on innovate wikis into company&#8217;s every day life, comes in a simple triple jump: (1) buy some software, (2) get a one-day workshop, (3) write a binding memo to employees to use that wiki. Leaving the process <span>in such a kind</span>, wikis are developing the way that is inherent for them: run riot (optimistic case) or run dry (normal case).</p>
<p>But wikis are extensive and powerful instruments in corporate life. You can plan, communicate, document and control everyday corporate processes with them &#8211; within a common environment. So wikis are less a chunk of software, they are more the potential future working environment, where employees are &#8220;living in&#8221;. So, as careful as we are furnish our offices, we should also setup our virtual working place: The corporate wiki.</p>
<p>Andreas Heilwagen points out some tips on innovate corporate wikis right at &#8220;<a href="http://www.computerwoche.de/1871031" target="_blank">Computerwoche</a>&#8221;</p>
<ul>
<li> clear rules and responsibilities</li>
<li> do not start with empty wikis</li>
<li> so called &#8220;champions&#8221; have to smooth the way</li>
<li> change your mind on information processing</li>
<li> be careful with vendor-specific plugins</li>
<li> do not outsource to professional information brokers</li>
<li> everybody should be able to edit (nearby) every page</li>
<li> get your pages connected intern and extern</li>
<li> always create useful information which others can reuse</li>
</ul>
<p>Following my statement at the beginning, I would add:</p>
<ul>
<li> get a clear definition about the fields you want to use the wiki for</li>
<li> identify company&#8217;s surplus in having a wiki</li>
<li> see which tools and services bring some very personnel benefit for the employees</li>
</ul>
<p>It&#8217;s the preparation phase which is essential in the quaetion on how effective the work with a future corporate wiki can be. Vienna based <a href="http://www.semantic-web.at" target="_blank">Semantic Web Company</a> exemplary runs through such a preparation phase this days. Getting data, using tools like storytelling, personas and usage scenarios, this may end in a &#8220;well equipped working environment of the future&#8221; &#8211; the corporate wiki.</p>
<p>Retated:</p>
<ul>
<li><a href="http://blogs.oracle.com/fusionecm/2009/01/enterprise_wiki_strategies.html" target="_blank">Oracle Fusion ECM: Enterprise Wiki Strategies</a></li>
</ul>
<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/74edc5c4-14aa-49f3-9689-4a5b99fec3c0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=74edc5c4-14aa-49f3-9689-4a5b99fec3c0" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/01/19/corporate-wiki-more-than-a-software/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

