<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>blog.aksw.org</title>
	<link>http://blog.aksw.org</link>
	<description>The shared AKSW blog about our projects and the Semantic Web.</description>
	<pubDate>Mon, 29 Jun 2009 17:39:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>The Road to OntoWiki 1.0</title>
		<link>http://blog.aksw.org/2009/the-road-to-ontowiki-10/</link>
		<comments>http://blog.aksw.org/2009/the-road-to-ontowiki-10/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:42:17 +0000</pubDate>
		<dc:creator>Norman Heino</dc:creator>
		
	<dc:subject>Announcements</dc:subject>
	<dc:subject>Software Releases</dc:subject>
	<dc:subject>OntoWiki</dc:subject><dc:subject>OntoWiki</dc:subject>
		<guid isPermaLink="false">http://blog.aksw.org/2009/the-road-to-ontowiki-10/</guid>
		<description><![CDATA[As our new APIs slowly become stable it is time to annouce some of the new features. OntoWiki 1.0 will have an enhanced plug-in architecture and a lot of APIs that allow you to customize the user interface. In addition to plug-ins which have been around for some time, there are three new extension types:

Components
Modules
Wrapper

In [...]]]></description>
			<content:encoded><![CDATA[<p>As our new APIs slowly become stable it is time to annouce some of the new features. OntoWiki 1.0 will have an enhanced plug-in architecture and a lot of APIs that allow you to customize the user interface. In addition to plug-ins which have been around for some time, there are three new <a href="http://code.google.com/p/ontowiki/wiki/ExtensionCookbook">extension types</a>:</p>
<ul>
<li>Components</li>
<li>Modules</li>
<li>Wrapper</li>
</ul>
<p>In short, components are pluggable controllers, modules are those little boxes OntoWiki has been using for some time now and wrapper are extension for extracting triples from external sources and importing them into your knowledge base.</p>
<p>One wrapper that ships with OntoWiki can e.&thinsp;g. load triples from Linked Data-enabled endpoints like <a href="http://sindice.com/">Sindice</a> or <a href="http://dbpedia.org/">DBpedia</a>. Among others, this feature is demonstrated in the <a href="http://blog.aksw.org/2009/ontowiki-screencast/">new screencast</a>. But the wrapper is only a part of OntoWiki&#8217;s new Linked Data enhancements. A plug-in publishes resources as linked data, provided their URI shares the prefix with the domain the respective OntoWiki installation runs under and the named graph is readable.</p>
<p>Besides extensibility, improvements in performance was one of the key goals for OntoWiki 1.0. Thus, it was only natural to make OntoWiki work with <a href="http://www.openlinksw.com/virtuoso/">Virtuoso</a>, one of the <a href="http://esw.w3.org/topic/LargeTripleStores">fastest RDF triple stores</a> around. Besides Virtuoso, MySQL is still supported as well. It underwent, however, serious refactoring and is now based around ZendDb instead of ADOdb as its abstraction layer.</p>
<p>A preliminary version (OntoWiki 0.9) will be released in the coming weeks. It is based on the 1.0 code base but doesn&#8217;t contain all the features we&#8217;d like to include in 1.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aksw.org/2009/the-road-to-ontowiki-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New OntoWiki Screencast</title>
		<link>http://blog.aksw.org/2009/ontowiki-screencast/</link>
		<comments>http://blog.aksw.org/2009/ontowiki-screencast/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 00:10:06 +0000</pubDate>
		<dc:creator>Sebastian Dietzold</dc:creator>
		
	<dc:subject>OntoWiki</dc:subject><dc:subject>OntoWiki</dc:subject>
		<guid isPermaLink="false">http://blog.aksw.org/2009/ontowiki-screencast/</guid>
		<description><![CDATA[
We&#8217;ve prepared a brand new OntoWiki Screencast from the source trunk to show some special features of the new OntoWiki.
In particular, this screencast demonstrates

the model dashboard with current discussions,
discussions on specific resources,
how to create a new property on a resource,
how to link a local resource with an external one (from sindice), and
how to gather linked [...]]]></description>
			<content:encoded><![CDATA[<div class="falbum-post-box alignright"><p><img src="http://farm4.static.flickr.com/3653/3634189382_1e03b462c9.jpg" width="500" height="375" alt="OntoWiki Sindice Integration" /></div>
<p>We&#8217;ve prepared a brand new <a href="http://docs.ontowiki.net/ontowiki/screencasts/2009-06-17/OntoWiki.htm">OntoWiki Screencast</a> from the source trunk to show some special features of the new OntoWiki.</p>
<p>In particular, <a href="http://docs.ontowiki.net/ontowiki/screencasts/2009-06-17/OntoWiki.htm">this screencast</a> demonstrates</p>
<ol>
<li>the model dashboard with current discussions,</li>
<li>discussions on specific resources,</li>
<li>how to create a new property on a resource,</li>
<li>how to link a local resource with an external one (from sindice), and</li>
<li>how to gather linked data from this external resource.</li>
</ol>
<p>From a technical point of view, <a href="http://docs.ontowiki.net/ontowiki/screencasts/2009-06-17/OntoWiki.htm">this screencast</a> demonstrates our new RDFa widget library (thx to <a href="http://bis.informatik.uni-leipzig.de/NormanHeino">Norman Heino</a>), our data wrapper system (thx to <a href="http://www.ohloh.net/accounts/p_frischmuth">Philipp Frischmuth</a>) and our new map plugin (thx to <a href="http://comiles.eu/~natanael/wordpress/">Nathanel Arndt</a>).</p>
<p>The <a href="http://docs.ontowiki.net/ontowiki/screencasts/2009-06-17/OntoWiki.htm">screencast</a> is based on revision 3333 from the <a href="http://code.google.com/p/ontowiki/source/checkout">current trunk</a> and uses the Virtuoso backend.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aksw.org/2009/ontowiki-screencast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video of WWW09 Presentation on Triplify available</title>
		<link>http://blog.aksw.org/2009/video-of-www09-presentation-on-triplify-available/</link>
		<comments>http://blog.aksw.org/2009/video-of-www09-presentation-on-triplify-available/#comments</comments>
		<pubDate>Sat, 30 May 2009 22:27:31 +0000</pubDate>
		<dc:creator>Sören Auer</dc:creator>
		
	<dc:subject>Triplify</dc:subject><dc:subject>Triplify</dc:subject>
		<guid isPermaLink="false">http://blog.aksw.org/2009/video-of-www09-presentation-on-triplify-available/</guid>
		<description><![CDATA[The presentation we gave last month on Triplify at the 20th International World Wide Web Conference in Madrid is available at: http://videolectures.net/www09_auer_tlwldp/.
]]></description>
			<content:encoded><![CDATA[<p>The presentation we gave last month on Triplify at the 20th International World Wide Web Conference in Madrid is available at: <a href="http://videolectures.net/www09_auer_tlwldp/">http://videolectures.net/www09_auer_tlwldp/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aksw.org/2009/video-of-www09-presentation-on-triplify-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DL-Learner Build 2009-05-06 released</title>
		<link>http://blog.aksw.org/2009/dl-learner-build-2009-05-06-released/</link>
		<comments>http://blog.aksw.org/2009/dl-learner-build-2009-05-06-released/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:26:55 +0000</pubDate>
		<dc:creator>Jens Lehmann</dc:creator>
		
	<dc:subject>Announcements</dc:subject>
	<dc:subject>Software Releases</dc:subject>
	<dc:subject>Projects</dc:subject>
	<dc:subject>DL-Learner</dc:subject><dc:subject>description logics</dc:subject><dc:subject>DL Learner</dc:subject><dc:subject>ilp</dc:subject><dc:subject>Protege</dc:subject><dc:subject>Release</dc:subject><dc:subject>Research</dc:subject>
		<guid isPermaLink="false">http://blog.aksw.org/2009/dl-learner-build-2009-05-06-released/</guid>
		<description><![CDATA[Today, we released DL-Learner Build 2009-05-06. DL-Learner is a tool for learning OWL class expressions from examples and background knowledge. It extends Inductive Logic Programming (ILP) to Description Logics and the Semantic Web. Some notable features in this release are:

 a new learning algorithm (CELOE) designed specifically for extending OWL ontologies
a Protege plugin using CELOE
a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we released DL-Learner Build 2009-05-06. <a href="http://dl-learner.org">DL-Learner</a> is a tool for learning <a href="http://www.w3.org/TR/owl2-syntax/#Class_Expressions">OWL class expressions</a> from examples and background knowledge. It extends Inductive Logic Programming (ILP) to Description Logics and the Semantic Web. Some notable features in this release are:</p>
<ul>
<li> a new learning algorithm (CELOE) designed specifically for extending OWL ontologies</li>
<li>a <a href="http://dl-learner.org/wiki/ProtegePlugin">Protege plugin</a> using CELOE</li>
<li>a <a href="http://dl-learner.org/files/dl-learner-manual.pdf">manual</a> for getting started using DL-Learner</li>
<li>performance improvements through stochastic methods</li>
<li>more learning examples, unit tests, code quality improvements</li>
</ul>
<p>DL-Learner can be used to:</p>
<ul>
<li>solve general supervised Machine Learning problems using ontologies as background knowledge (given as OWL files, SPARQL endpoints, etc.), e.g. it was used to predict whether chemicals <a href="http://dl-learner.org/wiki/Carcinogenesis">can cause cancer</a></li>
<li>help knowledge engineers by learning definitions and subclass axioms (see the Protege plugin and another one for OntoWiki is in progress)</li>
<li> generating user recommendations when browsing knowledge bases</li>
</ul>
<p>I&#8217;d like to thank all contributors, in particular active <a href="http://dl-learner.org/wiki/Contact">developers</a> and everyone who sent us valuable feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aksw.org/2009/dl-learner-build-2009-05-06-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Today is Semantic Web Day in Leipzig :-)</title>
		<link>http://blog.aksw.org/2009/today-is-semantic-web-day-in-leipzig/</link>
		<comments>http://blog.aksw.org/2009/today-is-semantic-web-day-in-leipzig/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:34:11 +0000</pubDate>
		<dc:creator>Sebastian Dietzold</dc:creator>
		
	<dc:subject>Events</dc:subject><dc:subject>LSWT</dc:subject><dc:subject>LSWT2009</dc:subject>
		<guid isPermaLink="false">http://blog.aksw.org/2009/today-is-semantic-web-day-in-leipzig/</guid>
		<description><![CDATA[Today is the Leipziger Semantic Web Day 2009 in Leipzig, which is the status meeting for LE4SW project. We&#8217;re lucky to welcome more than 60 guests in the Villa Ida in Leipzig/Gohlis, which is more than our firstly booked room could host.

Links:

http://aksw.org/LSWT
More Flickr pics

]]></description>
			<content:encoded><![CDATA[<p>Today is the Leipziger <a href="http://aksw.org/LSWT">Semantic Web Day 2009 in Leipzig</a>, which is the status meeting for <a href="http://le4sw.de">LE4SW project</a>. We&#8217;re lucky to welcome more than 60 guests in the Villa Ida in Leipzig/Gohlis, which is more than our firstly booked room could host.<br />
<a href="http://www.flickr.com/photos/seebi/3485090019/"><img src="http://farm4.static.flickr.com/3598/3485090019_704a5eb1b7.jpg" alt="LSWT2009 Visitors" /></a><br />
Links:</p>
<ul>
<li><a href="http://aksw.org/LSWT">http://aksw.org/LSWT</a></li>
<li><a href="http://www.flickr.com/photos/seebi/tags/lswt2009/">More Flickr pics</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.aksw.org/2009/today-is-semantic-web-day-in-leipzig/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
