<?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>uberblic.org</title>
	<atom:link href="http://uberblic.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://uberblic.org</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 09:31:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>uberblic Search API &#8211; just enough semantics</title>
		<link>http://uberblic.org/2010/07/uberblic-search-api-just-enough-semantics/</link>
		<comments>http://uberblic.org/2010/07/uberblic-search-api-just-enough-semantics/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 15:43:45 +0000</pubDate>
		<dc:creator>Georgi Kobilarov</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://uberblic.org/?p=446</guid>
		<description><![CDATA[Welcome to uberblic feature spotlight No 1: the Search API. What is it for? Finding named entities in the uberblic repository. Like, you say &#8220;Martin Scorsese&#8221;, we say Martin Scorsese. You say &#8220;Beatsteaks&#8221;, we say Beatsteaks. You say &#8220;Starbucks&#8221;, we say&#8230; stop. This is where things get interesting. You (and the web application you&#8217;re writing) probably [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to uberblic feature spotlight No 1: the <a href="http://uberblic.org/developers/apis/search/">Search API</a>. What is it for? Finding named entities in the uberblic repository. Like, you say &#8220;Martin Scorsese&#8221;, we say <a href="http://uberblic.org/resource/a76f9846-ccb0-4512-b9d6-d5a57068147a#thing">Martin Scorsese</a>. You say &#8220;Beatsteaks&#8221;, we say <a href="http://uberblic.org/resource/9eb76883-307d-44ff-bc90-1b8c939f5272#thing">Beatsteaks</a>. You say &#8220;Starbucks&#8221;, we say&#8230; stop. This is where things get interesting.</p>
<p>You (and the web application you&#8217;re writing) probably know whether you mean Starbucks the company (as in <a href="http://en.wikipedia.org/wiki/Starbucks">this Wikipedia article</a>), or one of the thousands Starbucks coffee shops around the globe, many of which uberblic fetches location data about from Foursquare. And so if you know what you mean, then tell our Search API so that we can help you find the right uberblic entity. </p>
<p>Your Search API query may contain attribute/value pairs that correspond to the metadata (and data) about an entity in uberblic, like <code>source</code> (which is the metadata property for an entity&#8217;s data source). So when we query for &#8220;<code>source:[enwikipedia] Starbucks</code>&#8220;, we get back only entities extracted from Wikipedia, and the company entity ranks first.</p>
<p>To make sure the results are really only companies, we add a type restriction: &#8220;<code>source:[enwikipedia] type:[uo:Company] Starbucks</code>&#8220;. (Note: the &#8220;uo:&#8221; in &#8220;uo:Company&#8221; is the prefix for the uberblic ontology URI, i.e. http://uberblic.org/ontology/).</p>
<p>Let&#8217;s look at the Starbucks coffee shops. We find those by searching for &#8220;<code>source:[foursquare] Starbucks</code>&#8220;, and as this query will return thousands of results, I&#8217;ll restrict it to find only shops in Berlin: &#8221;<code>source:[foursquare] Starbucks city:[Berlin]</code>&#8220;. However, this will again find all Starbucks in any city named Berlin, so I may want to use the ID (the last part of the uberblic URI) of my Berlin in Germany: &#8220;<code>source:[foursquare] Starbucks city:[ab940ab4-cefe-4278-9e9d-404ab4a3a246]</code>&#8220;.</p>
<p>Or you&#8217;re looking for that film with Bill Murray and Scarlett Johansson&#8230; what&#8217;s its name? &#8220;<code>starring:[Bill Murray] starring:[Scarlett Johansson]</code>&#8220;. Copy that into the search box at <a href="http://platform.uberblic.org">http://platform.uberblic.org</a> and press the spacebar, and our autocomplete-enabled search box will already present the result to you&#8230;</p>
<p>That&#8217;s it for a first look at the uberblic Search API. Please let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://uberblic.org/2010/07/uberblic-search-api-just-enough-semantics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uberblic V1.0 &#8211; stable platform, more data, new APIs</title>
		<link>http://uberblic.org/2010/07/uberblic-v1/</link>
		<comments>http://uberblic.org/2010/07/uberblic-v1/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 11:57:20 +0000</pubDate>
		<dc:creator>Georgi Kobilarov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Project Update]]></category>

		<guid isPermaLink="false">http://uberblic.org/?p=377</guid>
		<description><![CDATA[The goal of Uberblic.org is to provide developers with an easy and reliable access point to the Web of Data. To achieve this we integrate web data sources into a central repository and reconcile the streams of data we collect from web APIs. Five months ago we demonstrated the first technology preview of our platform, and [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of Uberblic.org is to provide developers with an easy and reliable access point to the Web of Data. To achieve this we integrate web data sources into a central repository and reconcile the streams of data we collect from web APIs. Five months ago we demonstrated the first technology preview of our platform, and collected highly valuable feedback from our users. Now it is time to start showing the results of that feedback to the public: Uberblic.org version 1.0 is here!</p>
<p>With this new version we introduce some exciting new features that will make it easier for application developers to use the integrated web data, as well as to make sure their repositories are kept consistent and up-to-date. Uberblic.org provides a reliable middleware layer and proxy for developers to build production-ready applications over curated web data.<span id="more-377"></span></p>
<p>But first of all: the data. We have integrated more and more <a href="http://uberblic.org/data/sources/">data sources</a> and we provide <a href="http://uberblic.org/data/dumps/">data dumps</a> of our repository. Our data sources now include Wikipedia (in English and German), Musicbrainz, Geonames, Foursquare, MovieDB, LastFM, Freebase, several BBC datasets, Drugbank, and Diseasome. We fetch updates from these sources as fast as they let us, for example Wikipedia updates in real-time, Musicbrainz every hour, and many other datasets several times a day. And from Wikipedia we extract high-quality article abstracts in real-time too.</p>
<p>Then: the new APIs. These are very important for us. Having all this consolidated and reconciled data, we can and do provide developer <a href="http://uberblic.org/developers/apis/">APIs</a> on top. The new <a href="http://uberblic.org/developers/apis/update-feed/">Update-Feed API</a> enables people who mirror our repository or parts of it to fetch updates. The <a href="http://uberblic.org/developers/apis/uri-consolidation-feed/">Consolidation Feed API</a> helps to keep data links consistent. The <a href="http://uberblic.org/developers/apis/search/">Search API</a> and the <a href="http://uberblic.org/developers/apis/lookup/">Lookup API</a> help to find resources. And of course there is <a href="http://uberblic.org/developers/apis/linked-data/">Linked Data access</a> and a <a href="http://uberblic.org/developers/apis/sparql/">SPARQL endpoint</a>.</p>
<p>Why version 1.0? Because this is just the beginning. We have more very exciting new APIs, such as our Doppelganger API, waiting to be published, a new platform dashboard, and several applications showcasing the power of integrated web data. So over the next weeks and months we will write on this blog about all the different aspects of the platform, giving further overviews of specific features, and keeping you updated with what’s happening. We’d like to keep in touch with our users as much as possible, and will post to this blog at least once a week. So stay tuned.</p>
<p>But for now, start using the new APIs and data sets, and please let us know what you think of them by joining our <a href="http://uberblic.org/community/">mailing list </a>or sending us an email to feedback at uberblic.com</p>
]]></content:encoded>
			<wfw:commentRss>http://uberblic.org/2010/07/uberblic-v1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
