<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>

<title>OpenLink Community Blog</title><link>http://www.openlinksw.com/weblog/dav/dav-blog-1/</link><description>A Collection of blogs by OpenLink Staff</description><managingEditor>kidehen@openlinksw.com</managingEditor><pubDate>Mon, 23 Nov 2009 12:22:17 GMT</pubDate><generator>Virtuoso Universal Server 05.12.3041</generator><webMaster>kidehen@openlinksw.com</webMaster><image><title>OpenLink Community Blog</title><url>http://www.openlinksw.com/weblog/public/images/vbloglogo.gif</url><link>http://www.openlinksw.com/weblog/dav/dav-blog-1/</link><description>A Collection of blogs by OpenLink Staff</description><width>88</width><height>31</height></image>
<item><title>More on RDF and Vertical Storage</title><guid>http://www.openlinksw.com/blog/vdb/blog/?date=2007-06-11#1223</guid><comments>http://www.openlinksw.com/blog/vdb/blog/?id=1223#comments</comments><pubDate>Mon, 11 Jun 2007 08:35:00 GMT</pubDate><n0:modified xmlns:n0="http://www.openlinksw.com/weblog/">2007-06-11T04:36:17.000003-04:00</n0:modified><description>
We actually did the experiment I mentioned a couple of posts back, about storing RDF triples column-wise. &lt;br /&gt; &lt;br /&gt;The test loads 4.8 million triples of LUBM data and reads the whole set on one index and then checks if it finds the same row on another index.&lt;br /&gt; &lt;br /&gt;Reading GSPO and checking OGPS takes 27 seconds.&lt;span&gt;  &lt;/span&gt;Doing the same with column wise bitmap indices on S, G, P and O takes 86 seconds.&lt;span&gt;   &lt;/span&gt;The latter checks the existence of the row by AND&amp;#39;ing 4 bitmap indices and the former checks its existence by a single lookup in a multi-part index whose last part is a bitmap.&lt;span&gt;  &lt;/span&gt;The result is approximately what one would expect.&lt;span&gt;  &lt;/span&gt;The bitmap AND could be optimized a bit, dropping the time to maybe 70 seconds.&lt;span&gt;  &lt;/span&gt; &lt;br /&gt; &lt;br /&gt;Now speaking of compression, it is true that column storage will work better.&lt;span&gt;  &lt;/span&gt;For example the G and P columns will compress to pretty much nothing.&lt;span&gt;  &lt;/span&gt;On a row layout they compress too but not to nothing since even if a value is not unique you have to store the place where the value is if you want to read rows in constant time per row. &lt;br /&gt; &lt;br /&gt;What is nice with the 4 bitmaps is that no combination of search conditions is penalized.&lt;span&gt;  &lt;/span&gt;But the trick of using bitmaps for self-join is lost:&lt;span&gt;  &lt;/span&gt;You can&amp;#39;t evaluate {?s a Person . ?s name &amp;quot;Mary&amp;quot;} by and&amp;#39;ing the S  bitmaps for persons and for subjects named &amp;quot;Mary&amp;quot;. &lt;br /&gt; &lt;br /&gt;The 4 bitmap indices are remarkably compact, though. 8840 pages all together.&lt;br /&gt;We could probably get the G, S, P, O columns in 3000 pages or so, using very little&lt;span&gt;  &lt;/span&gt;compression.&lt;br /&gt;The OGPS index is &lt;span&gt;  &lt;/span&gt;5169 pages and the GSPO index is 21243 pages. &lt;br /&gt; &lt;br /&gt;None of the figures have any compression, except what a bitmap naturally produces. &lt;br /&gt; &lt;br /&gt;Now we have figured out a modified row layout which will about double working set with the same memory and keep things in rows.&lt;span&gt;  &lt;/span&gt;We will try that.&lt;span&gt;  &lt;/span&gt;The GSPO index will be about&lt;span&gt;  &lt;/span&gt;10000 pages and OGPS will be about 4500.&lt;span&gt;  &lt;/span&gt;We do not expect much impact on search or insert times.&lt;br /&gt; &lt;br /&gt;We looked at using gzip for  database pages.&lt;span&gt;  &lt;/span&gt;They go to between 1/4 to 1/3 page.&lt;span&gt;   &lt;/span&gt;But this does not improve working set and having variable length pages generates all kinds of special cases you don’tt want.&lt;span&gt;  &lt;/span&gt;So we will improve working set first and deal with somewhat compressed data in the execution engine. &lt;br /&gt;After that, maybe gzip will cut the size to 1/2 or so but&lt;span&gt;  &lt;/span&gt;that will be good for disk only.&lt;span&gt;  &lt;/span&gt;And it does not so much matter how much you transfer but how many seeks you do.&lt;br /&gt; &lt;br /&gt;Still, column-wise storage will likely win for size.&lt;span&gt;  &lt;/span&gt;So if the working set is much larger than memory this may have an edge.&lt;span&gt;  &lt;/span&gt;To keep all bases covered we will eventually add this as an option.&lt;br /&gt; &lt;br /&gt;
&lt;p&gt; &lt;a href=&quot;http://www.technorati.com/tags/semantic%20web&quot; rel=&quot;tag&quot;&gt;Semantic Web&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/database&quot; rel=&quot;tag&quot;&gt;Database&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/databases&quot; rel=&quot;tag&quot;&gt;Databases&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/virtuoso&quot; rel=&quot;tag&quot;&gt;Virtuoso&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/sparql&quot; rel=&quot;tag&quot;&gt;SPARQL&lt;/a&gt;|&lt;a href=&quot;http://www.technorati.com/tag/rdf&quot; rel=&quot;tag&quot;&gt;RDF&lt;/a&gt; &lt;/p&gt;
&lt;br /&gt;
</description></item><item><title>Announcing Virtuoso Open-Source Edition v5.0.0</title><guid>http://www.openlinksw.com/blog/vdb/blog/?date=2007-04-12#1184</guid><comments>http://www.openlinksw.com/blog/vdb/blog/?id=1184#comments</comments><pubDate>Thu, 12 Apr 2007 13:48:34 GMT</pubDate><n0:modified xmlns:n0="http://www.openlinksw.com/weblog/">2007-04-12T09:50:10-04:00</n0:modified><description>All,

