<?xml version="1.0" encoding="UTF-8" ?>
<!--RDF based XML document generated By OpenLink Virtuoso-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 <rss:channel xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/">
  <rss:title>Kingsley Uyi Idehen&#39;s Weblog</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/</rss:link>
  <rss:description />
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-08-07T19:49:33Z</dc:date>
  <dc:rights xmlns:dc="http://purl.org/dc/elements/1.1/" />
  <dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en-us</dc:language>
  <rss:items>
   <rdf:Seq>
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1755" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1754" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1753" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1751" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1750" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1749" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1748" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1745" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1744" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1743" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1742" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1741" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1740" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1739" />
      <rdf:li rdf:resource="http://myopenlink.net/weblog/kidehen/?id=1738" />
   </rdf:Seq>
  </rss:items>
 </rss:channel>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1755">
  <rss:title>.NET, LINQ, and RDF based Linked Data (Update)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1755</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1755</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1755</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-08-03T16:07:09Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">At OpenLink, we&#39;ve been investigating LinqToRdf, an exciting project from Andrew Matthews that seeks to expose the Semantic Web technology space to the large community of .NET developers. The LinqToRdf project is about binding LINQ to RDF. It sits atop Joshua Tauberer&#39;s C# based Semantic Web/RDF library which has been out there for a while and works across Microsoft .NET and it&#39;s open source variant &quot;Mono&quot;. Historically, the Semantic Web realm has been dominated by RDF frameworks such as Sesame, Jena and Redland; which by their Open Source orientation, predominantly favor non-Windows platforms (Java and Linux). Conversely, Microsoft&#39;s .NET frameworks have sought to offer Conceptualization technology for heterogeneous Logical Data Sources via .NET&#39;s Entity Frameworks and ADO.NET, but without any actual bindings to RDF. Interestingly, believe it or not, .NET already has a data query language that shares a number of similarities with SPARQL, called Entity-SQL, and a very innovative programming language called LINQ; that offers a blend of constructs for natural data access and manipulation across relational (SQL), hierarchical (XML), and graph (Object) models without the traditional object language-&gt;database impedance tensions of the past. With regards to all of the above, we&#39;ve just released a mini white paper that covers the exploitation of RDF-based Linked Data using .NET via LINQ. The paper offers a an overview of LinqToRdf, enhancements we&#39;ve contributed to the project (available in LinqToRdf v0.8.). The paper includes real-world examples that tap into a MusicBrainz powered Linked Data Space, the Music Ontology, the Virtuoso RDF Quad Store, Virtuoso Sponger Middleware, and our RDfization Cartridges for Musicbrainz. Enjoy!At OpenLink, we&#39;ve been investigating LinqToRdf, an exciting project from Andrew Matthews which aims to expose the Semantic Web technology space to the large community of .NET developers. The LinqToRdf project is about binding LINQ to RDF. It sits atop Joshua Tauberer&#39;s C# based Semantic Web/RDF library which has been out there for a while and works across Microsoft .NET and it&#39;s open source variant &quot;Mono&quot;. Historically, the Semantic Web realm has been dominated by RDF frameworks such as Sesame, Jena and Redland; which by their Open Source orientation, predominantly favor non-Windows platforms (Java and Linux). Conversely, Microsoft&#39;s .NET frameworks have sought to offer Conceptualization technology for heterogeneous Logical Data Sources via .NET&#39;s Entity Frameworks and ADO.NET, but without any actual bindings to RDF. Interestingly, believe it or not, .NET already has a data query language that shares a number of similarities with SPARQL, called Entity-SQL, and a very innovative programming language called LINQ; that offers a blend of constructs for natural data access and manipulation across relational (SQL), hierarchical (XML), and graph (Object) models without the traditional object language-&gt;database impedance tensions of the past. With regards to all of the above, we&#39;ve just released a mini white paper that covers the exploitation of RDF-based Linked Data using .NET via LINQ. The paper offers a an overview of LinqToRdf, enhancements we&#39;ve contributed to the project (available in LinqToRdf v0.8.). The paper includes real-world examples that tap into a MusicBrainz powered Linked Data Space, the Music Ontology, the Virtuoso RDF Quad Store, Virtuoso Sponger Middleware, and our RDfization Cartridges for Musicbrainz. Enjoy!</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[At OpenLink, we&#39;ve been investigating <a href="http://code.google.com/p/linqtordf/" id="link-id1296eb18">LinqToRdf</a>, an exciting project from <a href="http://aabs.wordpress.com/" id="link-id13e860a8">Andrew Matthews</a> that seeks to expose the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id105d84f8">Semantic Web</a> technology space to the large community of .NET developers. <br />
