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

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

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1590</guid>
		<description><![CDATA[Started in 2005 the Semantic Technology Conference has become one of the international community hot spots for the commercial application of and trend scouting in semantic technologies. Tassilo Pellegrini talked to the organizer Eric A. Franzon, VP of Wilshire Conferences &#8230; <a href="http://blog.semantic-web.at/2010/05/19/eric-a-franzon-semantic-technologies-are-becoming-mainstream/">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/05/eric.jpg"><img class="alignnone size-full wp-image-1591" title="eric" src="http://blog.semantic-web.at/wp-content/uploads/2010/05/eric.jpg" alt="" width="75" height="117" /></a></p>
<p>Started in 2005 the Semantic  Technology Conference has become one of the international community hot  spots for the commercial application of and trend scouting in semantic  technologies. Tassilo Pellegrini talked to the organizer Eric A.  Franzon, VP of Wilshire Conferences and Semantic Universe, about what to  expect from the upcoming event and how semantic technologies are  becoming mainstream.</p>
<h3>From June 21 &#8211; 25, 2010 the annual Semantic Technology conference  will take place for the 6th time. Looking back: what has changed over  time? What are the hot topics at this year&#8217;s conference?</h3>
<p>We launched <a href="http://semtech2010.semanticuniverse.com/">SemTech</a> in 2005 in  San Francisco.  It was a good turnout for a new event, with around 300  attendees.  By 2009, that number had grown to 1100, so audience size has  been a significant change, certainly.  However, our interest all along  was to grow an industry as well as an event, and I have absolutely seen  that growth and maturation.  Ours was the first conference devoted to  the commercialization of Semantic Technologies, and at that first  conference, there was a predominant academic presence.  That’s not a bad  thing – this, like so many technical industries, came out of academia.   Nonetheless, it’s nice to see that by 2010, there is significant  adoption by businesses and organizations. I actually feel comfortable  saying that Semantic Technologies are becoming mainstream; certainly not  ubiquitous, but widely adopted.</p>
<p>The hot topics at the <a href="http://semtech2010.semanticuniverse.com/">2010  conference</a> include exciting news in areas we have covered  extensively before such as Linked Data, Semantic Search, Healthcare, and  Publishing.  But we also are delving much more deeply into new domains  that have received a lot of attention recently such as Open Government,  Marketing &amp; Advertising, and Social Networks.  There are new  standards benchmarks to discuss such as SPARQL 1.1 and the business  rules work that is being done with RIF.  Additionally, we are seeing a  lot of traction in Semantics in the Enterprise, so SemTech will have  quite a bit to offer in that area as well.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/05/semtech2010.jpg"><img class="alignnone size-full wp-image-1592" title="semtech2010" src="http://blog.semantic-web.at/wp-content/uploads/2010/05/semtech2010.jpg" alt="" width="500" height="117" /></a></p>
<h3>While semantic technologies have been around for quite some years  now the advent of the Semantic Web added a new spin to the community.  What do you expect for the future when it comes to the convergence of  semantic technologies and the Semantic Web?</h3>
<p>I see Semantic  Technologies as a  superset of the space that is the Semantic Web.  The Semantic Web  is  public; the area I call Semantic Technologies includes non-public,   closed systems – behind firewalls.  We’ve actually seen this before.  At the same   time that the World Wide Web really hit its stride in the mid-1990’s, we  saw  widespread adoption of portals and corporate intranets.  Even  though they did not  sit on the public Web, these systems used the  technologies of the Web to  link documents, enabling organizations to  share those documents globally,  quickly, and inexpensively.</p>
<p>As the tools become   better and we see more use cases in the Semantic Web, I see parallel  development of semantically enabled enterprise systems.  In the same way  enterprises  were using early Web technologies to share documents  behind firewalls, they  are now using semantic systems to share data  globally, quickly, and inexpensively.  At first – and we are seeing this  already – in-house systems will consume data from the public Web,  essentially mixing public  and private data.  This is relatively easy to  do when both systems are built on a similar set of technologies, and  there are an increasing number of  rich data sets for companies to use.   Think of a corporate system that  consumes real-time stock data, for  example.  The system is not generating that information itself, but it  might be using it in a corporate application.</p>
<h3>One of the prominent topics at the moment is Linked Data which in  connection with Semantic Web might evoke a paradigm shift in data  integration issues. How do you experience this trend? How should  companies react?</h3>
<p>If you think about the  ‘traditional’ challenges that enterprises have faced in managing data   and meta data &#8212; issues like integration, disparate data, unstructured  data,  governance, legacy systems, and data quality (to name a few) &#8212;  Semantic  Technologies offer solutions.  They’re not always the best  solution for every problem, and I don’t expect that RDBMS systems will  go away, but there are companies  using Semantic Technology today  to make money and  save money.</p>
<h3>From your perspective: what are the most exciting things to look  out for in the near future?</h3>
<p>There is a great  opportunity for  tool developers to enter the marketplace. The community is hungry  for  new tools and for semantic development to be integrated into the tools  and development environments they are already using.  Another area that I  believe the industry is hungry for is good UI development.  Data is  powerful, but its usefulness is often only seen in solid visualizations   and reporting.  I expect that more of these tools will emerge in the  very  near future.</p>
<p>Tools for publishers   like <a href="http://www.opencalais.com/">OpenCalais</a>, <a href="http://www.zemanta.com/">Zemanta</a>, and the rich semantics  available in <a href="http://drupal.org/project/drupal">Drupal 7</a> are   making it possible for less-technical people to include semantics in  their web pages.</p>
<p>Another area to watch   is consumer applications. <a href="http://www.tripit.com/">Tripit</a>, <a href="http://siri.com/">Siri</a>, and <a href="http://getglue.com/">Adaptive  Blue’s Glue</a> have shown that  there is a market for data-driven  applications for consumers.</p>
<h3>About Eric A. Franzon</h3>
<p>Over the last decade, Eric  Franzon has served as VP of <a href="http://www.wilshireconferences.com/">Wilshire Conferences</a>,  where he has been exploring  the world of enterprise data. As VP of  Semantic Universe, he has worked to raise awareness and explain the  usage of Semantic Technologies and Web 3.0 in business and consumer  settings.  A lifelong learner and teacher, Eric is frequently called on  as a consultant, coach, and trainer around complex technical topics. He  is an advisory committee representative with the  <a href="http://www.w3.org/">World Wide Web Consortium</a> and an Affiliate  Analyst with <a href="http://www.guidewiregroup.com/">Guidewire Group</a>.   Eric has also taught improvisational comedy, early childhood  education, blues  harmonica, and gender studies.  A Chicago native, he  now lives in Los Angeles.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/05/19/eric-a-franzon-semantic-technologies-are-becoming-mainstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking back I-Semantics 2009</title>
		<link>http://blog.semantic-web.at/2009/09/09/looking-back-i-semantics-2009/</link>
		<comments>http://blog.semantic-web.at/2009/09/09/looking-back-i-semantics-2009/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 08:29:09 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1136</guid>
		<description><![CDATA[Last Friday, September 4, 2009 I-Semantics, the 5th International Conference on Semantic Systems, ended. I am extremely happy about the positive response from so many people I got in the last few days. It was a lot of work and &#8230; <a href="http://blog.semantic-web.at/2009/09/09/looking-back-i-semantics-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2008/12/isemantics_logo.jpg"><img title="isemantics_logo" src="http://blog.semantic-web.at/wp-content/uploads/2008/12/isemantics_logo.jpg" alt="isemantics_logo" width="236" height="69" /></a>Last Friday, September 4, 2009 <a href="http://www.i-semantics.at">I-Semantics, the 5th International Conference on Semantic Systems</a>, ended. I am extremely happy about the positive response from so many people I got in the last few days. It was a lot of work and I am glad everything worked out fine.</p>
<p>I-Semantics, which started on Wednesday, September 2, and was colocated with <a href="http://www.i-know.at">I-Know, the International Conference on Knowledge Management,</a> for the third time now, attracted 450 participants. As inteded by our original idea &#8211; bringing the Semantic Web out of the echo chamber &#8211; this colocation has proven to be absolutely fertile as the semantic systems community and the knowledge management community really fit well together and complement each other. So we had a <a href="http://blog.semantic-web.at/wp-content/uploads/2009/09/Final_Programm_I-KNOW_I-SEMANTICS_Web.pdf">rich program</a> consisting of 64 scientific talks (30 I-Semantics / 34 I-Know), a poster session, an industry track and numerous mini tracks and discussion panels. Read a review of the <a href="http://moresemantic.blogspot.com/2009/09/i-semantics-2009-in-graz-day-01.html">first</a>, <a href="http://moresemantic.blogspot.com/2009/09/i-semantics-2009-in-graz-day-02.html">second</a> and <a href="http://moresemantic.blogspot.com/2009/09/i-semantnics-2009-in-graz-day-03.html">third</a> conference day on <a href="http://moresemantic.blogspot.com/">Harald Sack&#8217;s blog</a> (with whom I enjoyed pondering about Net Neutrality and IPV6.)</p>
<p>For the first time we had the <a href="http://www.pragmaticweb.info/">Pragmatic Web Community</a> on board, which held <a href="http://www.pragmaticweb.info/index.php?option=com_content&amp;task=view&amp;id=51&amp;Itemid=1">a special track</a> bringing in lots of new ideas and views on computational semantics. Beside that I recognized that in this track we had quite large amount of people from the social sciences and humanities among the audience, which is a promising signal and hopefully leads to new research and human-oriented technologies.</p>
<p>Another highlight was <a href="http://www.matchmaking.at/iknow09/index.php?file=home_uk.php">this year&#8217;s matchmaking event</a> which aims at initiating business contacts between industry and academia. According to the organizers the <a href="http://www.sfg.at/">Styrian Research Agency</a> and the <a href="http://www.enterpriseeuropenetwork.at/">Enterprise Europe Network</a>,  120 bilateral meetings took place. Astonishingly 56 of the 71 registered participants had a company background.</p>
<p>And finally we hosted the second Triplification Challenge where Chris Bizer gave a keynote and introduced quite a bunch of people to the idea of Linked Data. Unfortunatelly Michael Hausenblas who chaired this year&#8217;s challenge could not attend so I did the moderation during the award ceremony and Chris assisited me handing over the awards to the winners. For the <a href="http://blog.aksw.org/2009/triplification-challenge-2009-winners/">results of the challenge</a> go to Soeren Auer&#8217;s blog.</p>
<p>Wrapping up, all this would not have been possible without the great support of Prof. Klaus Tochtermann and his team from <a href="http://www.know-center.at" target="_blank">Know Center</a>. Year after year they do a great job and it is a great opportunity and pleasure to work together with them. Big thanks also go to Adrian Paschke from <a href="http://www.corporate-semantic-web.de/" target="_blank">Corporate Semantic Web of Free University of Berlin</a>, Hans Weigand from Tilburg University and the guys from <a href="http://www.newmedialab.at/">Salzburg New Media Lab</a>, who helped to set up the I-Semantics conference this year.</p>
<p>The next I-Semantics will take place from September 1 &#8211; 3, 2010. Hope to see you next year in Graz!</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/0cc00ea7-1531-450d-9da8-8f9b3fd73924/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0cc00ea7-1531-450d-9da8-8f9b3fd73924" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/09/09/looking-back-i-semantics-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Knowledge Management and the Semantic Web</title>
		<link>http://blog.semantic-web.at/2009/07/28/knowledge-management-and-the-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2009/07/28/knowledge-management-and-the-semantic-web/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 19:35:44 +0000</pubDate>
		<dc:creator>Helmut Nagy</dc:creator>
				<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Literature & Publications]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1056</guid>
		<description><![CDATA[That&#8217;s the title of my diploma thesis and first of all, thanks to SWC for the possibility to say some words about it. My interest in knowledge management reaches back some time now and I decided to make it the &#8230; <a href="http://blog.semantic-web.at/2009/07/28/knowledge-management-and-the-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s the title of my diploma <a class="zem_slink" title="Dissertation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dissertation">thesis</a> and first of all, thanks to SWC for the possibility to say some words about it. My interest in knowledge management reaches back some time now and I decided to make it the subject of my diploma thesis in my first attempt to write one back in 2001. The semantic web &#8220;came to me&#8221; in the last one or two years and the <a href="http://i-know.tugraz.at/about/previous_conferences" target="_blank">TRIPLE-I conference</a> last year was somehow the trigger for me to connect the two topics.</p>
<p>My basic idea was very simple. When you read about the <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a> you are confronted right away with connections to creating knowledge and knowledge management. But in my understanding the Semantic Web is a technical thing and knowledge management is primarily a cultural and organisational thing. So the research questions for my thesis where:</p>
<blockquote>
<ul>
<li> What relevance do knowledge management and semantic technologies have in the daily work of people working in knowledge intensive domains?</li>
<li>Which possibilities lie in the adoption of knowledge management and semantic technologies?</li>
<li>Are semantic technologies already fit for practical use?</li>
</ul>
</blockquote>
<p>The basis of the empirical part of my thesis are group discussions held in different organisations. As a result I developed starting points for an understanding of the topics &#8220;<a class="zem_slink" title="Knowledge management" rel="wikipedia" href="http://en.wikipedia.org/wiki/Knowledge_management">Knowledge Management</a>&#8221; and &#8220;Semantic Web&#8221; and their relevance in organisations. The empirical results, in short, provide the following answers to the research questions:</p>
<ul>
<li> The &#8220;theoretical relevance&#8221; of both topics is high, the &#8220;practical relevance&#8221; on the other hand is rather low. Neither do structured concepts for knowledge management exist in the studied organisations, nor are there attempts at using semantic technologies</li>
<li>Most of the participants have not heard of the &#8220;semantic web&#8221; prior to the discussions. After having been introduced to the topic, the relevance of the semantic web and of semantic technologies is rated high</li>
<li>Possibilities are seen in a better management of information or knowledge in organisations and, especially for semantic technologies, in the improvement of search functionality&#8217;s and search results</li>
<li>Semantic technologies are not yet seen as fit for practical use</li>
<li>The connection between knowledge management and semantic web is taken as a fact without giving any justification for it.</li>
</ul>
<p>In my conclusion I tried to match my results with the results of the Semantic Web Barometer 2009 and it was very interesting for me, that there were several similarities. I also found that talking to the people that have to work with technologies that are developed for them can be quite interesting and that group discussion are a great way to do that.</p>
<p>I wrote most parts of my diploma thesis in a wiki  (and the rest is available as PDF) so you can find it <a href="http://semantic-web.hel.at" target="_blank">on my wiki</a>.</p>
<p>Your comments and annotations are very welcome!</p>
<p>Thanks for reading as far as this, Helmut</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.w3.org/blog/SW/2009/07/22/iswc_workshop_on_semantic_web_applicatio"> ISWC Workshop on Semantic Web Applications in Scientific Discourse </a> (w3.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tiburon-tv.com/2009/05/28/leo-sauermann-%25e2%2580%2593-gnowsis-weak-memory-remedy-webinale/"> Leo Sauermann &#8211; gnowsis: Weak memory remedy @ webinale </a> (tiburon-tv.com)</li>
</ul>
<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/9484db10-b059-4bd7-b212-7903ed603726/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=9484db10-b059-4bd7-b212-7903ed603726" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/07/28/knowledge-management-and-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Calais, Zemanta or textwise?</title>
		<link>http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/</link>
		<comments>http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:37:13 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Mashups & Web services]]></category>
		<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Linked Data Initiative]]></category>
		<category><![CDATA[Open Calais]]></category>
		<category><![CDATA[textwise]]></category>
		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1035</guid>
		<description><![CDATA[Beside W3C´s Linked Data Initiative, it were semantic services like Calais, Zemanta or textwise which have made the advantages of the Semantic Web visible for a broader community in the last few months. Each of those services follow a slightly &#8230; <a href="http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Beside W3C´s <a href="http://linkeddata.org/" target="_blank">Linked Data Initiative</a>, it were semantic services like <a href="http://www.opencalais.com/" target="_blank">Calais</a>, <a href="http://www.zemanta.com/" target="_blank">Zemanta</a> or <a href="http://www.textwise.com/" target="_blank">textwise</a> which have made the advantages of the Semantic Web visible for a broader community in the last few months.</p>
<p>Each of those services follow a slightly different approach, but in a nutshell: They all offer an <a class="zem_slink" href="http://en.wikipedia.org/wiki/Application_programming_interface" title="Application programming interface" rel="wikipedia">API</a> to provide &#8220;similarity search&#8221; around <a class="zem_slink" href="http://en.wikipedia.org/wiki/Social_media" title="Social media" rel="wikipedia">social media</a> or also to enhance enterprise <a class="zem_slink" href="http://en.wikipedia.org/wiki/Information_management" title="Information management" rel="wikipedia">information management</a>.</p>
<p>Like a magic bullet those services offer a relief from information overflow and seem to become kind of a &#8220;semantic web <a class="zem_slink" href="http://en.wikipedia.org/wiki/Killer_application" title="Killer application" rel="wikipedia">killer application</a>&#8220;.</p>
<p><strong>If you´re familiar with one or many of those services, drop a comment and let us know, what you´ve been experienced so far, or also if you can think of any applications or further developments you would like to see around these kind of services.</strong></p>
<p>If you are not familiar with this stuff, for a quick demo go to</p>
<ul>
<li><a href="http://www.zemanta.com/demo/" target="_blank">Zemanta´s Demo zone</a>,</li>
<li><a href="http://viewer.opencalais.com/" target="_blank">Calais Viewer</a> or see the</li>
<li><a href="http://www.semantichacker.com/widget-plugin/widget" target="_blank">textwise widget</a> below.</li>
</ul>
<p>The widget uses text from this blog to calculate similar stuff from the web.</p>
<p><iframe src="http://widget.semantichacker.com/content-widget/content_widget.html?wW=425&amp;wH=425&amp;wOH=515&amp;wOW=435&amp;wU=0&amp;titleColor=%232D2D2D&amp;channelTitleColor=%23720000&amp;textColor=%23666666&amp;unitColor=%23FFFFFF&amp;wBG=%23000000&amp;wBD=%23000000&amp;cBG=%23FFFFFF&amp;cBD=%2372B691&amp;wTC=%2372B691&amp;wLC=%23FFFFFF&amp;wHC=%2372B691&amp;wHLC=%23FFFFFF&amp;wGW=%23FFFFFF&amp;wL=rssblogs,youtube,rssnews,wikipedia&amp;url=http%3A%2F%2Fblog.semantic-web.at%2F" marginheight="0" marginwidth="0" width="435" frameborder="0" height="515" scrolling="no"></iframe><br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://web2express.org/openlab/2009/06/17/semantic-technology-conference-2009/"> semantic technology conference 2009 </a> (web2express.org)</li>
<li class="zemanta-article-ul-li"><a href="http://squio.nl/blog/2009/03/16/zemanta-semweb-at-work-for-your-blog/">Zemanta: semweb at work for your blog</a> (squio.nl)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a6cca1ac-676a-4b54-8b1e-64bd3bc83a41/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a6cca1ac-676a-4b54-8b1e-64bd3bc83a41" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/07/07/calais-zemanta-or-textwise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1000-and-one pulldowns</title>
		<link>http://blog.semantic-web.at/2009/05/12/1000-and-one-pulldowns/</link>
		<comments>http://blog.semantic-web.at/2009/05/12/1000-and-one-pulldowns/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:38:39 +0000</pubDate>
		<dc:creator>Thomas Thurner</dc:creator>
				<category><![CDATA[Internet & Media]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[wolfram alpha]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=950</guid>
		<description><![CDATA[Image by wocrig via Flickr Luckily, times have come, where semantic search techniques have found their way to enhance knowledge providing theme portals. Nearly once a week a new knowledge portal with built-in semantic search pops up. They deal with &#8230; <a href="http://blog.semantic-web.at/2009/05/12/1000-and-one-pulldowns/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/22857422@N03/3052628550"><img title="Personalisation interface" src="http://farm4.static.flickr.com/3168/3052628550_fd2612118c_m.jpg" alt="Personalisation interface" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/22857422@N03/3052628550">wocrig</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Luckily, times have come, where semantic search techniques have found their way to enhance knowledge providing theme portals. Nearly once a week a new knowledge portal with built-in semantic search pops up. They deal with environmental issues, health care, economy etc. These sites are good examples how the vision of a knowledge web is fostered by semantic technologies. Such focused approaches are great showcases for &#8220;a&#8221; <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a> (even if they are not based on &#8220;the&#8221; RDF semantic web) in the next few months besides  general knowledge portals like Wolfram Alpha.</p>
<p>But the potential of these semantic theme portals is often reduced essentially by their bad <a class="zem_slink" title="Usability" rel="wikipedia" href="http://en.wikipedia.org/wiki/Usability">usability</a>. You get lost in categories and flags &#8211; you get puzzled  by pulldowns, mouseovers and embedded hierachies &#8211; it&#8217;s sometimes a mess out off 1001 functions. You need to understand the underpinning semantic concept to get oriented within these applications &#8211; and this is not the goal of the exercise. Search has to be easy.</p>
<p>To show the potential of semantic technologies, we need good examples, which offer good usability. This is a call to everyone to provide such examples.</p>
<p>See my favorites:</p>
<ul>
<li><a href="http://www.nextbio.com">NextBio</a>,  a platform that enables life science researchers to search, discover, and share knowledge locked within public and proprietary data</li>
<li><a href="http://www.reegle.info/">reegle</a>, the Search Engine for Renewable Energy and Energy Efficiency</li>
<li><a href="http://www.kulttuurisampo.fi">CultureSampo</a>,  a Finnish cultural heritage platform for institutional organizations as well as private citizens</li>
</ul>
<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/f54f1556-ce0d-442c-b789-e870bebbda33/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f54f1556-ce0d-442c-b789-e870bebbda33" 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/05/12/1000-and-one-pulldowns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Semantic Web Awareness Barometer 2008 &#8211; Preliminary Results</title>
		<link>http://blog.semantic-web.at/2009/03/20/semantic-web-awarenerss-barometer-2008-preliminary-results/</link>
		<comments>http://blog.semantic-web.at/2009/03/20/semantic-web-awarenerss-barometer-2008-preliminary-results/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 09:54:50 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Literature & Publications]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=733</guid>
		<description><![CDATA[First results from our last online survey &#8220;Semantic Web Awareness Barometer&#8221; are now available. We conducted the survey togetehr with the Corporate Semantic Web Initiative from the FU Berlin and the Know Center in Graz. We got 256 valid cases &#8230; <a href="http://blog.semantic-web.at/2009/03/20/semantic-web-awarenerss-barometer-2008-preliminary-results/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First results from our last online survey &#8220;Semantic Web Awareness Barometer&#8221; are now available. We conducted the survey togetehr with the <a href="http://www.corporate-semantic-web.de/" target="_blank">Corporate Semantic Web Initiative from the FU Berlin</a> and the <a href="http://www.know-center.at" target="_blank">Know Center in Graz</a>. We got 256 valid cases (from 561 responses) which reveal some intertesting results concerning the experience , expectations and readiness for Social Software and the Semantic Web.  In short:</p>
<div class="O"><strong>Social Software</strong><br />
1. Wikis are king! Social Bookmarking stays behind.<br />
2. Differring applications &amp; usage patterns of social software<br />
3. Differring notions about the benefits of and barriers to Social Software</div>
<div class="O"><strong>Semantic Web</strong><br />
1. Semantic Web is something familiar!<br />
2. Application-oriented catch up – but where are the young academics?<br />
3. „I taught myself about the Semantic Web.“<br />
4. Semantic Web has a corporate relevance!: Search – the killer app! Integration costs &amp; data control might be important aspects.<br />
5. Differring notions about the barriers?<br />
6. Competencies and collaboration will change …<br />
7. Time to market 2 – 5 years!<br />
8. No differences in region, IT competence &amp; familiarity</div>
<div class="O">We will give a short presentation at today&#8217;s <a href="http://www.meetup.com/The-Berlin-Semantic-Web-Meetup-Group/de/calendar/9272195/" target="_blank">Semantic Web Meetup in Berlin</a>. If you can&#8217;t join us, don&#8217;t worry! You can download the slides right here: <a href="http://blog.semantic-web.at/wp-content/uploads/2009/03/semwebbarometer2008.pdf">Semantic Web Awareness Barometer 2008 &#8211; Preliminary Results</a></div>
<div class="O">A detailed report will be available by April.</div>
<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/e1e895ec-16fc-497c-b0e8-860b89f685f5/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e1e895ec-16fc-497c-b0e8-860b89f685f5" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/03/20/semantic-web-awarenerss-barometer-2008-preliminary-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KiWi Annual Meeting</title>
		<link>http://blog.semantic-web.at/2009/03/17/kiwi-annual-meeting/</link>
		<comments>http://blog.semantic-web.at/2009/03/17/kiwi-annual-meeting/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 11:37:48 +0000</pubDate>
		<dc:creator>Thomas Schandl</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[community equity]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[expert finder]]></category>
		<category><![CDATA[kiwiknows]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[sunspace]]></category>
		<category><![CDATA[Thesaurus]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=697</guid>
		<description><![CDATA[Last week the partners of the KiWi (Knowledge In a Wiki) project met in Salzburg for the 2009 Annual Meeting. Sebastian Schaffert and his team demonstrated the latest version of this semantic based framework based on wiki principles and built &#8230; <a href="http://blog.semantic-web.at/2009/03/17/kiwi-annual-meeting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week the partners of the KiWi (Knowledge In a Wiki) project met in Salzburg for the 2009 Annual Meeting.</p>
<p>Sebastian Schaffert and his team demonstrated the latest version of this semantic based framework based on wiki principles and built on JBoss Seam.<br />
You can take a look at the <a href="http://showcase.kiwi-project.eu/KiWi/wiki/home.seam?cid=7811"><strong>online showcase</strong></a> and download the <a href="http://kenai.com/projects/kiwi/downloads"><strong>one click installer of the pre-release</strong></a>.<br />
Sebastian emphasised that KiWi will follow Linus Torvald&#8217;s maxim of <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">releasing early and releasing often</a>.<br />
In June 2009 KiWi 1.0 should be ready, followed by 1.5 in December 2009, at which time Enabling Technologies and a first implementation of the uses cases will be included in the system.</p>
<p>After hearing talks about the KiWi User experience, data model and transaction management, we learned about the status of reasoning, querying, information extraction and personalisation of the Enabling Technologies groups (online slides forthcoming <a href="http://wiki.kiwi-project.eu/?title=kiwi:Annual_Meeting_2009_03">here</a>).</p>
<p>Peter Reiser presented the Sun use case, in which the focus now is on realising an <strong>expert finder mechanism</strong> based on the <a href="http://blogs.sun.com/peterreiser/entry/community_equity_specification">&#8220;Community Equity&#8221;</a> concept found in <a href="http://blogs.atlassian.com/news/2009/02/sun_microsystem.html">Sun Spaces</a> (their highly popular, heavily customized version of Confluence). </p>
<p><img src="http://blog.semantic-web.at/wp-content/uploads/2009/03/200803010023.jpg" alt="Community Equity Diagram" /></p>
<p>In short Community Equity is a system for analysing the social activities in a community and <strong>measuring the value of the contributions</strong> to the community. Social activities are anything from creating content to simply viewing it. These activities are used to calculate the Community Equity (which is simply a number) of content, tags and people.<br />
Consider this example for a content page: The more people view, download, reuse, comment on or rated the page positively, the higher the page&#8217;s Information Equity will be.<br />
In turn the community members acquire Contribution Equity through the content items they create, i. e. the Information Equity of a content item &#8220;spills over&#8221; to its creator.<br />
The same goes for Tag Equity: Each tag obtains the Equity from all the pages it is applied to. E.g. if there are 3 pages with the tag &#8220;JBoss&#8221; with Information equity of 10, 5 and 20, then the Tag Equity of JBoss is 35.<br />
These things alone is very helpful for <strong>motivating people to contribute</strong> to the community and for <strong>judging the quality of content</strong> and ranking it accordingly.</p>
<p>On top of that, the Equity system allows for a expert finder system. People are related to all the tags that are used on the content items they created. Imagine a contributor has created several documents that were tagged with java and the sum of information equity of those pages is 550, then the person also has<br />
That way a search for &#8220;Java&#8221; doesn&#8217;t only bring documents tagged with java, but also <em>people</em> with expertise in Java.<br />
In KiWi this Community Equity system will be implemented and extended. For one, instead of flat tags KiWi will use concepts coming from SKOS thesauri, which will be managed using PoolParty.<br />
These thesauri act as a shared knowledge model. In this way synonyms, parent/child concept relationships, etc. can be considered for Equity calculation, therby <strong>taking personalization, querying and expert finding to a whole new level</strong>.<br />
Research will engage with questions like how should the Equity disperse through the graph: Imagine a community member with high Equity in &#8220;JBoss&#8221;. This means she probably has good expertise in Java too. As this subconcept relationship is expressed in the thesaurus, it is possible to transfer Equity from JBoss to Java, but one has to consider what percentage the equity will be transferred, if Equity only can only spread upwards from subconcept to parent concept or whether other kinds of relationships also warrant the transfer of some Equity.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/03/17/kiwi-annual-meeting/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