OpenLink Software are pleased to announce a new release of  &lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/&quot;&gt;Virtuoso&lt;/a&gt;, Open-Source Edition, version 5.0.0.

This version includes:
&lt;ul&gt;
&lt;li&gt;Significant rewrite of database engine resulting in 50%-100% improvement on single CPU and in some cases up to 300% on multiprocessor CPUs by decreasing resource-contention between threads and other optimizations.&lt;/li&gt;
&lt;li&gt;Radical expansion of RDF support including&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;In-built middleware (called the Sponger) for transforming non-RDF into RDF &amp;quot;on the fly&amp;quot; (e.g. producing Triples from Microformats, REST-style Web Services, and (X)HTML etc.)&lt;/li&gt;
&lt;li&gt;Full Text Indexing of Literal Objects in Triple Patterns (via Filter or magic bif:contains predicate applied to Literal Objects)&lt;/li&gt;
&lt;li&gt;Basic Inferencing (Subclass and Subproperty Support)&lt;/li&gt;
&lt;li&gt;SPARQL Aggregate Functions&lt;/li&gt;
&lt;li&gt;SPARQL Update Language Support (Updates, Inserts, Deletions in SPARQL)&lt;/li&gt;
&lt;li&gt;Improved Support of XML Schema Type System (including the use of XML Schema Complex Types as Objects of bif:xcontains predicate)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements to the in-built SPARQL to SQL Compiler&amp;#39;s Cost Optimizer&lt;/li&gt;
&lt;li&gt;Performance Optimizations to RDF VIEWs (SQL to RDF Mapping)&lt;/li&gt;
&lt;li&gt;Various bug-fixes&lt;/li&gt;
&lt;/ul&gt;
NOTE: Databases created with earlier versions of Virtuoso will be automatically upgraded to Virtuoso 5.0 but after upgrade will not be readable with older Virtuoso versions.