<br />
The LinqToRdf project is about binding LINQ to RDF. It sits atop <a href="http://razor.occams.info/" id="link-id102e3b10">Joshua Tauberer</a>&#39;s <a href="http://dbpedia.org/resource/C_(programming_language)" id="link-id1471b0d0">C</a># based <a href="http://razor.occams.info/code/semweb/" id="link-id14cb9030">Semantic Web/RDF library</a> which has been out there for a while and works across Microsoft .NET and it&#39;s open source variant &quot;Mono&quot;.<br />
<br />
Historically, the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id13ee9f40">Semantic Web</a> realm has been dominated by RDF
frameworks  such as <a href="http://www.openrdf.org/" id="link-id109f8a68">Sesame</a>, <a href="http://jena.sourceforge.net/" id="link-id144c3210">Jena</a> and <a href="http://librdf.org/" id="link-id10600228">Redland</a>; which by their Open
Source orientation, predominantly favor non-Windows platforms (Java and
Linux). Conversely, Microsoft&#39;s .NET frameworks have sought to offer
Conceptualization technology for heterogeneous Logical Data Sources via
.NET&#39;s <a href="http://en.wikipedia.org/wiki/ADO.NET_Entity_Framework" id="link-id10726628">Entity Frameworks</a> and <a href="http://dbpedia.org/resource/ADO.NET" id="link-id13e7edd8">ADO.NET</a>, but without any actual bindings
to RDF. <br />
<br />
Interestingly, believe it or not, .NET already has a data query
language that shares a number of similarities with <a href="http://dbpedia.org/resource/SPARQL" id="link-id1042f480">SPARQL</a>, called
<a href="http://dbpedia.org/resource/Entity" id="link-id105a46b0">Entity</a>-<a href="http://dbpedia.org/resource/SQL" id="link-id1041d2e8">SQL</a>, and a very innovative programming language called LINQ;
that offers a blend of constructs for natural data access and
manipulation across relational (<a href="http://dbpedia.org/resource/SQL" id="link-id139f5848">SQL</a>), hierarchical (XML), and graph
(Object) models without the traditional object language-&gt;database
impedance tensions of the past.<br />
<br />
With regards to all of the above, we&#39;ve just released a mini white paper that covers the exploitation of <a href="http://virtuoso.openlinksw.com/Whitepapers/html/linqtordf/linqtordf1.htm" id="link-id14b2f138">RDF-based Linked Data using .NET via LINQ</a>. The paper offers a an overview of LinqToRdf, enhancements we&#39;ve contributed to the project (available in  <a href="http://aabs.wordpress.com/2008/08/01/announcing-linqtordf-v08/" id="link-id101defa8">LinqToRdf v0.8</a>.).
The paper includes real-world examples that tap into a MusicBrainz
powered <a href="http://dbpedia.org/resource/Linked_Data" id="link-id101ffd18">Linked Data</a> <a href="http://en.wikipedia.org/wiki/Data_Spaces" id="link-id105cb858">Space</a>, the Music Ontology, the <a href="http://virtuoso.openlinksw.com" id="link-id13f55860">Virtuoso</a> RDF Quad
Store, <a href="http://virtuoso.openlinksw.com" id="link-id12826718">Virtuoso</a> <a href="http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html" id="link-id1030cb60">Sponger</a> Middleware, and our RDfization Cartridges for
Musicbrainz. <br />
<br />
Enjoy!At OpenLink, we&#39;ve been investigating <a href="http://code.google.com/p/linqtordf/" id="link-id1066f870">LinqToRdf</a>, an exciting project from <a href="http://aabs.wordpress.com/" id="link-id102b64b0">Andrew Matthews</a> which aims to expose the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id1027b320">Semantic Web</a> technology space to the large community of .NET developers. <br />
<br />
<br />The LinqToRdf project is about binding LINQ to RDF. It sits atop <a href="http://razor.occams.info/" id="link-id105ca5c8">Joshua Tauberer</a>&#39;s <a href="http://dbpedia.org/resource/C_%28programming_language%29" id="link-id133ef028">C</a># based <a href="http://razor.occams.info/code/semweb/" id="link-id1277e240">Semantic Web/RDF library</a> which has been out there for a while and works across Microsoft .NET and it&#39;s open source variant &quot;Mono&quot;.<br />
<br />
<br />Historically, the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id10a5c1e0">Semantic Web</a> realm has been dominated by RDF frameworks  such as <a href="http://www.openrdf.org/" id="link-id10711580">Sesame</a>, <a href="http://jena.sourceforge.net/" id="link-id10193330">Jena</a> and <a href="http://librdf.org/" id="link-id1050d320">Redland</a>; which by their Open Source orientation, predominantly favor non-Windows platforms (Java and Linux). Conversely, Microsoft&#39;s .NET frameworks have sought to offer Conceptualization technology for heterogeneous Logical Data Sources via .NET&#39;s <a href="http://dbpedia.org/resource/Entity" id="link-id105a84e8">Entity</a> Frameworks and <a href="http://dbpedia.org/resource/ADO.NET" id="link-id106a2190">ADO</a>.<a href="http://dbpedia.org/resource/ADO.NET" id="link-id1085d050">NET</a>, but without any actual bindings to RDF. <br />
<br />
<br />Interestingly, believe it or not, .NET already has a data query language that shares a number of similarities with <a href="http://dbpedia.org/resource/SPARQL" id="link-id13595fe0">SPARQL</a>, called <a href="http://dbpedia.org/resource/Entity" id="link-id139f2760">Entity</a>-<a href="http://dbpedia.org/resource/SQL" id="link-id105a9af8">SQL</a>, and a very innovative programming language called LINQ; that offers a blend of constructs for natural data access and manipulation across relational (<a href="http://dbpedia.org/resource/SQL" id="link-id1348c800">SQL</a>), hierarchical (XML), and graph (Object) models without the traditional object language-&gt;database impedance tensions of the past.<br />
<br />
<br />With regards to all of the above, we&#39;ve just released a mini white paper that covers the exploitation of <a href="http://virtuoso.openlinksw.com/Whitepapers/html/linqtordf/linqtordf1.htm" id="link-id100a5e28">RDF-based Linked Data using .NET via LINQ</a>. The paper offers a an overview of LinqToRdf, enhancements we&#39;ve contributed to the project (available in  <a href="http://aabs.wordpress.com/2008/08/01/announcing-linqtordf-v08/" id="link-idddce728">LinqToRdf v0.8</a>.). The paper includes real-world examples that tap into a MusicBrainz powered <a href="http://dbpedia.org/resource/Linked_Data" id="link-id13ee7628">Linked Data</a> <a href="http://en.wikipedia.org/wiki/Data_Spaces" id="link-id1052b7b0">Space</a>, the Music Ontology, the <a href="http://virtuoso.openlinksw.com" id="link-id145014f0">Virtuoso</a> RDF Quad Store, <a href="http://virtuoso.openlinksw.com" id="link-id11c4f2e8">Virtuoso</a> <a href="http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html" id="link-id105a3198">Sponger</a> Middleware, and our RDfization Cartridges for Musicbrainz. <br />
<br />
<br />Enjoy!<br />]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1754">
  <rss:title>Virtuoso&#39;s Universal Server Architecture (Conceptual &amp; Technical)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1754</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1754</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1754</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-08-03T13:07:12Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">As they say, a picture speaks a thousand words, so I am exposing two views of Virtuoso that have been on the Web for while. Remember, Virtuoso offers data management, data access, web application server, enterprise service bus, and virtualization of disparate and heterogeneous data sources, as part of a single, multi threaded, cross-platform server solution; hence it&#39;s description as a &quot;Universal Server&quot;. Conceptual View: Technical View (kinda missing PHP, Perl, Python runtime hosting in the Virtual Application Sever realm): Virtuoso&#39;s architecture is not a reaction to current trends. The diagrams above are pretty old (with minor touch ups in recent times). At OpenLink Software, we&#39;ve have a consistent world-view re. standards and the vital role they play when it comes to developing software that enables the construction and exploitation of &quot;Context Lenses&quot; that tap into a substrate of Virtualized Logical Data Sources (SQL, XML, RDF, Web Services, Full Text etc.).</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[As they say, a picture speaks a thousand words, so I am exposing two views of <a href="http://virtuoso.openlinksw.com" id="link-id13fe7df8">Virtuoso</a> that have been on the Web for while. <br />
<br />Remember, <a href="http://virtuoso.openlinksw.com" id="link-id13f53ed0">Virtuoso</a> offers data management, data access, web <a href="http://dbpedia.org/resource/Application_server" id="link-id109f04b0">application server</a>, enterprise service bus, and virtualization of disparate and heterogeneous data sources, as part of a single, multi threaded, cross-platform server solution; hence it&#39;s description as a &quot;<a href="http://dbpedia.org/resource/Virtuoso_Universal_Server" id="link-id104d2e48">Universal Server</a>&quot;.<br />
<br />Conceptual View:<br />
<br />
<img alt="Image" style="max-width: 800px;" src="http://virtuoso.openlinksw.com/images/vconc650.jpg" />
<br />
<br />Technical View (kinda missing <a href="http://dbpedia.org/resource/PHP" id="link-id10660110">PHP</a>, <a href="http://dbpedia.org/resource/Perl" id="link-id1053d9b8">Perl</a>, <a href="http://dbpedia.org/resource/Python_programming_language" id="link-id107bc9c0">Python</a> runtime hosting in the Virtual Application Sever realm):<br />
<br />
<img alt="Image" style="max-width: 800px;" src="http://virtuoso.openlinksw.com/images/virtuoso3arch.gif" />
<br />
<br />
<br />
<a href="http://virtuoso.openlinksw.com" id="link-id0x3e5d5be8">Virtuoso</a>&#39;s architecture is not a reaction to current trends. The diagrams above are pretty old (with minor touch ups in recent times). At <a href="http://www.openlinksw.com/dataspace/organization/openlink#this" id="link-id13e194c0">OpenLink Software</a>, we&#39;ve have a consistent world-view re. standards and the vital role they play when it comes to developing software that enables the construction and exploitation of &quot;<a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id133c84a8">Context</a> Lenses&quot; that tap into a substrate of Virtualized Logical Data Sources (<a href="http://dbpedia.org/resource/SQL" id="link-id104d1c30">SQL</a>, XML, RDF, Web Services, Full Text etc.).<br />
<br />
<br />
<br />
<br />]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1753">
  <rss:title>Time for Context Lenses (Update)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1753</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1753</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1753</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-08-02T19:06:57Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">As the Linked Data meme continues on it&#39;s quest to unravel the mysteries of the Semantic Web vision, it&#39;s quite gratifying to see that data virtualization comprehension: creating &quot;Conceptual Views&quot; into logically organized &quot;Disparate &amp; Heterogeneous Data Sources&quot; via &quot;Context Lenses&quot; is taking shape, as illustrated in the &quot;note-to-self&quot; post by David Provost. Virtualization of heterogeneous data sources is only achievable if you have a dexterous data model based &quot;Bus&quot; into which the data sources are plugged. RDF has offered such a model for a long time. When heterogeneous data sources are plugged into an RDF based integration bus e.g., customer records sourced from a variety of tables, across a plethora of databases, you can only end up with true value if the emergent entities from such an effort are coherently linked and (de)referencable; which is what Linked Data&#39;s fundamental preoccupation with dereferencable URIs is all about. Of course, Even when you have all of the above in place, you also need to be able to construct &quot;Context Lenses&quot; i.e., context driven views of the Linked Data Mesh (or Linked Data Spaces). Additional Diagrams: 1. Clients of the RDF Bus 2. RDF Bus Server plugins: Scripts that emit RDF 3. RDF Bus Servers: RDF Data Managers (Triple or Quad Stores) 4. RDF Bus Servers: Relational to RDF Mappers (RDF Views, Semantic Covers etc.) 5. RDF Bus Server plugins: XML to RDF Mappers 6. RDF Bus Server plugins: GRDDL based XSLT stylesheets that emit RDF 7. RDF Bus Server plugins: Intelligent RDF Middleware</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[As the <a href="http://www.w3.org/DesignIssues/LinkedData.html" id="link-id13dfe618">Linked Data meme</a> continues on it&#39;s quest to unravel the mysteries of the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id10527b30">Semantic Web</a> vision, it&#39;s quite gratifying to see that <a href="http://dbpedia.org/resource/Federated_database_system" id="link-id104f58b0">data virtualization</a> comprehension: creating &quot;Conceptual Views&quot; into logically organized &quot;Disparate &amp; Heterogeneous Data Sources&quot; via &quot;<a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id14a46998">Context</a> Lenses&quot; is taking shape, as illustrated in the &quot;<a href="http://feeds.feedburner.com/%7Er/SemanticBusiness/%7E3/353668031/note-to-self-virtualconceptual-as-wwwsw.html" id="link-id13179dd8">note-to-self</a>&quot; post by <a href="http://www.linkedin.com/in/davidprovost" id="link-id1403dc88">David Provost</a>.<br />
