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

<title>Kingsley Idehen&#39;s Blog Data Space</title><link>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/</link><description>I have seen the future and it&#39;s full of Linked Data! :-)</description><managingEditor>kidehen@openlinksw.com</managingEditor><pubDate>Fri, 06 Mar 2026 06:51:43 GMT</pubDate><generator>Virtuoso Universal Server 08.03.3334</generator><webMaster>kidehen@openlinksw.com</webMaster><image><title>Kingsley Idehen&#39;s Blog Data Space</title><url>http://www.openlinksw.com:443/weblog/public/images/vbloglogo.gif</url><link>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/</link><description>I have seen the future and it&#39;s full of Linked Data! :-)</description><width>88</width><height>31</height></image>
<item><title>Virtuoso Linked Data Deployment 3-Step</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2010-10-29#1641</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1641#comments</comments><pubDate>Fri, 29 Oct 2010 22:54:32 GMT</pubDate><description>&lt;p&gt;Injecting &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x17012e18&quot;&gt;Linked Data&lt;/a&gt; into the Web has been a major pain point for those who seek personal, service, or organization-specific variants of &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id0x196518a8&quot;&gt;DBpedia&lt;/a&gt;. Basically, the sequence goes something like this: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
You encounter DBpedia or the &lt;a class=&quot;auto-href&quot; href=&quot;http://community.linkeddata.org/dataspace/organization/lod#this&quot; id=&quot;link-id0x1b26d008&quot;&gt;LOD&lt;/a&gt; Cloud Pictorial.&lt;/li&gt;
&lt;li&gt;
You look around (typically following your nose from link to link).
&lt;/li&gt;
&lt;li&gt;
You attempt to publish your own stuff.
&lt;/li&gt;
&lt;li&gt;
You get stuck.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The problems typically take the following form:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Functionality confusion about the complementary Name and Address functionality of a single &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id0xa108a00&quot;&gt;URI&lt;/a&gt; abstraction
&lt;/li&gt;
&lt;li&gt;
Terminology confusion due to conflation and over-loading of terms such as Resource, &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id0x1b3d08f8&quot;&gt;URL&lt;/a&gt;, Representation, Document, etc.
&lt;/li&gt;
&lt;li&gt;
Inability to find robust tools with which to generate Linked Data from existing data sources such as relational databases, CSV files, XML, Web Services, etc.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To start addressing these problems, here is a simple guide for generating and publishing Linked Data using &lt;a class=&quot;auto-href&quot; href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id0x1a7841e0&quot;&gt;Virtuoso&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Step 1 - RDF Data Generation&lt;/h3&gt;

&lt;p&gt;Existing RDF data can be added to the Virtuoso RDF Quad Store via a variety of built-in data loader utilities.&lt;/p&gt;

&lt;p&gt;Many options allow you to easily and quickly generate RDF data from other data sources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Install the Sponger Bookmarklet for the &lt;a href=&quot;http://uriburner.com&quot; id=&quot;link-id0x1aa50800&quot;&gt;URIBurner service&lt;/a&gt;. Bind this to your own &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id0x1a4255e0&quot;&gt;SPARQL&lt;/a&gt;-compliant backend RDF database (in this scenario, your local Virtuoso instance), and then Sponge some HTTP-accessible resources.
&lt;/li&gt;
&lt;li&gt;
Convert relational DBMS data to RDF using the Virtuoso RDF Views Wizard.
&lt;/li&gt;
&lt;li&gt;
Starting with CSV files, you can
&lt;ul&gt;
    &lt;li&gt;Place them at an HTTP-accessible location, and use the Virtuoso &lt;a class=&quot;auto-href&quot; href=&quot;http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html&quot; id=&quot;link-id0x16f7ba58&quot;&gt;Sponger&lt;/a&gt; to convert them to RDF or;
&lt;/li&gt;
&lt;li&gt;
Use the CVS import feature to import their content into Virtuoso&amp;#39;s relational data engine; then use the built-in RDF Views Wizard as with other &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Relational_database_management_system&quot; id=&quot;link-id0x1982ea80&quot;&gt;RDBMS&lt;/a&gt; data.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
Starting from XML files, you can
&lt;ul&gt;
    &lt;li&gt;
Use Virtuoso&amp;#39;s inbuilt XSLT-Processor for manual XML to RDF/XML transformation or;&lt;/li&gt;
&lt;li&gt;Leverage the Sponger Cartridge for &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/GRDDL&quot; id=&quot;link-id0x1b350968&quot;&gt;GRDDL&lt;/a&gt;, if there is a transformation service associated with your XML data source, or;&lt;/li&gt;
&lt;li&gt;Let the Sponger analyze the XML data source and make a best-effort transformation to RDF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;Step 2 - Linked Data Deployment&lt;/h3&gt;
&lt;p&gt;
Install the &lt;a href=&quot;http://download.openlinksw.com/packages/6.2/virtuoso/fct_dav.vad&quot; id=&quot;link-id0x19845ad0&quot;&gt;Faceted Browser VAD package (&lt;code&gt;fct_dav.vad&lt;/code&gt;)&lt;/a&gt; which delivers the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Faceted Browser Engine UI&lt;/li&gt;
&lt;li&gt;
Dynamic Hypermedia Resource Generator
&lt;ul&gt;
    &lt;li&gt;delivers descriptor resources for every &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id0x1b3a69f0&quot;&gt;entity&lt;/a&gt; (data object) in the Native or Virtual Quad Stores&lt;/li&gt;
&lt;li&gt;supports a broad array of output formats, including HTML+&lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id0x1a92d2f8&quot;&gt;RDFa&lt;/a&gt;, RDF/XML, N3/Turtle, NTriples, RDF-JSON, OData+Atom, and OData+JSON.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;Step 3 - Linked Data Consumption &amp;amp; Exploitation&lt;/h3&gt;
&lt;p&gt;
Three simple steps allow you, your enterprise, and your customers to consume and exploit your newly deployed Linked Data --
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Load a page like this in your browser: &lt;code&gt;http://&amp;lt;cname&amp;gt;[:&amp;lt;port&amp;gt;]/describe/?uri=&amp;lt;entity-uri&amp;gt;&lt;/code&gt;
&lt;ul&gt;
    &lt;li&gt;
      &lt;code&gt;&amp;lt;cname&amp;gt;[:&amp;lt;port&amp;gt;]&lt;/code&gt; gets replaced by the host and port of your Virtuoso instance&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;entity-uri&amp;gt;&lt;/code&gt; gets replaced by the URI you want to see described -- for instance, the URI of one of the resources you let the Sponger handle.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
Follow the links presented in the descriptor page.
&lt;/li&gt;
&lt;li&gt;If you ever see a blank page with a hyperlink subject name in the About: section at the top of the page, simply add the parameter &amp;quot;&amp;amp;sp=1&amp;quot; to the URL in the browser&amp;#39;s Address box, and hit [ENTER].  This will result in an &amp;quot;on the fly&amp;quot; resource retrieval, transformation, and descriptor page generation.&lt;/li&gt; 
&lt;li&gt;
Use the navigator controls to page up and down the data associated with the &amp;quot;in scope&amp;quot; resource descriptor.
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Related&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Flinkeddata.uriburner.com%2Fabout%2Fid%2Fentity%2Fhttp%2Fwww.amazon.com%2Fo%2FASIN%2F006251587X&quot; id=&quot;link-id0x1a8aeaf8&quot;&gt;Sample Descriptor Page&lt;/a&gt; (what you see post completion of the steps in this post)
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1639&quot; id=&quot;link-id0x1af66f38&quot;&gt;What is Linked Data, really?&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1613&quot; id=&quot;link-id0x1acdbc58&quot;&gt;Painless Linked Data Generation via URIBurner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert&quot; id=&quot;link-id0x1abe3b18&quot;&gt;How To Load RDF Data Into Virtuoso&lt;/a&gt; (various methods)&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoader&quot; id=&quot;link-id0x1a441ff0&quot;&gt;Virtuoso Bulk Loader Script for RDF&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtCsvFileBulkLoader&quot; id=&quot;link-id0x190382e8&quot;&gt;Bulk Loader Script for CSV&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRdb2RDFViewsGeneration#OneClickLinkedDataGenerationAndDemployment&quot; id=&quot;link-id0x1ac9c9c0&quot;&gt;Wizard based generation of RDF based Linked Data from ODBC accessible Relational Databases &lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Virtuoso Linked Data Deployment In 3 Simple Steps</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2010-10-29#1642</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1642#comments</comments><pubDate>Fri, 29 Oct 2010 22:54:32 GMT</pubDate><description>&lt;p&gt;Injecting &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x17012e18&quot;&gt;Linked Data&lt;/a&gt; into the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; has been a major pain point for those who seek personal, service, or organization-specific variants of &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id0x196518a8&quot;&gt;DBpedia&lt;/a&gt;. Basically, the sequence goes something like this: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
You encounter DBpedia or the &lt;a class=&quot;auto-href&quot; href=&quot;http://community.linkeddata.org/dataspace/organization/lod#this&quot; id=&quot;link-id0x1b26d008&quot;&gt;LOD&lt;/a&gt; Cloud Pictorial.&lt;/li&gt;
&lt;li&gt;
You look around (typically following your nose from link to link).
&lt;/li&gt;
&lt;li&gt;
You attempt to publish your own stuff.
&lt;/li&gt;
&lt;li&gt;
You get stuck.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The problems typically take the following form:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Functionality confusion about the complementary Name and Address functionality of a single &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id0xa108a00&quot;&gt;URI&lt;/a&gt; abstraction
&lt;/li&gt;
&lt;li&gt;
Terminology confusion due to conflation and over-loading of terms such as Resource, &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id0x1b3d08f8&quot;&gt;URL&lt;/a&gt;, Representation, Document, etc.
&lt;/li&gt;
&lt;li&gt;
Inability to find robust tools with which to generate Linked Data from existing &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; sources such as relational databases, CSV files, XML, Web Services, etc.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To start addressing these problems, here is a simple guide for generating and publishing Linked Data using &lt;a class=&quot;auto-href&quot; href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id0x1a7841e0&quot;&gt;Virtuoso&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Step 1 - RDF Data Generation&lt;/h3&gt;

&lt;p&gt;Existing RDF data can be added to the Virtuoso RDF Quad Store via a variety of built-in data loader utilities.&lt;/p&gt;

&lt;p&gt;Many options allow you to easily and quickly generate RDF data from other data sources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Install the Sponger Bookmarklet for the &lt;a href=&quot;http://uriburner.com&quot; id=&quot;link-id0x1aa50800&quot;&gt;URIBurner service&lt;/a&gt;. Bind this to your own &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id0x1a4255e0&quot;&gt;SPARQL&lt;/a&gt;-compliant backend RDF database (in this scenario, your local Virtuoso instance), and then Sponge some HTTP-accessible resources.
&lt;/li&gt;
&lt;li&gt;
Convert relational DBMS data to RDF using the Virtuoso RDF Views Wizard.
&lt;/li&gt;
&lt;li&gt;
Starting with CSV files, you can
&lt;ul&gt;
    &lt;li&gt;Place them at an HTTP-accessible location, and use the Virtuoso &lt;a class=&quot;auto-href&quot; href=&quot;http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html&quot; id=&quot;link-id0x16f7ba58&quot;&gt;Sponger&lt;/a&gt; to convert them to RDF or;
&lt;/li&gt;
&lt;li&gt;
Use the CVS import feature to import their content into Virtuoso&amp;#39;s relational data engine; then use the built-in RDF Views Wizard as with other &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Relational_database_management_system&quot; id=&quot;link-id0x1982ea80&quot;&gt;RDBMS&lt;/a&gt; data.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
Starting from XML files, you can
&lt;ul&gt;
    &lt;li&gt;
Use Virtuoso&amp;#39;s inbuilt XSLT-Processor for manual XML to RDF/XML transformation or;&lt;/li&gt;
&lt;li&gt;Leverage the Sponger Cartridge for &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/GRDDL&quot; id=&quot;link-id0x1b350968&quot;&gt;GRDDL&lt;/a&gt;, if there is a transformation service associated with your XML data source, or;&lt;/li&gt;
&lt;li&gt;Let the Sponger analyze the XML data source and make a best-effort transformation to RDF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;Step 2 - Linked Data Deployment&lt;/h3&gt;
&lt;p&gt;
Install the &lt;a href=&quot;http://download.openlinksw.com/packages/6.2/virtuoso/fct_dav.vad&quot; id=&quot;link-id0x19845ad0&quot;&gt;Faceted Browser VAD package (&lt;code&gt;fct_dav.vad&lt;/code&gt;)&lt;/a&gt; which delivers the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Faceted Browser Engine UI&lt;/li&gt;
&lt;li&gt;
Dynamic Hypermedia Resource Generator
&lt;ul&gt;
    &lt;li&gt;delivers descriptor resources for every &lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id0x1b3a69f0&quot;&gt;entity&lt;/a&gt; (data object) in the Native or Virtual Quad Stores&lt;/li&gt;
&lt;li&gt;supports a broad array of output formats, including HTML+&lt;a class=&quot;auto-href&quot; href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id0x1a92d2f8&quot;&gt;RDFa&lt;/a&gt;, RDF/XML, N3/Turtle, NTriples, RDF-JSON, OData+Atom, and OData+JSON.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;Step 3 - Linked Data Consumption &amp;amp; Exploitation&lt;/h3&gt;
&lt;p&gt;
Three simple steps allow you, your enterprise, and your customers to consume and exploit your newly deployed Linked Data --
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Load a page like this in your browser: &lt;code&gt;http://&amp;lt;cname&amp;gt;[:&amp;lt;port&amp;gt;]/describe/?uri=&amp;lt;entity-uri&amp;gt;&lt;/code&gt;
&lt;ul&gt;
    &lt;li&gt;
      &lt;code&gt;&amp;lt;cname&amp;gt;[:&amp;lt;port&amp;gt;]&lt;/code&gt; gets replaced by the host and port of your Virtuoso instance&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;&amp;lt;entity-uri&amp;gt;&lt;/code&gt; gets replaced by the URI you want to see described -- for instance, the URI of one of the resources you let the Sponger handle.
&lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
Follow the links presented in the descriptor page.
&lt;/li&gt;
&lt;li&gt;If you ever see a blank page with a hyperlink subject name in the About: section at the top of the page, simply add the parameter &amp;quot;&amp;amp;sp=1&amp;quot; to the URL in the browser&amp;#39;s Address box, and hit [ENTER].  This will result in an &amp;quot;on the fly&amp;quot; resource retrieval, transformation, and descriptor page generation.&lt;/li&gt; 
&lt;li&gt;
Use the navigator controls to page up and down the data associated with the &amp;quot;in scope&amp;quot; resource descriptor.
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Related&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Flinkeddata.uriburner.com%2Fabout%2Fid%2Fentity%2Fhttp%2Fwww.amazon.com%2Fo%2FASIN%2F006251587X&quot; id=&quot;link-id0x1a8aeaf8&quot;&gt;Sample Descriptor Page&lt;/a&gt; (what you see post completion of the steps in this post)
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1639&quot; id=&quot;link-id0x1af66f38&quot;&gt;What is Linked Data, really?&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1613&quot; id=&quot;link-id0x1acdbc58&quot;&gt;Painless Linked Data Generation via URIBurner&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert&quot; id=&quot;link-id0x1abe3b18&quot;&gt;How To Load RDF Data Into Virtuoso&lt;/a&gt; (various methods)&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoader&quot; id=&quot;link-id0x1a441ff0&quot;&gt;Virtuoso Bulk Loader Script for RDF&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtCsvFileBulkLoader&quot; id=&quot;link-id0x190382e8&quot;&gt;Bulk Loader Script for CSV&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRdb2RDFViewsGeneration#OneClickLinkedDataGenerationAndDemployment&quot; id=&quot;link-id0x1ac9c9c0&quot;&gt;Wizard based generation of RDF based Linked Data from ODBC accessible Relational Databases &lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>URIBurner: Painless Generation &amp; Exploitation of Linked Data (Update 1 - Demo Links Added)</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2010-03-10#1613</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1613#comments</comments><pubDate>Wed, 10 Mar 2010 17:52:03 GMT</pubDate><description>&lt;h2&gt;What is URIBurner?  &lt;/h2&gt;
&lt;p&gt;A service from &lt;a href=&quot;http://www.openlinksw.com/dataspace/organization/openlink#this&quot; id=&quot;link-id11a8a2768&quot;&gt;OpenLink Software&lt;/a&gt;, available at: &lt;a href=&quot;http://uriburner.com&quot; id=&quot;link-id11ace9988&quot;&gt;http://uriburner.com&lt;/a&gt;, that enables anyone to generate structured descriptions -on the fly- for resources that are already published to HTTP based networks. These descriptions exist as hypermedia resource representations where links are used to identify: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
the &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id11ae10768&quot;&gt;entity&lt;/a&gt; (&lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; object or datum) being described,&lt;/li&gt;
&lt;li&gt;each of its attributes, and&lt;/li&gt;
&lt;li&gt;each of its attributes values (optionally).&lt;/li&gt;  
&lt;/ul&gt;
&lt;p&gt;The hypermedia resource representation outlined above is what is commonly known as an &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id121aec368&quot;&gt;Entity&lt;/a&gt;-Attribute-Value (EAV) Graph. The use of generic HTTP scheme based Identifiers is what distinguishes this type of hypermedia resource from others.&lt;/p&gt;
&lt;h2&gt;Why is it Important?&lt;/h2&gt;
&lt;p&gt;
The virtues (dual pronged serendipitous discovery) of publishing HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id11f5f53e8&quot;&gt;Linked Data&lt;/a&gt; across public (&lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id11b14e1f8&quot;&gt;World Wide Web&lt;/a&gt;) or private (Intranets and/or Extranets) is rapidly becoming clearer to everyone. That said, the nuance laced nature of Linked Data publishing presents significant challenges to most. Thus, for Linked Data to really blossom the process of publishing needs to be simplified i.e., &amp;quot;just click and go&amp;quot; (for human interaction) or REST-ful orchestration of HTTP CRUD (Create, Read, Update, Delete) operations between Client Applications and Linked Data Servers.&lt;/p&gt;


&lt;h2&gt;How Do I Use It?&lt;/h2&gt;
&lt;p&gt;
In similar vane to the role played by FeedBurner with regards to Atom and RSS feed generation, during the early stages of the Blogosphere, it enables anyone to publish Linked Data bearing hypermedia resources on an HTTP network. Thus, its usage covers two profiles: Content Publisher and Content Consumer.
  &lt;/p&gt;
&lt;h3&gt;


&lt;/h3&gt;
&lt;h3&gt;Content Publisher
  &lt;/h3&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;p&gt;The steps that follow cover all you need to do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;place a &lt;link /&gt; &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id11a62f908&quot;&gt;tag&lt;/a&gt; within your HTTP based hypermedia resource (e.g. within  section for HTML )&lt;/li&gt;
&lt;li&gt;use a &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id11e7e5228&quot;&gt;URL&lt;/a&gt; via the @href attribute value to identify the location of the structured description of your resource, in this case it takes the form: http://linkeddata.uriburner.com/about/id/{scheme-or-protocol}/{your-hostname-or-authority}/{your-local-resource}&lt;/li&gt;
&lt;li&gt;for human visibility you may consider adding associating a button (as you do with Atom and RSS) with the URL above.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
That&amp;#39;s it! The discoverability (SDQ) of your content has just multiplied significantly, its structured description is now part of the Linked Data Cloud with a reference back to your site (which is now a bona fide HTTP based Linked Data &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id120a6e5c8&quot;&gt;Space&lt;/a&gt;).&lt;/p&gt;
&lt;h4&gt;Examples&lt;/h4&gt;

&lt;p&gt;
&lt;strong&gt;HTML+&lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id11ae8fdc8&quot;&gt;RDFa&lt;/a&gt; based representation of a structured resource description:&lt;/strong&gt;
&lt;/p&gt;

&lt;blockquote&gt;
&amp;lt;link rel=&amp;quot;describedby&amp;quot; title=&amp;quot;Resource Description (HTML)&amp;quot;type=&amp;quot;text/html&amp;quot; href=&amp;quot;http://linkeddata.uriburner.com/about/id/http/example.org/xyz.html&amp;quot;/&amp;gt;&lt;/blockquote&gt;

&lt;p&gt;

&lt;strong&gt;JSON based representation of a structured resource description:&lt;/strong&gt;
&lt;/p&gt;
&lt;blockquote&gt;&amp;lt;link rel=&amp;quot;describedby&amp;quot; title=&amp;quot;Resource Description (JSON)&amp;quot;    type=&amp;quot;application/json&amp;quot;    href=&amp;quot;http://linkeddata.uriburner.com/about/id/http/example.org/xyz.html&amp;quot;/&amp;gt;&lt;/blockquote&gt;
&lt;p&gt;
&lt;strong&gt;N3 based representation of a structured resource description:&lt;/strong&gt;
&lt;/p&gt;

&lt;blockquote&gt;&amp;lt;link rel=&amp;quot;describedby&amp;quot; title=&amp;quot;Resource Description (N3)&amp;quot; type=&amp;quot;text/n3&amp;quot; href=&amp;quot;http://linkeddata.uriburner.com/about/id/http/example.org/xyz.html&amp;quot;/&amp;gt;&lt;/blockquote&gt;

&lt;p&gt;

&lt;strong&gt;RDF/XML based representations of a structured resource description&lt;/strong&gt;:

&lt;/p&gt;

&lt;blockquote&gt;&amp;lt;link rel=&amp;quot;describedby&amp;quot; title=&amp;quot;Resource Description (RDF/XML)&amp;quot; type=&amp;quot;application/rdf+xml&amp;quot; href=&amp;quot;http://linkeddata.uriburner.com/about/id/http/example.org/xyz.html&amp;quot;/&amp;gt;&lt;/blockquote&gt;

&lt;h3&gt;Content Consumer&lt;/h3&gt;
&lt;p&gt;As an end-user, obtaining a structured description of any resource published to an HTTP network boils down to the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;go to: http://uriburner.com&lt;/li&gt;
&lt;li&gt;drag the Page Metadata Bookmarklet link to your Browser&amp;#39;s toolbar&lt;/li&gt;
&lt;li&gt;whenever you encounter a resource of interest (e.g. an HTML page) simply click on the Bookmarklet&lt;/li&gt;
&lt;li&gt;you will be presented with an HTML representation of a structured resource description (i.e., identifier of the entity being described, its attributes, and its attribute values will be clearly presented).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Examples&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/www.amazon.com/o/ASIN/1591842778&quot; id=&quot;link-id11ba54a48&quot;&gt;Description of a Book culled from an Amazon web page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/www.bestbuy.com/site/Flip+Video+-+UltraHD+Camcorder+-+Black/Chrome/9281984.p?id=1218073822126&amp;amp;skuId=9281984&quot; id=&quot;link-id11f621848&quot;&gt;Description of a product offering culled from a BestBuy web page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/reviews.cnet.com/digital-cameras/canon-eos-5d-mark/4505-6501_7-33280763.html?tag=tpr&quot; id=&quot;link-id115f27e08&quot;&gt;Description of a product (a camera) culled from a CNET web page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/cgi.ebay.com/23PORT-Canon-SLR-EOS-5D-Mark-II-Body-Only-New_W0QQitemZ140367785136QQcategoryZ31388QQcmdZViewItem#Offer&quot; id=&quot;link-id120b4b258&quot;&gt;Description of the same CNET product as an Offer on eBay&lt;/a&gt; (exposed by the description above via seeAlso property value).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are a developer, you can simply perform an HTTP operation request (from your development environment of choice) using any of the URL patterns presented below:&lt;/p&gt;
&lt;a id=&quot;HTML:&quot;&gt; &lt;/a&gt;&lt;strong&gt;HTML:

 &lt;/strong&gt;
&lt;ul&gt;
   &lt;li&gt; &lt;tt&gt;curl -I -H &amp;quot;Accept: text/html&amp;quot; http://linkeddata.uriburner.com/about/id/{scheme}/{authority}/{local-path} &lt;/tt&gt;
&lt;/li&gt;
&lt;/ul&gt;
 &lt;h4&gt;
&lt;a id=&quot;JSON:&quot;&gt; &lt;/a&gt;JSON:&lt;/h4&gt;
 &lt;ul&gt;
   &lt;li&gt; &lt;tt&gt;curl -I -H &amp;quot;Accept: application/json&amp;quot; http://linkeddata.uriburner.com/about/id/{scheme}/{authority}/{local-path} &lt;/tt&gt; &lt;/li&gt;
   &lt;li&gt; &lt;tt&gt;curl http://linkeddata.uriburner.com/about/data/json/{scheme}/{authority}/{local-path}&lt;/tt&gt;
&lt;/li&gt;
 &lt;/ul&gt;
&lt;h4&gt;
            &lt;a id=&quot;Notation_3_N3:&quot;&gt;
      &lt;/a&gt;Notation 3 (N3):&lt;/h4&gt;
&lt;ul&gt;
            &lt;li&gt;
              &lt;tt&gt;curl -I -H &amp;quot;Accept: text/n3&amp;quot; http://linkeddata.uriburner.com/about/id/{scheme}/{authority}/{local-path}  &lt;/tt&gt; &lt;/li&gt;
&lt;li&gt;
              &lt;tt&gt;curl http://linkeddata.uriburner.com/about/data/n3/{scheme}/{authority}/{local-path}&lt;/tt&gt;
&lt;/li&gt;
&lt;/ul&gt;
    &lt;ul&gt;
            &lt;li&gt;
              &lt;tt&gt;curl -I -H &amp;quot;Accept: text/turtle&amp;quot; http://linkeddata.uriburner.com/about/id/{scheme}/{authority}/{local-path}&lt;/tt&gt; &lt;/li&gt;
&lt;li&gt;
              &lt;tt&gt;curl http://linkeddata.uriburner.com/about/data/ttl/{scheme}/{authority}/{local-path}  &lt;/tt&gt;            &lt;/li&gt;
&lt;/ul&gt;
    &lt;h4&gt;
            &lt;a id=&quot;RDFXML:&quot;&gt;
      &lt;/a&gt;RDF/XML:&lt;/h4&gt;
&lt;ul&gt;
            &lt;li&gt;
              &lt;tt&gt;curl -I -H &amp;quot;Accept: application/rdf+xml&amp;quot; http://linkeddata.uriburner.com/about/id/{scheme}/{authority}/{local-path}  &lt;/tt&gt; &lt;/li&gt;
&lt;li&gt;
              &lt;tt&gt;curl http://linkeddata.uriburner.com/about/data/xml/{scheme}/{authority}/{local-path}  &lt;/tt&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;URIBurner is a &amp;quot;deceptively simple&amp;quot; solution for cost-effective exploitation of HTTP based Linked Data meshes. It doesn&amp;#39;t require any programming or customization en route to immediately realizing its virtues. &lt;/p&gt;