For more information please see:

Virtuoso Open Source Edition:
Home Page: 
&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/&lt;/a&gt;
Download Page: 
&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload&lt;/a&gt;


OpenLink Data Spaces:
Home Page: 
&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/OdsIndex&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/OdsIndex&lt;/a&gt;
SPARQL Usage Examples (re. SIOC, FOAF, AtomOWL, SKOS): 
&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef&lt;/a&gt;
Interactive SPARQL Demo: 
&lt;a href=&quot;http://demo.openlinksw.com/isparql/&quot;&gt;http://demo.openlinksw.com/isparql/&lt;/a&gt;


OpenLink AJAX Toolkit (OAT):
Project Page: 
&lt;a href=&quot;http://sourceforge.net/projects/oat&quot;&gt;http://sourceforge.net/projects/oat&lt;/a&gt;
Live Demonstration: 
&lt;a href=&quot;http://demo.openlinksw.com/DAV/JS/oat/index.html&quot;&gt;http://demo.openlinksw.com/DAV/JS/oat/index.html&lt;/a&gt;

&lt;p style=&quot;text-align:right;font-size:10px;&quot;&gt;Technorati Tags: &lt;a href=&quot;http://www.technorati.com/tag/database&quot; rel=&quot;tag&quot;&gt;database&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/databases&quot; rel=&quot;tag&quot;&gt;databases&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/open-source&quot; rel=&quot;tag&quot;&gt;open-source&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/OpenLink&quot; rel=&quot;tag&quot;&gt;OpenLink&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/RDBMS&quot; rel=&quot;tag&quot;&gt;RDBMS&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/RDF&quot; rel=&quot;tag&quot;&gt;RDF&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/semantic web&quot; rel=&quot;tag&quot;&gt;semantic web&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Semantic Web&quot; rel=&quot;tag&quot;&gt;Semantic Web&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/SPARQL&quot; rel=&quot;tag&quot;&gt;SPARQL&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/virtuoso&quot; rel=&quot;tag&quot;&gt;virtuoso&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Announcing Virtuoso Open-Source Edition v5.0.0</title><guid>http://www.openlinksw.com/weblog/oerling/?date=2007-04-12#1183</guid><comments>http://www.openlinksw.com/weblog/oerling/?id=1183#comments</comments><pubDate>Thu, 12 Apr 2007 10:30:29 GMT</pubDate><n0:modified xmlns:n0="http://www.openlinksw.com/weblog/">2007-04-12T06:30:30-04:00</n0:modified><description>&lt;span style=&quot;font-family:sans-serif;&quot;&gt;All,

OpenLink Software are pleased to announce a new release of &lt;/span&gt;
&lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/&quot;&gt;Virtuoso&lt;/a&gt;
&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;&quot;&gt;, Open-Source Edition, version 5.0.0.

This version includes:

&lt;/span&gt;
&lt;ul&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Significant rewrite of database engine resulting in 50%-100% improvement on single CPU and in some cases up to 300% on multiprocessor CPUs by decreasing resource-contention between threads and other optimizations.&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Radical expansion of RDF support including&lt;/span&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt; In-built middleware (called the Sponger) for transforming non-RDF into RDF &amp;quot;on the fly&amp;quot; (e.g. producing Triples from Microformats, REST-style Web Services, and (X)HTML etc.)&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Full Text Indexing of Literal Objects in Triple Patterns (via Filter or magic bif:contains predicate applied to Literal Objects)&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Basic Inferencing (Subclass and Subproperty Support)&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;SPARQL Aggregate Functions&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;SPARQL Update Language Support (Updates, Inserts, Deletions in SPARQL)&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Improved Support of XML Schema Type System (including the use of XML Schema Complex Types as Objects of bif:xcontains predicate)&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Enhancements to the in-built SPARQL to SQL Compiler&amp;#39;s Cost Optimizer&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Performance Optimizations to RDF VIEWs (SQL to RDF Mapping)&lt;/span&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;font-family:sans-serif;&quot;&gt;
&lt;li&gt;Various bug-fixes&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family:sans-serif;&quot;&gt;