<br />
<br />
<br />
<br />Virtualization of heterogeneous data sources is only achievable if you have a dexterous data model based &quot;Bus&quot; into which the data sources are plugged. RDF has offered such a model for a long time.<br />
<br />
<br />
<br />
<img alt="Image" style="max-width: 800px;" src="http://www.w3.org/DesignIssues/diagrams/sw-clients.png" />
<br />
<br />
<br />
<br />When heterogeneous data sources are plugged into an RDF based integration bus e.g., customer records sourced from a variety of tables, across a plethora of databases, you can only end up with true value if the emergent entities from such an effort are coherently linked and (de)referencable; which is what <a href="http://dbpedia.org/resource/Linked_Data" id="link-id12b06e20">Linked Data</a>&#39;s fundamental preoccupation with dereferencable URIs is all about. Of course, Even when you have all of the above in place, you also need to be able to construct &quot;<a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id103c2c80">Context</a> Lenses&quot; i.e., <a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id1037a260">context</a> driven views of the <a href="http://dbpedia.org/resource/Linked_Data" id="link-id13e48ab8">Linked Data</a> Mesh (or <a href="http://dbpedia.org/resource/Linked_Data" id="link-id101c7718">Linked Data</a> Spaces).<br />
<br />
<br />Additional Diagrams:<br />
<br />
<br />1. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2824%29" id="link-id10808cb8">Clients of the RDF Bus</a> <br />2. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2825%29" id="link-id11e5a300">RDF Bus Server plugins: Scripts that emit RDF</a>
<br />3. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2826%29" id="link-id13ea46a0">RDF Bus Servers: RDF Data Managers (Triple or Quad Stores)</a>
<br />4. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2827%29" id="link-id101d3470">RDF Bus Servers: Relational to RDF Mappers (RDF Views, Semantic Covers etc.)</a>
<br />5. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2828%29" id="link-id1052c450">RDF Bus Server plugins: XML to RDF Mappers </a>
<br />6. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2829%29" id="link-id10281ec0">RDF Bus Server plugins: GRDDL based XSLT stylesheets that emit RDF</a>
<br />7. <a href="http://www.w3.org/2005/Talks/1110-iswc-tbl/#%2830%29" id="link-id1444faf0">RDF Bus Server plugins: Intelligent RDF Middleware</a>
<br />
<br />
<br />
<br />
<br />
<br />
<br />]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1751">
  <rss:title>Linked Data, Meshups, Twitter, and Friendfeed</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1751</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1751</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1751</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-08-01T02:11:31Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Here are some links from my Friendfeed and Twitter Data Spaces that expose a number of recent Linked Data &quot;Meshup&quot; examples: Friendfeed Twitter Enjoy!</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Here are some links from my Friendfeed and Twitter Data Spaces that expose a number of recent <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x5b09ee10">Linked Data</a> &quot;Meshup&quot; examples:</p>
<ul>
<li>
  <a href="http://friendfeed.com/kidehen" id="link-id101740a8">Friendfeed</a>
</li>
<li>
  <a href="http://twitter.com/kidehen" id="link-id104baa80">Twitter</a>
</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1750">
  <rss:title>WUPnP Cheatsheet</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1750</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1750</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1750</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-07-29T02:24:19Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">WUPnP Cheatsheet: &quot; The Web Universal Plug and Play (WUPnP) Cheatsheet: Essentially, if you build an application and use the technologies suggested in the ‘glue section’ then your web application/service (whether it’s front-end or back-end) will fit into many many other web applications/services… and therefore also more manageable for the future! This is WUPnP. Key technologies for making your services/applications as sticky as possible: Dereferenceable URI’s (which indicate HTTP networking) OpenID OAuth SPARQL Linked Data RDF (or RDFa) and OWL Web-based plug and play fun!&quot; (Via Daniel Lewis.)</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://vanirsystems.com/danielsblog/2008/07/28/wupnp-cheatsheet/#comments" id="link-id133b9048">WUPnP Cheatsheet</a>: &quot;</p>
<p>The Web Universal Plug and Play (<acronym title="Web Universal Plug and Play">WUPnP</acronym>) Cheatsheet: </p>
<p>
 <a href="http://vanirsystems.com/images/wupnparch.png" id="link-id107bbee8"><img src="http://vanirsystems.com/images/wupnparch.png" alt="Web Universal Plug and Play (WUPnP) Cheatsheet" width="50%" />
 </a>
