<?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; Miscellaneous</title>
	<atom:link href="http://blog.semantic-web.at/category/miscellaneous/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>Experiences from teaching Linked Data</title>
		<link>http://blog.semantic-web.at/2011/12/11/experiences-from-teaching-linked-data/</link>
		<comments>http://blog.semantic-web.at/2011/12/11/experiences-from-teaching-linked-data/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 15:55:34 +0000</pubDate>
		<dc:creator>Andreas Blumauer</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[cornell]]></category>
		<category><![CDATA[data publishing]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[structured web]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=2600</guid>
		<description><![CDATA[Dr. Bernhard Haslhofer works as instructor on Web Information Systems at Cornell Information Science. Just recently he gave a course which examined technologies for building data-centric information systems on the World Wide Web. Semantic Web Company (SWC) had the opportunity &#8230; <a href="http://blog.semantic-web.at/2011/12/11/experiences-from-teaching-linked-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.cs.cornell.edu/~bh392/" target="_blank">Dr.  Bernhard Haslhofer</a></strong> works as instructor on Web Information Systems at  <a href="http://www.infosci.cornell.edu/" target="_blank"><strong>Cornell Information Science</strong></a>. Just recently he gave a course which  examined <strong>technologies for building data-centric information systems</strong> on  the World Wide Web. Semantic Web Company (SWC) had the opportunity to talk  with Dr. Haslhofer to examine the question &#8220;<strong>How to teach Linked Data?</strong>&#8220;.</p>
<p><a href="http://blog.semantic-web.at/wp-content/uploads/2011/12/bernhard_haslhofer.jpeg"><img class="alignright size-full wp-image-2601" title="bernhard_haslhofer" src="http://blog.semantic-web.at/wp-content/uploads/2011/12/bernhard_haslhofer.jpeg" alt="" width="200" height="200" /></a></p>
<p><em>SWC:  Bernhard, you have been working on the Semantic Web and Linked Data for  years now. What is the first lesson you usually give when you try to  explain the &#8220;Semantic Web&#8221;?</em></p>
<p>Maybe  I should first clarify that the course I am co-teaching is not a  Semantic Web course. The course is about data-centric Web information  systems in general and we spent some classes talking about Linked Data  and Semantic Web technologies. We start explaining the origins and the  fundamental architectural principles of the World Wide Web and then  focus on the data-centric aspects of the Web.</p>
<p><em><strong>&#8220;instead of building isolated repository-centric APIs we  could also build a globally connected data graph</strong></em>&#8221;</p>
<p>After introducing various  data exchange formats (XML, JSON &amp; co.) we teach how Web APIs work,  and discuss the design principles of RESTful Web Services. Then the  conceptual transition to Linked Data is just a small step, because we  can argue that instead of building isolated repository-centric APIs we  could also build a globally connected data graph, which is based on a  uniform data model and can be traversed and queried using SPARQL.</p>
<p><em><strong>&#8220;DBpedia and all the  other existing Linked Data projects and tools that  came up in recent  years really help in explaining and illustrating how  things work&#8221;</strong></em></p>
<p>So, I  am somehow approaching the &#8220;Semantic Web&#8221; bottom-up and concentrate on  the &#8220;visible&#8221; parts of the &#8220;Semantic Web&#8221; vision. DBpedia and all the  other existing Linked Data projects and tools that came up in recent  years really help in explaining and illustrating how things work. And  last but not least, schema.org and the design of the Facebook Open Graph  protocol also show the growing importance of having structured data on  the Web.</p>
<p><em>SWC:  At least for non-technicians &#8220;Linked Data&#8221; sounds very technical.  <a href="http://en.wikipedia.org/wiki/Antoine_de_Saint-Exupery" target="_blank">Antoine de Saint-Exupery</a> said: &#8220;If you want to build a ship, don&#8217;t drum  up people to collect wood and don&#8217;t assign them tasks and work, but  rather teach them to long for the endless immensity of the sea.&#8221; Is  there an &#8220;endless immensity of the sea&#8221; you try to bring in as well?</em></p>
<p>If  you can access and combine data from the Web you can answer interesting  questions and discover previously unknown relationships between things.  We thought the best way to learn about Linked Data is to implement  simple demo applications. So we asked the students to think about uses  cases that bring some benefit for end users and require data from  several Web sources to answer certain questions.</p>
<p><em><strong>&#8220;I think it became clear what it means to  work with easily accessible  structured Web data opposed to working with  unstructured data&#8221;</strong></em></p>
<p>One group developed a  service which connects safety records with public transport information.  Now users can now easily choose the &#8220;safest&#8221; bus connection between  from and to New York City and other cities. Another group combined  public school district information with geographic data, which now  allows parents to view statistical information about school districts in  New York State by using apps like Google Earth. There are many more  examples, but most importantly, I think it became clear what it means to  work with easily accessible structured Web data opposed to working with  unstructured data.</p>
<p><em>SWC:  Instructing how to use the Semantic Web is not only a matter of  slide-decks. It is rather a question of concrete use cases in  combination with tool skills. What kind of tool skills should students  of information sciences acquire to your opinion?</em></p>
<p>Collecting  and making sense out of data is a common scholarly practice in many  research areas and the Web is becoming, or is already, the primary  medium for publishing and distributing results. I believe that making  data accessible as part of a some research activity will become  increasingly important in future and the Web will probably be  infrastructure for doing this.</p>
<p>So I think that a student who is working  with data should at least know (i) how to retrieve and (ii) how to  publish data on the Web in way that others can easily discover, access,  and use their data. Linked Data is one possible technical approach for  doing that.</p>
<p><em>SWC:  As a European who is teaching and working in the U.S., how do you  perceive the different approaches between those two systems when it  comes to transfer complex fields of knowledge like the semantic web from  universities to business environments?</em></p>
<p>From  the experiences I have made in my previous and current working  environments I can only tell that the relations between businesses and  universities seem to be tighter in the US. I don&#8217;t necessarily mean  &#8220;formal&#8221; bounds between institutions but rather informal relations  between people, who understand complex fields of knowledge, both in the  academia and in business.</p>
<p><strong><em>&#8220;I assume transferring  knowledge between two proxies who speak the same &#8216;language&#8217; makes it a  lot easier&#8221;</em></strong></p>
<p>PhD students, for instance, often work in  business over the summer and/or continue their career in the research  department of some company. Some continue their cooperation with their  former professors and academic colleagues and I assume transferring  knowledge between two proxies who speak the same &#8220;language&#8221; makes it a  lot easier.</p>
<p><em>SWC:  What are the most important things which are still missing to make  linked data technologies an integral part of enterprise information  systems?</em></p>
<p>Quite  often I hear the complaint that major database vendors still don&#8217;t  provide satisfactory RDF support in their products. I don&#8217;t think this  is a necessary precondition for implementing Linked Data but for some  institutions this seems to be very important.</p>
<p><em>Many thanks!</em></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://linkededucation.wordpress.com/2011/11/24/linked-learning-2012-collocated-with-www2012/">Linked Learning 2012, collocated with WWW2012</a> (linkededucation.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://ivan-herman.name/2011/11/07/w3c-library-linked-data-reports/">W3C Library Linked Data Reports</a> (ivan-herman.name)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=543e7450-0d2e-45dc-85fc-e38e9a36530f" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2011/12/11/experiences-from-teaching-linked-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TimBL @ Hofreitschule in Vienna</title>
		<link>http://blog.semantic-web.at/2011/10/11/timbl-hofreitschule-in-vienna/</link>
		<comments>http://blog.semantic-web.at/2011/10/11/timbl-hofreitschule-in-vienna/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 17:54:43 +0000</pubDate>
		<dc:creator>TassiloPellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=2545</guid>
		<description><![CDATA[Right now, 19:30, Tim Berners-Lee is giving a key note on the future of the internet at the Hofreitschule in Vienna, a marvellous, historic venue in the very city. His talk is a plaidoyer for an open internet, that works &#8230; <a href="http://blog.semantic-web.at/2011/10/11/timbl-hofreitschule-in-vienna/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Right now, 19:30, <a class="zem_slink" title="Tim Berners-Lee" rel="homepage" href="http://www.w3.org/People/Berners-Lee">Tim Berners-Lee</a> is giving a key note on the future of the internet at the <a href="http://de.wikipedia.org/wiki/Hofreitschule">Hofreitschule</a> in Vienna, a marvellous, historic venue in the very city.<a href="http://blog.semantic-web.at/wp-content/uploads/2011/10/timbl.jpg"><img class="aligncenter size-full wp-image-2546" title="timbl" src="http://blog.semantic-web.at/wp-content/uploads/2011/10/timbl.jpg" alt="" width="600" height="448" /></a></p>
<p>His talk is a plaidoyer for an open internet, that works independent from central control  and political implications, on top of <a class="zem_slink" title="Open standard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_standard">open standards</a> AND <a class="zem_slink" title="Network neutrality" rel="wikipedia" href="http://en.wikipedia.org/wiki/Network_neutrality">net neutrality</a>. This is especially relevant when it comes to <a class="zem_slink" title="Open science data" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_science_data">open data</a>, where the social machinery of the web will help to improve many flaws democracy is facing today.</p>
<p>So, what are the implications: Study Web Science! And trigger gentle, non-violent change!</p>
<p>It was a pleasure to listen!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=4e7f9bfe-ac4f-4b2b-8bff-412d764913d4" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2011/10/11/timbl-hofreitschule-in-vienna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Marco Neumann: &#8220;It&#8217;s definitely an exciting time to be on the Semantic Web!&#8221;</title>
		<link>http://blog.semantic-web.at/2010/03/25/interview-with-marco-neumann-its-definitely-an-exciting-time-to-be-on-the-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2010/03/25/interview-with-marco-neumann-its-definitely-an-exciting-time-to-be-on-the-semantic-web/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 10:39:26 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Semantic Web Applications]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[semantic web standards]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1493</guid>
		<description><![CDATA[Marco Neumann is an Information Scientist and CEO of KONA a consulting and technology service company based in New York City. The Semantic Web activist is an invited expert to the W3C HTML 5 working group. He recently started a &#8230; <a href="http://blog.semantic-web.at/2010/03/25/interview-with-marco-neumann-its-definitely-an-exciting-time-to-be-on-the-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2010/03/marco1.jpg"><img style="margin-left: 5px; margin-right: 5px;" title="marco" src="http://blog.semantic-web.at/wp-content/uploads/2010/03/marco1.jpg" alt="" width="70" height="89" /></a>Marco Neumann is an Information Scientist and CEO of KONA a consulting  and technology service company based in New York City. The Semantic Web  activist is an invited expert to the W3C HTML 5 working group. He  recently started a discussion on the challenges and difficulties in  bringing the Semantic Web into business. SWC asked him for some  additional comments.</p>
<h3>Marco, you recently initiated a discussion in a Google Group on the  difficulty to change Semantic Web standards. What was the background of  the discussion? Where do you perceive a need for action?</h3>
<p>It&#8217;s not so much about changing this existing standards but  the challenge  to bring them into the world of practitioners and  standards developers.  The language used in W3C recommendations quite  frequently requires  advanced topic knowledge and familiarity with the  jargon of the  discussion about the respective technologies. I recently  discussed this  with a senior standards maven at the W3C and got the  answer that the recommendations can&#8217;t be changed retrospectively and  that they are intended  to be used primarily by vendors for  implementation purposes.</p>
<p>Well  this might be the case but I also got the impression that Tim  Berners-Lee  objective for the W3C is primarily to meet the needs of a  larger  community. And the W3C took this into account for most of the  Semantic  Web recommendations in the past. Something I still find  amazing is  the fact that the work process at the W3C is partially and the  recommendations  are entirely publicly accessible. Though we definitely  still need  more and better tools to work with semantic web data, higher  quality  documentation and last but not least more user adoption on the  web.</p>
<h3>Critics of the Semantic Web often refer to the slow uptake of  Semantic Web standards by industry. Is standards adoption actually a  valid and sufficient metric to evaluate the maturity of a standard? What  would be needed to accelerate the uptake?</h3>
<p>I think we might see a similar scenario to the uptake of HTML  in the early  90s, a relatively small number of technology mavens will  pave the  way towards making the Semantic Web more attractive as a  technology  solution for a wide range of applications and will  successfully  publish open data before we see business application  developers make  use of Semantic Web standards.</p>
<h3>The availability of trustable and quality approved RDF data is  crucial for the success of the Semantic Web. Given the fact that the aggregation business on the WWW is highly concentrated the corresponding formula  is simple: If Google just consumes but does not give back RDF the  Semantic Web won&#8217;t scale. Do you agree?</h3>
<p>Yes and no. Yes we need better and more semantic data on the  Web, but we will also need better ways to deal with trust in a  lightweight and web friendly fashion. I currently see a number of semi  automated approaches emerging  that could scale on the web. An example  are distributed user based recommendation systems to validate  authenticity, open Wikipedia style community evaluation and content  curation a la freebase. Increased public accountability for data  producers might be an interesting venue as well. In regards to Google  I&#8217;d say web search engines will go where the web goes. A problem I might  see arising is that web search engines will initially develop their own  standards to deal with the emerging Semantic Web and confuse users on  the web or might pursue a time consuming power play with the W3C. I see a  little bit of that in the current discussion in the HTML 5 working  group.</p>
<h3>As we know from social sciences technological standards are  necessary but always incomplete and unsatisfactory. From a standards  design and outreach perspective: What would it need to make the Semantic  Web flourish?</h3>
<p>I&#8217;m not sure if we really know all that much about the laws  of innovation  and the evolution of technology standards at this point.  If we draw  from the short experience with the World Wide Web I would  come to the  conclusion that innovation takes place in small to medium  size teams  that pursue an independent vision of how services should be  delivered  and how the technology should be designed. In addition Tim  Berners-Lee&#8217;s  encourages the production of lots and lots of data to  bootstrap the  Semantic Web and create a pull for services in the  industry. And  indeed we really see some traction for example with the  Linked Open  Data and Open Government initiatives. It&#8217;s definitely an  exciting  time to be on the Semantic Web!</p>
<h3>About Marco Neumann</h3>
<p>Marco Neumann is an Information Scientist and CEO of KONA a  consulting and  technology service company based in New York City. KONA  provides semantic  technologies to businesses solutions and adds value  to products and  services in a highly networked economy. In addition  Marco currently  acts as an Invited Expert to the W3C on the HTML 5  working group and  is the director of the global semantic social network  <a href="http://www.lotico.com./">lotico.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/03/25/interview-with-marco-neumann-its-definitely-an-exciting-time-to-be-on-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jordan S. Hatcher: &#8220;Why we can&#8217;t use the same open licensing approach for databases as we do for content and software.&#8221;</title>
		<link>http://blog.semantic-web.at/2010/01/14/jordan-s-hatcher-why-we-cant-use-the-same-open-licensing-approach-for-databases-as-we-do-for-content-and-software/</link>
		<comments>http://blog.semantic-web.at/2010/01/14/jordan-s-hatcher-why-we-cant-use-the-same-open-licensing-approach-for-databases-as-we-do-for-content-and-software/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:33:39 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Intellectual property]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Open Data]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1389</guid>
		<description><![CDATA[Jordan S. Hatcher is, among other things, a lawyer, academic, and entrepreneur working on Intellectual Property and Internet law issues in the UK and worldwide. He is heavily involved in the Open Data Commons initiative. Last month he gave me &#8230; <a href="http://blog.semantic-web.at/2010/01/14/jordan-s-hatcher-why-we-cant-use-the-same-open-licensing-approach-for-databases-as-we-do-for-content-and-software/">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/01/jordan.jpg"><img style="margin-left: 5px; margin-right: 5px;" title="jordan" src="http://blog.semantic-web.at/wp-content/uploads/2010/01/jordan.jpg" alt="jordan" width="75" height="75" /></a>Jordan S. Hatcher is, among other things, a lawyer, academic, and entrepreneur working on Intellectual Property and Internet law issues in the UK and worldwide. He is heavily involved in the <a href="http://www.opendatacommons.org/" target="_blank">Open Data Commons</a> initiative. Last month he gave me an interview on IPR issues associated with data licensing. His brief answer to the question why data needs a seperate licensing framework:</p>
<blockquote><p>The answer to me is that database and data are different.  They&#8217;re different legally and different practically in what consumers and producers of open data want to do with it.  They&#8217;re also different in what the future looks like in terms of things like linked data.</p></blockquote>
<p>Read the details in the <a href="http://www.semantic-web.at/1.36.resource.296.jordan-s-hatcher-x22-why-we-can-x27-t-use-the-same-open-licensing-approach-for-databases-a.htm" target="_blank">full interview</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/78495bda-3af1-448a-8dfb-9497ab508eea/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=78495bda-3af1-448a-8dfb-9497ab508eea" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2010/01/14/jordan-s-hatcher-why-we-cant-use-the-same-open-licensing-approach-for-databases-as-we-do-for-content-and-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic Maps and the Semantic Web</title>
		<link>http://blog.semantic-web.at/2009/10/16/topic-maps-and-the-semantic-web/</link>
		<comments>http://blog.semantic-web.at/2009/10/16/topic-maps-and-the-semantic-web/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 12:47:48 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Topic Maps]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1255</guid>
		<description><![CDATA[From November 11 &#8211; 13, 2009 this will be one of the big issues at the 5th International Conference on Topic Maps taking place in Leipzig/Germany. When asked about the relationship between TM and SemWeb conference organizer Lutz Maicher says: &#8230; <a href="http://blog.semantic-web.at/2009/10/16/topic-maps-and-the-semantic-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.semantic-web.at/wp-content/uploads/2009/10/tmra.jpg"><img title="tmra" src="http://blog.semantic-web.at/wp-content/uploads/2009/10/tmra.jpg" alt="tmra" width="104" height="47" /></a>From November 11 &#8211; 13, 2009 this will be one of the big issues at the <a href="http://tmra.de" target="_blank">5th International Conference on Topic Maps</a> taking place in Leipzig/Germany. When asked about the relationship between TM and SemWeb conference organizer Lutz Maicher says:</p>
<blockquote><p>With the vision of the web of data Topic Maps and the Semantic Web move closer over time. Anywhere URIs represent subjects, structured statements are gathered around them. In this context I see subj3ct.com as an interesting ventures. This recently launched service provides URIs for 15 million subjects to be used in structured data. Naturally, linked data hubs like dbpedia or geonames.org are part of it. The crowd is invited to contribute to this collection, also the Topic Maps Lab provides several feeds to register new URIs. Subj3ct.com turns out to be an infrastructure technology for Web 3.0 applications, regardless whether they are based on Topic Maps or other Semantic Web technologies.</p>
<p>Through this convergence the uniqueness of each technology sharpens. Reasoning is the strong point of the Semantic Web. But the strength of Topic Maps are semantic portals and the global federation of facts around subjects. Bringing together all and even contradictory information about each subject &#8211; and not building reasoning-ready consistent models of the world &#8211; is built into the genes of Topic Maps.</p></blockquote>
<p>Read the <a href="http://www.semantic-web.at/1.36.resource.291.lutz-maicher-x22-with-the-vision-of-the-web-of-data-topic-maps-and-the-semantic-web-move-c.htm" target="_blank">full interview here</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/2cc42377-546c-4899-ba5d-8ed8d376a8e5/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=2cc42377-546c-4899-ba5d-8ed8d376a8e5" 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/10/16/topic-maps-and-the-semantic-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project Kick Off: SEmantic SmArt Metering &#8211; Enablers for Energy Efficiency</title>
		<link>http://blog.semantic-web.at/2009/10/02/project-kick-off-semantic-smart-metering-enablers-for-energy-efficiency/</link>
		<comments>http://blog.semantic-web.at/2009/10/02/project-kick-off-semantic-smart-metering-enablers-for-energy-efficiency/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:10:51 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1205</guid>
		<description><![CDATA[Recently we held a kick off meeting at FTW Vienna for our Smart Metering project called SeSaMe. This acronym stands for SEmantic SmArt Metering and adresses the use of computational semantics to improve energy consumption in terms of efficiency and &#8230; <a href="http://blog.semantic-web.at/2009/10/02/project-kick-off-semantic-smart-metering-enablers-for-energy-efficiency/">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/10/sesame-logo.jpg"><img title="sesame-logo" src="http://blog.semantic-web.at/wp-content/uploads/2009/10/sesame-logo.jpg" alt="sesame-logo" width="136" height="90" /></a>Recently we held a kick off meeting at <a href="http://www.ftw.at" target="_blank">FTW Vienna</a> for our Smart Metering project called SeSaMe. This acronym stands for SEmantic SmArt Metering and adresses the use of computational semantics to improve energy consumption in terms of efficiency and personal awareness. (It has nothing to do with the well known <a href="http://www.aduna-software.com/technology/sesame" target="_blank">triple store from Aduna</a>, but maybe we will use it.)</p>
<p>The high-level societal goal of the project SeSaMe is to facilitate home owners or building managers in saving energy within their environments and in optimizing their energy costs, while actively controlling and maintaining their preferred quality of living. Therefore an <a href="http://sesame.ftw.at/consortium/" target="_blank">international consortium of five partners</a> was formed bringing together various competencies and fields of expertise.</p>
<p>We have set up a <a href="http://sesame.ftw.at/" target="_blank">project blog</a>, where you will find more information on the topic soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/10/02/project-kick-off-semantic-smart-metering-enablers-for-energy-efficiency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great satire: &#8220;Web 3.Oh No!&#8221;</title>
		<link>http://blog.semantic-web.at/2009/08/04/great-satire-web-3oh-no/</link>
		<comments>http://blog.semantic-web.at/2009/08/04/great-satire-web-3oh-no/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:59:06 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Semantics & Philosophy]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Science fiction]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Social network service]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=1090</guid>
		<description><![CDATA[Found this piece on FCW.com. I love it! Posted by John Klossner on Aug 03, 2009 For those of you, like me, who need a way to keep these things straight, I offer the following handy, wallet-sized program. WEB 1.0 &#8230; <a href="http://blog.semantic-web.at/2009/08/04/great-satire-web-3oh-no/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found this piece on <a href="http://fcw.com/blogs/john-klossner/2009/08/web-3ohno.aspx" target="_blank">FCW.com</a>. I love it!</p>
<blockquote><p>Posted by <span>John Klossner</span> on <span class="date">Aug 03, 2009</span></p>
<p>For those of you, like me, who need a way to keep these things straight, I offer the following handy, wallet-sized program.</p>
<p>WEB 1.0 (browsers) – Users find data<br />
WEB 2.0 (social networks) – Users find each other<br />
WEB 3.0 (semantic Web) – Data find each other</p>
<p>Of course, a lifetime of science-fiction reading and viewing leads me to fear we can look forward to the following developments:</p>
<p>WEB 4.0 – Data create their own Facebook page, restrict friends.<br />
WEB 5.0 – Data decide they can work without humans, create their own language.<br />
WEB 6.0 –Human users realize that they no longer can find data unless invited by data.<br />
WEB 7.0 – Data get cheaper cell phone rates.<br />
WEB 8.0 – Data horde all the good YouTube videos, leaving human users with access to <a href="http://www.youtube.com/watch?v=SpqFsKTHPio&amp;feature=related" target="_blank">bad &#8217;80&#8242;s music videos</a> only.<br />
WEB 9.0 – Data create and maintain own blogs, are more popular than human blogs.<br />
WEB 10.0 – All episodes of Battlestar Gallactica will now be shown from the Cylons&#8217; point of view.</p>
<p><span class="date"><br />
</span></p></blockquote>
<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/7cf7587d-4a0c-4502-9810-87f45ab73f1b/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7cf7587d-4a0c-4502-9810-87f45ab73f1b" 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/08/04/great-satire-web-3oh-no/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keynotes @ I-SEMANTICS / I-KNOW 2009</title>
		<link>http://blog.semantic-web.at/2009/04/27/keynotes-i-semantics-i-know-2009/</link>
		<comments>http://blog.semantic-web.at/2009/04/27/keynotes-i-semantics-i-know-2009/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 10:42:20 +0000</pubDate>
		<dc:creator>Tassilo Pellegrini</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[APA]]></category>
		<category><![CDATA[I-KNOW]]></category>
		<category><![CDATA[I-SEMANTICS]]></category>
		<category><![CDATA[keynote##]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=908</guid>
		<description><![CDATA[This year&#8217;s keynotes at the I-SEMANTICS / I-KNOW conference taking place from September 2 &#8211; 4, 2009 in Graz / Austria have been fixed. The scientific keynotes will be provided by Paolo Traverso, Director of the Center for Information Technology &#8230; <a href="http://blog.semantic-web.at/2009/04/27/keynotes-i-semantics-i-know-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s keynotes at the <a href="http://www.i-semantics.at" target="_blank">I-SEMANTICS</a> / <a href="http://www.i-know.at" target="_blank">I-KNOW</a> conference taking place from September 2 &#8211; 4, 2009 in Graz / Austria have been fixed.</p>
<p>The scientific keynotes will be provided by <a href="http://cit.fbk.eu/traverso/" target="_blank">Paolo Traverso</a>, Director of the Center for Information Technology &#8211; IRST, Fondazione Bruno Kessler, Italy, and Professor <a href="http://www.ise.polyu.edu.hk/km/content/staff_eric.htm" target="_blank">Eric Tsui</a>, Associate Director of the Knowledge Management Research Centre, The Hong Kong Polytechnic University, China.</p>
<p>The industry keynote will be held by <a href="http://www.apa.at/" target="_blank">Peter Kropsch</a>, CEO of the Austrian Press Agency.</p>
<p>Further details will follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/04/27/keynotes-i-semantics-i-know-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No business is more complex than communications&#8230;</title>
		<link>http://blog.semantic-web.at/2009/02/06/no-complexer-business-than-communications/</link>
		<comments>http://blog.semantic-web.at/2009/02/06/no-complexer-business-than-communications/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:49:58 +0000</pubDate>
		<dc:creator>Marion Fuglewicz-Bren</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Semantics & Philosophy]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[Public relations]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=556</guid>
		<description><![CDATA[Image via Wikipedia As journalist and communications-professional I came acoss an article that I – although in German &#8211; have to recommend from the depth of my heart to everybody who is somehow concerned with communication. It´s an article on &#8230; <a href="http://blog.semantic-web.at/2009/02/06/no-complexer-business-than-communications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 150px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Communication_emisor.jpg"><img title="Communication major dimensions scheme" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b0/Communication_emisor.jpg/202px-Communication_emisor.jpg" alt="Communication major dimensions scheme" width="140" height="122" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Communication_emisor.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>As journalist and communications-professional I came acoss an article that I – although in German &#8211; have to recommend from the depth of my heart to everybody who is somehow concerned with communication. It´s an article on <a href="http://www.brandeins.de/home/inhalt_detail.asp?id=2908&#038;MenuID=8&#038;MagID=110" target="_blank">propaganda</a> in the prestigious <a href="http://www.brandeins.de/home/index.asp" target="_blank">brandeins-magazine.</a> Here´s a <a href="http://www.kropf-kommunikation.at/blog/brand-eins-uber-pr-ohne-interessen-findet-kommunikation-nicht-statt/comment-page-1/#comment-1284" target="_blank">german commentary</a> on it.</p>
<p>Communications and public relations are at least as complex as the Semantic Web is and it´s not accidental that both of them deal with language. <a class="zem_slink" title="Ludwig Wittgenstein" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ludwig_Wittgenstein">Ludwig Wittgenstein</a> had claimed comprehension by talking about  <a href="http://en.wikipedia.org/wiki/Truth_table" target="_blank">truth tables</a> and anybody who deals with communication should act more explicit in terms of getting more understanding.</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/54b58623-dbbf-4811-80e0-91347dcc32ac/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=54b58623-dbbf-4811-80e0-91347dcc32ac" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2009/02/06/no-complexer-business-than-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reasoning Problems?</title>
		<link>http://blog.semantic-web.at/2008/11/01/reasoning-problems/</link>
		<comments>http://blog.semantic-web.at/2008/11/01/reasoning-problems/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 10:37:13 +0000</pubDate>
		<dc:creator>Pascal Hitzler</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Ontology Engineering]]></category>
		<category><![CDATA[best paper award]]></category>
		<category><![CDATA[ISWC]]></category>
		<category><![CDATA[OWL]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Reasoning]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=331</guid>
		<description><![CDATA[I&#8217;m not going to explicitly comment on the panel discussion at ISWC08, entitled An OWL 2 Far? Let&#8217;s simply say it was controversial. I don&#8217;t mind controversial panels. In fact, I think that few things are more boring than a &#8230; <a href="http://blog.semantic-web.at/2008/11/01/reasoning-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not going to explicitly comment on the panel discussion at <a href="http://iswc2008.semanticweb.org/">ISWC08</a>, entitled <em>An OWL 2 Far? </em>Let&#8217;s simply say it was controversial. I don&#8217;t mind controversial panels. In fact, I think that few things are more boring than a panel where all panelists more or less agree. But at the same time, at the <a href="http://iswc2008.semanticweb.org/">ISWC08</a> panel, I think, an important message got lost, namely that we really need reasoning for the Semantic Web, and that we need diversity in reasoning. (Admittedly, some people said so, but I think the message didn&#8217;t really get through.)</p>
<p>So, instead, let me give you some web search problems. They all came up in my real life, so they are not artificially created. It seems to me that the Semantic Web should make answering them easier, but with the existing web resources, they are really difficult.</p>
<ul>
<li>Find all papers having received best paper awards at ISWC conferences. I did that today, and it took me more than 30 minutes. And I&#8217;m not sure if I got all of them &#8211; indeed I would have missed one of them if I hadn&#8217;t known beforehand about that specific paper having received the award. Isn&#8217;t this a typical Semantic Web problem? (The results of my search are further below.)</li>
<li>There&#8217;s an owl-like bird in southern German woods, and in colloquial german it&#8217;s called <em>Käuzchen</em>. Try to find out the english name for this bird. I actually failed, though I think I got close to the answer when I merged web search with an external knowledge base (in form of a biologist I happen to know). And actually, simply going to <a href="http://de.wikipedia.org/wiki/K%C3%A4uze">Wikipedia</a> and clicking on the <em>English </em>link is not enough, since I&#8217;m not looking for the <a href="http://en.wikipedia.org/wiki/Strix_(genus)">Strix genus of owls</a>, but rather for a particular bird &#8230;</li>
<li>Who is this researcher with the russian looking name who worked on resolution-based methods for the <a href="http://dl.kr.org/">description logic</a> EL? This also looks like a typical Semantic Search problem, which shouldn&#8217;t be too difficult if you have the corresponding knowledge (and background knowledge) available. I admit I failed on this one using traditional methods (unless you consider it a traditional method to ask <a href="http://lat.inf.tu-dresden.de/~baader/">Franz Baader</a> by email about it.)</li>
<li>Are lobsters spiders? I.e. are lobsters classified as spiders by biologists? This one is actually tougher than you would think using traditional methods. Should be easy using Semantic Web knowledge bases and some simple reasoning, shouldn&#8217;t it?</li>
</ul>
<p>For all these tasks (and many others), it seems to be apparent that Semantic Web Reasoning &#8211; and the availability of corresponding knowledge bases &#8211; would make the finding of answers much easier. The current reality of the Semantic Web is still quite a bit away from this. But we&#8217;re <a href="http://blog.semantic-web.at/2008/10/30/a-very-personal-bit-of-iswc08-trendspotting/">working on it</a>.</p>
<p>Finally, as promised, the results of my inquiry about the ISWC best paper awards:</p>
<ul>
<li>2004: Y. Guo, Z. Pan, and J. Heflin, <a href="http://springerlink.metapress.com/content/nmmlflpgxfp6r2ju/?p=f80d078582d04658bad99be71b47b240&amp;pi=1">An Evaluation of Knowledge Base Systems for Large OWL Datasets</a>.  This one compares different semantic web reasoners.</li>
<li>2005: The award was split that year. One half was awarded to P. Mika, <a href="http://dx.doi.org/10.1007/11574620_38"> Ontologies Are Us: A Unified Model of Social Networks and Semantics</a>. The other half was awarded to B. Motik,<a href="http://dx.doi.org/10.1007/11574620_40"> On the Properties of Metamodeling in OWL</a>. <em>Edit: Apologies to Peter Mika. I accidently forgot his paper and mentioned instead a paper which won the best paper award at the <a href="http://www.cc.gatech.edu/ccg/iswc05/">International Symposium on Wearable Computers 2005</a>, which is also abbreviated ISWC. It&#8217;s now been corrected. We definitely need Semantic Search!</em></li>
<li>2006: H. Chen, Y. Wang, H. Wang, Y. Mao, J. Tang, C. Zhou, A. Yin, Z. Wu, <a href="http://dx.doi.org/10.1007/11926078_54">Towards a Semantic Web of Relational Databases: a Practical Semantic Toolkit and an In-Use Case from Traditional Chinese Medicine</a>.</li>
<li>2007: D. Zeginis, Y. Tzitzikas and V. Christophides, <a href="http://dx.doi.org/10.1007/978-3-540-76298-0_46">On the Foundations of Computing Deltas Between RDF Models</a>. This one is about a diff for <a href="http://www.w3.org/RDF/">RDF</a>, and it involves <a href="http://www.w3.org/RDF/">RDF</a> inferencing.</li>
<li>2008: M. Horridge, B. Parsia and U. Sattler, <a href="http://dx.doi.org/10.1007/978-3-540-88564-1_21">Laconic and Precise Justifications in OWL</a>.</li>
</ul>
<p>So why did I dig these awards out? Because I noticed that among these 6 papers there are 3 which are explicitly concerned with <a href="http://www.w3.org/2004/OWL/">OWL</a>. And the 2007 paper involves <a href="http://www.w3.org/RDF/">RDF</a> inferencing. Talk about the importance of reasoning for the Semantic Web &#8230;</p>
<p>Author: <a href="http://www.pascal-hitzler.de">Pascal Hitzler</a>, AIFB, University of Karlsruhe (TH), Germany</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/11/01/reasoning-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