NOTE: Databases created with earlier versions of Virtuoso will be automatically upgraded to Virtuoso 5.0 but after upgrade will not be readable with older Virtuoso versions.


For more information please see:

&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;color:#999999;&quot;&gt;Virtuoso Open Source Edition:
&lt;/span&gt;
&lt;ul&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Home Page&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;&quot;&gt;: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/&lt;/a&gt;
  &lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Download Pa&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;&quot;&gt;ge: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload&lt;/a&gt;
  &lt;/span&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family:sans-serif;&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;color:#999999;&quot;&gt;OpenLink Data Spaces:
&lt;/span&gt;
&lt;ul&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Home Page: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/OdsIndex&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/OdsIndex&lt;/a&gt;
  &lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;SPARQL Usage Examples (re. SIOC, FOAF, AtomOWL, SKOS):&lt;/span&gt; &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef&quot;&gt;http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef&lt;/a&gt;&lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Interactive SPARQL Demo: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://demo.openlinksw.com/isparql/&quot;&gt;http://demo.openlinksw.com/isparql/&lt;/a&gt;
  &lt;/span&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family:sans-serif;&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;color:#999999;&quot;&gt;OpenLink AJAX Too lkit (OAT):
&lt;/span&gt;
&lt;ul&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Project Page: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://sourceforge.net/projects/oat&quot;&gt;http://sourceforge.net/projects/oat&lt;/a&gt;
  &lt;/span&gt;
 &lt;/li&gt;
 &lt;li&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;Live Demonstration: &lt;/span&gt;
  &lt;span style=&quot;font-family:sans-serif;&quot;&gt;&lt;a href=&quot;http://demo.openlinksw.com/DAV/JS/oat/index.html&quot;&gt;http://demo.openlinksw.com/DAV/JS/oat/index.html&lt;/a&gt;
  &lt;/span&gt;&lt;span style=&quot;font-family:sans-serif;&quot;&gt; &lt;/span&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;text-align:right;font-size:10px;&quot;&gt;Technorati Tags: &lt;a href=&quot;http://www.technorati.com/tag/database&quot; rel=&quot;tag&quot;&gt;database&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/databases&quot; rel=&quot;tag&quot;&gt;databases&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/open-source&quot; rel=&quot;tag&quot;&gt;open-source&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/OpenLink&quot; rel=&quot;tag&quot;&gt;OpenLink&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/SPARQL&quot; rel=&quot;tag&quot;&gt;SPARQL&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/RDBMS&quot; rel=&quot;tag&quot;&gt;RDBMS&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/RDF&quot; rel=&quot;tag&quot;&gt;RDF&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/semantic web&quot; rel=&quot;tag&quot;&gt;semantic web&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Semantic Web&quot; rel=&quot;tag&quot;&gt;Semantic Web&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/virtuoso&quot; rel=&quot;tag&quot;&gt;virtuoso&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Virtuoso Open Source 5.0 Release Imminent</title><guid>http://www.openlinksw.com/blog/vdb/blog/?date=2007-03-16#1160</guid><comments>http://www.openlinksw.com/blog/vdb/blog/?id=1160#comments</comments><pubDate>Fri, 16 Mar 2007 09:55:29 GMT</pubDate><n0:modified xmlns:n0="http://www.openlinksw.com/weblog/">2007-03-16T05:55:29-04:00</n0:modified><description>&lt;div&gt;