</p>
<p>Essentially, if you build an application and use the technologies suggested in the ‘glue section’ then your web application/service (whether it’s front-end or back-end) will fit into many many other web applications/services… and therefore also more manageable for the future! This is WUPnP.</p>
<p>Key technologies for making your services/applications as sticky as possible:</p>
<ul>
<li>
  <a href="http://en.wikipedia.org/wiki/Dereferenceable_Uniform_Resource_Identifier" id="link-id1016cbd8">Dereferenceable URI’s</a> (which indicate <a href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" id="link-id101d7790">HTTP</a> networking)</li>
<li>
  <a href="http://en.wikipedia.org/wiki/OpenID" id="link-id12ea5e68">OpenID</a>
</li>
<li>
  <a href="http://en.wikipedia.org/wiki/OAuth" id="link-id12e1acf0">OAuth</a>
</li>
<li>
  <a href="http://en.wikipedia.org/wiki/SPARQL" id="link-id133d34e0">SPARQL</a>
</li>
<li>
  <a href="http://en.wikipedia.org/wiki/Linked_Data" id="link-id106a7040">Linked Data</a> <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework" id="link-id1072d890">RDF</a> (or <a href="http://en.wikipedia.org/wiki/RDFa" id="link-id14040c38">RDFa</a>) and <a href="http://en.wikipedia.org/wiki/Web_Ontology_Language" id="link-id1044dda8">OWL</a>
</li>
</ul>
<p>Web-based plug and play fun!</p>&quot;

<p>(Via <a href="http://vanirsystems.com/danielsblog" id="link-id10a15838">Daniel Lewis</a>.)</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1749">
  <rss:title>CrunchBase gets hooked up with the  Linked Data Web! </rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1749</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1749</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1749</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-07-25T14:01:01Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">It&#39;s getting really hot in Linked Data land! Two days ago Benjamin Nowack pinged the LOD community about his RDFization of Crunchbase (sample (X)HTML view: http://cb.semsol.org/company/opera-software) courtesy of Crounchbase releasing an API. As you know, I&#39;ve always equated Web Service API to Database CLIs (ODBC, JDBC, ADO.NET etc.) as both offer code level hooks into Data Spaces. Naturally, we&#39;ve decided to join the Crunchbase RDFization party, and have just completed a Virtuoso Sponger Cartridge (an RDFizer) for Crouncbase. What we add in our particular cartridge is additional meshing with DBpedia and Wikicompany Linked Data Spaces, plus RDFizaton of the Crunchbase (X)HTML pages :-) As I&#39;ve postulated for a while, Linked Data is about data &quot;Meshing&quot; and &quot;Meshups&quot;. This isn&#39;t a buzzword play. I am pointing out an important distinction between &quot;Mashups&quot; and &quot;Meshpus&quot;. Which goes as follows: &quot;Mashups&quot; are about code level joining devoid of structured modelling, hence the revelation of code as opposed to data when you look behind a &quot;Mashup&quot;. &quot;Meshups&quot; on the other hand, are about joining disparate structured data sources across the Web. And when you look behind a &quot;Meshup&quot; you see structured data (preferably Linked Data) that enables further &quot;Meshing&quot;. I truly believe that we are now inches away from critical mass re. Linked Data, and because we are dealing with data, the network-effect will be sky-high! I shudder to think about the state of the Linked Data Web in 12 months time. Yes, I am giving the explosion 12 months (or less). These are very exciting times. Demo Links: Opera Software via Benjee&#39;s Linked Data Space for Cunchbase Opera Software via our Linked Data Space for Crunchbas For best experience I encourage you to look at the OpenLink Data Explorer extension for Firefox (2.x - 3.x). This enables you to go to Crunchbase (X)HTML pages (and other sites on the Web of course), and then simply use the &quot;View | Linked Data Sources&quot; main or context menu sequence to unveil the Linked Data Sources associated with any Web Page. Of course there is much more to come!</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>It&#39;s getting really hot in <a href="http://dbpedia.org/resource/Linked_Data" id="link-id15eea8f8">Linked Data</a> land! Two days ago <a href="http://bnode.org/about" id="link-id107e2f70">Benjamin Nowack</a> pinged the <a href="http://community.linkeddata.org/dataspace/organization/lod#this" id="link-id11b93670">LOD</a> community about his <a href="http://lists.w3.org/Archives/Public/public-lod/2008Jul/0110.html" id="link-id1022a270">RDFization of Crunchbase</a> (sample (X)HTML view: http://cb.semsol.org/company/opera-software) courtesy of Crounchbase releasing an API. As you know, I&#39;ve always equated Web Service API to Database CLIs (<a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-id16327528">ODBC</a>, <a href="http://dbpedia.org/resource/Java_Database_Connectivity" id="link-id1027f410">JDBC</a>, <a href="http://dbpedia.org/resource/ADO.NET" id="link-id10683850">ADO</a>.<a href="http://dbpedia.org/resource/ADO.NET" id="link-id13beb9b8">NET</a> etc.) as both offer code level hooks into Data Spaces.</p>
<p></p>
<p></p>
<p>Naturally, we&#39;ve decided to join the Crunchbase RDFization party, and have just completed a <a href="http://virtuoso.openlinksw.com" id="link-id10282208">Virtuoso</a> <a href="http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html" id="link-id10acf0f8">Sponger</a> Cartridge (an RDFizer) for Crouncbase. What we add in our particular cartridge is additional meshing with <a href="http://dbpedia.org/resource/DBpedia" id="link-id115e2a98">DBpedia</a> and Wikicompany <a href="http://dbpedia.org/resource/Linked_Data" id="link-id132f0568">Linked Data</a> Spaces, plus RDFizaton of the Crunchbase (X)HTML pages :-)</p>
<p></p>
<p></p>
<p>As I&#39;ve postulated for a while, <a href="http://dbpedia.org/resource/Linked_Data" id="link-id13304010">Linked Data</a> is about data &quot;Meshing&quot; and &quot;Meshups&quot;. This isn&#39;t a buzzword play. I am pointing out an important distinction between &quot;Mashups&quot; and &quot;Meshpus&quot;. Which goes as follows: &quot;Mashups&quot; are about code level joining devoid of structured modelling, hence the revelation of code as opposed to data when you look behind a &quot;Mashup&quot;. &quot;Meshups&quot; on the other hand, are about joining disparate structured data sources across the Web. And when you look behind a &quot;Meshup&quot; you see structured data (preferably <a href="http://dbpedia.org/resource/Linked_Data" id="link-id143bdb68">Linked Data</a>) that enables further &quot;Meshing&quot;.</p>
<p></p>
<p></p>
<p>I truly believe that we are now inches away from critical mass re. <a href="http://dbpedia.org/resource/Linked_Data" id="link-id14829640">Linked Data</a>, and because we are dealing with data, the network-effect will be sky-high! I shudder to think about the state of the <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x1040c820">Linked Data</a> <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id133364e8">Web</a> in 12 months time. Yes, I am giving the explosion 12 months (or less). These are very exciting times.</p>
<p></p>
<p></p>
<p>Demo Links:</p>
<p></p>
<p></p>
 <ul>
<li>
<a href="http://demo.openlinksw.com/ode/?uri%5B%5D=http%3A%2F%2Fcb.semsol.org%2Fcompany%2Fopera-software&amp;" id="link-id12fe1dc8">Opera Software via Benjee&#39;s Linked Data Space for Cunchbase</a>
 </li>
 <li>
<a href="http://demo.openlinksw.com/ode/?uri=http%3A%2F%2Fwww.crunchbase.com%2Fcompany%2Fopera-software" id="link-id10739a18">Opera Software via our Linked Data Space for Crunchbas</a>
 </li>
</ul>
<p></p>
<p></p>
<p>For best experience I encourage you to look at the <a href="https://addons.mozilla.org/en-US/firefox/addon/8062" id="link-id1499a0f8">OpenLink Data Explorer extension</a> for Firefox (2.x - 3.x). This enables you to go to Crunchbase (X)HTML pages (and other sites on the Web of course), and then simply use the &quot;View | Linked Data Sources&quot; main or <a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id10051b50">context</a> menu sequence to unveil the Linked Data Sources associated with any Web Page.</p>
<p></p>
<p>Of course there is much more to come!</p>



]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1748">
  <rss:title>Twine Opens Up Linked Data Style!</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1748</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1748</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1748</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-07-25T02:18:00Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Note to Nova: big time welcome to the Linked Data Web! I&#39;ve just digested Nova&#39;s post announcing the opening up of Twine. My test was simple, I opened up his Twine page using Firefox (with the new OpenLink Data Explorer extension in place), and then simply executed the following browser menu sequence: View Linked Data Sources And voila! The Twine page morphs into a Linked Data Space where each entity presented is endowed with dereferencable URIs; enabling me to traverse and/or Mesh his data with other Linked Data Spaces such as mine, for instance. This is what Linked Data is all about! The fun has only just begun :-)  </dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Note to Nova: big time welcome to the <a href="http://dbpedia.org/resource/Linked_Data" id="link-id10a424f0">Linked Data</a> <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id13351960">Web</a>!</p>
<p>I&#39;ve just digested <a href="http://www.twine.com/item/1w3ckhq8-997" id="link-id103a38b0">Nova</a>&#39;s post <a href="http://novaspivack.typepad.com/nova_spivacks_weblog/2008/07/subscribe-to-my.html" id="link-id105be838">announcing the opening up of Twine</a>. My test was simple, I opened up his Twine page using Firefox (with the new <a href="https://addons.mozilla.org/en-US/firefox/addon/8062" id="link-id103d2148">OpenLink Data Explorer extension</a> in place), and then simply executed the following browser menu sequence:</p>
<ol>
<li>View</li>
<li>
  <a href="http://dbpedia.org/resource/Linked_Data" id="link-id102b7880">Linked Data</a> Sources</li>
