<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.sindice.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.sindice.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sindice Blog</title>
	
	<link>http://blog.sindice.com</link>
	<description />
	<pubDate>Sun, 22 Jun 2008 12:26:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.sindice.com/SindiceBlog" type="application/rss+xml" /><item>
		<title>Sindice Beta 1 index</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/316327825/</link>
		<comments>http://blog.sindice.com/2008/06/20/sindice-beta-1-index/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:49:39 +0000</pubDate>
		<dc:creator>Giovanni Tummarello<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="a9dcc29cbf526167c1bd10e8e3dd2bca60d739e1" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14" /></span></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=14</guid>
		<description><![CDATA[The Sindice Beta 1 index is now online.
Apart from the exciting geek wizardries (e.g. the crawling, the reasoning and the indexing are now all performed in pipelined Hadoop jobs), there are plenty of interesting new feature to play with:

Much improved support for free text queries. Great improvements in the ranking of the results
Much improved support [...]]]></description>
			<content:encoded><![CDATA[<p>The Sindice Beta 1 index is now online.</p>
<p>Apart from the exciting geek wizardries (e.g. the crawling, the reasoning and the indexing are now all performed in pipelined Hadoop jobs), there are plenty of interesting new feature to play with:</p>
<ul>
<li>Much improved support for free text queries. Great improvements in the <span class='-linked-Data' title='http://www.sindice.com/search?q=tim%20berners%20lee&amp;qt=term' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://www.sindice.com/search?q=tim%20berners%20lee&amp;qt=term'>ranking of the results</a></span></li>
<li>Much improved support for structured queries: ask for documents where a value appears specifically at certain properties. Examples: &#8220;<span class='-linked-Data' title='http://demo.sindice.com/search?q=*+%3Chttp%3A%2F%2Fwww.w3.org%2F2006%2Fvcard%2Fns%23title%3E+%27research%27&amp;qt=advanced' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://demo.sindice.com/search?q=*+%3Chttp%3A%2F%2Fwww.w3.org%2F2006%2Fvcard%2Fns%23title%3E+%27research%27&amp;qt=advanced'>self confessed researchers</a></span>&#8221; or &#8220;who <span class='-linked-Data' title='http://www.sindice.com/search?q=http%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2Fknows&amp;qv=http%3A%2F%2Frichard.cyganiak.de%2Ffoaf.rdf%23cygri&amp;qt=ifp' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://www.sindice.com/search?q=http%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2Fknows&amp;qv=http%3A%2F%2Frichard.cyganiak.de%2Ffoaf.rdf%23cygri&amp;qt=ifp'>claims to knows Richard</a></span>&#8220;?</li>
<li>Mixed filtering operations allow restrictions on datasets or classes (e.g. try <span class='-linked-Data' title='http://sindice.com/search?q=washington+class%3Aperson&amp;qt=term' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://sindice.com/search?q=washington+class%3Aperson&amp;qt=term'>Washington as a person</a></span>)</li>
<li>Microformats! Supports for plenty of new microformats has been added and previous support improved.</li>
<li>Pings are working fine, so anything pinged to us will show just after a short while.</li>
</ul>
<p>Please notice, however, that Sindice results are not per se “answers” but instead they’re pointers to documents which should contain the answer you seek (which is on the other hand the strong point of <span class='-linked-Data' title='http://swse.org' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://swse.org'>SWSE</a></span>).</p>
<p>How to turn them into answers? 2 ways:</p>
<p>a) Process the results from your applications. See examples in Java, Ruby and PHP here. This will not only get you the piece of information that you need but will also naturally filter out the possibly non relevant document returned (as Sindice query expressivity is necessarely more limited than that of full SPARQL).You can also process Microformats directly in RDF, just access our <span class='-linked-Data' title='http://www.sindice.com/search/page?url=http%3A%2F%2Fwww.last.fm%2Fmusic%2FEric%2BClapton%2F%2Bevents' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://www.sindice.com/search/page?url=http%3A%2F%2Fwww.last.fm%2Fmusic%2FEric%2BClapton%2F%2Bevents'>cached-reasoned-RDF version</a></span> of it.</p>
<p>b) Bug us to improve and provide the functionality you need as readily consumable API such as e.g. our <span class='-linked-Data' title='http://www.sindice.com/developers/siocapi' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://www.sindice.com/developers/siocapi'>Sindice Sioc API</a></span> (which nicely returns a JSON object, no further processing needed).</p>
<p>Sorry for some issues on the visualization end still not working (e.g. visualization of most microformats) but the to see the data, all you really have to do is hit that &#8220;cache&#8221; button and you&#8217;ll see the bare triple, which is all you wanted anyway right? <img src='http://blog.sindice.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Neat visualization will come.</p>
<p>Also some datasets are still missing; just watch the number of RDF sources grow as more large datasets offering <span class='-linked-Data' title='http://sw.deri.org/2007/07/sitemapextension/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://sw.deri.org/2007/07/sitemapextension/'>semantic sitemaps</a></span> are indexed into the index.</p>
<p>What to say? We are much looking forward to help you implement your cool web of data applications and enhancements. Just drop us a message <span class='-linked-Data' title='http://forum.sindice.com' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=14'><a href='http://forum.sindice.com'>here</a></span> and we&#8217;ll be right there with you.</p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=3K8E1I"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=3K8E1I" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=eJ6Bxi"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=eJ6Bxi" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=yxRC2i"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=yxRC2i" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/316327825" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2008/06/20/sindice-beta-1-index/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2008/06/20/sindice-beta-1-index/</feedburner:origLink></item>
		<item>
		<title>An Exciting Hard Hat area</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/300894624/</link>
		<comments>http://blog.sindice.com/2008/05/30/an-exciting-hard-hat-area/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:40:29 +0000</pubDate>
		<dc:creator>Giovanni Tummarello<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="a9dcc29cbf526167c1bd10e8e3dd2bca60d739e1" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=12" /></span></dc:creator>
		
		<category><![CDATA[Sindice]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=12</guid>
		<description><![CDATA[As you might have noticed by the look of the site we&#8217;re now in a very exciting transition phase.  Here is a short summary of the main news with more posts about the details of it to follow in the next days:
The new look: its for developers!

Now we finally don&#8217;t look like Google anymore :-).  [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have noticed by the look of the site we&#8217;re now in a very exciting transition phase.  Here is a short summary of the main news with more posts about the details of it to follow in the next days:</p>
<p><strong>The new look: its for developers!<br />
</strong></p>
<p>Now we finally don&#8217;t look like Google anymore :-).  We&#8217;re working on making Sindice a great place for developers to go, discover and experiments with querying the web of data.</p>
<p>We perfectly know how noisy and creatively complex the Web of Data can be and that&#8217;s why we&#8217;ve prepared a cosy <span class='-linked-Data' title='http://forum.sindice.com/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=12'><a href='http://forum.sindice.com/'>Web of Data forum</a></span> where to ask questions and exchange tips.</p>
<p>But what data is out there? See it all in the <span class='-linked-Data' title='http://sindice.com/map' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=12'><a href='http://sindice.com/map'>Web Data Map</a></span>.  (Alpha!! :-)).  Watch it as we update it nightly with new datasources pinged or picked up by the crawlers. Soon to come, the map will also be providing example s of interesting queries that spawn across datasets and entity types.</p>
<p>Once you know what you&#8217;re looking for, then use our new <span class='-linked-Data' title='http://www.sindice.com/search' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=12'><a href='http://www.sindice.com/search'>query language</a></span> to find the Semantic Sources you need.</p>
<p>STATUS: Less than beta. :-)  but isn&#8217;t this exciting? so keep your hard hat on and thanks for bearing with both the issues <span class='-linked-Data' title='http://forum.sindice.com/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=12'><a href='http://forum.sindice.com/'>(report!)</a></span> and with our hearty enthusiasm is seeing the next generation of the Web coming to life.</p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=Uo2j2H"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=Uo2j2H" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=YNR2Qh"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=YNR2Qh" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=ljIGJh"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=ljIGJh" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/300894624" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2008/05/30/an-exciting-hard-hat-area/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2008/05/30/an-exciting-hard-hat-area/</feedburner:origLink></item>
		<item>
		<title>Sindice in use</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/277105369/</link>
		<comments>http://blog.sindice.com/2008/02/20/sindice-in-use/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 10:08:00 +0000</pubDate>
		<dc:creator>Eyal Oren<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="38cd31e61b1df636aec6c443e825960703f4e6e9" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8" /></span></dc:creator>
		
		<category><![CDATA[Sindice]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=4</guid>
		<description><![CDATA[Sindice is really meant to be used by your project, and for us it could&#8217;t be any nicer than seeing this happening more and more :-).
Thanks to Sergio Fernández, the SWAML project (which converts mailing list archives to RDF using SIOC and friends) now uses Sindice to find the URIs for email authors, using our [...]]]></description>
			<content:encoded><![CDATA[<p>Sindice is really meant to be used by <em>your</em> project, and for us it could&#8217;t be any nicer than seeing this happening more and more :-).</p>
<p>Thanks to <span class='-linked-Data' title='http://www.wikier.org/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://www.wikier.org/'>Sergio Fernández</a></span>, the SWAML project (which converts mailing list archives to RDF using SIOC and friends) now <span class='-linked-Data' title='http://www.wikier.org/blog/using-sindice-to-get-the-best-uri-for-a-person' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://www.wikier.org/blog/using-sindice-to-get-the-best-uri-for-a-person'>uses Sindice</a></span> to find the URIs for email authors, using our IFP lookup on their email addresses.Also, Alexandre Passant <span class='-linked-Data' title='http://apassant.net/blog/2008/02/17/moat-sindice-and-the-tag-ontology/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://apassant.net/blog/2008/02/17/moat-sindice-and-the-tag-ontology/'>developed a Drupal plugin</a></span> that uses Sindice to find an appropriate URIs for each of your post tags.</p>
<p>To interact with Sindice, there is now <span class='-linked-Data' title='http://svn.berlios.de/wsvn/swaml/trunk/apps/swaml/src/swaml/rdf/sindice.py' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://svn.berlios.de/wsvn/swaml/trunk/apps/swaml/src/swaml/rdf/sindice.py'>a small Python library</a></span>, and even <span class='-linked-Data' title='http://blog.dbtune.org/post/2007/11/16/Sindice-module-for-SWI-Prolog' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://blog.dbtune.org/post/2007/11/16/Sindice-module-for-SWI-Prolog'>a Sindice module </a></span> for <span class='-linked-Data' title='http://blog.sindice.com/wp-admin/www.swi-prolog.org' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://blog.sindice.com/wp-admin/www.swi-prolog.org'>SWI Prolog</a></span>.More developers-related information can now be found in our <span class='-linked-Data' title='http://www.sindice.com/dev' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://www.sindice.com/dev'>http://www.sindice.com/dev</a></span>, including the new <span class='-linked-Data' title='http://sindice.com/dev?section=pingApi' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=8'><a href='http://sindice.com/dev?section=pingApi'>RPC ping API</a></span>.</p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=dMLa4HG"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=dMLa4HG" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=zydiq2g"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=zydiq2g" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=aUbPtSg"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=aUbPtSg" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/277105369" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2008/02/20/sindice-in-use/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2008/02/20/sindice-in-use/</feedburner:origLink></item>
		<item>
		<title>Sindice @ 20+ Millions and Openings</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/277105370/</link>
		<comments>http://blog.sindice.com/2007/11/22/sindice-20-millions-and-openings/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 18:14:00 +0000</pubDate>
		<dc:creator>Giovanni Tummarello<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="a9dcc29cbf526167c1bd10e8e3dd2bca60d739e1" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=7" /></span></dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=5</guid>
		<description><![CDATA[Works on Sindice are proceeding at full speed and so is the indexing of the Semantic Web.
Sindice now indexes over 20+  millions Semantic Web documents (21,5 m as i type) and will index your submitted RDFs in usually less than 30 minutes.  This great result is entirely due to the dedication of the [...]]]></description>
			<content:encoded><![CDATA[<p>Works on Sindice are proceeding at full speed and so is the indexing of the Semantic Web.</p>
<p>Sindice now indexes over 20+  millions Semantic Web documents (21,5 m as i type) and will index your submitted RDFs in usually less than 30 minutes.  This great result is entirely due to the dedication of the Sindice development team.</p>
<p>Some of the geeky bits :-). We have now the version 2 of the indexing pipeline up and running (Renaud, Eyal, Michele).</p>
<p>The Sindice indexing pipeline does a job which is all but trivial. And does it at an amazing speed.</p>
<p>Basically each document is integrated by recursively resolving  the URIs of the properties and classes in use, thus calculating a &#8220;Web closure&#8221; of the explicitly or implicitly imported ontologies.  Once this is performed, reasoning happens using RDFS and some OWL ( e.g.  FunctionalProperty, TransitiveProperty, sameAs, inverseOf, InverseFunctionalProperty, SymmetricProperty).  Sindice has done this for each of the 22 million source independently,in less than 3 weeks (plus the actual indexing and all sort of other processes) on a relatively small cluster (4-6 xeon cores). Not bad? <img src='http://blog.sindice.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks to this processing, we can be as precise and complete as possible in solving tasks such computing the IFP index, composing human legible descriptions of documents and powering at best the forthcoming entity based APIs.</p>
<p>Notably, all large datasets (e.g. the huge UniProt) are now proudly processed using our brand new Hadoop based Semantic Sitemap processor, specific courtesy of <span class='-linked-Data' title='http://www.ifomis.org/people/holger' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=7'><a href='http://www.ifomis.org/people/holger'>Holger Stenzhorn</a></span> who has joined the team last month.</p>
<p><strong>Sindice is Hiring!</strong></p>
<p><em>In the context of the EU project OKKAM, to start Jan 2008, we are now looking for candidates who&#8217;re interested in developing highly scalable and innovative Semantic Web infrastructures and applications. Positions include Interns, Masters, Ph.D, and Postdocs and Scientific Developers. </em></p>
<p><em> While we of course highly value academic brilliance,  we&#8217;re expecially looking for candidates who, like us, believe that it is through clever but hard core software engineering and development  that we can make the difference on the Semantic Web.</em></p>
<p><em>Successful candidates will be rewarded with top salaries and working conditions.</em></p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=wrGLsqG"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=wrGLsqG" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=xyFYrbg"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=xyFYrbg" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=buPmcng"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=buPmcng" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/277105370" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2007/11/22/sindice-20-millions-and-openings/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2007/11/22/sindice-20-millions-and-openings/</feedburner:origLink></item>
		<item>
		<title>Sindice Search in your Web Browser</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/277105371/</link>
		<comments>http://blog.sindice.com/2007/11/07/sindice-search-in-your-web-browser/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 01:19:00 +0000</pubDate>
		<dc:creator>Giovanni Tummarello<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="a9dcc29cbf526167c1bd10e8e3dd2bca60d739e1" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=6" /></span></dc:creator>
		
		<category><![CDATA[Sindice]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=6</guid>
		<description><![CDATA[We received a couple of requests for this so here it is: an OpenSearch plugin is now available for Sindice.
To start using the plugin, you can either install it directly in your browser or download the plugin xml file and install it manually. As a result, you&#8217;ll be able to use Sindice Search (text mode) [...]]]></description>
			<content:encoded><![CDATA[<p>We received a couple of requests for this so here it is: an OpenSearch plugin is now available for Sindice.</p>
<p>To start using the plugin, you can either install it <span class='-linked-Data' title='javascript:window.external.AddSearchProvider('http://140.203.154.234/swpop/blog/wp-content/uploads/2008/03/sindice.xml')' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=6'><a href='javascript:window.external.AddSearchProvider('http://140.203.154.234/swpop/blog/wp-content/uploads/2008/03/sindice.xml')'>directly</a></span> in your browser or download the plugin xml <span class='-linked-Data' title='http://140.203.154.234/swpop/blog/wp-content/uploads/2008/03/sindice.xml' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=6'><a href='http://140.203.154.234/swpop/blog/wp-content/uploads/2008/03/sindice.xml'>file</a></span> and install it manually. As a result, you&#8217;ll be able to use Sindice Search (text mode) directly from the browser toolbar.</p>
<p style="text-align: center"><span style="color: #0000ee; text-decoration: underline;"><span class='-linked-Data' title='http://dev.sindice.net/wp-content/uploads/2008/03/sshot-plugin.jpg' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=6'><a href='http://dev.sindice.net/wp-content/uploads/2008/03/sshot-plugin.jpg'><img class="aligncenter" src="http://blog.sindice.com/wp-content/uploads/2008/03/sshot-plugin.jpg" alt="sshot plugin" /></a></span></span></p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=KbjBc4G"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=KbjBc4G" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=YOJpmmg"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=YOJpmmg" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=0aRMz8g"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=0aRMz8g" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/277105371" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2007/11/07/sindice-search-in-your-web-browser/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2007/11/07/sindice-search-in-your-web-browser/</feedburner:origLink></item>
		<item>
		<title>Sindice Beta 0: Say Hello to (most of) the Semantic Web</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/277105373/</link>
		<comments>http://blog.sindice.com/2007/11/04/sindice-beta-0-say-hello-to-most-of-the-semantic-web/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 18:46:00 +0000</pubDate>
		<dc:creator>Giovanni Tummarello<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="a9dcc29cbf526167c1bd10e8e3dd2bca60d739e1" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=5" /></span></dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=7</guid>
		<description><![CDATA[We are extremely proud to announce today the first beta version of Sindice, a Semantic Web Search Engine centered on indexing and ranking online RDF data sources.
Sindice is focused on scalability: most of the Semantic Web, to the best of our knowledge, is already indexed (currently 11M documents). Sindice includes big datasets like DBLP in [...]]]></description>
			<content:encoded><![CDATA[<p>We are extremely proud to announce today the first beta version of Sindice, a Semantic Web Search Engine centered on indexing and ranking online RDF data sources.</p>
<p>Sindice is focused on scalability: most of the Semantic Web, to the best of our knowledge, is already indexed (currently 11M documents). Sindice includes big datasets like DBLP in RDF, DBPedia, Geonames, Uniprot, plenty of FOAF and more.</p>
<p>Lots of data to index?</p>
<p>Sindice manages big datasets the smart way.  You can easily create a Sitemap using the Semantic Sitemap Extension [1] which Sindice then accepts to process huge databases quickly and without overloading your server.</p>
<p>Data changes frequently?</p>
<p>Sindice is live! Ping us and see your Semantic Web source indexed within 15 minutes.</p>
<p>Ontology Import and Reasoning at Web Scale!</p>
<p>Sindice does Web scale, online reasoning: for each source, it will recursively resolve, compose and reason on top of all the related ontologies. Because of  this we can accurately index things like document labels, Inverse Functional Properties and others independently for each RDF file published on the Semantic Web.</p>
<p>Applications:</p>
<p>* <em>As an application developer</em>, you can use our scalable API to serendipitously find data on the Semantic Web: find sources and automatically ping us with your data to make sure that it is found by others!</p>
<p>* <em>As a Semantic Web user</em>, it is already pretty useful to find appropriate URIs around. Please read well: no excuses now for minting yet more URIs for SW people:)</p>
<p>Credits:The results are achieved thanks to the ideas and dedication of the Sindice Beta 0 team Eyal Oren, Renaud Delbru, Michele Catasta and Giovanni Tummarello.</p>
<p>Sindice is made possible thanks to the investment from the <span class='-linked-Data' title='http://deri.ie' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=5'><a href='http://deri.ie'>DERI Galway</a></span>, supported by the Science Foundation Ireland (<span class='-linked-Data' title='http://www.sfi.ie' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=5'><a href='http://www.sfi.ie'>www.sfi.ie</a></span>).</p>
<p>Sindice is available at <span class='-linked-Data' title='http://www.sindice.com' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=5'><a href='http://www.sindice.com'>http://www.sindice.com</a></span></p>
<p>[1]  <span class='-linked-Data' title='http://sw.deri.org/2007/07/sitemapextension/' postaddress='http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=5'><a href='http://sw.deri.org/2007/07/sitemapextension/'>http://sw.deri.org/2007/07/sitemapextension/</a></span></p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=z9JpQqG"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=z9JpQqG" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=PAsOWOg"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=PAsOWOg" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=7BLskag"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=7BLskag" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/277105373" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2007/11/04/sindice-beta-0-say-hello-to-most-of-the-semantic-web/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2007/11/04/sindice-beta-0-say-hello-to-most-of-the-semantic-web/</feedburner:origLink></item>
		<item>
		<title>Weblog launched</title>
		<link>http://feeds.sindice.com/~r/SindiceBlog/~3/277105374/</link>
		<comments>http://blog.sindice.com/2007/09/19/weblog-launched/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 16:25:00 +0000</pubDate>
		<dc:creator>Eyal Oren<span class="-foaf-Person"><span class="foaf-mbox_sha1sum" title="38cd31e61b1df636aec6c443e825960703f4e6e9" postaddress="http://blog.sindice.com/index.php?sioc_type=post%26sioc_id=4" /></span></dc:creator>
		
		<category><![CDATA[Sindice]]></category>

		<guid isPermaLink="false">http://blog.sindice.com/?p=8</guid>
		<description><![CDATA[We&#8217;re happy to announce the launch of this official Sindice weblog. We&#8217;ll be updating this space regularly with information about Sindice, our goals, our status, and our progress in indexing Semantic Web resources. Stay tuned&#8230;
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce the launch of this official Sindice weblog. We&#8217;ll be updating this space regularly with information about Sindice, our goals, our status, and our progress in indexing Semantic Web resources. Stay tuned&#8230;</p>
<div class="feedflare">
<a href="http://feeds.sindice.com/~f/SindiceBlog?a=JGoRwyG"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=JGoRwyG" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=JHD9O6g"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=JHD9O6g" border="0"></img></a> <a href="http://feeds.sindice.com/~f/SindiceBlog?a=j7pm38g"><img src="http://feeds.sindice.com/~f/SindiceBlog?i=j7pm38g" border="0"></img></a>
</div><img src="http://feeds.sindice.com/~r/SindiceBlog/~4/277105374" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.sindice.com/2007/09/19/weblog-launched/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.sindice.com/2007/09/19/weblog-launched/</feedburner:origLink></item>
	</channel>
</rss>