&lt;div style=&quot;display:none;&quot;&gt;Virtuoso Open Source 5.0 Release Imminent&lt;/div&gt;
&lt;p&gt;We are a couple of days from releasing the Virtuoso Open Source 5.0 cut. This will make the technology that we are showing with Dbpedia and the various OpenLink web sites available to the public.&lt;/p&gt;
&lt;p&gt;The updates involve:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Significant database engine improvements, as discussed in previous posts.&lt;/li&gt;
&lt;li&gt;Tons of RDF related bug fixes.&lt;/li&gt;
&lt;li&gt;Text index extension to SPARQL&lt;/li&gt;
&lt;li&gt;New SQL data type capturing the whole XML Schema scalar type system used in RDF.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Soon to follow are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Basic inference for RDF, including type and property subsumption.&lt;/li&gt;
&lt;li&gt;Whole new disk IO system with much better disk locality.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Existing databases will be automatically upgraded when started with the new Virtuoso 5.0 server. Note that after upgrade, the RDF data is not backward compatible.&lt;/p&gt;
&lt;p&gt;We will be rolling out more Virtuoso hosted semantic web content in the &lt;a href=&quot;http://esw.w3.org/topic/TaskForces/CommunityProjects/LinkingOpenData/&quot;&gt;Linking Open Data project&lt;/a&gt;, part of our participation in the Semantic Web Education and Outreach activity at W3C.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.technorati.com/tags/semantic%20web&quot; rel=&quot;tag&quot;&gt;Semantic Web&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/database&quot; rel=&quot;tag&quot;&gt;Database&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/databases&quot; rel=&quot;tag&quot;&gt;Databases&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/virtuoso&quot; rel=&quot;tag&quot;&gt;Virtuoso&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/sparql&quot; rel=&quot;tag&quot;&gt;SPARQL&lt;/a&gt;|&lt;a href=&quot;http://www.technorati.com/tag/rdf&quot; rel=&quot;tag&quot;&gt;RDF&lt;/a&gt; &lt;/p&gt;    
&lt;/div&gt;</description></item><item><title>Virtuoso Open Source 5.0 Release Imminent</title><guid>http://www.openlinksw.com/blog/vdb/blog/?date=2007-03-16#1160</guid><comments>http://www.openlinksw.com/blog/vdb/blog/?id=1160#comments</comments><pubDate>Fri, 16 Mar 2007 09:55:29 GMT</pubDate><n0:modified xmlns:n0="http://www.openlinksw.com/weblog/">2007-03-16T05:55:29-04:00</n0:modified><description>&lt;div&gt;
&lt;div style=&quot;display:none;&quot;&gt;Virtuoso Open Source 5.0 Release Imminent&lt;/div&gt;
&lt;p&gt;We are a couple of days from releasing the Virtuoso Open Source 5.0 cut. This will make the technology that we are showing with Dbpedia and the various OpenLink web sites available to the public.&lt;/p&gt;
&lt;p&gt;The updates involve:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Significant database engine improvements, as discussed in previous posts.&lt;/li&gt;
&lt;li&gt;Tons of RDF related bug fixes.&lt;/li&gt;
&lt;li&gt;Text index extension to SPARQL&lt;/li&gt;
&lt;li&gt;New SQL data type capturing the whole XML Schema scalar type system used in RDF.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Soon to follow are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Basic inference for RDF, including type and property subsumption.&lt;/li&gt;
&lt;li&gt;Whole new disk IO system with much better disk locality.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Existing databases will be automatically upgraded when started with the new Virtuoso 5.0 server. Note that after upgrade, the RDF data is not backward compatible.&lt;/p&gt;
&lt;p&gt;We will be rolling out more Virtuoso hosted semantic web content in the &lt;a href=&quot;http://esw.w3.org/topic/TaskForces/CommunityProjects/LinkingOpenData/&quot;&gt;Linking Open Data project&lt;/a&gt;, part of our participation in the Semantic Web Education and Outreach activity at W3C.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.technorati.com/tags/semantic%20web&quot; rel=&quot;tag&quot;&gt;Semantic Web&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/database&quot; rel=&quot;tag&quot;&gt;Database&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/databases&quot; rel=&quot;tag&quot;&gt;Databases&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/virtuoso&quot; rel=&quot;tag&quot;&gt;Virtuoso&lt;/a&gt; |&lt;a href=&quot;http://www.technorati.com/tags/sparql&quot; rel=&quot;tag&quot;&gt;SPARQL&lt;/a&gt;|&lt;a href=&quot;http://www.technorati.com/tag/rdf&quot; rel=&quot;tag&quot;&gt;RDF&lt;/a&gt; &lt;/p&gt;    
&lt;/div&gt;</description></item>
</channel>
</rss>