</ol>
<p>And voila! The Twine page morphs into a <a href="http://dbpedia.org/resource/Linked_Data" id="link-id137b5cd0">Linked Data</a> <a href="http://en.wikipedia.org/wiki/Data_Spaces" id="link-id10467260">Space</a> where each <a href="http://dbpedia.org/resource/Entity" id="link-id16296328">entity</a> presented is endowed with <a href="http://intranet.usnet.private:8893/RPC2" id="link-id1053b2f0">dereferencable URIs</a>; enabling me to traverse and/or <a href="http://demo.openlinksw.com/ode/?uri%5B%5D=http%3A%2F%2Fwww.twine.com%2Ftwine%2F1p2dqhdx-1jg%2Fnova-spivack-my-public-twine&amp;uri%5B%5D=http%3A%2F%2Fwww.twine.com%2Fitem%2F1w3ckhq8-997&amp;uri%5B%5D=http%3A%2F%2Fmyopenlink.net%2Fdataspace%2Fperson%2Fkidehen&amp;" id="link-id106eb2a0">Mesh</a> his data with other <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x10d08bf0">Linked Data</a> Spaces such as <a href="http://myopenlink.net/dataspace/person/kidehen" id="link-id12e51748">mine</a>, for instance.</p> <p>This is what Linked Data is all about! The fun has only just begun :-)</p>  ]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1745">
  <rss:title>Response to: Where&#39;s the Killer Semantic Web Application (Update #2)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1745</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1745</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1745</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-26T18:28:14Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">As is often the case these days, it&#39;s much easier to drop a blog post than it is to make a simple comment in an &quot;old media&quot; style data space :-( My use of &quot;old media&quot; implies: a place that still seeks subscriber data (no OpenID etc..), for the umpteenth time, as the toll fee for discourse development and participation on the Web. Anyway, here is what I attempted to post as a comment to Dan Grigorovici&#39;s post titled: Where is the Semantic Web Killer App? Dan, An intriguing post to say the least :-) &quot;Linked Data&quot; and &quot;Semantic Web&quot; aren&#39;t synonymous, they are simply connected, infrastructure DNA-wise. You can have &quot;Semantic Web&quot; style graphs (i.e RDF Data) and not have &quot;Linked Data&quot; as per Linked Data deployment tenets and best practices, a very important point. I&#39;ve stated repeatedly, the &quot;Linked Data&quot; emphasis has more to do with focusing on a point of crystallization within the larger &quot;Semantic Web&quot; vision, so here is a quick recap: What is Linked Data? A term coined by TimBL that describes an application of HTTP to the time-tested process of &quot;Data Access by Reference&quot;. &quot;Linked Data&quot; adds vital items to the &quot;Data Access by Reference&quot; pattern that have been erstwhile unattainable: The use of a Data Source Naming scoped to Database / Data Container Records as opposed to Tables, Views, Stored Procedures, Databases, and other Record Container tuple collections. Example: in ODBC / JDBC, a Data Source Name&#39;s scope stops at the Table / View level. In the Linked Data realm you get an added layer of granularity due to record level name scope Incorporation of HTTP into the Data Source Naming scheme, which injects the expanse of the Web into the Data Access Range of the Data Source Name (i.e. a Named Record); so you can reference a record&#39;s description directly via HTTP which is simply a major deal (to put things mildly). So we have HTTP based URIs as the Data Sources Names for a &quot;Linked Data Web&quot; i.e a Web of inter-connected Data Source Names that de-emphasize the importance of their host containers (Compound Documents / Information Resources). The business case or value proposition of &quot;Linked Data&quot; is synonymous with the value proposition of data access technologies such as ODBC, JDBC. ADO.NET, OLE-DB, XMLA, and others (enterprise or consumer) in relation to the Individual and Enterprise pursuit of agility; in a realm where data is growing exponentially, and the maximum processing time in a single day remains 24 hrs. Data Access &amp; Data Integration are timeless challenges due to the following constants: Structured Data Schema Heterogeneity - we will always model the same things differently Dirtiness of Data within Structured Data Containers - we are error prone due to laziness / sloppiness, time constraints, and the inherent limitation of our DNA based CPUs when dealing with large volumes of data. Note: The line between the Enterprise &amp; Individuals continue to blur by the second, this is something I covered during my Linked Data Planet keynote, which is like most things I put on the Web (via this blog data space), is a live and practical demonstration of the virtues of Linked Data courtesy of RDFa, the Bibliographic Ontology, and dereferencable URIs (i.e. HTTP based Data Source Names for Documents and the Entities they host). Related Linked Data FAQ - by Mike Bergman The Planetary Computer from Wired Magazine - which is basically the effect of Linked Data under a different label (note to Wired: &quot;Tired of old Media repetitive Registrations&quot; when seeking to make comments in the OpenID era!).</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As is often the case these days, it&#39;s much easier to drop a <a href="http://dbpedia.org/resource/Blog" id="link-id13519b98">blog</a> post than it is to make a simple comment in an &quot;old media&quot; style<a href="http://en.wikipedia.org/wiki/Data_Spaces" id="link-id134e92c8"> data space </a>:-(</p> <blockquote>
 <p>
  <cite>My use of &quot;old media&quot; implies: a place that still seeks subscriber data (no OpenID etc..), for the umpteenth time, as the toll fee for discourse development and participation on the Web.</cite>
 </p>
</blockquote>
<p>Anyway, here is what I attempted to post as a comment to Dan Grigorovici&#39;s post titled: <a href="http://www.semanticweb.com/article.php/12160_3753806_2" id="link-id134dfb80">Where is the Semantic Web Killer App?</a>
</p>


<p>Dan,</p>

<p>An intriguing post to say the least :-) </p>

<p>&quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id134265c0">Linked Data</a>&quot; and &quot;<a href="http://dbpedia.org/resource/Semantic_Web" id="link-id133d7048">Semantic Web</a>&quot; aren&#39;t synonymous, they are simply connected, infrastructure DNA-wise. You can have &quot;<a href="http://dbpedia.org/resource/Semantic_Web" id="link-id1096cb70">Semantic Web</a>&quot; style graphs (i.e RDF Data) and not have &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id133f0f48">Linked Data</a>&quot; as per <a href="http://dbpedia.org/resource/Linked_Data" id="link-id134fc7c0">Linked Data</a> deployment tenets and best practices, a very important point.</p>

<p>I&#39;ve stated repeatedly, the &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id134f03e8">Linked Data</a>&quot; emphasis has more to do with focusing on a point of crystallization within the larger &quot;<a href="http://dbpedia.org/resource/Semantic_Web" id="link-id134104f0">Semantic Web</a>&quot; vision, so here is a quick recap:</p>

<h3>What is <a href="http://dbpedia.org/resource/Linked_Data" id="link-id133decd0">Linked Data</a>?</h3>
<p>A term coined by <a href="http://www.w3.org/People/Berners-Lee/card#i" id="link-id1340dd28">TimBL</a> that describes an application of HTTP to the time-tested process of &quot;<a href="http://dbpedia.org/resource/Reference_(computer_science)" id="link-id0x9933e068">Data Access by Reference</a>&quot;. &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id10695c20">Linked Data</a>&quot; adds vital items to the &quot;Data Access by Reference&quot; pattern that have been erstwhile unattainable:</p>
<ul>
<li>
The use of a Data Source Naming scoped to Database / Data Container Records as opposed to Tables, Views, Stored Procedures, Databases, and other Record Container tuple collections.  Example: in <a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-idd9c8af8">ODBC</a> / <a href="http://dbpedia.org/resource/Java_Database_Connectivity" id="link-id130b0df0">JDBC</a>, a Data Source Name&#39;s scope stops at the Table / View level. In the <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x118be488">Linked Data</a> realm you get an added layer of granularity due to record level name scope</li>

<li>Incorporation of HTTP into the Data Source Naming scheme, which injects the expanse of the Web into the Data Access Range of the Data Source Name (i.e. a Named Record); so you can reference a record&#39;s description directly via HTTP which is simply a major deal (to put things mildly).</li>
</ul>

<p>So we have HTTP based URIs as the Data Sources Names for a &quot;Linked Data <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id1044a2d8">Web</a>&quot; i.e a Web of inter-connected Data Source Names that de-emphasize the importance of their host containers (Compound Documents / <a href="http://dbpedia.org/resource/Information" id="link-id134e0d38">Information</a> Resources).</p>

<p>The business case or value proposition of &quot;Linked Data&quot; is synonymous with the value proposition of data access technologies such as <a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-id13400500">ODBC</a>, <a href="http://dbpedia.org/resource/Java_Database_Connectivity" id="link-id134f0250">JDBC</a>. <a href="http://dbpedia.org/resource/ADO.NET" id="link-id10923840">ADO</a>.<a href="http://dbpedia.org/resource/ADO.NET" id="link-id134ef878">NET</a>, OLE-DB, XMLA, and others (enterprise or consumer) in relation to the Individual and Enterprise pursuit of agility; in a realm where data is growing exponentially, and the maximum processing time in a single day remains 24 hrs. Data Access &amp; Data Integration are timeless challenges due to the following constants:</p>

<ul>
<li>
Structured Data Schema Heterogeneity - we will always model the same things differently</li>
<li>Dirtiness of Data within Structured Data Containers - we are error prone due to laziness / sloppiness, time constraints, and the inherent limitation of our DNA based CPUs when dealing with large volumes of data.</li>
</ul>
<p>
Note: The line between the Enterprise &amp; Individuals continue to blur by the second, this is something I covered during my <a href="http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/Creating_Deploying_Exploiting_Linked_Data2.html" id="link-id13479488">Linked Data Planet keynote</a>, which is like most things I put on the Web (via this <a href="http://dbpedia.org/resource/Blog" id="link-id130ac870">blog</a> <a href="http://en.wikipedia.org/wiki/Data_Spaces" id="link-id10923ba8">data space</a>), is a live and practical demonstration of the virtues of Linked Data courtesy of <a href="http://dbpedia.org/resource/RDFa" id="link-id133fd270">RDFa</a>, the <a href="http://bibliontology.com/" id="link-id134248d8">Bibliographic Ontology</a>, and dereferencable URIs (i.e. HTTP based Data Source Names for Documents and the Entities they host).</p>
<h3>Related</h3>
<ul>
<li>
  <a href="http://zitgist.com/labs/linked_data.html" id="link-id104778a8">Linked Data FAQ</a> - by <a href="http://community.linkeddata.org/dataspace/person/mkbergman#this" id="link-idd8e71b0">Mike Bergman</a>
</li>
<li>
  <a href="http://www.wired.com/special_multimedia/2008/st_infoporn_1607" id="link-id134c1e80">The Planetary Computer</a> from <a href="http://www.wired.com" id="link-id13416518">Wired Magazine</a> - which is basically the effect of Linked Data under a different label (note to Wired: &quot;Tired of old Media repetitive Registrations&quot; when seeking to make comments in the OpenID era!).</li>
