<?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>Georgi Kobilarov &#187; DBpedia</title>
	<atom:link href="http://blog.georgikobilarov.com/tag/dbpedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.georgikobilarov.com</link>
	<description>Linked Data Integration</description>
	<lastBuildDate>Fri, 20 Aug 2010 13:55:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DBpedia Ontology &#8211; designed to break?</title>
		<link>http://blog.georgikobilarov.com/2009/11/dbpedia-ontology-designed-to-break/</link>
		<comments>http://blog.georgikobilarov.com/2009/11/dbpedia-ontology-designed-to-break/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:08:19 +0000</pubDate>
		<dc:creator>Georgi</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[DBpedia]]></category>

		<guid isPermaLink="false">http://blog.georgikobilarov.com/?p=133</guid>
		<description><![CDATA[One of the bigger changes of the upcoming DBpedia 3.4 release is the ontology&#8217;s new URI schema: Property URIs are now partitioned by the property&#8217;s domain. While before it was http://dbpedia.org/ontology/artitect, now it is http://dbpedia.org/ontology/Building/artitect. In the past, there&#8217;s been the statement that http://dbpedia.org/ontology/architect has the rdfs:domain http://dbpedia.org/ontology/Building, now this fact is in addition also [...]]]></description>
			<content:encoded><![CDATA[<p>One of the bigger changes of the upcoming DBpedia 3.4 release is the ontology&#8217;s new URI schema: Property URIs are now partitioned by the property&#8217;s domain. While before it was <code>http://dbpedia.org/ontology/artitect</code>, now it is <code>http://dbpedia.org/ontology/Building/artitect</code>. In the past, there&#8217;s been the statement that <code>http://dbpedia.org/ontology/architect</code> has the <code>rdfs:domain</code> <code>http://dbpedia.org/ontology/Building</code>, now this fact is in addition also coded into the URI.</p>
<p>Looks ok? Maybe on the first sight. But in my opinion, it&#8217;s a big mistake.<br />
<span id="more-133"></span><br />
Let&#8217;s first look at the reasons for that change in the URI schema. It aims to provide a solution for semantically ambiguous properties. For example, the word &#8220;length&#8221; can be used to describe the long dimension of an object, like the length of a bridge. But it can be also used as a synonym for the runtime of a song or movie (like 90 minutes). Now, with only the one URI <code>http://dbpedia.org/ontology/length</code>, it&#8217;s unclear whether the range of that property is measured in metres or minutes (let alone inch, feet, and miles ;) ) So in order to properly represent the two different semantics, we need two different URIs. Consensus so far&#8230;</p>
<p>Now there are to possible solutions: Either you use two different property IDs (such as <code>length </code>and <code>movie_length</code>), or you use two different namespaces. The DBpedia team chose the latter. The problem is that they did the partitioning for every single property, even those unambiguous ones. And since the DBpedia ontology wasn&#8217;t entirely carefully designed upfront, but is instead due to community refinement, that leaves us with URIs that will most probably break in the future.</p>
<p>See for example <code>http://dbpedia.org/ontology/ceo</code>. Its domain is <code>http://dbpedia.org/ontology/SoccerClub</code>, which seems kind of strange, but is due to the way how the ontology was created: The Infobox Soccer Club was probably the only one with a ceo property, so the domain of <code>http://dbpedia.org/ontology/ceo</code> became <code>SoccerClub</code>. Clearly, once the community starts refining the ontology, the domain will be changed to <code>Company </code>or something similar more reasonable. That wouldn&#8217;t be much of deal since we&#8217;d only see a changed statement about the ceo property. But with the new URI schema, the SoccerClub is part of the property&#8217;s URI (<code>http://dbpedia.org/ontology/SoccerClub/ceo</code>). We have a problem&#8230;</p>
<p>If we&#8217;d change the property URI to <code>http://dbpedia.org/ontology/Company/ceo</code> now, all existing queries will break. If we leave the URI as it is, the encoded SoccerClub becomes misleading. It would have been even better to use <code>http://dbpedia.org/ontology/abc123/ceo</code> instead, since that string doesn&#8217;t suppose to have any meaning.</p>
<p>The simple, straightforward solution would have been: use different IDs to disambiguate properties which actually need to be disambiguated. Or to do it like Freebase and partition very carefully by topic&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.georgikobilarov.com/2009/11/dbpedia-ontology-designed-to-break/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>DBpedia Lookup &#8211; Find me some URIs</title>
		<link>http://blog.georgikobilarov.com/2009/02/dbpedia-lookup-find-me-some-uris/</link>
		<comments>http://blog.georgikobilarov.com/2009/02/dbpedia-lookup-find-me-some-uris/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:51:51 +0000</pubDate>
		<dc:creator>Georgi</dc:creator>
				<category><![CDATA[DBpedia]]></category>
		<category><![CDATA[Linked Data]]></category>

		<guid isPermaLink="false">http://blog.georgikobilarov.com/?p=4</guid>
		<description><![CDATA[The Linked Data Web is about reusing and linking URIs. With DBpedia, we provide URIs for a broad range of topics: People, organizations, countries, cities, rivers, mountains, music albums, films, books, buildings, etc. 2.6 million URIs overall. But it didn’t used to be easy enough to find a DBpedia URI for a given keyword. DBpedia [...]]]></description>
			<content:encoded><![CDATA[<p>The Linked Data Web is about reusing and linking URIs. With DBpedia, we provide URIs for a broad range of topics: People, organizations, countries, cities, rivers, mountains, music albums, films, books, buildings, etc. 2.6 million URIs overall.</p>
<p>But it didn’t used to be easy enough to find a DBpedia URI for a given keyword. <a href="http://lookup.dbpedia.org/" target="_blank">DBpedia Lookup</a> aims to fill that gap. It provides a service to find the most-likely DBpedia URIs for a given keyword. <span id="more-4"></span>The algorithm ranks DBpedia resources based on their relevance in Wikipedia and includes synonyms into the underlying Lucene index.</p>
<p>Try the terms “<a href="http://lookup.dbpedia.org/query.aspx?q=Shakespeare" target="_blank">Shakespeare</a>“, “<a href="http://lookup.dbpedia.org/query.aspx?q=EU" target="_blank">EU</a>“, “<a href="http://lookup.dbpedia.org/query.aspx?q=Eiffel" target="_blank">Eiffel</a>“, or “<a href="http://lookup.dbpedia.org/query.aspx?q=Cambridge" target="_blank">Cambridge</a>” and see for yourself if the results you’d expect show up at the top. The result ranking is different – and supposed to be more useful – than a simple full-text search or SPARQL-Query with embedded regular expression for matching labels.</p>
<p>There is a <a href="http://lookup.dbpedia.org/api/search.asmx" target="_blank">web-service</a> available as well. You can use the KeywordSearch method for searching full terms, and the PrefixSearch method for an autocompletion-style interface such as the one you see <a href="http://lookup.dbpedia.org/autocomplete.aspx" target="_blank">here</a>. The webservice returns a list of resource URIs with English abstracts, dbpedia classes and categories.</p>
<p>Feel free to use the service as you like. If you plan to use it in a production system or to run a high-load batch process, please drop me a message to let me know.</p>
<p>I hope that DBpedia Lookup is useful, and I’d appreciate any feedback.</p>
<p>Many thanks to the semantic web folks at the BBC for their support and feedback on the development of DBpedia Lookup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.georgikobilarov.com/2009/02/dbpedia-lookup-find-me-some-uris/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