&lt;p&gt; If you like what URIBurner offers, but prefer to leverage its capabilities within your domain -- such that  resource description URLs reside in your domain, all you have to do is perform the following steps:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://download.openlinksw.com/virtwiz/&quot; id=&quot;link-id1158f8658&quot;&gt;download a copy of Virtuoso&lt;/a&gt; (for local desktop, workgroup,  or data center installation) or&lt;/li&gt;
  &lt;li&gt;instantiate &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtInstallationEC2&quot; id=&quot;link-id11e03e558&quot;&gt;Virtuoso via the Amazon EC2 Cloud&lt;/a&gt; &lt;/li&gt;
  &lt;li&gt;enable the Sponger Middleware component via the RDF Mapper VAD package (which includes &lt;a href=&quot;http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtSpongerCartridgeSupportedDataSources&quot; id=&quot;link-id1205ffe78&quot;&gt;cartridges for over 30 different resources types&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When you install your own URIBurner instances, you also have the ability to perform customizations that increase resource description fidelity in line with your specific needs. All you need to do is develop a custom extractor cartridge and/or meta cartridge. &lt;/p&gt;
&lt;h2&gt;Related:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSponger&quot; id=&quot;link-id120582118&quot;&gt; Virtuoso Sponger Middleware&lt;/a&gt; -- (technology behind &lt;a href=&quot;http://uriburner.com&quot; id=&quot;link-id11b634448&quot;&gt;URIBurner Service&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://virtuoso.openlinksw.com/screencasts/virtuoso-rdf-middleware3.swf&quot; id=&quot;link-id12082e958&quot;&gt;Animation demonstrating how the Virtuoso Sponger works&lt;/a&gt;.&lt;/li&gt;

&lt;/ul&gt;</description></item><item><title>Revisiting HTTP based Linked Data (Update 1 - Demo Video Links Added)</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2010-03-04#1611</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1611#comments</comments><pubDate>Thu, 04 Mar 2010 15:16:14 GMT</pubDate><description>&lt;p&gt;Motivation for this post arose from a series of Twitter exchanges between &lt;a href=&quot;http://ouseful.wordpress.com/about/#this&quot; id=&quot;link-id115699ae8&quot;&gt;Tony Hirst&lt;/a&gt; and I, in relation to his &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id11a0cbc08&quot;&gt;blog&lt;/a&gt; post titled: &lt;a href=&quot;http://ouseful.wordpress.com/2010/03/03/so-what-is-it-about-linked-data-that-makes-it-linked-data%e2%84%a2/&quot; id=&quot;link-id1158f8ce8&quot;&gt;So What Is It About Linked Data that Makes it Linked Data™ ?&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;At the end of the marathon session, it was clear to &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id11557da58&quot;&gt;me&lt;/a&gt; that a blog post was required for future reference, at the very least :-)&lt;/p&gt;
&lt;h3&gt;What is &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id11a7ee3a8&quot;&gt;Linked Data&lt;/a&gt;?&lt;/h3&gt;
&lt;p&gt;&amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Reference_(computer_science)&quot; id=&quot;link-id11a682338&quot;&gt;Data Access by Reference&lt;/a&gt;&amp;quot; mechanism for Data Objects (or Entities) on HTTP networks. It enables you to Identify a Data Object and Access its structured Data Representation via a single Generic HTTP scheme based Identifier (HTTP &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id125037288&quot;&gt;URI&lt;/a&gt;). Data Object representation formats may vary; but in all cases, they are &lt;a href=&quot;http://dbpedia.org/resource/Hypermedia&quot; id=&quot;link-id115548f78&quot;&gt;hypermedia&lt;/a&gt; oriented, fully structured,  and negotiable within the &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id11c955888&quot;&gt;context&lt;/a&gt; of a client-server message exchange.&lt;/p&gt;
&lt;h3&gt;Why is it Important?&lt;/h3&gt;
&lt;p&gt;
&lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id125154778&quot;&gt;Information&lt;/a&gt; makes the world tick!&lt;/p&gt;
&lt;p&gt;Information doesn&amp;#39;t exist without data to contextualize.&lt;/p&gt;
&lt;p&gt;Information is inaccessible without a projection (presentation) medium. &lt;/p&gt;
&lt;p&gt;All information (without exception, when produced by humans) is subjective. Thus, to truly maximize the innate heterogeneity of collective human intelligence, loose coupling of our information and associated data sources is imperative.&lt;/p&gt;
&lt;h3&gt;How is Linked Data Delivered?&lt;/h3&gt;
&lt;p&gt;Linked Data is exposed to HTTP networks (e.g. &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id125321238&quot;&gt;World Wide Web&lt;/a&gt;) via hypermedia resources bearing structured representations of data object descriptions. Remember, you have a single Identifier abstraction (generic HTTP URI) that embodies: Data Object Name and Data Representation Location (aka &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id1249a7a88&quot;&gt;URL&lt;/a&gt;).&lt;/p&gt;
&lt;h3&gt;How are Linked Data Object Representations Structured?&lt;/h3&gt;
&lt;p&gt;A structured representation of data exists when an &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id1250630d8&quot;&gt;Entity&lt;/a&gt; (Datum), its Attributes, and its Attribute Values are clearly discernible. In the case of a Linked Data Object, structured descriptions take the form of a hypermedia based &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id126ed7608&quot;&gt;Entity&lt;/a&gt;-Attribute-Value (EAV) graph pictorial -- where each Entity, its Attributes, and its Attribute Values (optionally) are identified using Generic HTTP URIs. &lt;/p&gt;
&lt;p&gt;Examples of structured data representation formats (content types) associated with Linked Data Objects include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;text/html&lt;/li&gt;
  &lt;li&gt;text/turtle&lt;/li&gt;
  &lt;li&gt;text/n3&lt;/li&gt;
  &lt;li&gt;application/json&lt;/li&gt;
  &lt;li&gt;application/rdf+xml&lt;/li&gt;
  &lt;li&gt;Others &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;How Do I Create Linked Data oriented Hypermedia Resources?&lt;/h3&gt;
&lt;p&gt;You markup resources by expressing distinct entity-attribute-value statements (basically these a 3-tuple records) using a variety of notations:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;(X)HTML+&lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id1252975b8&quot;&gt;RDFa&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://n2.talis.com/wiki/RDF_JSON_Specification&quot; id=&quot;link-id115015458&quot;&gt;JSON&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.dajobe.org/2004/01/turtle/&quot; id=&quot;link-id116458478&quot;&gt;Turtle&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.w3.org/DesignIssues/Notation3&quot; id=&quot;link-id11a62f9f8&quot;&gt;N3&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://swdev.nokia.com/trix/trix.html&quot; id=&quot;link-id11a8f56b8&quot;&gt;TriX&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www4.wiwiss.fu-berlin.de/bizer/TriG/&quot; id=&quot;link-id117156978&quot;&gt;TriG&lt;/a&gt;,&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.w3.org/TR/REC-rdf-syntax/&quot; id=&quot;link-id126f52a58&quot;&gt;RDF/XML&lt;/a&gt;, and&lt;/li&gt;
  &lt;li&gt;Others (for instance you can use Atom data format extensions to model EAV graph as per OData initiative from Microsoft).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can achieve this task using any of the following approaches:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Notepad&lt;/li&gt;
  &lt;li&gt;WYSIWYG Editor &lt;/li&gt;
  &lt;li&gt;Transformation of Database Records via Middleware&lt;/li&gt;
  &lt;li&gt;Transformation of XML based &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; Services output via Middleware&lt;/li&gt;
  &lt;li&gt;Transformation of other Hypermedia Resources via Middleware&lt;/li&gt;
  &lt;li&gt;Transformation of non Hypermedia Resources via Middleware&lt;/li&gt;
  &lt;li&gt;Use a platform that delivers all of the above.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Practical Examples of Linked Data Objects Enable&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Describe Who You Are, What You Offer, and What You Need via your structured profile, then leave your HTTP network to perform the REST (serendipitous discovery of relevant things)&lt;/li&gt;
  &lt;li&gt;Identify (via map overlay) all items of interest based on a 2km+ radious of my current location (this could include vendor offerings or services sought by existing or future customers)&lt;/li&gt;
  &lt;li&gt;Share the latest and greatest family photos with family members *only* without forcing them to signup for Yet Another Web 2.0 service or Social Network&lt;/li&gt;
  &lt;li&gt;No repetitive signup and username and password based login sequences per Web 2.0 or Mobile Application combo&lt;/li&gt;
  &lt;li&gt;Going beyond imprecise Keyword Search to the new frontier of Precision Find - Example, Find Data Objects associated with the keywords: Tiger, while enabling the seeker disambiguate across the &amp;quot;Who&amp;quot;, &amp;quot;What&amp;quot;, &amp;quot;Where&amp;quot;, &amp;quot;When&amp;quot; dimensions (with negation capability)&lt;/li&gt;
  &lt;li&gt;Determine how two Data Objects are Connected - person to person, person to subject matter etc. (LinkedIn outside the walled garden)&lt;/li&gt;
  &lt;li&gt;Use any resource address (e.g &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id124fd8118&quot;&gt;blog&lt;/a&gt; or bookmark URL) as the conduit into a Data Object mesh that exposes all associated Entities and their social network relationships&lt;/li&gt;
  &lt;li&gt;Apply patterns (social dimensions) above to traditional enterprise data sources in combination (optionally) with external data without compromising security etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;How Do &lt;a href=&quot;http://www.openlinksw.com/dataspace/organization/openlink#this&quot; id=&quot;link-id124fd0d98&quot;&gt;OpenLink Software&lt;/a&gt; Products Enable Linked Data Exploitation?&lt;/h3&gt;
&lt;p&gt;Our data access middleware heritage (which spans 16+ years) has enabled us to assemble a rich portfolio of coherently integrated products that enable cost-effective evaluation and utilization of Linked Data,	 without writing a single line of code, or exposing you to the hidden, but extensive admin and configuration costs. Post installation, the benefits of Linked Data simply materialize (along the lines described above).&lt;/p&gt;
&lt;p&gt;Our main Linked Data oriented products include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://ode.openlinksw.com&quot; id=&quot;link-id125058d68&quot;&gt;OpenLink Data Explorer&lt;/a&gt; -- visualizes Linked Data or Linked Data transformed &amp;quot;on the fly&amp;quot; from hypermedia and non hypermedia data sources &lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://uriburner.com&quot; id=&quot;link-id1251db6a8&quot;&gt;URIBurner&lt;/a&gt; -- a &amp;quot;deceptively simple&amp;quot; solution that enables the generation of Linked Data &amp;quot;on the fly&amp;quot; from a broad collection of data sources and resource types&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://ods.openlinksw.com/wiki/ODS/&quot; id=&quot;link-id1252caae8&quot;&gt;OpenLink Data Spaces&lt;/a&gt; -- a platform for enterprises and individuals that enhances distributed collaboration via Linked Data driven virtualization of data across its native and/or 3rd party content manager for: Blogs, Wikis, Shared Bookmarks, Discussion Forums, Social Networks etc&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://virtuoso.openlinksw.com/overview/index.htm&quot; id=&quot;link-id124809b58&quot;&gt;OpenLink Virtuoso&lt;/a&gt; -- a secure and high-performance native hybrid data server (Relational, RDF-Graph, Document models) that includes in-built Linked Data transformation middleware (aka. Sponger). &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Related&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.ietf.org/rfc/rfc2616.txt&quot; id=&quot;link-id125306d78&quot;&gt;Hypertext Transfer Protocol 1.1 RFC&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.odata.org/docs/%5BMC-APDSU%5D.htm#_Toc246716495&quot; id=&quot;link-id11c948e98&quot;&gt;Open Data Protocol Glossary&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1543&quot; id=&quot;link-id126fae278&quot;&gt;Simple Explanation of RDF and Linked Data Dynamics&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=linked%20data%0D%0A&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id1252e0018&quot;&gt;Collection of post from the past about Linked Data&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1584&quot; id=&quot;link-id124fefea8&quot;&gt;Are We There Yet Re. Web++?&lt;/a&gt; -- includes link to &lt;a href=&quot;http://itc.conversationsnetwork.org/shows/detail4233.html&quot; id=&quot;link-id125188078&quot;&gt;podcast conversation with Jon Udell&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.ted.com/talks/gary_flake_is_pivot_a_turning_point_for_web_exploration.html&quot; id=&quot;link-id11a501c28&quot;&gt;Web of Linked Data Pivoting Demo from TED&lt;/a&gt; -- by Microsoft&amp;#39;s Gary Flake
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.youtube.com/watch?v=G29DBIEcIuQ&quot; id=&quot;link-id1204fff18&quot;&gt;Microsoft Pivot atop Virtuoso Quad Store&amp;#39;s Faceted Browser Engine&lt;/a&gt;-- My Demonstration of EAV model transcending data representation variations (i.e., RDF&amp;#39;s EAV data model data served up in Microsoft CXML data representation format).
&lt;/li&gt; 
&lt;/ul&gt;</description></item><item><title>Linked Data &amp; Socially Enhanced Collaboration (Enterprise or Individual) -- Update 1</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2010-03-02#1610</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1610#comments</comments><pubDate>Tue, 02 Mar 2010 20:47:54 GMT</pubDate><description>&lt;p&gt;Socially enhanced enterprise and invididual collaboration is becoming a focal point for a variety of solutions that offer erswhile distinct content managment features across the realms of Blogging, Wikis, Shared Bookmarks, Discussion Forums etc.. as part of an integrated platform suite. Recently, &lt;a href=&quot;http://www.socialtext.com/&quot; id=&quot;link-id112be850&quot;&gt;Socialtext&lt;/a&gt; has caught my attention courtesy of its nice &lt;a href=&quot;http://www.socialtext.com/products/socialnetworking.php&quot; id=&quot;link-id145d9850&quot;&gt;features and benefits page&lt;/a&gt; . In addition, I&amp;#39;ve also found the &lt;a href=&quot;http://mike2.openmethodology.org/&quot; id=&quot;link-id14103cc8&quot;&gt;Mike 2.0 portal&lt;/a&gt; immensely interesting and valuable, for those with an enterprise  collaboration bent.&lt;/p&gt;
&lt;p&gt;Anyway, Socialtext and Mike 2.0  (they aren&amp;#39;t identical and juxtaposition isn&amp;#39;t seeking to imply this) provide nice demonstrations of socially enhanced collaboration for individuals and/or enterprises is all about:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Identifying Yourself&lt;/li&gt;
  &lt;li&gt;Identifying Others (key contributors, peers, collaborators)&lt;/li&gt;
  &lt;li&gt;Serendipitous Discovery of key contributors, peers, and collaborators&lt;/li&gt;
  &lt;li&gt;Serendipitous Discovery by key contributors, peers, and collaborators&lt;/li&gt;
  &lt;li&gt;Develop and sustain relationships via socially enhanced professional network hybrid&lt;/li&gt;
  &lt;li&gt;Utilize your new &amp;quot;trusted network&amp;quot; (which you&amp;#39;ve personally indexed) when seeking help or propagating a &lt;a href=&quot;http://dbpedia.org/resource/Meme&quot; id=&quot;link-id13ad00d0&quot;&gt;meme&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As is typically the case in this emerging realm, the critical issue of discrete &amp;quot;identifiers&amp;quot; (record keys in sense) for &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; items, data containers, and data creators (individuals and groups) is overlooked albeit unintentionally. &lt;/p&gt;
&lt;h3&gt;How HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id112e1ba8&quot;&gt;Linked Data&lt;/a&gt; Addresses the Identifier Issue&lt;/h3&gt;
&lt;p&gt;Rather than using platform constrained identifiers such as: &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;email address (a &amp;quot;mailto&amp;quot; scheme identifier), &lt;/li&gt;
  &lt;li&gt;a dbms user account, &lt;/li&gt;
  &lt;li&gt;application specific account, or&lt;/li&gt;
  &lt;li&gt;OpenID.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It enables you to leverage the platform independence of HTTP scheme Identifiers (Generic URIs) such that Identifiers for: &lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;You, &lt;/li&gt;
  &lt;li&gt;Your Peers, &lt;/li&gt;
  &lt;li&gt;Your Groups, and &lt;/li&gt;
  &lt;li&gt;Your Activity Generated Data, &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;simply become conduits into a mesh of &lt;a href=&quot;http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/images/My_Data_Spaces.png&quot; id=&quot;link-id13fe1168&quot;&gt;HTTP -- referencable and accessible -- Linked Data Objects&lt;/a&gt; endowed with High SDQ (Serendipitious Discovery Quotient). For example my &lt;a href=&quot;http://kingsley.idehen.name/dataspace/person/kidehen#this&quot; id=&quot;link-id13bdcc80&quot;&gt;Personal WebID &lt;/a&gt;is all anyone needs to know if they want to explore:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;My Profile (which includes references to data objects associated with my interests, social-network, calendar, bookmarks etc.)&lt;/li&gt;
&lt;li&gt;Data generated by my activities across various data spaces (via data objects associated with my online accounts e.g. &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/feeds.delicious.com/v2/rss/kidehen?count=15&quot; id=&quot;link-id141cce38&quot;&gt;Del.icio.us&lt;/a&gt;, &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen&quot; id=&quot;link-id11802ce8&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;http://linkeddata.uriburner.com/about/id/entity/http/www.last.fm/user/kidehen&quot; id=&quot;link-id118bf470&quot;&gt;Last.FM&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://uriburner.com/fct/rdfdesc/usage.vsp?g=http%3A%2F%2Fkingsley.idehen.name%2Fdataspace%2Fperson%2Fkidehen%23this&amp;amp;tp=4&quot; id=&quot;link-id13c0f528&quot;&gt;Linked Data Meshups via URIBurner&lt;/a&gt; (or any other &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id11334f00&quot;&gt;Virtuoso&lt;/a&gt; instance) that provide an extend view of my profile&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How &lt;a href=&quot;http://dbpedia.org/resource/Friend_of_a_friend&quot; id=&quot;link-id14324eb0&quot;&gt;FOAF&lt;/a&gt;+SSL adds Socially aware Security &lt;/h3&gt;
&lt;p&gt;Even when you reach a point of equilibrium where: your daily activities trigger orchestratestration of CRUD (Create, Read, Update, Delete) operations against Linked Data Objects within your socially enhanced collaboration network, you still have to deal with the thorny issues of security, that includes the following: &lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Single Sign On, &lt;/li&gt;
  &lt;li&gt;Authentication, and &lt;/li&gt;
  &lt;li&gt;Data Access Policies.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;FOAF+SSL, an application of HTTP based Linked Data, enables you to enhance your Personal HTTP scheme based Identifer (or WebID) via the following steps (peformed by a FOAF+SSL compliant platform):&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Imprint WebID within a self-signed x.509 based public key (certificate) associated with your private key (generated by FOAF+SSL platform or manually via OpenSSL)&lt;/li&gt;
  &lt;li&gt;Store public key components (modulous and exponent) into your FOAF based profile document which references your Personal HTTP Identifier as its primary topic&lt;/li&gt;
  &lt;li&gt;Leverage HTTP &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id141f8b30&quot;&gt;URL&lt;/a&gt; component of WebID for making public key components (modulous and exponent) available for x.509 certificate based authentication challenges posed by systems secured by FOAF+SSL (directly) or OpenID (indirectly via FOAF+SSL to OpenID proxy services).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Contrary to conventional experiences with all things PKI (Public Key Infrastructure) related, FOAF+SSL compliant platforms typically handle the PKI issues as part of the protocol implementation; thereby protecting you from any administrative tedium without compromising security.&lt;/p&gt;
&lt;h3&gt;Conclusions&lt;/h3&gt;
&lt;p&gt;Understanding how new technology innovations address long standing problems, or understanding how new solutions inadvertently fail to address old problems, provides time tested mechanisms for product selection and value proposition comprehension that ultimately save scarce resources such as time and money. &lt;/p&gt;
&lt;p&gt;If you want to understand real world problem solution #1 with regards to HTTP based Linked Data look no further than the issues of secure, socially aware, and platform independent identifiers for data objects, that build bridges across erstwhile data silos.&lt;/p&gt;
&lt;p&gt;If you want to cost-effectively experience what I&amp;#39;ve outlined in this post, take a look at &lt;a href=&quot;http://ods.openlinksw.com/wiki/ODS/&quot; id=&quot;link-id13c21220&quot;&gt;OpenLink Data Spaces&lt;/a&gt; (&lt;a href=&quot;http://ods.openlinksw.com/wiki/ODS/&quot; id=&quot;link-id1422cdd8&quot;&gt;ODS&lt;/a&gt;) which is a distributed collaboration engine (enterprise of individual) built around the &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id14211c98&quot;&gt;Virtuoso&lt;/a&gt; database engines. It simply enhances existing collaboration tools via the following capabilities:&lt;/p&gt;
&lt;p&gt;Addition of Social Dimensions via HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Identity_(object-oriented_programming)&quot; id=&quot;link-id116ecd88&quot;&gt;Data Object Identifiers&lt;/a&gt; for all Data Items (if missing)&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Ability to integrate across a myriad of Data Source Types rather than a select few across RDBM Engines, LDAP, &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; Services, and various HTTP accessible Resources (Hypermedia or Non Hypermedia content types)&lt;/li&gt;
  &lt;li&gt;Addition of FOAF+SSL based authentication&lt;/li&gt;
  &lt;li&gt;Addition of FOAF+SSL based Access Control Lists (ACLs) for policy based data access.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Related:&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://ods.openlinksw.com/dataspace/dav/wiki/ODS/GetAPersonalURIIn5MinutesOrLess&quot; id=&quot;link-id117b2610&quot;&gt;Get Yourself A WebID in 5 Minutes or Less&lt;/a&gt; via OpenLink Data Spaces (an application layer built atop Virtuoso)&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSBriefcaseFOAFSSL&quot; id=&quot;link-id140311a0&quot;&gt;How To Share Resources Securely Using FOAF+SSL&lt;/a&gt; &lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.youtube.com/watch?v=CRbdeNMPCug&quot; id=&quot;link-id11ad5448&quot;&gt;FOAF+SSL &amp;amp; WebID Demonstration&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt;
  &lt;a href=&quot;http://www.slideshare.net/kidehen/linked-data-spaces-data-portability-access&quot; id=&quot;link-id141f43a8&quot;&gt;OpenLink Data Spaces &amp;amp; Data Portability&lt;/a&gt;.&lt;/li&gt;
  
&lt;/ul&gt;</description></item><item><title>Take N: Yet Another OpenLink Data Spaces Introduction</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2009-04-22#1542</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1542#comments</comments><pubDate>Wed, 22 Apr 2009 18:46:18 GMT</pubDate><description>
&lt;h3&gt;Problem:&lt;/h3&gt;
&lt;p&gt;Your Life, Profession, &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt;, and &lt;a href=&quot;http://dbpedia.org/resource/Internet&quot; id=&quot;link-id0x1c6687f8&quot;&gt;Internet&lt;/a&gt; do not need to become mutually exclusive due to &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id0x1c6696e8&quot;&gt;information&lt;/a&gt; overload&amp;quot;.&lt;/p&gt;

&lt;h3&gt;Solution:&lt;/h3&gt;
&lt;p&gt;
A platform or service that delivers a point of online presence that embodies the fundamental separation of: Identity, &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Access, Data Representation, Data Presentation, by adhering to Web and Internet protocols.&lt;/p&gt;

&lt;h3&gt;How:&lt;/h3&gt;
&lt;p&gt;
Typical post installation (Local or Cloud) task sequence:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Identify myself (happens automatically by way of registration)&lt;/li&gt;
&lt;li&gt;If in an LDAP environment, import accounts or associate system with LDAP for account lookup and authentication&lt;/li&gt;
&lt;li&gt;
Identify Online Accounts (by fleshing out profile) which also connects system to online accounts and their data&lt;/li&gt;
&lt;li&gt;Use Profile for granular description (Biography, Interests, WishList, OfferList, etc.)&lt;/li&gt;
&lt;li&gt;Optionally upstream or downstream data to and from my online accounts&lt;/li&gt;
&lt;li&gt;Create content Tagging Rules&lt;/li&gt;
&lt;li&gt;Create rules for associating Tags with formal URIs&lt;/li&gt;
&lt;li&gt;Create automatic Hyperlinking Rules for reuse when new content is created (e.g. &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id11a7c660&quot;&gt;Blog&lt;/a&gt; posts)&lt;/li&gt;
&lt;li&gt;Exploit Data Portability virtues of RSS, Atom, OPML, &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id13f54d50&quot;&gt;RDFa&lt;/a&gt;, RDF/XML, and other formats for imports and exports&lt;/li&gt; 
&lt;li&gt;Automatically &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id121ddff0&quot;&gt;tag&lt;/a&gt; imported content&lt;/li&gt;
&lt;li&gt;Use function-specific helper application UIs for domain specific data generation e.g. AddressBook (optionally use vCard import), Calendar (optionally use iCalendar import), Email, File Storage (use WebDAV mount with copy and paste or HTTP GET), Feed Subscriptions (optionally import RSS/Atom/OPML feeds), Bookmarking (optionally import bookmark.html or XBEL) etc..&lt;/li&gt;
&lt;li&gt;Optionally enable &amp;quot;Conversation&amp;quot; feature (today: Social Media feature) across the relevant application domains (manage conversations under covers using NNTP, the standard for this functionality realm)
&lt;/li&gt;
&lt;li&gt;Generate HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id13d5d378&quot;&gt;Entity&lt;/a&gt; IDs (URIs) for every piece of data in this burgeoning &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id11a69670&quot;&gt;data space&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Use REST based APIs to perform CRUD tasks against my data (local and remote) (&lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id11a76e10&quot;&gt;SPARQL&lt;/a&gt;, GData, Ubiquity Commands, Atom Publishing)&lt;/li&gt; 

&lt;li&gt;Use OpenID, OAuth, &lt;a href=&quot;http://dbpedia.org/resource/Friend_of_a_friend&quot; id=&quot;link-id11c9b3e0&quot;&gt;FOAF&lt;/a&gt;+SSL, FOAF+SSL+OpenID for accessing data elsewhere&lt;/li&gt;
&lt;li&gt;Use OpenID, OAuth, FOAF+SSL, FOAF+SSL+OpenID for Controlling access to my data (Self Signed Certificate Generation, Browser Import of said Certificate &amp;amp; associated Private Key, plus persistence of Certificate to FOAF based profile data space in &amp;quot;one click&amp;quot;)&lt;/li&gt;
&lt;li&gt;Have a simple UI for &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id14015bd0&quot;&gt;Entity&lt;/a&gt;-Attribute-Value or Subject-Predicate-Object arbitrary data annotations and creation since you can&amp;#39;t pre model an &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Open_world_assumption&quot; id=&quot;link-id11cd8548&quot;&gt;Open World&lt;/a&gt;&amp;quot; where the only constant is data flow&lt;/li&gt;
&lt;li&gt;Have my Personal &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id142beee8&quot;&gt;URI&lt;/a&gt; (Web ID) as the single entry point for controlled access to my HTTP accessible data space&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
I&amp;#39;ve just outlined a snippet of the capabilities of the &lt;a href=&quot;http://dbpedia.org/resource/OpenLink_Data_Spaces&quot; id=&quot;link-id13d64740&quot;&gt;OpenLink Data Spaces&lt;/a&gt; platform. A platform built using OpenLink &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id13d74170&quot;&gt;Virtuoso&lt;/a&gt;, architected to deliver: open, platform independent, multi-model, data access and data management across heterogeneous data sources.
&lt;/p&gt;
&lt;p&gt;
All you need to remember is your URI when seeking to interact with your data space.&lt;/p&gt;

&lt;h3&gt;Related&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
  &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/GetAPersonalURIIn5MinutesOrLess&quot; id=&quot;link-id13c97948&quot;&gt;Get Yourself a URI (Web ID) in 5 Minutes or Less!&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=%22data%20spaces%22&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id1431e088&quot;&gt;Various posts over the years about Data Spaces&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1415&quot; id=&quot;link-id11f837f0&quot;&gt;Future of Desktop Post&lt;/a&gt;
&lt;/li&gt;
 &lt;li&gt;
  &lt;a href=&quot;http://bnode.org/blog/2009/04/22/semantic-web-apps-to-simplify-my-life&quot; id=&quot;link-id1393f8a8&quot;&gt;Simplify My Life Post&lt;/a&gt; by &lt;a href=&quot;http://bnode.org/about&quot; id=&quot;link-id11da0cc8&quot;&gt;Bengee Nowack&lt;/a&gt;
 &lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Introducing Virtuoso Universal Server (Cloud Edition) for Amazon EC2</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-11-28#1489</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1489#comments</comments><pubDate>Fri, 28 Nov 2008 19:27:12 GMT</pubDate><description>&lt;h3&gt;What is it?&lt;/h3&gt;
&lt;p&gt;A pre-installed edition of &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id14bea838&quot;&gt;Virtuoso&lt;/a&gt; for Amazon&amp;#39;s EC2 Cloud platform.&lt;/p&gt;

&lt;h3&gt;What does it offer?&lt;/h3&gt;
From a &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; Entrepreneur perspective it offers:
&lt;ol&gt;
&lt;li&gt;
Low cost entry point to a game-changing Web 3.0+ (and beyond) platform that combines &lt;a href=&quot;http://dbpedia.org/resource/SQL&quot; id=&quot;link-id11309b38&quot;&gt;SQL&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id135f7988&quot;&gt;RDF&lt;/a&gt;, XML, and Web Services functionality&lt;/li&gt;
&lt;li&gt;
Flexible variable cost model (courtesy of &lt;a href=&quot;http://aws.amazon.com/devpay/&quot; id=&quot;link-id17941018&quot;&gt;EC2 DevPay&lt;/a&gt;) tightly bound to revenue generated by your services&lt;/li&gt;
&lt;li&gt;
Delivers federated and/or centralized model flexibility for you SaaS based solutions&lt;/li&gt;
&lt;li&gt;
Simple entry point for developing and deploying sophisticated database driven applications (SQL or RDF &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id14ea6b10&quot;&gt;Linked Data Web&lt;/a&gt; oriented)&lt;/li&gt;
&lt;li&gt;
Complete framework for exploiting OpenID, OAuth (including Role enhancements) that simplifies exploitation of these vital Identity and &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Access technologies&lt;/li&gt;
&lt;li&gt;Easily implement RDF Linked Data based Mail, Blogging, Wikis, Bookmarks, Calendaring, Discussion Forums, Tagging, Social-Networking as &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id11519928&quot;&gt;Data Space&lt;/a&gt; (data containers) features of your application or service offering&lt;/li&gt;
&lt;li&gt;Instant alleviation of challenges (e.g. service costs and agility) associated with &lt;a href=&quot;http://dbpedia.org/resource/DataPortability&quot; id=&quot;link-id111cb610&quot;&gt;Data Portability&lt;/a&gt; and Open Data Access across Web 2.0 data silos&lt;/li&gt;
&lt;li&gt;
LDAP integration for &lt;a href=&quot;http://dbpedia.org/resource/Intranet&quot; id=&quot;link-id114a8270&quot;&gt;Intranet&lt;/a&gt; / &lt;a href=&quot;http://dbpedia.org/resource/Extranet&quot; id=&quot;link-id10fe4f08&quot;&gt;Extranet&lt;/a&gt; style applications.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;From the DBMS engine perspective it provides you with one or more pre-configured instances of Virtuoso that enable immediate exploitation of the following services:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
RDF Database (a Quad Store with &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id11911bf8&quot;&gt;SPARQL&lt;/a&gt; &amp;amp; SPARUL Language &amp;amp; Protocol support)&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://dbpedia.org/resource/SQL&quot; id=&quot;link-id110544c8&quot;&gt;SQL&lt;/a&gt; Database (with &lt;a href=&quot;http://dbpedia.org/resource/Open_Database_Connectivity&quot; id=&quot;link-id1524c7d0&quot;&gt;ODBC&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Java_Database_Connectivity&quot; id=&quot;link-id14cfb658&quot;&gt;JDBC&lt;/a&gt;, OLE-DB, &lt;a href=&quot;http://dbpedia.org/resource/ADO.NET&quot; id=&quot;link-id110ec6c8&quot;&gt;ADO&lt;/a&gt;.NET, and XMLA driver access)&lt;/li&gt;
&lt;li&gt;XML Database (XML Schema, &lt;a href=&quot;http://dbpedia.org/resource/XQuery&quot; id=&quot;link-id10ebf218&quot;&gt;XQuery&lt;/a&gt;/&lt;a href=&quot;http://dbpedia.org/resource/XPath&quot; id=&quot;link-id142a7898&quot;&gt;Xpath&lt;/a&gt;, XSLT, Full Text Indexing)&lt;/li&gt;
&lt;li&gt;Full Text Indexing.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From a Middleware perspective it provides:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
RDF Views (Wrappers / Semantic Covers) over SQL, XML, and other data sources accessible via SOAP or REST style Web Services&lt;/li&gt;
&lt;li&gt;
Sponger Service for converting non RDF &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id11931c60&quot;&gt;information&lt;/a&gt; resources into RDF &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id118f7168&quot;&gt;Linked Data&lt;/a&gt; &amp;quot;on the fly&amp;quot; via a large collection of pre-installed  RDFizer Cartridges.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From the Web Server Platform perspective it provides an alternative to LAMP stack components such as &lt;a href=&quot;http://dbpedia.org/resource/MySQL&quot; id=&quot;link-id10f7b780&quot;&gt;MySQL&lt;/a&gt; and Apace by offering&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
HTTP Web Server&lt;/li&gt;
&lt;li&gt;
WebDAV Server&lt;/li&gt;
&lt;li&gt;
Web &lt;a href=&quot;http://dbpedia.org/resource/Application_server&quot; id=&quot;link-id1268daa8&quot;&gt;Application Server&lt;/a&gt; (includes &lt;a href=&quot;http://dbpedia.org/resource/PHP&quot; id=&quot;link-id1585d238&quot;&gt;PHP&lt;/a&gt; runtime hosting)&lt;/li&gt;
&lt;li&gt;
SOAP or REST style Web Services Deployment&lt;/li&gt;
&lt;li&gt;
RDF Linked Data Deployment&lt;/li&gt;
&lt;li&gt;
SPARQL (SPARQL Query Language) and SPARUL (SPARQL Update Language) endpoints&lt;/li&gt;
&lt;li&gt;Virtuoso Hosted PHP packages for &lt;a href=&quot;http://dbpedia.org/resource/MediaWiki&quot; id=&quot;link-id15568818&quot;&gt;MediaWiki&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Drupal&quot; id=&quot;link-id110bd7a8&quot;&gt;Drupal&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/WordPress&quot; id=&quot;link-id10f66918&quot;&gt;Wordpress&lt;/a&gt;, and &lt;a href=&quot;http://dbpedia.org/resource/PhpBB&quot; id=&quot;link-id13fda4d0&quot;&gt;phpBB3&lt;/a&gt; (just install the relevant Virtuoso Distro. Package).
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From the general System Administrator&amp;#39;s perspective it provides:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Online Backups (Backup Set dispatched to S3 buckets, FTP, or HTTP/WebDAV server locations)&lt;/li&gt;
&lt;li&gt;Synchronized Incremental Backups to Backup Set locations&lt;/li&gt;
&lt;li&gt;Backup Restore from Backup Set location (without exiting to EC2 shell).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Higher level user oriented offerings include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;OpenLink Data Explorer front-end for exploring the burgeoning Linked Data &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id11646dc8&quot;&gt;Web&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
Ajax based SPARQL Query Builder (iSPARQL) that enables SPARQL Query construction by Example&lt;/li&gt;
&lt;li&gt;Ajax based SQL Query Builder (QBE) that enables SQL Query construction by Example.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For Web 2.0 / 3.0 users, developers, and entrepreneurs it offers it includes Distributed Collaboration Tools &amp;amp; Social Media realm functionality courtesy of &lt;a href=&quot;http://dbpedia.org/resource/OpenLink_Data_Spaces&quot; id=&quot;link-id11009930&quot;&gt;ODS&lt;/a&gt; that includes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Point of presence on the Linked Data Web that meshes your Identity and your Data via URIs&lt;/li&gt;
&lt;li&gt;
System generated Social Network Profile &amp;amp; Contact Data via &lt;a href=&quot;http://dbpedia.org/resource/Friend_of_a_friend&quot; id=&quot;link-id1185a1c0&quot;&gt;FOAF&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;
System generated &lt;a href=&quot;http://dbpedia.org/resource/SIOC&quot; id=&quot;link-id14791890&quot;&gt;SIOC&lt;/a&gt; (Semantically Interconnected Online Community) &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id1577cad8&quot;&gt;Data Space&lt;/a&gt; (that includes a Social Graph) exposing all your Web data in RDF Linked Data form&lt;/li&gt;
&lt;li&gt;
System generated OpenID and automatic integration with FOAF&lt;/li&gt;
&lt;li&gt;
Transparent Data Integration across Facebook, Digg, LinkedIn, FriendFeed, Twitter, and any other Web 2.0 data space equipped with RSS / Atom support and/or REST style Web Services&lt;/li&gt;
&lt;li&gt;
In-built support for SyncML which enables data synchronization with Mobile Phones.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How Do I Get Going with It?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/ODSInstallationEC2&quot; id=&quot;link-id114e1600&quot;&gt;Standard Installation Guide&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtEC2AMIDBpediaInstall&quot; id=&quot;link-id110a98e8&quot;&gt;Personal or Service Specific DBpedia Installation Guide&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Dynamic Linked Data Constellation</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-10-09#1454</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1454#comments</comments><pubDate>Thu, 09 Oct 2008 21:23:25 GMT</pubDate><description>&lt;p&gt;Now that the virtues of dynamic generation of RDF based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id14c429a0&quot;&gt;Linked Data&lt;/a&gt; are becoming clearer, I guess it&amp;#39;s time to unveil the &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id13d7c7e0&quot;&gt;Virtuoso&lt;/a&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html&quot; id=&quot;link-id115d0c20&quot;&gt;Sponger&lt;/a&gt; driven Dynamic Linked Data constellation diagram.&lt;/p&gt;

&lt;p&gt;Our diagram depicts the myriad of &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; sources from which RDF Linked Data is generated &amp;quot;on the fly&amp;quot; via our data source specific RDF-zation cartridges/drivers. It also unveils how the sponger leverages the Linked Data constellations of &lt;a href=&quot;http://umbel.org/&quot; id=&quot;link-id14bd5700&quot;&gt;UMBEL&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id110f5a48&quot;&gt;DBpedia&lt;/a&gt;, &lt;a href=&quot;http://www.bio2rdf.org/&quot; id=&quot;link-id11494bc0&quot;&gt;Bio2Rdf&lt;/a&gt;, and others for lookups.&lt;/p&gt;

&lt;map name=&quot;GraffleExport&quot;&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;723,292,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://xbel.sourceforge.net/bookmarks/xbel.xbel&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;423,309,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.w3.org/2001/sw/grddl-wg/doc29/hotel-data.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;592,285,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://farm4.static.flickr.com/3067/2590298570_304a594899_t.jpg&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;685,220,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://microformats.org/feed/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;817,182,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://en.wikipedia.org/wiki/London&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;745,447,36&quot; href=&quot;http://linkeddata.uriburner.com/about/http://www.sec.gov/Archives/edgar/data/51143/000110465908059468/ibm-20080429.xml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;597,387,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.twine.com/twine/1p2dqhdx-1jg/nova-spivack-my-public-twine&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;659,459,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.theyworkforyou.com/mp/diane_abbott/hackney_north_and_stoke_newington&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;585,494,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.discogs.com/release/634302&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;817,503,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://getsatisfaction.com/mozilla/topics/ubiquity_mostly_fails_on_mac_ppc&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;753,563,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.sec.gov/Archives/edgar/data/789019/000119312507259490/msft-20070930.xml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;676,559,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://twitter.com/statuses/user_timeline/633273.rss&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;845,592,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://ns.hr-xml.org/2_5/HR-XML-2_5/SEP/ResumeExample.xml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;845,431,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.w3.org/2003/12/rdf-in-xhtml-xslts/complete-example.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;701,375,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.molly.com/people.php&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;829,342,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://upload.wikimedia.org/wikipedia/commons/b/b0/Hydroxide_lone_pairs-2D.svg&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;341,259,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://friendfeed.com/search?q=linked+data&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;294,170,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://local.yahooapis.com/MapsService/V1/trafficData?appid=Jz0wAU7V34Ff7gCzblxD.86qjGTEn._H3KA3PEajNE3xBMIbQtEZqIqHRh0G&amp;amp;street=701+First+Street&amp;amp;city=Sunnyvale&amp;amp;state=CA&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;829,262,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://blog.disqus.net/2008/08/25/reblog-comments-can-be-blog-posts/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;407,526,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://finance.yahoo.com/q?s=AAPL&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;503,292,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://isbndb.com/d/person/berners_lee_tim.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;310,501,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://musicbrainz.org/release/37e955d4-a53c-45aa-a812-1b23b88dbc13.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;413,221,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.freebase.com/view/en/abraham_lincoln&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;553,213,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://slideshow.rubyforge.org/microformats.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;445,93,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://farm1.static.flickr.com/212/496684670_7122c831ed.jpg&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;680,663,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://cgi.ebay.com/Eclipse-by-Stephenie-Meyer-2007_W0QQitemZ250283828939QQcmdZViewItem?hash=item250283828939&amp;amp;_trkparms=240%3A1318&amp;amp;_trksid=p4295&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;553,663,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://digg.com/general_sciences/at_last-stem_cells_without_side_effects_&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;248,651,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://delicious.com/popular/blog&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;158,554,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.crunchbase.com/person/sergey-brin&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;214,477,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/Creating_Deploying_Exploiting_Linked_Data2_TimBL_v3.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;209,339,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/https://bugzilla.mozilla.org/show_bug.cgi?id=251714&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;264,405,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://ma.gnolia.com/rss/full/tags/microformats&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;417,663,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.lawyer-directory.net/lawyer/Grand-Rapids-Bar-Association-Grand-Rapids-law434032.htm&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;497,733,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.concertbuzz.net/genres/classic-rock/jethro-tull.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;373,437,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://openmediaweb.org/index.php/2008/01/13/publishing-my-workout-music-in-haudio/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;373,121,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/https://apml.engagd.com/apml/danielabarbosa.myopenid.com.apml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;245,559,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.w3.org/2001/sw/grddl-wg/doc29/hotel-data.html&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;170,650,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.amazon.co.uk/Owl-Representing-Information-Ontology-Language/dp/1412034485/ref=sr_1_1/203-3289794-0348766?ie=UTF8&amp;amp;s=books&amp;amp;qid=1177155160&amp;amp;sr=1-1&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;327,703,36&quot; href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSponger&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;481,170,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.w3.org/2004/08/TalkFiles/iCal/TalksAll.ics&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;487,615,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://openlibrary.org/b/OL7983950M&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;158,417,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://xml.weather.yahoo.com/forecastrss?p=USCA1116&amp;amp;u=f&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;608,729,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.youtube.com&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;726,148,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.lespetitescases.net/semantique-et-xhtml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;773,663,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://upcoming.org/event/130719/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;553,118,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://tech.yahoo.com/pr/apple-ipod-video-30gb-black-mp3-player/1992981873&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;608,609,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://socialgraph.apis.google.com/otherme?pretty=1&amp;amp;q=www.openlinksw.com/blog/~kidehen/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;487,516,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/oai:dcmi.ischool.washington.edu:article/8&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;635,158,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://news.bbc.co.uk/rss/feeds.opml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;256,261,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.google.com/base/feeds/snippets?bq=%20%5bemployer:%20Hewlett-Packard%5d%20%20%5bjob%20type:full-time%5d&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;120,248,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.apple.com/&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;120,339,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.fileinfo.net/extension/atom&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;337,343,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/urn:lsid:ubio.org:namebank:12292&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;340,598,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.maine.gov/portal/government/calendar.shtml&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;337,343,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/urn:lsid:ubio.org:namebank:12292&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;585,494,36&quot; href=&quot;http://linkeddata.uriburner.com/about/html/http://www.discogs.com/release/634302&quot; /&gt;
	&lt;area shape=&quot;circle&quot; coords=&quot;491,409,36&quot; href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSponger&quot; /&gt;
	&lt;area shape=&quot;poly&quot; coords=&quot;992,603,1015,557,1061,557,1100,592,1076,638,1030,638,992,603&quot; href=&quot;http://bio2rdf.org/wiki/attach/Main/bio2rdfmap_blanc.png&quot; /&gt;
	&lt;area shape=&quot;poly&quot; coords=&quot;995,454,1018,408,1064,408,1103,443,1079,489,1033,489,995,454&quot; href=&quot;http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2008-09-18.html&quot; /&gt;
	&lt;area shape=&quot;poly&quot; coords=&quot;919,117,943,71,989,71,1027,106,1004,152,958,152,919,117&quot; href=&quot;http://umbel.org/images/081005_lod_constellation.png&quot; /&gt;
&lt;/map&gt;
&lt;img alt=&quot;Image&quot; border=&quot;0&quot; src=&quot;http://virtuoso.openlinksw.com/images/sponger-cloud.png&quot; usemap=&quot;#GraffleExport&quot; /&gt;
</description></item><item><title>What is Linked Data oriented RDF-ization?</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-10-06#1453</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1453#comments</comments><pubDate>Mon, 06 Oct 2008 20:14:26 GMT</pubDate><description>&lt;p&gt;RDF-ization is a term used by the &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id14b4ebd0&quot;&gt;Semantic Web&lt;/a&gt; community to describe the process of generating RDF from non RDF &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Sources such as (X)HTML, Weblogs, Shared Bookmark Collections, Photo Galleries, Calendars, Contact Managers, Feed Subscriptions, Wikis, and other &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id13f2a2e0&quot;&gt;information&lt;/a&gt; resource collections.  &lt;/p&gt; 

&lt;p&gt;If the RDF generated, results in an &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id11281278&quot;&gt;entity&lt;/a&gt;-to-entity level network (graph) in which each entity is endowed with a de-referencable HTTP based ID (a &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id148200f0&quot;&gt;URI&lt;/a&gt;), we end up with an enhancement to the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; that adds &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id112a5980&quot;&gt;Hyperdata&lt;/a&gt; linking across extracted entities, to the existing Hypertext based Web of linked documents (pages, images, and other information resource types). Thus, I can use the same &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id10ebc630&quot;&gt;URL&lt;/a&gt; linking mechanism to reference a broader range of &amp;quot;Things&amp;quot; i.e., documents, things that documents are about, or things loosely associated with documents.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id144304a8&quot;&gt;Virtuoso&lt;/a&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html&quot; id=&quot;link-id14a96400&quot;&gt;Sponger&lt;/a&gt; is an example of an &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=rdf%20middleware&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id14d36938&quot;&gt;RDF Middleware&lt;/a&gt; solution from &lt;a href=&quot;http://www.openlinksw.com/dataspace/organization/openlink#this&quot; id=&quot;link-id117e5c50&quot;&gt;OpenLink Software&lt;/a&gt;. It&amp;#39;s an in-built component of the Virtuoso &lt;a href=&quot;http://dbpedia.org/resource/Virtuoso_Universal_Server&quot; id=&quot;link-id14b4d0e0&quot;&gt;Universal Server&lt;/a&gt;, and deployable in many forms e.g., Software as Service (SaaS) or traditional software installation. It delivers RDF-ization services via a collection of Web information resource specific Cartridges/Providers/Drivers covering Wikipedia, Freebase, CrunchBase, WikiCompany, OpenLibrary, Digg, eBay, Amazon, RSS/Atom/OPML feed sources, XBRL, and many more.&lt;/p&gt;

&lt;p&gt;RDF-ization alone doesn&amp;#39;t ensure valuable RDF based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id14a75b48&quot;&gt;Linked Data&lt;/a&gt; on the Web. The process of producing RDF Linked Data is ultimately about the art of effectively describing resources with an eye for &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id1442fea0&quot;&gt;context&lt;/a&gt;. &lt;/p&gt;

&lt;h3&gt;RDF-ization Processing Steps&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
Entity Extraction&lt;/li&gt;
&lt;li&gt;
Vocabulary/Schema/Ontology (Data Dictionary) mapping&lt;/li&gt;
&lt;li&gt;
HTTP based Proxy URI generation&lt;/li&gt;
&lt;li&gt;Linked Data Cloud Lookups (e.g., perform &lt;a href=&quot;http://umbel.org/about/&quot; id=&quot;link-id14432f00&quot;&gt;UMBEL&lt;/a&gt; lookup to add &amp;quot;isAbout&amp;quot; fidelity to graph and then lookup &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id14485f40&quot;&gt;DBpedia&lt;/a&gt; and other &lt;a href=&quot;http://community.linkeddata.org/dataspace/organization/lod#this&quot; id=&quot;link-id115ea410&quot;&gt;LOD&lt;/a&gt; instance data enclaves for Identical individuals and connect via &amp;quot;owl:sameAs&amp;quot;)&lt;/li&gt;
&lt;li&gt;
RDF &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id14ae31c0&quot;&gt;Linked Data Graph&lt;/a&gt; projection that uses the description of the container information resource to expose the URIs of the distilled entities.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The animation that follows illustrates the process (5,000 feet view), from grabbing resources via HTTP GET, to injecting RDF Linked Data back into the Web cloud:&lt;/p&gt;
&lt;div&gt;
&lt;embed src=&quot;http://virtuoso.openlinksw.com/screencasts/virtuoso-rdf-middleware.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;800&quot; height=&quot;600&quot;&gt;&lt;/embed&gt;
&lt;/div&gt;
&lt;p&gt;Note: the Shredder is a Generic Cartridge, so you would have one of these per data source type (information resource type).&lt;/p&gt;


</description></item><item><title>The Linked Data Market via a BCG Matrix (Updated)</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-09-25#1442</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1442#comments</comments><pubDate>Thu, 25 Sep 2008 20:42:49 GMT</pubDate><description>&lt;p&gt;The sweet spot of &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; 3.0 (or any other Web.vNext moniker) is all about providing Web Users with a structured and interlinked &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; substrate that facilitates serendipitous discovery of relevant &amp;quot;Things&amp;quot; i.e., a &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id10db3b48&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id170db618&quot;&gt;Web&lt;/a&gt; -- a Web of Linkable Entities that goes beyond documents and other &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id110a5d30&quot;&gt;information&lt;/a&gt; resource (data containers) types.&lt;/p&gt;
&lt;p&gt;Understanding potential &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id19e21c60&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id16d008d0&quot;&gt;Web&lt;/a&gt; business models, relative to other Web based market segments, is best pursued via a&lt;a href=&quot;http://dbpedia.org/resource/BCG_diagram&quot; id=&quot;link-id14734148&quot;&gt; BCG Matrix&lt;/a&gt; diagram, such as the one I&amp;#39;ve constructed below:&lt;/p&gt;
&lt;br /&gt;
&lt;img alt=&quot;Image&quot; src=&quot;http://virtuoso.openlinksw.com/ldp_presentation/images/linked_data_sdq_quadarant.png&quot; /&gt;
&lt;br /&gt;

&lt;h3&gt;Notes:&lt;/h3&gt;

&lt;h4&gt;Link Density&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Web 1.0&amp;#39;s collection of &amp;quot;Web Sites&amp;quot; have relatively low link density relative to Web 2.0&amp;#39;s user-activity driven generation of semi-structured &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id14c302d8&quot;&gt;linked data&lt;/a&gt; spaces (e.g., Blogs, Wikis, Shared Bookmarks, RSS/Atom Feeds, Photo Galleries, Discussion Forums etc..)&lt;/li&gt;
&lt;li&gt;Semantic Technologies (i.e. &amp;quot;&lt;strong&gt;Semantics Inside&lt;/strong&gt; style solutions&amp;quot;) which are primarily about &amp;quot;Semantic Meaning&amp;quot; culled from Web 1.0 Pages also have limited linked density relative to Web 2.0&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id1286ab58&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-ide81ab20&quot;&gt;Web&lt;/a&gt;, courtesy of the open-ended  linking capacity of URIs, matches and ultimately exceeds Web 2.0 link density.&lt;/li&gt;
&lt;/ul&gt;


&lt;h4&gt;Relevance&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Web 1.0 and 2.0 are low relevance realms driven by hyperlinks to &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id173db890&quot;&gt;information&lt;/a&gt; resources ((X)HTML, RSS, Atom, OPML, XML, Images, Audio files etc.) associated with Literal Labels and Tagging schemes devoid of explicit property based resource description thereby making the pursuit of relevance mercurial at best&lt;/li&gt;
&lt;li&gt;Semantic Technologies offer more relevance than Web 1.0 and 2.0 based on the increased &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id124de510&quot;&gt;context&lt;/a&gt; that semantic analysis of Web pages accords&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id111c4850&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id16e4e4c0&quot;&gt;Web&lt;/a&gt;, courtesy of URIs that expose self-describing data entities, match the relevance levels attained by Semantic Technologies.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Serendipity Quotient (SDQ)&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Web 1.0 has next to no serendipity, the closest thing is &lt;a href=&quot;http://google.com&quot; id=&quot;link-id16dceec8&quot;&gt;Google&amp;#39;s &amp;quot;I&amp;#39;m Feeling Lucky&amp;quot; button&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Web 2.0 possess higher potential for serendipitous discovery than Web 1.0, but such potential is neutralized by inherent subjectivity due to its human-interaction-focused literal foundation (e.g., tags, voting schemes, wiki editors etc.)&lt;/li&gt;
&lt;li&gt;Semantic Technologies produce islands-of-relevance with little scope for serendipitous discovery due to &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id18078e60&quot;&gt;URI&lt;/a&gt; invisibility, since the prime focus is delivering more &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id1253cc38&quot;&gt;context&lt;/a&gt; to Web search relative to traditional Web 1.0 search engines.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x201d0ae8&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id10c7fb70&quot;&gt;Web&lt;/a&gt;&amp;#39;s use of URIs as the naming and resolution mechanism for exposing structured and interlinked resources provides the highest potential for serendipitous discovery of relevant &amp;quot;Things&amp;quot;&lt;/li&gt;
&lt;/ul&gt; 
&lt;p&gt;To conclude, the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id0x23ebbf90&quot;&gt;Web&lt;/a&gt;&amp;#39;s market opportunities are all about the evolution of the Web into a powerful substrate that offers a unique intersection of &amp;quot;Link Density&amp;quot; and &amp;quot;Relevance&amp;quot;, exploitable across horizontal and vertical market segments to solutions providers. Put differently, SDQ is how you take &amp;quot;The Ad&amp;quot; out of &amp;quot;Advertising&amp;quot; when matching Web users to relevant things :-)&lt;/p&gt;</description></item><item><title>What&#39;s Up with Chrome?</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-09-03#1429</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1429#comments</comments><pubDate>Wed, 03 Sep 2008 20:33:32 GMT</pubDate><description>&lt;p&gt;Here are a few descriptions of pages covering Google&amp;#39;s Chrome browser:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://vanirsystems.com/danielsblog/2008/09/03/google-chrome-my-verdict/&quot; id=&quot;link-id14b2ad20&quot;&gt;Daniel Lewis&lt;/a&gt; - Comparative Analysis&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://demo.openlinksw.com/proxy/rdf/http://www.crunchbase.com/product/chrome%23this&quot; id=&quot;link-id120f35d0&quot;&gt;CrunchBase&lt;/a&gt; - Product Page&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://feeds.feedburner.com/~r/OmMalik/~3/381659273/&quot; id=&quot;link-id13e28090&quot;&gt;GigaOM&lt;/a&gt; - Industry Analysis&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://en.wikipedia.org/wiki/Google_Chrome&quot; id=&quot;link-id10db3e48&quot;&gt;Wikipedia&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://news.cnet.com/8301-13860_3-10031661-56.html?part=rss&amp;amp;subj=news&amp;amp;tag=2547-1_3-0-20&quot; id=&quot;link-id14a17f78&quot;&gt;CNET&lt;/a&gt; - Privacy Issues Analysis&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://feedproxy.google.com/~r/readwriteweb/~3/vF9P80B90XI/security_flaw_in_google_chrome.php&quot; id=&quot;link-id14bdf6a8&quot;&gt;ReadWriteWeb&lt;/a&gt; - Security Issues Analysis&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;http://demo.openlinksw.com/proxy/html/http://oakleafblog.blogspot.com/2008/09/chromes-evil-terms-of-service.html&quot; id=&quot;link-id140af0a8&quot;&gt;OakLeaf&lt;/a&gt; - SaaS Terms Analysis&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As per usual, this is part post and part &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id140af0a8&quot;&gt;Linked Data&lt;/a&gt; demo. This time around,  I am showcasing Proxy/Wrapper based dereferencable URIs and a new &amp;quot;Page Description&amp;quot; feature that showcases the capabilities of &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id11291898&quot;&gt;Virtuoso&lt;/a&gt;&amp;#39;s in-built RDFization Middleware. Also note, the resource descriptions (RDF) are presented using an HTML page.&lt;/p&gt;</description></item><item><title>Commercializing the Semantic Web</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-05-16#1363</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1363#comments</comments><pubDate>Fri, 16 May 2008 22:04:01 GMT</pubDate><description>
    &lt;p&gt;Unfortunately, I could only spend 4 days at the recent &lt;a href=&quot;http://www2008.org/&quot; id=&quot;link-id196acf60&quot;&gt;WWW2008&lt;/a&gt; event in &lt;a href=&quot;http://dbpedia.org/resource/Beijing&quot; id=&quot;link-id1974fe28&quot;&gt;Beijing&lt;/a&gt; (I departed the morning following the &lt;a href=&quot;http://events.linkeddata.org/ldow2008/&quot; id=&quot;link-id1863f858&quot;&gt;Linked Data Workshop&lt;/a&gt;), so I couldn&amp;#39;t take my slot on the &amp;quot;Commercializing the &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id18990f90&quot;&gt;Semantic Web&lt;/a&gt; panel&amp;quot; etc.. Anyway, thanks to the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id0x18f29310&quot;&gt;Web&lt;/a&gt; I can still inject my points of view in the broad &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; based discourse. Well so I hoped, when I attempted to post a comment to Paul Miller&amp;#39;s ZDNet domain hosted &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id180d6750&quot;&gt;blog&lt;/a&gt; thread titled: &lt;a href=&quot;http://blogs.zdnet.com/semantic-web/?p=132&quot; id=&quot;link-id12d206c0&quot;&gt;Commercialising the Semantic Web&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Unfortunately, the cost of completing ZDNet&amp;#39;s unwieldy signup process simply exceeded the benefits of dropping my comments in their particular space :-( Thus, I&amp;#39;ll settle for a trackback ping instead.&lt;/p&gt; &lt;p&gt;What follows is the cut and paste of my intended comment contributions to Paul&amp;#39;s post.&lt;/p&gt;  &lt;p&gt;Paul,&lt;/p&gt; &lt;p&gt; As discussed earlier this week during &lt;a href=&quot;http://blogs.talis.com/nodalities/2008/05/kingsley-idehen-talks-about-openlink-software-linked-data-and-the-semantic-web.php&quot; id=&quot;link-id1332fb48&quot;&gt;our podcast session&lt;/a&gt;, commercialization of &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id17382338&quot;&gt;Semantic Web&lt;/a&gt; technology shouldn&amp;#39;t be a mercurial matter at this stage in the game :-) It&amp;#39;s all about looking at how it provides value :-)&lt;/p&gt;  &lt;p&gt;From the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id10d4f4a8&quot;&gt;Linked Data&lt;/a&gt; angle, the ability to produce, dispatch, and exploit &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id13bed160&quot;&gt;Context&lt;/a&gt;&amp;quot; across an array of &amp;quot;Perspectives&amp;quot; from a plethora of disparate &lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id1731e5f0&quot;&gt;data&lt;/a&gt; sources on the Web and/or behind corporate firewalls, offers immense commercial value.&lt;/p&gt;  &lt;p&gt; &lt;a href=&quot;http://developer.yahoo.com/searchmonkey/&quot; id=&quot;link-id1975d248&quot;&gt;Yahoo&amp;#39;s Searchmonkey&lt;/a&gt; effort will certainly bring clarity to some of the points I made during the podcast re. the role of URIs as &amp;quot;value consumption tickets&amp;quot; (&lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id173eb7b0&quot;&gt;Data&lt;/a&gt; Services are exposed via URIs). There has to be a trigger (in user space) that compels Web users to seek broader, or simply varied, perspectives as a response to &lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id0x1c7e7f60&quot;&gt;data&lt;/a&gt; encountered on the Web. Yahoo! is about to put this light on in a big way (imho).&lt;/p&gt;  &lt;p&gt;The &amp;quot;self annotating&amp;quot; nature of the Web is what ultimately drives the manifestation of the long awaited &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id0xa18a83e8&quot;&gt;Semantic Web&lt;/a&gt;. I believe I postulated about &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=self%20annotation&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id173d7458&quot;&gt;&amp;quot;Self Annotation &amp;amp; the Semantic Web&amp;quot; in a number of prior posts&lt;/a&gt; which, by the way, should be &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;type=text&amp;amp;kwds=self%20annotation&amp;amp;OpenSearch&quot; id=&quot;link-id10b12208&quot;&gt;DataRSS compatible right now&lt;/a&gt; due to Yahoo&amp;#39;s support of OpenSearch &lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id0x1b8412e8&quot;&gt;Data&lt;/a&gt; Providers (which this &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id170b8df8&quot;&gt;Blog&lt;/a&gt; Space has been for eons).&lt;/p&gt;  &lt;p&gt;Today, have many communities adding strucuture to the Web (via their respective tools of preference) without explicitly realizing what they are contributing.  Every RSS/Atom feed, &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id183d5178&quot;&gt;Tag&lt;/a&gt;, Weblog, Shared Bookmark, &lt;a href=&quot;http://dbpedia.org/resource/WikiWord&quot; id=&quot;link-id10c5e758&quot;&gt;Wikiword&lt;/a&gt;, Microformat, Microformat++ (&lt;a href=&quot;http://dbpedia.org/resource/Embedded_RDF&quot; id=&quot;link-id16d8ee40&quot;&gt;eRDF&lt;/a&gt; or &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id1059a688&quot;&gt;RDFa&lt;/a&gt;),  &lt;a href=&quot;http://dbpedia.org/resource/GRDDL&quot; id=&quot;link-id1090ae10&quot;&gt;GRDDL&lt;/a&gt; stylesheet, and RDFizer etc.. is a piece of structured &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Finally, the different communities are all finding ways to work together (thank heavens!) and the results are going to be cataclysmic when it all plays out :-)&lt;/p&gt;  &lt;p&gt;Data, Structure, and Extraction are the keys to the Semantic Life! First you get the Data in a container (&lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id180e5648&quot;&gt;information&lt;/a&gt; resource), and then you add Structure to the &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id103801e0&quot;&gt;information&lt;/a&gt; resource (RSS, Atom, &lt;a href=&quot;http://dbpedia.org/resource/Microformats&quot; id=&quot;link-id17825e40&quot;&gt;microformats&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id189a8738&quot;&gt;RDFa&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Embedded_RDF&quot; id=&quot;link-id1933d5c0&quot;&gt;eRDF&lt;/a&gt;, SIOC, FOAF,  etc.), once you have Structure RDFization (i.e. transformation to &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id19744878&quot;&gt;Linked Data&lt;/a&gt;) is a synch thanks to &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id180dde30&quot;&gt;RDF&lt;/a&gt; Middleware (as per &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;type=text&amp;amp;kwds=self%20annotation&amp;amp;OpenSearch&quot; id=&quot;link-id16dc3130&quot;&gt;earlier RDF middleware posts&lt;/a&gt;).&lt;/p&gt;    
</description></item><item><title>Commercializing the Semantic Web</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-05-16#1362</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1362#comments</comments><pubDate>Fri, 16 May 2008 20:02:45 GMT</pubDate><description>&lt;p&gt;Unfortunately, I could only spend 4 days at the recent &lt;a href=&quot;http://www2008.org/&quot; id=&quot;link-id196acf60&quot;&gt;WWW2008&lt;/a&gt; event in &lt;a href=&quot;http://dbpedia.org/resource/Beijing&quot; id=&quot;link-id1974fe28&quot;&gt;Beijing&lt;/a&gt; (I departed the morning following the &lt;a href=&quot;http://events.linkeddata.org/ldow2008/&quot; id=&quot;link-id1863f858&quot;&gt;Linked Data Workshop&lt;/a&gt;), so I couldn&amp;#39;t take my slot on the &amp;quot;Commercializing the &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id18990f90&quot;&gt;Semantic Web&lt;/a&gt; panel&amp;quot; etc.. Anyway, thanks to the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; I can still inject my points of view in the broad Web based discourse. Well so I hoped, when I attempted to post a comment to Paul Miller&amp;#39;s ZDNet domain hosted &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id180d6750&quot;&gt;blog&lt;/a&gt; thread titled: &lt;a href=&quot;http://blogs.zdnet.com/semantic-web/?p=132&quot; id=&quot;link-id12d206c0&quot;&gt;Commercialising the Semantic Web&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Unfortunately, the cost of completing ZDNet&amp;#39;s unwieldy signup process simply exceeded the benefits of dropping my comments in their particular space :-( Thus, I&amp;#39;ll settle for a trackback ping instead.&lt;/p&gt;
&lt;p&gt;What follows is the cut and paste of my intended comment contributions to Paul&amp;#39;s post.&lt;/p&gt; 
&lt;p&gt;Paul,&lt;/p&gt;
&lt;p&gt;
As discussed earlier this week during &lt;a href=&quot;http://blogs.talis.com/nodalities/2008/05/kingsley-idehen-talks-about-openlink-software-linked-data-and-the-semantic-web.php&quot; id=&quot;link-id1332fb48&quot;&gt;our podcast session&lt;/a&gt;, commercialization of &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id17382338&quot;&gt;Semantic Web&lt;/a&gt; technology shouldn&amp;#39;t be a mercurial matter at this stage in the game :-) It&amp;#39;s all about looking at how it provides value :-)&lt;/p&gt;

&lt;p&gt;From the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id10d4f4a8&quot;&gt;Linked Data&lt;/a&gt; angle, the ability to produce, dispatch, and exploit &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id13bed160&quot;&gt;Context&lt;/a&gt;&amp;quot; across an array of &amp;quot;Perspectives&amp;quot; from a plethora of disparate &lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id1731e5f0&quot;&gt;data&lt;/a&gt; sources on the Web and/or behind corporate firewalls, offers immense commercial value.&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://developer.yahoo.com/searchmonkey/&quot; id=&quot;link-id1975d248&quot;&gt;Yahoo&amp;#39;s Searchmonkey&lt;/a&gt; effort will certainly bring clarity to some of the points I made during the podcast re. the role of URIs as &amp;quot;value consumption tickets&amp;quot; (&lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id173eb7b0&quot;&gt;Data&lt;/a&gt; Services are exposed via URIs). There has to be a trigger (in user space) that compels Web users to seek broader, or simply varied, perspectives as a response to &lt;a href=&quot;http://dbpedia.org/resource/Data&quot; id=&quot;link-id0x1c7e7f60&quot;&gt;data&lt;/a&gt; encountered on the Web. Yahoo! is about to put this light on in a big way (imho).&lt;/p&gt;

&lt;p&gt;The &amp;quot;self annotating&amp;quot; nature of the Web is what ultimately drives the manifestation of the long awaited &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id0xa18a83e8&quot;&gt;Semantic Web&lt;/a&gt;. I believe I postulated about &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=self%20annotation&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id173d7458&quot;&gt;&amp;quot;Self Annotation &amp;amp; the Semantic Web&amp;quot; in a number of prior posts&lt;/a&gt; which, by the way, should be &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;type=text&amp;amp;kwds=self%20annotation&amp;amp;OpenSearch&quot; id=&quot;link-id10b12208&quot;&gt;DataRSS compatible right now&lt;/a&gt; due to Yahoo&amp;#39;s support of OpenSearch &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Providers (which this &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id170b8df8&quot;&gt;Blog&lt;/a&gt; Space has been for eons).&lt;/p&gt;

&lt;p&gt;Today, have many communities adding strucuture to the Web (via their respective tools of preference) without explicitly realizing what they are contributing.  Every RSS/Atom feed, &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id183d5178&quot;&gt;Tag&lt;/a&gt;, Weblog, Shared Bookmark, &lt;a href=&quot;http://dbpedia.org/resource/WikiWord&quot; id=&quot;link-id10c5e758&quot;&gt;Wikiword&lt;/a&gt;, Microformat, Microformat++ (&lt;a href=&quot;http://dbpedia.org/resource/Embedded_RDF&quot; id=&quot;link-id16d8ee40&quot;&gt;eRDF&lt;/a&gt; or &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id1059a688&quot;&gt;RDFa&lt;/a&gt;),  &lt;a href=&quot;http://dbpedia.org/resource/GRDDL&quot; id=&quot;link-id1090ae10&quot;&gt;GRDDL&lt;/a&gt; stylesheet, and RDFizer etc.. is a piece of structured data.&lt;/p&gt;

&lt;p&gt;Finally, the different communities are all finding ways to work together (thank heavens!) and the results are going to be cataclysmic when it all plays out :-)&lt;/p&gt;

&lt;p&gt;Data, Structure, and Extraction are the keys to the Semantic Life! First you get the Data in a container (&lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id180e5648&quot;&gt;information&lt;/a&gt; resource), and then you add Structure to the &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id103801e0&quot;&gt;information&lt;/a&gt; resource (RSS, Atom, &lt;a href=&quot;http://dbpedia.org/resource/Microformats&quot; id=&quot;link-id17825e40&quot;&gt;microformats&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id189a8738&quot;&gt;RDFa&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Embedded_RDF&quot; id=&quot;link-id1933d5c0&quot;&gt;eRDF&lt;/a&gt;, SIOC, FOAF,  etc.), once you have Structure RDFization (i.e. transformation to &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id19744878&quot;&gt;Linked Data&lt;/a&gt;) is a synch thanks to &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id180dde30&quot;&gt;RDF&lt;/a&gt; Middleware (as per &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;type=text&amp;amp;kwds=self%20annotation&amp;amp;OpenSearch&quot; id=&quot;link-id16dc3130&quot;&gt;earlier RDF middleware posts&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Semantic Web Patterns: A Guide to Semantic Technologies (Update 2)</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-03-27#1329</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1329#comments</comments><pubDate>Thu, 27 Mar 2008 00:08:13 GMT</pubDate><description>
&lt;p&gt;For all the one-way feed consumers and aggregators, and readers of the original post, here is a variant equipped hyperlinked phrases as opposed to words. As I stated in the prior post, the post (like most of my posts) was part experiment / dog-fodding of automatic tagging and hyper-linking functionality in &lt;a href=&quot;http://dbpedia.org/resource/OpenLink_Data_Spaces&quot; id=&quot;link-id0x194f56f0&quot;&gt;OpenLink Data Spaces&lt;/a&gt;. &lt;/p&gt; &lt;p&gt; &lt;a href=&quot;http://www.readwriteweb.com&quot; id=&quot;link-id0x1bddde00&quot;&gt;ReadWriteWeb&lt;/a&gt; via &lt;a href=&quot;http://alexiskold.wordpress.com/&quot; id=&quot;link-id154ae848&quot;&gt;Alex Iskold&amp;#39;s post&lt;/a&gt; have delivered another iteration of their &amp;quot;Guide to Semantic Technologies&amp;quot;. &lt;/p&gt;  &lt;p&gt;If you look at the title of this post (and &lt;a href=&quot;http://feeds.feedburner.com/%7Er/readwriteweb/%7E3/257943334/semantic_web_patterns.php&quot; id=&quot;link-id10a9a900&quot;&gt;their article&lt;/a&gt;) they seem to be accurately providing a guide to Semantic Technologies, so no qualms there. If on the other hand, this is supposed to he a guide to the &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id0x15ccef28&quot;&gt;Semantic Web&lt;/a&gt;&amp;quot; as prescribed by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id0xb94a2d40&quot;&gt;TimBL&lt;/a&gt; then they are completely missing the essence of the whole subject, and demonstrably so I may add, since the entities: &amp;quot;&lt;a href=&quot;http://www.readwriteweb.com&quot;&gt;ReadWriteWeb&lt;/a&gt;&amp;quot; and &amp;quot;&lt;a href=&quot;http://www.linkedin.com/in/iskold&quot; id=&quot;link-id0x19960308&quot;&gt;Alex Iskold&lt;/a&gt;&amp;quot; are only describable today via the attributes of the documents they publish i.e their respective blogs and hosted &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id0x1a719968&quot;&gt;blog&lt;/a&gt; posts.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Preoccupation with Literal objects as describe above, implies we can only take what &amp;quot;ReadWriteWeb&amp;quot; and &amp;quot;&lt;a href=&quot;http://www.linkedin.com/in/iskold&quot;&gt;Alex Iskold&lt;/a&gt;&amp;quot; say &amp;quot;Literally&amp;quot; (&lt;a href=&quot;http://dbpedia/resource/Grep&quot; id=&quot;link-id0xbc8568f8&quot;&gt;grep&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/regular_expression&quot; id=&quot;link-id0x1d915e70&quot;&gt;regex&lt;/a&gt;, and &lt;a href=&quot;http://dbpedia.org/resource/XPath&quot; id=&quot;link-id0xbc617820&quot;&gt;XPath&lt;/a&gt;/&lt;a href=&quot;http://dbpedia.org/resource/XQuery&quot; id=&quot;link-id0x150e1c50&quot;&gt;Xquery&lt;/a&gt; are the only tools for searching deeper in this Literal realm), we have no sense of what makes them tick or where they come from, no history (bar &amp;quot;About Page&amp;quot; blurb), no &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; connections beyond anchored text (more pointers to opaque data sources) in post and blogrolls. The only connection between this post and them is the my deliberate use of the same literal text in the Title of this post.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;
&lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;TimBL&lt;/a&gt;&amp;#39;s vision as espoused via the &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot;&gt;Semantic Web&lt;/a&gt;&amp;quot; vision is about the production, consumption, and sharing of Data Objects via HTTP based Identifiers called URIs/IRIs (&lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0xb867ced0&quot;&gt;Hyperdata&lt;/a&gt; Links / &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x3c8f438&quot;&gt;Linked Data&lt;/a&gt;). It&amp;#39;s how we use the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; as a &lt;a href=&quot;http://dbpedia.org/resource/federated_database_system&quot; id=&quot;link-id0xbcb04f20&quot;&gt;Distributed Database&lt;/a&gt; where (as &lt;a href=&quot;http://www.cs.umd.edu/~hendler/2003/foaf.rdf#jhendler&quot; id=&quot;link-id0xb8595f18&quot;&gt;Jim Hendler&lt;/a&gt; once stated with immense clarity): I can point to records (&lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id0xbc9c8ab8&quot;&gt;entity&lt;/a&gt; instances) in your database (aka &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id0x3b911c0&quot;&gt;Data Space&lt;/a&gt;) from mine. Which is to say that if we can all point to data entities/objects (not just data entities of type &amp;quot;Document&amp;quot;) using these Location, Value, and Structure independent Object Identifiers (courtesy of HTTP) we end up with a much more powerful Web, and one that is closer to the &amp;quot;Federated and Open&amp;quot; nature of the Web.&lt;/p&gt;  &lt;p&gt;As I stated in a prior post, if you or your platform of choice aren&amp;#39;t producing de-referencable URIs for your data objects, you may be Semantic (this data model predates the Web), but there is no &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id0xbcb968b0&quot;&gt;World Wide Web&lt;/a&gt;&amp;quot; in what you are doing.&lt;/p&gt;  &lt;h2&gt;What are the Benefits of the Semantic Web?&lt;/h2&gt; &lt;ul&gt; &lt;strong&gt;Consumer&lt;/strong&gt; - &amp;quot;Discovery of relevant things&amp;quot; and be being &amp;quot;Discovered by relevant things&amp;quot; (people, places, events, and other things)&lt;/ul&gt; &lt;ul&gt; &lt;strong&gt;Enterprise&lt;/strong&gt; - ditto plus the addition of enterprise domain specific things such as market opportunities, product portfolios, human resources, partners, customers, competitors, co-opetitors, acquisition targets, new regulation  etc..)&lt;/ul&gt;  &lt;h2&gt;Simple demo:&lt;/h2&gt; &lt;blockquote&gt; &lt;p&gt;I am a &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id0x150661b0&quot;&gt;Kingsley Idehen&lt;/a&gt;, a Person who authors &lt;a href=&quot;http://www.openlinksw.com/blog/~kidehen&quot; id=&quot;link-id0x3b956d0&quot;&gt;this weblog&lt;/a&gt;. I also share bookmarks gathered over the years across an array of subjects via &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/bookmark/KingsleyBookmarks&quot; id=&quot;link-id0x164fecb0&quot;&gt;my bookmark data space&lt;/a&gt;. I also subscribe to a number of RSS/Atom/RDF feeds, which I share via my feeds subscription data &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot;&gt;space&lt;/a&gt;. Of course, all of these data sources have Tags which are collectively exposed via my &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/weblog/MyBlogDataSpace/tagcloud&quot; id=&quot;link-id0x15188c50&quot;&gt;weblog tag-cloud&lt;/a&gt;, feeds subscriptions &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id0x5f38b98&quot;&gt;tag&lt;/a&gt;-cloud, and &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/bookmark/KingsleyBookmarks/tagcloud&quot; id=&quot;link-id0xb93c2a50&quot;&gt;bookmarks tag-cloud&lt;/a&gt; data spaces.&lt;/p&gt;  &lt;p&gt;As I don&amp;#39;t like repeating myself, and I hate wasting my time or the time of others, I simply share &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen&quot; id=&quot;link-id0x3aeba98&quot;&gt;my Data Space&lt;/a&gt; (a collection of all of my purpose specific data spaces) via the Web so that others (friends, family, employees, partners, customers, project collaborators, competitors, co-opetitors etc.) can can intentionally or serendipitously discover relevant data en route to creating new &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id0x14e35d78&quot;&gt;information&lt;/a&gt; (perspectives) that is hopefully exposed others via the Web.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Bottom-line, the Semantic Web is about adding the missing &amp;quot;Open Data Access &amp;amp; Connectivity&amp;quot; feature to the current Document Web (we have to beyond &lt;a href=&quot;http://dbpedia.org/resource/regular_expression&quot;&gt;regex&lt;/a&gt;, &lt;a href=&quot;http://dbpedia/resource/Grep&quot;&gt;grep&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/XPath&quot;&gt;xpath&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/XQuery&quot;&gt;xquery&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Full_text_search&quot; id=&quot;link-id0x1c1bf9c8&quot;&gt;full text search&lt;/a&gt;, and other literal scrapping approaches). The &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id0x14c9e0e8&quot;&gt;Web&lt;/a&gt; of de-referencable data object URIs is the critical foundation layer that makes this feasible.&lt;/p&gt; &lt;p&gt; Remember, It&amp;#39;s not about &amp;quot;Applications&amp;quot; it&amp;#39;s about Data and actually freeing Data from the &amp;quot;tyranny of Applications&amp;quot;. Unfortunately, application inadvertently always create silos (esp. on the Web) since &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot;&gt;entity&lt;/a&gt; data modeling, open data access, and other database technology realm matters, remain of secondary interest to many application developers.&lt;/p&gt;  &lt;p&gt;Final comment, RDF facilitates Linked Data on the Web, but all RDF isn&amp;#39;t endowed with de-referencable URIs (a major source of confusion and misunderstanding). Thus, you can have RDF Data Source Providers that simply project RDF data silos via Web Services APIs if RDF output emanating from a Web Service doesn&amp;#39;t provide out-bound pathways to other data via de-referencable URIs. Of course the same also applies to Widgets that present you with all the things they&amp;#39;ve discovered without exposing de-referencable URIs for each item.&lt;/p&gt;  &lt;p&gt;BTW - my final comments above aren&amp;#39;t in anyway incongruent with devising successful business models for the Web. As you may or may not know, OpenLink is not only a major platform provider for the Semantic Web (expressed in our UDA, &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id0xb919b098&quot;&gt;Virtuoso&lt;/a&gt;, OpenLink Data Spaces, and OAT products), we are also actively seeding Semantic Web (tribe: Linked Data of course) startups. For instance, &lt;a href=&quot;http://zitgist.com/about/&quot; id=&quot;link-id0x1481b218&quot;&gt;Zitgist&lt;/a&gt;, which now has &lt;a href=&quot;http://community.linkeddata.org/dataspace/person/mkbergman#this&quot; id=&quot;link-id0xb869bb18&quot;&gt;Mike Bergman&lt;/a&gt; as it&amp;#39;s CEO alongside &lt;a href=&quot;http://fgiasson.com/me/&quot; id=&quot;link-id0x1d18fe50&quot;&gt;Frederick Giasson&lt;/a&gt; as CTO. Of course, I cannot do &lt;a href=&quot;http://zitgist.com/about/&quot;&gt;Zitgist&lt;/a&gt; justice via a footnote in a &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot;&gt;blog&lt;/a&gt; post, so I will expand further in a separate post.&lt;/p&gt;  &lt;h2&gt;Additional &lt;a href=&quot;http://dbpedia.org/resource/Information&quot;&gt;information&lt;/a&gt; about this blog post: &lt;/h2&gt; &lt;ol&gt; &lt;li&gt; I didn&amp;#39;t spent hours looking for URIs used in my hyperlinks&lt;/li&gt; &lt;li&gt; The post is best viewed via an RDF Linked Data aware user agents (&lt;a href=&quot;http://demo.openlinksw.com/rdfbrowser&quot; id=&quot;link-id0x19af3468&quot;&gt;OpenLink RDF Browser&lt;/a&gt;, Zitgist &lt;a href=&quot;http://dataviewer.zitgist.com&quot; id=&quot;link-id0x13b17138&quot;&gt;Data Viewer&lt;/a&gt;, &lt;a href=&quot;http://www4.wiwiss.fu-berlin.de/rdf_browser&quot; id=&quot;link-id0xbc8579e0&quot;&gt;DISCO Hyperdata Browser&lt;/a&gt;, &lt;a href=&quot;http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.8/tab.html&quot; id=&quot;link-id0x18ad0ec8&quot;&gt;Tabulator&lt;/a&gt;).&lt;/li&gt; &lt;/ol&gt;
</description></item><item><title>Semantic Web Patterns: A Guide to Semantic Technologies (Update 1)</title><guid>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?date=2008-03-26#1328</guid><comments>http://www.openlinksw.com:443/blog/kidehen@openlinksw.com/blog/?id=1328#comments</comments><pubDate>Wed, 26 Mar 2008 22:44:00 GMT</pubDate><description>
&lt;p&gt; &lt;a href=&quot;http://www.readwriteweb.com&quot; id=&quot;link-id11846528&quot;&gt;ReadWriteWeb&lt;/a&gt; via &lt;a href=&quot;http://alexiskold.wordpress.com/&quot; id=&quot;link-id154ae848&quot;&gt;Alex Iskold&lt;/a&gt; have delivered another iteration of their &amp;quot;Guide to Semantic Technologies&amp;quot;. &lt;/p&gt;  &lt;p&gt;If you look at the title of this post (and &lt;a href=&quot;http://feeds.feedburner.com/%7Er/readwriteweb/%7E3/257943334/semantic_web_patterns.php&quot; id=&quot;link-id10a9a900&quot;&gt;their article&lt;/a&gt;) they seem to be accurately providing a guide to Semantic Technologies, so no qualms there. If on the other hand, this is supposed to he a guide to the &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id0xbcb19320&quot;&gt;Semantic Web&lt;/a&gt;&amp;quot; as prescribed by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id0xb8725878&quot;&gt;TimBL&lt;/a&gt; then they are completely missing the essence of the whole subject, and demonstrably so I may add, since the entities: &amp;quot;&lt;a href=&quot;http://www.readwriteweb.com&quot; id=&quot;link-id0x16804040&quot;&gt;ReadWriteWeb&lt;/a&gt;&amp;quot; and &amp;quot;&lt;a href=&quot;http://www.linkedin.com/in/iskold&quot; id=&quot;link-id0x13f08538&quot;&gt;Alex Iskold&lt;/a&gt;&amp;quot; are only describable today via the attributes of the documents they publish i.e their respective blogs and hosted &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id0x1850ca98&quot;&gt;blog&lt;/a&gt; posts. &lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Preoccupation with Literal objects as describe above, implies we can only take what &amp;quot;&lt;a href=&quot;http://www.readwriteweb.com&quot;&gt;ReadWriteWeb&lt;/a&gt;&amp;quot; and &amp;quot;&lt;a href=&quot;http://www.linkedin.com/in/iskold&quot;&gt;Alex Iskold&lt;/a&gt;&amp;quot; say &amp;quot;Literally&amp;quot; (&lt;a href=&quot;http://dbpedia/resource/Grep&quot; id=&quot;link-id0xb95a6a40&quot;&gt;grep&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/regular_expression&quot; id=&quot;link-id0x1a719968&quot;&gt;regex&lt;/a&gt;, and &lt;a href=&quot;http://dbpedia.org/resource/XPath&quot; id=&quot;link-id0xb89d78b8&quot;&gt;XPath&lt;/a&gt;/&lt;a href=&quot;http://dbpedia.org/resource/XQuery&quot; id=&quot;link-id0x1bddde00&quot;&gt;Xquery&lt;/a&gt; are the only tools for searching deeper in this Literal realm), we have no sense of what makes them tick or where they come from, no history (bar &amp;quot;About Page&amp;quot; blurb), no &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; connections beyond anchored text (more pointers to opaque data sources) in post and blogrolls. The only connection between this post and them is the my deliberate use of the same literal text in the Title of this post.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;
&lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;TimBL&lt;/a&gt;&amp;#39;s vision as espoused via the &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot;&gt;Semantic Web&lt;/a&gt;&amp;quot; vision is about the production, consumption, and sharing of Data Objects via HTTP based Identifiers called URIs/IRIs (&lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x150e7be0&quot;&gt;Hyperdata&lt;/a&gt; Links / &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x18e50818&quot;&gt;Linked Data&lt;/a&gt;). It&amp;#39;s how we use the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; as a &lt;a href=&quot;http://dbpedia.org/resource/federated_database_system&quot; id=&quot;link-id0x194f56f0&quot;&gt;Distributed Database&lt;/a&gt; where (as &lt;a href=&quot;http://www.cs.umd.edu/~hendler/2003/foaf.rdf#jhendler&quot; id=&quot;link-id0x17043b38&quot;&gt;Jim Hendler&lt;/a&gt; once stated with immense clarity): I can point to records (&lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id0x1476f788&quot;&gt;entity&lt;/a&gt; instances) in your database (aka &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id0x2621140&quot;&gt;Data Space&lt;/a&gt;) from mine. Which is to say that if we can all point to data entities/objects (not just data entities of type &amp;quot;Document&amp;quot;) using these Location, Value, and Structure independent Object Identifiers (courtesy of HTTP) we end up with a much more powerful Web, and one that is closer to the &amp;quot;Federated and Open&amp;quot; nature of the Web.&lt;/p&gt;  &lt;p&gt;As I stated in a prior post, if you or your platform of choice aren&amp;#39;t producing de-referencable URIs for your data objects, you may be Semantic (this data model predates the Web), but there is no &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id0xb860eec8&quot;&gt;World Wide Web&lt;/a&gt;&amp;quot; in what you are doing.&lt;/p&gt;  &lt;h2&gt;What are the Benefits of the Semantic Web?&lt;/h2&gt; &lt;ul&gt; &lt;strong&gt;Consumer&lt;/strong&gt; - &amp;quot;Discovery of relevant things&amp;quot; and be being &amp;quot;Discovered by relevant things&amp;quot; (people, places, events, and other things)&lt;/ul&gt; &lt;ul&gt; &lt;strong&gt;Enterprise&lt;/strong&gt; - ditto plus the addition of enterprise domain specific things such as market opportunities, product portfolios, human resources, partners, customers, competitors, co-opetitors, acquisition targets, new regulation  etc..)&lt;/ul&gt;  &lt;h2&gt;Simple demo:&lt;/h2&gt; &lt;blockquote&gt; &lt;p&gt;I am a &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id0x15394798&quot;&gt;Kingsley Idehen&lt;/a&gt;, a Person who authors &lt;a href=&quot;http://www.openlinksw.com/blog/~kidehen&quot; id=&quot;link-id0x2556670&quot;&gt;this weblog&lt;/a&gt;. I also share bookmarks gathered over the years across an array of subjects via &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/bookmark/KingsleyBookmarks&quot; id=&quot;link-id0x142eaa10&quot;&gt;my bookmark data space&lt;/a&gt;. I also subscribe to a number of RSS/Atom/RDF feeds, which I share via my feeds subscription data &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot;&gt;space&lt;/a&gt;. Of course, all of these data sources have Tags which are collectively exposed via my &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/weblog/MyBlogDataSpace/tagcloud&quot; id=&quot;link-id0x140b8050&quot;&gt;weblog tag-cloud&lt;/a&gt;, feeds subscriptions &lt;a href=&quot;http://dbpedia.org/resource/Tag&quot; id=&quot;link-id0x15158d60&quot;&gt;tag&lt;/a&gt;-cloud, and &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen/bookmark/KingsleyBookmarks/tagcloud&quot; id=&quot;link-id0xb8652490&quot;&gt;bookmarks tag-cloud&lt;/a&gt; data spaces.&lt;/p&gt;  &lt;p&gt;As I don&amp;#39;t like repeating myself, and I hate wasting my time or the time of others, I simply share &lt;a href=&quot;http://myopenlink.net/dataspace/kidehen&quot; id=&quot;link-id0x13b63208&quot;&gt;my Data Space&lt;/a&gt; (a collection of all of my purpose specific data spaces) via the Web so that others (friends, family, employees, partners, customers, project collaborators, competitors, co-opetitors etc.) can can intentionally or serendipitously discover relevant data en route to creating new &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id0x14365150&quot;&gt;information&lt;/a&gt; (perspectives) that is hopefully exposed others via the Web.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Bottom-line, the Semantic Web is about adding the missing &amp;quot;Open Data Access &amp;amp; Connectivity&amp;quot; feature to the current Document Web (we have to beyond &lt;a href=&quot;http://dbpedia.org/resource/regular_expression&quot;&gt;regex&lt;/a&gt;, &lt;a href=&quot;http://dbpedia/resource/Grep&quot;&gt;grep&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/XPath&quot;&gt;xpath&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/XQuery&quot;&gt;xquery&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Full_text_search&quot; id=&quot;link-id0x15ccef28&quot;&gt;full text search&lt;/a&gt;, and other literal scrapping approaches). The &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id0x1a2810b8&quot;&gt;Web&lt;/a&gt; of de-referencable data object URIs is the critical foundation layer that makes this feasible.&lt;/p&gt; &lt;p&gt; Remember, It&amp;#39;s not about &amp;quot;Applications&amp;quot; it&amp;#39;s about Data and actually freeing Data from the &amp;quot;tyranny of Applications&amp;quot;. Unfortunately, application inadvertently always create silos (esp. on the Web) since &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot;&gt;entity&lt;/a&gt; data modeling, open data access, and other database technology realm matters, remain of secondary interest to many application developers.&lt;/p&gt;  &lt;p&gt;Final comment, RDF facilitates Linked Data on the Web, but all RDF isn&amp;#39;t endowed with de-referencable URIs (a major source of confusion and misunderstanding). Thus, you can have RDF Data Source Providers that simply project RDF data silos via Web Services APIs if RDF output emanating from a Web Service doesn&amp;#39;t provide out-bound pathways to other data via de-referencable URIs. Of course the same also applies to Widgets that present you with all the things they&amp;#39;ve discovered without exposing de-referencable URIs for each item.&lt;/p&gt;  &lt;p&gt;BTW - my final comments above aren&amp;#39;t in anyway incongruent with devising successful business models for the Web. As you may or may not know, OpenLink is not only a major platform provider for the Semantic Web (expressed in our UDA, &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id0x19e44e80&quot;&gt;Virtuoso&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/OpenLink_Data_Spaces&quot; id=&quot;link-id0xb8637720&quot;&gt;OpenLink Data Spaces&lt;/a&gt;, and OAT products), we are also actively seeding Semantic Web (tribe: Linked Data of course) startups. For instance, &lt;a href=&quot;http://zitgist.com/about/&quot; id=&quot;link-id0x397b940&quot;&gt;Zitgist&lt;/a&gt;, which now has &lt;a href=&quot;http://community.linkeddata.org/dataspace/person/mkbergman#this&quot; id=&quot;link-id0x5fabcf0&quot;&gt;Mike Bergman&lt;/a&gt; as it&amp;#39;s CEO alongside &lt;a href=&quot;http://fgiasson.com/me/&quot; id=&quot;link-id0xb84720f8&quot;&gt;Frederick Giasson&lt;/a&gt; as CTO. Of course, I cannot do &lt;a href=&quot;http://zitgist.com/about/&quot;&gt;Zitgist&lt;/a&gt; justice via a footnote in a &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot;&gt;blog&lt;/a&gt; post, so I will expand further in a separate post.&lt;/p&gt;  &lt;h2&gt;Additional &lt;a href=&quot;http://dbpedia.org/resource/Information&quot;&gt;information&lt;/a&gt; about this blog post:&lt;/h2&gt; &lt;ol&gt; &lt;li&gt; I didn&amp;#39;t spent hours looking for URIs used in my hyperlinks &lt;/li&gt; &lt;li&gt; The post is best viewed via an RDF Linked Data aware user agents (&lt;a href=&quot;http://demo.openlinksw.com/rdfbrowser&quot; id=&quot;link-id0x3ac1b68&quot;&gt;OpenLink RDF Browser&lt;/a&gt;, Zitgist &lt;a href=&quot;http://dataviewer.zitgist.com&quot; id=&quot;link-id0x1d8e7ec0&quot;&gt;Data Viewer&lt;/a&gt;, &lt;a href=&quot;http://www4.wiwiss.fu-berlin.de/rdf_browser&quot; id=&quot;link-id0x19af3468&quot;&gt;DISCO Hyperdata Browser&lt;/a&gt;, &lt;a href=&quot;http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.8/tab.html&quot; id=&quot;link-id0x1532e630&quot;&gt;Tabulator&lt;/a&gt;).&lt;/li&gt; &lt;/ol&gt;
</description></item>
</channel>
</rss>