</ul>
]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1744">
  <rss:title>Metcalfe, Einstein, and Linked Data</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1744</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1744</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1744</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-23T20:48:30Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Metcalfe’s law states that the value of a telecommunications network is proportional to the square of the number of users of the system (n²), where the linkages between users (nodes) exist by definition. For information bases, the data objects are the nodes. Linked Data works to add the connections between the nodes. I would tweak of the law modification expressed in Mike Bergman&#39;s post which states: the value of a Linked Data network is proportional to the square of the number of links between the data objects. By simply injecting &quot;Context&quot; which is what a high fidelity linked data mesh facilitates i.e. a mesh of weighted links endowed with specifically typed links (as opposed to a single ambiguous type unspecific link), you end up with an even more insight into the power of a Linked Data Web. Channeling Einstein How about Einstein&#39;s E=mc2? I am talking Energy (vitality) and Network Mesh equivalence, where &quot;E&quot; is for Energy, &quot;m&quot; for Mesh (i.e. Network Mesh where each node contains sub-particles that are themselves network meshes all endowed with typed links and weightings), and &quot;c&quot; is for computer processing speed (processing speed is growing exponentially!). When you beam queries down a context rich mesh (a giant global graph comprised of named and dereferencable data sources), especially a mesh to which we are all connected, what do you get? Infrastructure for generating an unbelievable amount of intellectual energy (the result of exploding the sub-data-graphs within graph nodes) that is much better equipped to handle current and future challenges. Even better, we end up making constructive use of Einstein&#39;s findings (remember, we built a bomb the first time around!). TimBL articulates this fundamental value of the Web in slightly different language, but at the core, this is the essence of the Web as I believe he envisioned; the ability to connect us all in such a way that we exploit our collective manpower and knowledge constructively and unobtrusively, en route to making the world a much better place :-) Note: None of this in incongruent with being compensated (i.e. making money) for contributing tangible value into, or around, the Mesh we know as the Web :-) Related Business at the Speed of Thought - by Bill Gates Blink - by Malcolm Gladwell</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Metcalfe’s law states that the value of a telecommunications network is proportional to the square of the number of users of the system (n²), where the linkages between users (nodes) exist by definition. For <a href="http://dbpedia.org/resource/Information" id="link-id106b0c10">information</a> bases, the data objects are the nodes. <a href="http://dbpedia.org/resource/Linked_Data" id="link-id13fc5940">Linked Data</a> works to add the connections between the nodes.</p> 
<p>I would tweak of the law modification expressed in <a href="http://community.linkeddata.org/dataspace/person/mkbergman#this" id="link-id1401cce0">Mike Bergman</a>&#39;s <a href="http://feeds.feedburner.com/~r/AI3_AdaptiveInformation/~3/318146056/" id="link-id104fc870">post</a> which states:</p>
<blockquote> <cite>the value of a <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x50c38d30">Linked Data</a> network is proportional to the square of the number of links between the data objects.</cite>
</blockquote>
By simply injecting &quot;<a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id10ca1eb8">Context</a>&quot; which is what a high fidelity linked data mesh facilitates i.e. a mesh of weighted links endowed with specifically typed links (as opposed to a single ambiguous type unspecific link), you end up with an even more insight into the power of a Linked Data <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id10cebfc8">Web</a>.

<h3>Channeling Einstein</h3>
<p>How about <a href="http://dbpedia.org/resource/Albert_Einstein" id="link-id1115dd38">Einstein</a>&#39;s E=mc<sup>2</sup>?  I am talking Energy (vitality) and Network Mesh equivalence, where &quot;E&quot; is for Energy, &quot;m&quot; for Mesh (i.e. Network Mesh where each node contains sub-particles that are themselves network meshes all endowed with typed links and weightings), and &quot;<a href="http://dbpedia.org/resource/C_(programming_language)" id="link-id10b632c0">c</a>&quot; is for computer processing speed (processing speed is growing exponentially!). When you beam queries down a <a href="http://dbpedia.org/resource/Context_%28language_use%29" id="link-id0x5d6c0dc0">context</a> rich mesh (a <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id10acf280">giant global graph</a> comprised of named and dereferencable data sources), especially a mesh to which we are all connected, what do you get? Infrastructure for generating an unbelievable amount of intellectual energy (the result of exploding the sub-data-graphs within graph nodes) that is much better equipped to handle current and future challenges. Even better, we end up making constructive use of Einstein&#39;s findings (remember, we built a bomb the first time around!). <a href="http://www.w3.org/People/Berners-Lee/" id="link-id10ece0b8">TimBL</a> articulates this fundamental value of the Web in slightly different language, but at the core, this is the essence of the Web as I believe he envisioned; the ability to connect us all in such a way that we exploit our collective manpower and <a href="http://dbpedia.org/resource/Knowledge" id="link-id1300bf58">knowledge</a> constructively and unobtrusively, en route to making the world a much better place :-)</p>

<p>Note: None of this in incongruent with being compensated (i.e. making money) for contributing tangible value into, or around, the Mesh we know as the Web :-)</p>

<h3>Related</h3>
<ul>
<li>
  <a href="http://dbpedia.org/resource/Business_@_the_Speed_of_Thought" id="link-id1095d330">Business at the Speed of Thought</a> - by <a href="http://dbpedia.org/resource/Bill_Gates" id="link-id14043c50">Bill Gates</a>
</li>
<li>
  <a href="http://www.gladwell.com/blink/index.html" id="link-id1043a4d0">Blink</a> - by <a href="http://dbpedia.org/resource/Malcolm_Gladwell" id="link-id13825918">Malcolm Gladwell</a>
</li>
</ul>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1743">
  <rss:title>A Simple Linked Data Guide for the Enterprise</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1743</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1743</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1743</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-23T19:29:16Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Bergman has just published a nice Linked Data FAQ aimed at Enterprise audiences. His post draws on a collection of questions collated from a plethora of interactions with Enterprise oriented folks during last week&#39;s Linked Data Planet conference. Enjoy!</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
<a href="http://community.linkeddata.org/dataspace/person/mkbergman#this" id="link-id12dd9d88">Mike Bergman</a> has just published a nice <a href="http://feeds.feedburner.com/~r/AI3_AdaptiveInformation/~3/318146056/" id="link-id10b96a98">Linked Data FAQ</a> aimed at Enterprise audiences. His post draws on a collection of questions collated from a plethora of interactions with Enterprise oriented folks during last week&#39;s <a href="http://www.linkeddataplanet.com" id="link-id12276c00">Linked Data Planet conference</a>.</p>
<p>Enjoy!</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1742">
  <rss:title>What do people have against URLs or URIs? (Updated)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1742</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1742</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1742</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-22T22:36:14Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Stumbled across a nice post titled: What do people have against URLs?. My answer: Everything, if they don&#39;t understand the inherent power of URLs when incorporated into the &quot;Data Source Naming&quot; mechanism of the Web called: URIs :-) URIs are simple to use i.e you simply click on them via a user agents UI. However, URLs when incorporated into Data Source Naming en route to constructing HTTP based Identifiers, that deliver HTTP based pointers to the location / address of a Resource Descriptions, another matter. I touched on this issue in my Linked Data Planet keynote last week, and I must say, it did set off a light. I believe, we can only get the broader Web community to comprehend the utility of URIs (Web Data Source Names) by exposing said utility via the Web&#39;s Universal Client (Web Browser). For instance, how do URN based Identity / Naming schemes help in a world dominated by Web Browsers that only grok &quot;http://&quot;? From my vantage point, the practical solution is for data providers who already have &quot;doi&quot;, &quot;lsid&quot; and other Handle based Identifiers in place, to embark upon http-to-native-naming-scheme-proxying. In my usual &quot;dog-fooding&quot; and &quot;practice what you preach&quot; fashion, this is exactly what we do in the new Linked Data Web extension that we&#39;ve decided to reveal to the public (albeit late beta). Thus, when you use an existing browser to view pages with &quot;lsid&quot; or &quot;doi&quot; URNs, you still enjoy the utility of getting at the &quot;Raw Linked Data Sources&quot; that these names expose.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Stumbled across a nice post titled: <a href="http://derivadow.com/2008/06/22/what-do-people-have-against-urls" id="link-id10c035c8">What do people have against URLs</a>?. My answer: Everything, if they don&#39;t understand the inherent power of URLs when incorporated into the &quot;Data Source Naming&quot; mechanism of the Web called: URIs :-)</p>
<p>URIs are simple to use i.e you simply click on them via a user agents UI. However, URLs when incorporated into Data Source Naming en route to constructing HTTP based Identifiers, that deliver HTTP based pointers to the location / address of a Resource Descriptions, another matter.</p>
<p>I touched on this issue in my <a href="http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/Creating_Deploying_Exploiting_Linked_Data2.html" id="link-id1076e998">Linked Data Planet keynote</a> last week, and I must say, it did set off a light.</p>
<p>I believe, we can only get the broader Web community to comprehend the utility of URIs (Web Data Source Names) by exposing said utility via the Web&#39;s Universal Client (Web Browser). For instance, how do URN based Identity / Naming schemes help in a world dominated by Web Browsers that only grok &quot;http://&quot;? From my vantage point, the practical solution is for data providers who already have &quot;doi&quot;, &quot;lsid&quot; and other Handle based Identifiers in place, to embark upon http-to-native-naming-scheme-proxying.</p>
<p>In my usual &quot;dog-fooding&quot; and &quot;practice what you preach&quot; fashion, this is exactly what we do in the new <a href="http://myopenlink.net:8890/~kidehen/Public/rdfb.xpi" id="link-id13038bb0">Linked Data Web extension</a> that we&#39;ve decided to reveal to the public (albeit late beta). Thus, when you use an existing browser to view pages with &quot;lsid&quot; or &quot;doi&quot; URNs, you still enjoy the utility of getting at the &quot;Raw <a href="http://dbpedia.org/resource/Linked_Data" id="link-id1090f2a0">Linked Data</a> Sources&quot; that these names expose.</p>]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1741">
  <rss:title>My Linked Data Planet Keynote (Updated with missing link)</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1741</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1741</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1741</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-19T01:25:43Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">I&#39;ve finally found a second to drop a note about my keynote. The keynote: Creating, Deploying, and Exploiting Linked Data, sought to achieve the fundamental goal of: Demystify the concept of &quot;Linked Data&quot; using anecdotal material that resonates with enterprise decision makers. To my pleasure, 90% of the audience members confirmed familiarization with the &quot;Data Source Name&quot; concept of Open Database Connectivity (ODBC). Thus, all I had to do was map &quot;Linked Data&quot; to ODBC, and then unveil the fundamental add-ons that &quot;Linked Data&quot; delivers: The ability to give database records names (Identifiers) The use of HTTP in the database record naming mechanism - which expands a named database record&#39;s reference scope via the expanse of the Web (i.e HTTP based Identifiers called URIs). I believe a majority of attendees came to realize that the combination above injects a new Web interaction dynamic: access to &quot;Subject matter Concepts&quot; and Named Entities contained within a page via HTTP base Data Source Names (URIs). BTW - My presentation is a Linked Data Space in it&#39;s own right courtesy of the Bibliographic Ontology (which provides slide show modeling) and RDFa that allows me to embed annotations into my Slidy based presentation :-) Related PowerPoint version of Presentation Slideshare hosted version Authorstream hosted version Google Docs hosted version</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I&#39;ve finally found a second to drop a note about my keynote.</p>
<p>The keynote: <a href="http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/Creating_Deploying_Exploiting_Linked_Data2.html" id="link-id103acfb8">Creating, Deploying, and Exploiting Linked Data</a>, sought to achieve the fundamental goal of: Demystify the concept of &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id107134e8">Linked Data</a>&quot; using anecdotal material that resonates with enterprise decision makers.</p>
<p>To my pleasure, 90% of the audience members confirmed familiarization with the &quot;Data Source Name&quot; concept of <a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-id106d97a8">Open Database Connectivity</a> (<a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-id10956268">ODBC</a>). Thus, all I had to do was map &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id10a55728">Linked Data</a>&quot; to <a href="http://dbpedia.org/resource/Open_Database_Connectivity" id="link-id10e77210">ODBC</a>, and then unveil the fundamental add-ons that &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id10d1d290">Linked Data</a>&quot; delivers:</p>
<ul>
<li>The ability to give database records names (Identifiers)</li>
<li>The use of HTTP in the database record naming mechanism - which expands a named database record&#39;s reference scope via the expanse of the Web (i.e HTTP based Identifiers called URIs).</li> 
</ul>
<p>I believe a majority of attendees came to realize that the combination above injects a new Web interaction dynamic: access to &quot;<a href="http://dbpedia.org/resource/Topic" id="link-id110978d0">Subject matter Concepts</a>&quot; and <a href="http://dbpedia.org/resource/Named_entity_recognition" id="link-id10ea5160">Named Entities</a> contained within a page via HTTP base Data Source Names (URIs).</p>
<p>BTW - My presentation is a <a href="http://dbpedia.org/resource/Linked_Data" id="link-id109e5e30">Linked Data Space</a> in it&#39;s own right courtesy of the <a href="http://bibliontology.com/" id="link-id10e76d90">Bibliographic Ontology</a> (which provides slide show modeling) and <a href="http://dbpedia.org/resource/RDFa" id="link-id10d48e40">RDFa</a> that allows me to embed annotations into my <a href="http://www.w3.org/Talks/Tools/Slidy/" id="link-id104be488">Slidy</a> based presentation :-)</p>

<h3>Related</h3>
<ul>
<li>
  <a href="http://virtuoso.openlinksw.com/presentations/Creating_Deploying_Exploiting_Linked_Data2/Linked_Data_2008_keynote.ppt" id="link-id10a63640">PowerPoint</a> version of Presentation</li>
<li>
  <a href="http://www.slideshare.net/rumito/linked-data-planet-key-note/" id="link-id103aaff8">Slideshare hosted </a>version</li>
<li>
  <a href="http://www.authorstream.com/Presentation/rumito-72460-linked-data-planet-key-note-2008-keynote-science-technology-ppt-powerpoint/" id="link-id10b97c68">Authorstream hosted </a>version</li>
<li>
  <a href="http://docs.google.com/Presentation?id=dc7jvc6m_1061gz888hdb" id="link-id10e01640">Google Docs hosted </a>version</li>
</ul>
]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1740">
  <rss:title>Internet.com Interviews Jim Hendler &amp; I</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1740</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1740</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1740</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-12T00:40:19Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">The build up to Linked Data Planet continues... Here is semanticweb.com&#39;s interview with Jim Hendler and *I* titled: Linked Data Leaders - The Semantic Web is Here.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The build up to <a href="http://www.linkeddataplanet.com" id="link-id110a2350">Linked Data Planet</a> continues... Here is <a href="http://www.semanticweb.com" id="link-id11083a68">semanticweb.com</a>&#39;s interview with <a href="http://www.cs.rpi.edu/~hendler/" id="link-id10c4e560">Jim Hendler</a> and *<a href="http://community.linkeddata.org/dataspace/person/kidehen2#this" id="link-id10e71dc8">I</a>* titled: <a href="http://www.semanticweb.com//article.php/3751731" id="link-id1071c688">Linked Data Leaders - The Semantic Web is Here</a>.</p>
]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1739">
  <rss:title>Linked Data in Action: Library of Congress</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1739</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1739</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1739</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-11T16:36:40Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">As I start my countdown to the upcoming Linked Data Planet conference, here is the first of a series of posts geared towards showcasing practical use of the burgeoning Linked Data Web. First up, the Library of Congress, take a look at the following pages which are &quot;Human&quot; and machine based &quot;User Agent&quot; friendly: Science Humanities Mathematics Cataloging World Wide Web You can see a tabulated view of all of the above, with associated links to RDF Browser views, at the Library of Congress Subject Headings home page. This neat of piece of Linked Data artistry has be put together by Ed Summers. Note: The pages above are served up in line with Linked Data deployment and publishing tenets espoused by the Linking Open Data Community (LOD) which include (in my preferred terminology): Giving &quot;Names&quot; to things you observe (aka Data Source Names or &quot;DSNs&quot; for short) Use HTTP URLs in your data source naming scheme so that &quot;access by reference&quot; to your data sources exploits the expanse of the HTTP driven Web i.e make your DSNs &quot;Linked Data Source Names&quot; (LDNS) Remember that Documents / Pages are compound in nature, and they aren&#39;t the only data sources we would want to name; a document&#39;s LDSN must be distinct from the LDSNs used for the subject matter concepts and/or named entities associated with a document Use the RDF Data Model to express structure within your data source(s) Use LDSNs when constructing statements/claims/assertions/records (triples) inside your structured data sources When publishing Web Pages related to your data sources; use at least one of the following to methods to guide user agents to data sources associated with your published page; the HTML LINK tag, RDFa, GRDDL, or Content Negotiation. The items above are features that users and decision makers should start to hone into when seeking, and evaluating, platforms that facilitate cost-effective exploitation of the Linked Data Web.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As I start my countdown to the upcoming <a href="http://www.linkeddataplanet.com" id="link-id106a81b8">Linked Data Planet conference</a>, here is the first of a series of posts geared towards showcasing practical use of the burgeoning <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id109470d0">Linked Data Web</a>.</p>
<p>First up, the Library of Congress, take a look at the following pages which are &quot;Human&quot; and machine based &quot;User Agent&quot; friendly:</p> 
<ul>
<li>
  <a href="http://lcsh.info/sh85118553#concept" id="link-id102927f8">Science</a> 
</li>
<li>
  <a href="http://lcsh.info/sh85062913#concept" id="link-id10f13820">Humanities</a>
</li>
<li>
  <a href="http://lcsh.info/sh85082139#concept" id="link-id10ca5c58">Mathematics</a>
</li>
<li>
  <a href="http://lcsh.info/sh85020816#concept" id="link-id1230aef8">Cataloging</a>
</li>
<li>
  <a href="http://lcsh.info/sh95000541#concept" id="link-id1110e140">World Wide Web</a>
</li>
</ul>

<p>You can see a tabulated view of all of the above, with associated links to RDF Browser views, at the <a href="http://lcsh.info/" id="link-id12ea18f0">Library of Congress Subject Headings home page</a>. This neat of piece of <a href="http://dbpedia.org/resource/Linked_Data" id="link-id0x98cc1ef8">Linked Data</a> artistry has be put together by <a href="http://www.inkdroid.org/" id="link-id1059c6e0">Ed Summers</a>.</p>

<p>Note: The pages above are served up in line with <a href="http://dbpedia.org/resource/Linked_Data" id="link-id102f96a8">Linked Data</a> deployment and publishing tenets espoused by the <a href="http://community.linkeddata.org/dataspace/organization/lod#this" id="link-id10685ed8">Linking Open Data Community</a> (<a href="http://community.linkeddata.org/dataspace/organization/lod#this" id="link-id103915b0">LOD</a>) which include (in my preferred terminology):</p>

<ul>
<li>Giving &quot;Names&quot; to things you observe (aka Data Source Names or &quot;DSNs&quot; for short)</li>
<li>Use HTTP URLs in your data source naming scheme so that &quot;access by reference&quot; to your data sources exploits the expanse of the HTTP driven Web i.e make your DSNs &quot;<a href="http://dbpedia.org/resource/Linked_Data" id="link-id1071cb88">Linked Data Source Names</a>&quot; (LDNS)</li>
<li>Remember that Documents / Pages are compound in nature, and they aren&#39;t the only data sources we would want to name; a document&#39;s LDSN must be distinct from the LDSNs used for the <a href="http://dbpedia.org/resource/Topic" id="link-id10c020d0">subject matter concepts</a> and/or <a href="http://dbpedia.org/resource/Named_entity_recognition" id="link-ide7a0a58">named entities</a> associated with a document
</li>
<li>
Use the RDF Data Model to express structure within your data source(s)</li>
<li>Use LDSNs when constructing statements/claims/assertions/records (triples) inside your structured data sources</li> 
<li>
When publishing Web Pages related to your data sources; use at least one of the following to methods to guide user agents to data sources associated with your published page; the HTML <a href="http://blogs.usnet.private:8893/RPC2" id="link-id12326c48">LINK tag</a>, <a href="http://dbpedia.org/resource/RDFa" id="link-id10751788">RDFa</a>, <a href="http://dbpedia.org/resource/GRDDL" id="link-id1050e290">GRDDL</a>, or <a href="http://dbpedia.org/resource/Content_negotiation" id="link-id12e930b0">Content Negotiation</a>.
</li>
</ul>
<p>The items above are features that users and decision makers should start to hone into when seeking, and evaluating, platforms that facilitate cost-effective exploitation of the <a href="http://dbpedia.org/resource/Linked_Data" id="link-id11eca568">Linked Data</a> <a href="http://dbpedia.org/resource/Giant_Global_Graph" id="link-id109571c0">Web</a>.</p> ]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
 <rss:item xmlns:rss="http://purl.org/rss/1.0/" rdf:about="http://myopenlink.net/weblog/kidehen/?id=1738">
  <rss:title>Reasoning Matters Contd</rss:title>
  <rss:link>http://myopenlink.net/weblog/kidehen/?id=1738</rss:link>
  <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/mt-tb/Http/comments?id=1738</wfw:comment>
  <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://myopenlink.net/weblog/kidehen/gems/rsscomment.xml?:id=1738</wfw:commentRss>
  <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2008-06-06T18:29:02Z</dc:date>
  <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">I just stumbled across a post titled: Why Reasoning Matters: Consistency Checking from Clark and Parsia As you can see from my recent post about how we&#39;ve started the process of inoculating DBpedia against the potential dangers of &quot;contextual incoherence&quot;, we are entering a newer era in the Semantic Web&#39;s evolution. My post and the one from Clark &amp; Parsia both touch different aspects of the &quot;Data Dictionary&quot; for the Semantic Web issue. Note: in my universe of discourse, a Data Dictionary manifests when the constraints and class hierarchies defined in an ontology (e.g. a web accessible shared ontology) are functionally bound to a data manager. Interestingly the binding can take the following forms: Engine Hosted - which is what you get with Virtuoso&#39;s in-built Inference Engine External - which is what you get when the Inference Engine is a distinct component from the data manager (example: Owlgres which can sit in front of 3rd party SPARQL endpoints via ARQ) The classification terminology I use above is very much off-the-cuff, its sole purpose is architectural distinction. Anyway, it&#39;s really nice to see that we are entering an era re. the Semantic Web vision, where the virtues of reasoning are getting simpler to demonstrate and articulate. In a nutshell, the point-point data integration era is coming to an end! The era of intelligent ontology based enterprise data integration is nigh! Of course, there is much more to come on the practical utility front, so stay tuned as we work our way through the DBpedia inoculation program.</dc:description>
  <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I just stumbled across a post titled: <a href="http://clarkparsia.com/weblog/2008/06/06/why-reasoning-matters-consistency-checking/" id="link-id11003f00">Why Reasoning Matters: Consistency Checking</a> from <a href="http://clarkparsia.com/about" id="link-id137e8bc0">Clark and Parsia</a>
</p>

<p>As you can see from my recent post about how we&#39;ve started the process of <a href="http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1372" id="link-id100b7d20">inoculating DBpedia against the potential dangers of &quot;contextual incoherence&quot;</a>, we are entering a newer era in the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id106c35e0">Semantic Web</a>&#39;s evolution. My post and the one from Clark &amp; Parsia both touch different aspects of the &quot;Data Dictionary&quot; for the <a href="http://dbpedia.org/resource/Semantic_Web" id="link-id0x6e02e748">Semantic Web</a> issue.</p>
<p>Note: in my universe of discourse, a Data Dictionary manifests when the constraints and class hierarchies defined in an ontology (e.g. a web accessible shared ontology) are functionally bound to a data manager. Interestingly the binding can take the following forms:</p>
<ul>
<li>Engine Hosted - which is what you get with <a href="http://docs.openlinksw.com:80/virtuoso/rdfsparqlrule.html#rdfsparqlruleintro" id="link-id105c4408">Virtuoso&#39;s in-built Inference Engine</a>
</li>
<li>External - which is what you get when the Inference Engine is a distinct component from the data manager (example: <a href="http://pellet.owldl.org/owlgres" id="link-id13fa37f8">Owlgres</a> which can sit in front of 3rd party <a href="http://dbpedia.org/resource/SPARQL" id="link-id107127e8">SPARQL</a> endpoints via ARQ)</li>
</ul>
<p>The classification terminology I use above is very much off-the-cuff, its sole purpose is architectural distinction.</p>
<p>Anyway, it&#39;s really nice to see that we are entering an era re. the Semantic Web vision, where the virtues of reasoning are getting simpler to demonstrate and articulate.</p>
<p>In a nutshell, the point-point data integration era is coming to an end! The era of intelligent ontology based enterprise data integration is nigh!</p>
<p>Of course, there is much more to come on the practical utility front, so stay tuned as we work our way through the <a href="http://dbpedia.org/resource/DBpedia" id="link-id10424078">DBpedia</a> inoculation program.</p>

]]></content:encoded>
  <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kingsley Idehen &lt;kidehen@openlinksw.com&gt;</dc:creator>
 </rss:item>
</rdf:RDF>