<?xml version="1.0" encoding="UTF-8" ?>
<!--ATOM based XML document generated By OpenLink Virtuoso-->
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:vi="http://www.openlinksw.com/weblog/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/">
<atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/</atom:id>
<atom:title>Kingsley Idehen&#39;s Blog Data Space</atom:title>
<atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/" type="text/html" rel="alternate" />
<atom:link href="http://www.openlinksw.com/blog/~kidehen/gems/atom.xml" type="application/atom+xml" rel="self" />
<atom:subtitle>I have seen the future and it&#39;s full of Linked Data! :-)</atom:subtitle>
 <atom:author>
  <atom:name>Kingsley Uyi Idehen</atom:name>
  <atom:email>kidehen@openlinksw.com</atom:email>
  </atom:author>
<atom:updated>2009-11-21T11:18:24Z</atom:updated>
<atom:generator>Virtuoso Universal Server 05.12.3041</atom:generator>
<atom:category term="'Semantic" />
<atom:category term="Web'" />
<atom:category term="'Web" />
<atom:category term="2.0'" />
<atom:category term="ODBC" />
<atom:category term="SQL" />
<atom:category term="XQuery" />
<atom:category term="JDBC" />
<atom:category term="SPARQL" />
<atom:category term="RDF" />
<atom:category term="XPath" />
<atom:category term="AJAX" />
<atom:category term="XMLA" />
<atom:category term="'Linked" />
<atom:category term="Data'" />
<atom:logo>http://www.openlinksw.com/weblog/public/images/vbloglogo.gif</atom:logo>
 <atom:entry>
  <atom:title>5 Very Important Things to Note about HTTP based Linked Data</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1591</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1591" type="text/html" rel="alternate" />
  <atom:published>2009-11-19T19:49:09Z</atom:published>
  <atom:content type="html">&lt;ol&gt; &lt;li&gt; It isn&amp;#39;t &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id115dfd68&quot;&gt;World Wide Web&lt;/a&gt; Specific (HTTP != World Wide Web)&lt;/li&gt; &lt;li&gt; It isn&amp;#39;t Open &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Specific &lt;/li&gt; &lt;li&gt; It isn&amp;#39;t about &amp;quot;Free&amp;quot; (Beer or Speech) &lt;/li&gt; &lt;li&gt; It isn&amp;#39;t about Markup (so don&amp;#39;t expect to grok it via &amp;quot;markup first&amp;quot; approach) &lt;/li&gt; &lt;li&gt;It&amp;#39;s about &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id13a6aa98&quot;&gt;Hyperdata&lt;/a&gt; - the use of HTTP and REST to deliver a powerful platform agnostic mechanism for Data Reference, Access, and Integration.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt; When trying to understand HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id18aa1490&quot;&gt;Linked Data&lt;/a&gt;, especially if you&amp;#39;re well versed in DBMS technology use (User, Power User, Architect, Analyst, DBA, or Programmer) think:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; Open Database Connectivity (&lt;a href=&quot;http://dbpedia.org/resource/Open_Database_Connectivity&quot; id=&quot;link-id1428fba0&quot;&gt;ODBC&lt;/a&gt;) without operating system, data model, or wire-protocol specificity or lock-in potential &lt;/li&gt; &lt;li&gt; Java Database Connectivity (&lt;a href=&quot;http://dbpedia.org/resource/Java_Database_Connectivity&quot; id=&quot;link-id18d3c2a8&quot;&gt;JDBC&lt;/a&gt;) without programming language specificity &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://dbpedia.org/resource/ADO.NET&quot; id=&quot;link-id125725b8&quot;&gt;ADO&lt;/a&gt;.NET without .NET runtime specificity and .NET bound language specificity &lt;/li&gt; &lt;li&gt; OLE-DB without Windows operating system &amp;amp; programming language specificity &lt;/li&gt; &lt;li&gt; XMLA without XML format specificity - with Tabular and Multidimensional results formats expressible in a variety of data representation formats. &lt;/li&gt; &lt;li&gt;All of the above scoped to the Record rather than Container level, with Generic HTTP scheme URIs associated with each Record, Field, and Field value (optionally) &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Remember the need for Data Access &amp;amp; Integration technology is the by product of the following realities:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Human curated data is ultimately dirty, because: &lt;ul&gt; &lt;li&gt;our thick thumbs, inattention, distractions, and general discomfort with typing, make typos prevalent&lt;/li&gt; &lt;li&gt;database engines exist for a variety of data models - Graph, Relational, Hierarchical;&lt;/li&gt; &lt;li&gt;within databases you have different record container/partition names e.g. Table Names;&lt;/li&gt; &lt;li&gt;within a database record container you have records that are really aspects of the same thing (different keys exist in a plethora of operational / line of business systems that expose aspects of the same &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id13378338&quot;&gt;entity&lt;/a&gt; e.g., customer data that spans Accounts, CRM, ERP application databases);&lt;/li&gt; &lt;li&gt;different field names (one database has &amp;quot;EMP&amp;quot; while another has &amp;quot;Employee&amp;quot;) for the same record&lt;/li&gt;.&lt;/ul&gt; &lt;/li&gt; &lt;li&gt;Units of measurement is driven by locale, the UK office wants to see sales in Pounds Sterling while the French office prefers French Francs&lt;/li&gt; &lt;li&gt;All of the above is subject to &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id17e46398&quot;&gt;context&lt;/a&gt; halos which can be quite granular re. sensitivity e.g. staff travel between locations that alter locales and their roles; basically, profiles matters a lot.&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&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/1364&quot; id=&quot;link-id128f0fe8&quot;&gt;ODBC and WODBC (Web Open Database Connectivity) Comparison&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/1364&quot; id=&quot;link-id1367cd18&quot;&gt;Creating, Deploying, and Exploiting Linked Data Presentation&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.odata.org/&quot; id=&quot;link-id122ab708&quot;&gt;Open Data Protocol Project&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="xml" />
  <atom:category term="oledb" />
  <atom:category term="jdbc" />
  <atom:category term="sql" />
  <atom:category term="odbc" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="windows" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-11-20T07:12:34.000004-05:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>5 Game Changing Things about the OpenLink Virtuoso + AWS Cloud Combo</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1590</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1590" type="text/html" rel="alternate" />
  <atom:published>2009-11-18T19:12:56Z</atom:published>
  <atom:content type="html">&lt;p&gt; Here are 5 powerful benefits you can immediately derive from the combination of &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id17eb8988&quot;&gt;Virtuoso&lt;/a&gt; and Amazon&amp;#39;s AWS services (specifically the EC2 and EBS components):&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Acquire your own personal or service specific &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id1423e520&quot;&gt;data space&lt;/a&gt; in the Cloud. Think DBase, Paradox, FoxPRO, Access of yore, but with the power of &lt;a href=&quot;http://dbpedia.org/resource/Oracle_Database&quot; id=&quot;link-id136c6290&quot;&gt;Oracle&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/IBM_Informix&quot; id=&quot;link-id11b269b8&quot;&gt;Informix&lt;/a&gt;, &lt;a href=&quot;http://dbpedia.org/resource/Microsoft_SQL_Server&quot; id=&quot;link-id138084b8&quot;&gt;Microsoft SQL Server&lt;/a&gt; etc.. using a Conceptual, as opposed to solely Logical, model based DBMS (i.e., a Hybrid DBMS Engine for: &lt;a href=&quot;http://dbpedia.org/resource/SQL&quot; id=&quot;link-id132a7938&quot;&gt;SQL&lt;/a&gt;, RDF, XML, and Full Text) &lt;/li&gt; &lt;li&gt; Ability to share and control access to your resources using innovations like &lt;a href=&quot;http://dbpedia.org/resource/Friend_of_a_friend&quot; id=&quot;link-id17ee9d28&quot;&gt;FOAF&lt;/a&gt;+SSL, OpenID, and OAuth, all from one place &lt;/li&gt; &lt;li&gt; Construction of personal or organization based FOAF profiles in a matter of minutes; by simply creating a basic DBMS (or &lt;a href=&quot;http://dbpedia.org/resource/OpenLink_Data_Spaces&quot; id=&quot;link-id14784ae0&quot;&gt;ODS&lt;/a&gt; application layer) account; and then using this profile to create strong links (references) to all your Data silos (esp. those from the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; 2.0 realm) &lt;/li&gt; &lt;li&gt; Load data sets from the &lt;a href=&quot;http://community.linkeddata.org/dataspace/organization/lod#this&quot; id=&quot;link-id17e6ac98&quot;&gt;LOD&lt;/a&gt; cloud or Sponge existing Web resources (i.e., on the fly data transformation to RDF model based &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id17e65d38&quot;&gt;Linked Data&lt;/a&gt;) and then use the combination to build powerful lookup services that enrich the value of URLs (think: Web addressable reports holding query results) that you publish &lt;/li&gt; &lt;li&gt; Bind all of the above to a domain that you own (e.g. a .Name domain) so that you have an attribution-friendly &amp;quot;authority&amp;quot; component for resource URLs and &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id118a08d8&quot;&gt;Entity&lt;/a&gt; URIs published from your Personal Linked Data Space on the Web (or private HTTP network). &lt;/li&gt; &lt;/ol&gt; &lt;p&gt; In a nutshell, the AWS Cloud infrastructure simplifies the process of generating Federated presence on the &lt;a href=&quot;http://dbpedia.org/resource/Internet&quot; id=&quot;link-id1380af38&quot;&gt;Internet&lt;/a&gt; and/or &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id11633b10&quot;&gt;World Wide Web&lt;/a&gt;. Remember, centralized networking models always end up creating data silos, in some &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id142006f0&quot;&gt;context&lt;/a&gt;, ultimately! :-) &lt;/p&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="webservices" />
  <atom:category term="web2.0" />
  <atom:category term="web20" />
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="sql_server" />
  <atom:category term="informix" />
  <atom:category term="oracle" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="foaf" />
  <atom:category term="socialnetworking" />
  <atom:category term="ods" />
  <atom:category term="openlink" />
  <atom:category term="virtuoso" />
  <atom:category term="DataSpace" />
  <atom:category term="identity_20" />
  <atom:category term="openid" />
  <atom:updated>2009-11-19T15:20:03.000002-05:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Personal and/or Service Specific Linked Data Spaces in the Cloud: DBpedia 3.4</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1589</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1589" type="text/html" rel="alternate" />
  <atom:published>2009-11-16T18:17:46Z</atom:published>
  <atom:content type="html">&lt;p&gt; We have just released an Amazon EC2 based public Snapshot of &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id18e899b8&quot;&gt;DBpedia&lt;/a&gt; 3.4. Thus, you can now instantiate a personal and/or service specific variant of the DBpedia 3.4 &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id168dec90&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id18911268&quot;&gt;Space&lt;/a&gt;. Basically, you can replicate what we host, within minutes (as opposed to days). In addition, you no longer need to squabble --on an unpredictable basis with others-- for the infrastructure resources behind DBpedia&amp;#39;s public instance, when using the &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id18d5bd78&quot;&gt;SPARQL&lt;/a&gt; Endpoint, Faceted Search &amp;amp; Find Services, or HTML Browser Pages etc.&lt;/p&gt; &lt;h3&gt;How Does It work?&lt;/h3&gt; &lt;ol&gt; &lt;li&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtInstallationEC2&quot; id=&quot;link-id115932b8&quot;&gt;Instantiate a Virtuoso EC2 AMI&lt;/a&gt; (paid variety, which is aggressively priced at $49.99 for setup and $19.99 per month thereafter)&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAWSDBpedia34S&quot; id=&quot;link-id182dc800&quot;&gt; Mount the shared DBpedia 3.4 public snapshot&lt;/a&gt; &lt;/li&gt; &lt;li&gt; Start Virtuoso Server&lt;/li&gt; &lt;li&gt; Start exploiting the DBpedia Linked Data Space.&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;What Interfaces are exposed?&lt;/h3&gt; &lt;ol&gt; &lt;li&gt; SPARQL Endpoint&lt;/li&gt; &lt;li&gt; Linked Data Viewer Pages (as you see in the public DBpedia instance)&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtFacetBrowserInstallConfig&quot; id=&quot;link-id117f6e80&quot;&gt;Faceted Search &amp;amp; Find UI and Web Services&lt;/a&gt; (REST or SOAP)&lt;/li&gt; &lt;li&gt; All the inference rules for &lt;a href=&quot;http://umbel.org/about/&quot; id=&quot;link-id144b84a8&quot;&gt;UMBEL&lt;/a&gt;, SUMO, YAGO, &lt;a href=&quot;http://dbpedia.org/resource/Cyc&quot; id=&quot;link-id16b69da8&quot;&gt;OpenCYC&lt;/a&gt;, and DBpedia-OWL &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; dictionaries&lt;/li&gt; &lt;li&gt;Type Correlations Between DBpedia and Freebase&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;Enjoy!&lt;/p&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="webservices" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="sparql" />
  <atom:category term="virtuoso" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-11-16T13:30:20-05:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Conversation with Jon Udell: Are We There Yet Re. Web++ ?</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1584</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1584" type="text/html" rel="alternate" />
  <atom:published>2009-09-10T15:03:01Z</atom:published>
  <atom:content type="html">&lt;p&gt; Personally, I believe that we&amp;#39;ve actually reached a watershed moment re. the evolution of the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; from a mesh of &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id123169a8&quot;&gt;Linked Data&lt;/a&gt; Containers (Web of Linked Documents) to a mesh of Linked Data Items (entities or real world objects).&lt;/p&gt; &lt;p&gt; The journey towards this watershed moment started with the &lt;a href=&quot;http://dbpedia.org/resource/Semantic_Web&quot; id=&quot;link-id14f69f48&quot;&gt;Semantic Web&lt;/a&gt; Project, gained focus and pragmatism via the &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id11155f78&quot;&gt;Linked Data meme&lt;/a&gt;, attained substance &amp;amp; credibility via efforts such as &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id15857c78&quot;&gt;DBpedia&lt;/a&gt; and the resulting cloud of &lt;a href=&quot;http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2009-07-14.html&quot; id=&quot;link-id16adf918&quot;&gt;Open Linked Data Spaces&lt;/a&gt;, and finally arrived at the most important destination of all: broad comprehension and coherence, via &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id1229b960&quot;&gt;RDFa&lt;/a&gt;. &lt;/p&gt; &lt;p&gt; Over the years, I&amp;#39;ve chronicled the journey above via entries in this particular &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id14f76338&quot;&gt;data space&lt;/a&gt; (my &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-idfd32c88&quot;&gt;blog&lt;/a&gt;) and most recently, via my rapid-fire comments and debates on &lt;a href=&quot;http://twitter.com&quot; id=&quot;link-id11339e80&quot;&gt;Twitter&lt;/a&gt; (basically hastag #linkeddata account: &lt;a href=&quot;http://twitter.com/kidehen#this&quot; id=&quot;link-id115e9af8&quot;&gt;kidehen&lt;/a&gt;). &lt;/p&gt; &lt;p&gt; On a parallel front re. my chronicles, I&amp;#39;ve periodically had conversations with &lt;a href=&quot;http://blog.jonudell.net/about/&quot; id=&quot;link-id11829170&quot;&gt;Jon Udell&lt;/a&gt;, who has always provided a coherent sounding board and reconciliation framework for my world views and open data access vision; naturally, this has a lot to do with his holistic grasp of the big picture issues, associated technical details, and special communication prowess :-) &lt;/p&gt; &lt;p&gt; Against this backdrop, I refer you to my &lt;a href=&quot;http://itc.conversationsnetwork.org/shows/detail4233.html&quot; id=&quot;link-id14ac9c08&quot;&gt;most recent podcast conversation with Jon&lt;/a&gt;, which is about how the tandem of HTML+RDFa and the &lt;a href=&quot;http://www.heppnetz.de/projects/goodrelations/&quot; id=&quot;link-id14279be8&quot;&gt;GoodRelations vocabulary&lt;/a&gt; deliver the critical missing links re. broad comprehension of the Semantic Web vision en route to mass exploitation. &lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://webbackplane.com/node/57&quot; id=&quot;link-id113b5b00&quot;&gt;Mark Birbeck Introduces RDFa&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://webbackplane.com/rdfa-handbook&quot; id=&quot;link-id11b36ac0&quot;&gt;RDFa Handbook&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.ebusiness-unibw.org/wiki/GoodRelations#CookBook:_GoodRelations_Recipes_and_Examples&quot; id=&quot;link-id1519f458&quot;&gt;GoodRelations Usage Examples &amp;amp; Templates&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://blog.jonudell.net/2009/09/09/talking-with-kingsley-idehen-about-mastering-your-own-search-index/&quot; id=&quot;link-id11a62ce0&quot;&gt;Be the master of your own search index&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-09-10T11:32:07.000001-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>The URI, URL, and Linked Data Meme&#39;s Generic HTTP URI (Updated)</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1567</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1567" type="text/html" rel="alternate" />
  <atom:published>2009-08-07T18:34:50Z</atom:published>
  <atom:content type="html">&lt;h3&gt;Situation Analysis&lt;/h3&gt; &lt;p&gt;As the &amp;quot;&lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id12f96a00&quot;&gt;Linked Data&amp;quot; meme&lt;/a&gt; has gained momentum you&amp;#39;ve more than likely been on the receiving end of dialog with Linked Open &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; community members (myself included) that goes something like this:&lt;/p&gt; &lt;blockquote&gt; &lt;cite&gt;&amp;quot;Do you have a &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id139252a0&quot;&gt;URI&lt;/a&gt;&amp;quot;, &amp;quot;Get yourself a URI&amp;quot;, &amp;quot;Give &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id140eab68&quot;&gt;me&lt;/a&gt; a de-referencable URI&amp;quot; etc..&lt;/cite&gt; &lt;/blockquote&gt; &lt;p&gt;And each time, you respond with a &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id112c1860&quot;&gt;URL&lt;/a&gt; -- which to the best of your &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; &lt;a href=&quot;http://dbpedia.org/resource/Knowledge&quot; id=&quot;link-id140b51c0&quot;&gt;knowledge&lt;/a&gt; is a bona fide URI. But to your utter confusion you are told: Nah! You gave me a Document URI instead of the URI of a real-world thing or object etc..&lt;/p&gt; &lt;h3&gt;What&amp;#39;s up with that?&lt;/h3&gt; &lt;p&gt;Well our everyday use of the Web is an unfortunate conflation of two distinct things, which have Identity: Real World Objects (RWOs) &amp;amp; Address/Location of Documents (&lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id144838b0&quot;&gt;Information&lt;/a&gt; bearing Resources).&lt;/p&gt; &lt;p&gt;The &amp;quot;Linked Data&amp;quot; meme is about enhancing the Web by unobtrusively reintroducing its core essence: the generic HTTP URI, a vital piece of Web Architecture DNA. Basically, its about so realizing the full capabilities of the Web as a platform for Open Data Identification, Definition, Access, Storage, Representation, Presentation, and Integration.&lt;/p&gt; &lt;h3&gt;What is a Real World Object?&lt;/h3&gt; &lt;p&gt;People, Places, Music, Books, Cars, Ideas, Emotions etc..&lt;/p&gt; &lt;h3&gt;What is a URI?&lt;/h3&gt; &lt;p&gt;A Uniform Resource Identifier. A global identifier mechanism for network addressable data items. Its sole function is Name oriented Identification.&lt;/p&gt; &lt;h4&gt;URI Generic Syntax&lt;/h4&gt; &lt;p&gt;The constituent parts of a URI (from &lt;a href=&quot;http://www.ietf.org/rfc/rfc2396.txt&quot; id=&quot;link-id1180c700&quot;&gt;URI Generic Syntax RFC&lt;/a&gt;) are depicted below: &lt;img alt=&quot;Image&quot; src=&quot;http://virtuoso.openlinksw.com/images/generic_uri_syntax_image.png&quot; /&gt; &lt;/p&gt; &lt;h3&gt;What is a URL?&lt;/h3&gt; &lt;p&gt;A location oriented HTTP scheme based URI. The HTTP scheme introduces a powerful and inherent duality that delivers:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Resource Address/Location Identifier&lt;/li&gt; &lt;li&gt; Data Access mechanism for an Information bearing Resource (Document, File etc..) &lt;/li&gt; &lt;/ol&gt; &lt;p&gt;So far so good!&lt;/p&gt; &lt;h3&gt;What is an HTTP based URI?&lt;/h3&gt; &lt;p&gt;The kind of URI &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id11100a28&quot;&gt;Linked Data&lt;/a&gt; aficionados mean when they use the term: URI.&lt;/p&gt; &lt;p&gt;An HTTP URI is an HTTP scheme based URI. Unlike a URL, this kind of HTTP scheme URI is devoid of any Web Location orientation or specificity. Thus, Its inherent duality provides a more powerful level of abstraction. Hence, you can use this form of URI to assign Names/Identifiers to Real World Objects (RWO). Even better, courtesy of the Identity/Address duality of the HTTP scheme, a single URI can deliver the following:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; RWO Identfier/Name&lt;/li&gt; &lt;li&gt; RWO Metadata document Locator (courtesy of URL aspect) &lt;/li&gt; &lt;li&gt; Negotiable Representation of the Located Document (courtesy of HTTP&amp;#39;s content negotiation feature).&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;What is Metadata?&lt;/h3&gt; &lt;p&gt; Data about Data. Put differently, data that describes other data in a structured manner.&lt;/p&gt; &lt;h3&gt;How Do we Model Metadata?&lt;/h3&gt; &lt;p&gt;The predominant model for metadata is the &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id11193d30&quot;&gt;Entity&lt;/a&gt;-Attribute-Value + Classes &amp;amp; Relationships model (&lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id11725710&quot;&gt;EAV&lt;/a&gt;/CR). A model that&amp;#39;s been with us since the inception of modern computing (long before the Web). &lt;/p&gt; &lt;h3&gt;What about RDF?&lt;/h3&gt; &lt;p&gt;The Resource Description Framework (RDF) is a framework for describing Web addressable resources. In a nutshell, its a framework for adding Metadata bearing Information Resources to the current Web. Its comprised of:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Entity-Attribute-Value (aka. Subject-Predictate-Object) plus Classes &amp;amp; Relationships (&lt;a href=&quot;http://dbpedia.org/resource/Data_dictionary&quot; id=&quot;link-id138df0f8&quot;&gt;Data Dictionaries&lt;/a&gt; e.g., &lt;a href=&quot;http://dbpedia.org/resource/Web_Ontology_Language&quot; id=&quot;link-id116bf590&quot;&gt;OWL&lt;/a&gt;) metadata model&lt;/li&gt; &lt;li&gt; A plethora of instance data representation formats that include: &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id13360b90&quot;&gt;RDFa&lt;/a&gt; (when doing so within (X)HTML docs), Turtle, N3, TriX, RDF/XML etc. &lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;What&amp;#39;s the Problem Today?&lt;/h3&gt; &lt;p&gt;The ubiquitous use of the Web is primarily focused on a Linked Mesh of Information bearing Documents. URLs rather than generic HTTP URIs are the prime mechanism for Web tapestry; basically, we use URLs to conduct Information -- which is inherently subjective -- instead of using HTTP URIs to conduct &amp;quot;Raw Data&amp;quot; -- which is inherently objective. &lt;/p&gt; &lt;blockquote&gt; &lt;strong&gt;Note:&lt;/strong&gt; Information is &amp;quot;data in &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id1395ca50&quot;&gt;context&lt;/a&gt;&amp;quot;, it isn&amp;#39;t the same thing as &amp;quot;Raw Data&amp;quot;. Thus, if we can link to Information via the Web, why shouldn&amp;#39;t we be able to do the same for &amp;quot;Raw Data&amp;quot;?&lt;/blockquote&gt; &lt;h3&gt;How Does the Link Data &lt;a href=&quot;http://dbpedia.org/resource/Meme&quot; id=&quot;link-id1160ab70&quot;&gt;meme&lt;/a&gt; solve the problem?&lt;/h3&gt; &lt;p&gt;The meme simply provides a set of guidelines (best practices) for producing Web architecture friendly metadata. Meaning: when producing EAV/CR model based metadata, endow Subjects, their Attributes, and Attribute Values (optionally) with HTTP URIs. By doing so, a new level of Link Abstraction on the Web is possible i.e., &amp;quot;Data Item to Data Item&amp;quot; level links (aka &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id137a78a0&quot;&gt;hyperdata&lt;/a&gt; links). Even better, when you de-reference a RWO hyperdata link you end up with a negotiated representations of its metadata.&lt;/p&gt; &lt;h3&gt;Conclusion&lt;/h3&gt; &lt;p&gt;Linked Data is ultimately about an HTTP URI for each item in the &lt;a href=&quot;http://dbpedia.org/resource/Data_hierarchy&quot; id=&quot;link-id1393c3e0&quot;&gt;Data Organization Hierarchy&lt;/a&gt; :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ol&gt; &lt;li&gt; &lt;a href=&quot;http://www.nabble.com/Review-of-new-HTTPbis-text-for-303-See-Other-to24035004.html#a24774368&quot; id=&quot;link-id10fcaba8&quot;&gt;History of how &amp;quot;Resource&amp;quot; became part of URI&lt;/a&gt; - historic account by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id1172b128&quot;&gt;TimBL&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id1338cbd0&quot;&gt;Linked Data Design Issues Document&lt;/a&gt; - &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id13536ad8&quot;&gt;TimBL&lt;/a&gt;&amp;#39;s initial Linked Data Guide&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/1561&quot; id=&quot;link-id116c1af8&quot;&gt;Linked Data Rules Simplified&lt;/a&gt; - My attempt at simplifying the Linked Data Meme without &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id116c3b40&quot;&gt;SPARQL&lt;/a&gt; &amp;amp; RDF distraction&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/1547&quot; id=&quot;link-id135dd1b8&quot;&gt;Linked Data &amp;amp; Identity&lt;/a&gt; - another related 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/1565&quot; id=&quot;link-id134afc50&quot;&gt;The Linked Data Meme&amp;#39;s Value Proposition&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://delicious.com/kidehen/identifier_scheme&quot; id=&quot;link-id14cc7e18&quot;&gt;My Del.icio.us hosted Bookmark Data Space for Identity Schemes&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html&quot; id=&quot;link-id115a3748&quot;&gt;TimBL&amp;#39;s Ted Talk re. &amp;quot;Raw Linked Data&amp;quot;&lt;/a&gt;.&lt;/li&gt; &lt;/ol&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="sparql" />
  <atom:category term="history" />
  <atom:category term="semantic_web" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-10-07T08:02:34-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Why Do We Put Stuff On The Web, Really?</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1566</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1566" type="text/html" rel="alternate" />
  <atom:published>2009-07-24T15:54:26Z</atom:published>
  <atom:content type="html">&lt;p&gt;As espoused by the Ubuntu philosophy, no Human is an Island. Thus, although the objects of our sociality are vast and varied; that said, the basic foundation still centers on the pursuit and/or delivery of products and services.&lt;/p&gt; &lt;p&gt;Today, the we put stuff on the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; because we want it do be discovered as part of a &amp;quot;sharing act&amp;quot;. Likewise, we make regular use of Search Engine Services because we want to &amp;quot;Find&amp;quot; stuff in a productive manner.&lt;/p&gt; &lt;p&gt;Putting, the above in &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id1340d970&quot;&gt;context&lt;/a&gt;, you don&amp;#39;t need to be Einstein to figure out that to date the Web hasn&amp;#39;t enabled vendors to describe their products and services clearly. Likewise, it hasn&amp;#39;t enabled us to describe what we want, when we want it, and how much we are willing to pay etc. Basically, the SDQ of Web Content is excruciatingly low!&lt;/p&gt; &lt;p&gt; The &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id1357e068&quot;&gt;Linked Data meme&lt;/a&gt; is about using the essence of the Web -- HTTP URIs -- as the mechanism for conducting &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; across the Web that unambiguously unveils basic things like:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Using a personal profile to describe exactly who I am, my interests, favorite things, what I want (wishlist), what I have to offer (offerlist) etc.&lt;/li&gt; &lt;li&gt; Using an company profile to describe my entire product catalog, inventory levels, store locations, distributor and reseller networks, feature specs, price specs, deal terms and duration, and even opening and closing hours.&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;Conclusions&lt;/h3&gt; &lt;p&gt;A Web of &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id124f7778&quot;&gt;Linked Data&lt;/a&gt; enables a complete redefinition of eCommerce, and that&amp;#39;s just for starters :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&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/1442&quot; id=&quot;link-id112b62c0&quot;&gt;Post Introducing SDQ&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.seangolliher.com/2009/linked-data/serendipitous-discovery-quotient-sdq-the-future-of-seo-or-an-abstract-concept/&quot; id=&quot;link-id110cf500&quot;&gt;Serendipitous Discovery Quotient (SDQ): The Future of SEO? Or an Abstract Concept?&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-07-24T21:00:21-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Exploring the Value Proposition of Linked Data</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1565</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1565" type="text/html" rel="alternate" />
  <atom:published>2009-07-24T00:17:19Z</atom:published>
  <atom:content type="html">&lt;h3&gt;What is &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id138c9aa8&quot;&gt;Linked Data&lt;/a&gt;?&lt;/h3&gt; &lt;p&gt; The primary topic of a &lt;a href=&quot;http://dbpedia.org/resource/Meme&quot; id=&quot;link-id12f86100&quot;&gt;meme&lt;/a&gt; penned by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id115b4c98&quot;&gt;TimBL&lt;/a&gt; in the form of a &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id1333f300&quot;&gt;Design Issues Doc&lt;/a&gt; (note: this is how TimBL has shared his thoughts since the &lt;a href=&quot;http://www.w3.org/DesignIssues/&quot; id=&quot;link-id1128a1d0&quot;&gt;Beginning of the Web&lt;/a&gt;). &lt;/p&gt; &lt;p&gt; There are a number of dimensions to the meme, but its primary purpose is the reintroduction of the HTTP &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id13c43cb8&quot;&gt;URI&lt;/a&gt; -- a vital component of the Web&amp;#39;s core architecture. &lt;/p&gt; &lt;h3&gt; What&amp;#39;s Special about HTTP URIs?&lt;/h3&gt; &lt;p&gt; They possess an intrinsic duality that combines persistent and unambiguous &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Identity with platform &amp;amp; representation format independent Data Access. Thus, you can use a string of characters that look like a contemporary Web &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id119cd8a0&quot;&gt;URL&lt;/a&gt; to unambiguously achieve the following: &lt;/p&gt; &lt;ol&gt; &lt;li&gt;Identity or Name Anything of Interest&lt;/li&gt; &lt;li&gt;Describe Anything of Interest by associating the Description Subject&amp;#39;s Identity with a constellation of Attribute and Value pairs (technically: an &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id1133e8a8&quot;&gt;Entity&lt;/a&gt;-Attribute-Value or Subject-Predicate-Object graph)&lt;/li&gt; &lt;li&gt;Make the Description of Named Things of Interest discoverable on the Web by implicitly binding the aforementioned to Documents that hold their descriptions (technically: metadata documents or &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id1391da40&quot;&gt;information&lt;/a&gt; resources)&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;What&amp;#39;s the basic value proposition of the &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id113bb690&quot;&gt;Linked Data meme&lt;/a&gt;?&lt;/h3&gt; &lt;p&gt;Enabling more productive use of the Web by users and developers alike. All of which is achieved by tweaking the Web&amp;#39;s Hyperlinking feature such that it now includes Hypertext and &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id1337a3f0&quot;&gt;Hyperdata&lt;/a&gt; as link types.&lt;/p&gt; &lt;p&gt;Note: Hyperdata Linking is simply what an HTTP URI facilitates.&lt;/p&gt; &lt;p&gt;Examples problems solved by injecting Linked Data into the Web:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Federated Identity by enabling Individuals to unambiguously Identify themselves (Profiles++) courtesy of existing &lt;a href=&quot;http://dbpedia.org/resource/Internet&quot; id=&quot;link-id13926e28&quot;&gt;Internet&lt;/a&gt; and Web protocols (e.g., &lt;a href=&quot;http://dbpedia.org/resource/Friend_of_a_friend&quot; id=&quot;link-id13646ec8&quot;&gt;FOAF&lt;/a&gt;+SSL&amp;#39;s WebIDs which combine Personal Identity with X.509 certificates and HTTPs based client side certification)&lt;/li&gt; &lt;li&gt;Security and Privacy challenge alleviation by delivering a mechanism for policy based data access that feeds off federated individual identity and social network (graph) traversal&lt;/li&gt; &lt;li&gt;Spam Busting via the above&lt;/li&gt;. &lt;li&gt; Increasing the Serendipitous Discovery Quotient (SDQ) of Web accessible resources by embedding Rich Metadata into (X)HTML Documents e.g., structured descriptions of your &amp;quot;WishLists&amp;quot; and &amp;quot;OfferLists&amp;quot; via a common set of terms offered by vocabularies such as &lt;a href=&quot;http://www.heppnetz.de/projects/goodrelations/&quot; id=&quot;link-id1199b4d0&quot;&gt;GoodRelations&lt;/a&gt; and &lt;a href=&quot;http://dbpedia.org/resource/SIOC&quot; id=&quot;link-id1334cfb0&quot;&gt;SIOC&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Coherent integration of disparate data across the Web and/or within the Enterprise via &amp;quot;Data Meshing&amp;quot; rather than &amp;quot;Data Mashing&amp;quot;&lt;/li&gt; &lt;li&gt;Moving beyond imprecise statistically driven &amp;quot;Keyword Search&amp;quot; (e.g. Page Rank) to &amp;quot;Precision Find&amp;quot; driven by typed link based &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id135f6fe8&quot;&gt;Entity&lt;/a&gt; Rank plus Entity Type and Entity Property filters.&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;Conclusion&lt;/h3&gt; &lt;p&gt;If all of the above still falls into the technical mumbo-jumbo realm, then simply consider Linked Data as delivering Open Data Access in granular form to Web accessible data -- that goes beyond data containers (documents or files).&lt;/p&gt; &lt;p&gt;The value proposition of Linked Data is inextricably linked to the value proposition of the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id1356f5c0&quot;&gt;World Wide Web&lt;/a&gt;. This is true, because the Linked Data meme is ultimately about an enhancement of the current Web; achieved by reintroducing its architectural essence -- in new &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id11300828&quot;&gt;context&lt;/a&gt; -- via a new level of link abstraction, courtesy of the Identity and Access duality of HTTP URIs.&lt;/p&gt; &lt;p&gt;As a result of Linked Data, you can now have Links on the Web for a Person, Document, Music, Consumer Electronics, Products &amp;amp; Services, Business Opening &amp;amp; Closing Hours, Personal &amp;quot;WishLists&amp;quot; and &amp;quot;OfferList&amp;quot;, an Idea, etc.. in addition to links for Properties (Attributes &amp;amp; Values) of the aforementioned. Ultimately, all of these links will be indexed in a myriad of ways providing the substrate for the next major period of Internet &amp;amp; Web driven innovation, within our larger human-ingenuity driven innovation continuum.&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://www.ebusiness-unibw.org/wiki/GoodRelations#Recipes_and_Examples&quot; id=&quot;link-id11386648&quot;&gt;Recipes for Describing Your Business and its Offerings using the GoodRelations Vocabulary / Schema&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://slidesix.com/view/SolvingRealProblemsUsingLinkedData&quot; id=&quot;link-id13658ee0&quot;&gt;Solving Real Problems with RDF based Linked Data&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&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id1175a650&quot;&gt;Other Linked Data Posts from this Blog oriented Linked Data Space&lt;/a&gt; (goes back a few years!)&lt;/li&gt; &lt;li&gt;Various practical &lt;a href=&quot;http://delicious.com/kidehen/linked_data_demo&quot; id=&quot;link-id13390cf8&quot;&gt;Linked Data demo links from my Del.icio.us Bookmark oriented Data Space&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id132cda80&quot;&gt;My personal WebID&lt;/a&gt; which is conduit to a Linked Data mesh covering vast variety of things I&amp;#39;ve opted to share with others via the Web (best viewed using a Linked Data aware User Agent like ODE).&lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="foaf" />
  <atom:category term="sioc" />
  <atom:category term="socialnetworking" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-07-24T08:20:01-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Important Things to Note about the World Wide Web</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1564</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1564" type="text/html" rel="alternate" />
  <atom:published>2009-07-23T13:27:11Z</atom:published>
  <atom:content type="html">&lt;p&gt;Based on the prevalence of confusion re. the &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id135eee50&quot;&gt;Linked Data meme&lt;/a&gt;, here are a few important points to remember about the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-id1118b210&quot;&gt;World Wide Web&lt;/a&gt;.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Its an HTTP based Network Cluster within the &lt;a href=&quot;http://dbpedia.org/resource/Internet&quot; id=&quot;link-id1332a6e8&quot;&gt;Internet&lt;/a&gt; (remember: Networks are about meshes of Nodes connected by Links)&lt;/li&gt; &lt;li&gt;Its underlying &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; model is that of a Network (we&amp;#39;ve had Network Data models for eons. &lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id13350310&quot;&gt;EAV&lt;/a&gt;/CR is an example)&lt;/li&gt; &lt;li&gt;Links are facilitated via URIs&lt;/li&gt; &lt;li&gt;Until recently the granularity of Networking on the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; was scoped to Data Containers (documents) (due to prevalence of &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id12f7c078&quot;&gt;URL&lt;/a&gt; style links&lt;/li&gt; &lt;li&gt;The Linked Data meme adds Data Item (Datum) level granularity to World Wide Web networking via HTTP URIs&lt;/li&gt; &lt;li&gt;Data Items become Web Reference-able when you Identify/Name them using HTTP based URIs&lt;/li&gt; &lt;li&gt;An HTTP &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id135ffdb8&quot;&gt;URI&lt;/a&gt; implicitly binds a Web Reference-able Data Item (&lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id113afb60&quot;&gt;Entity&lt;/a&gt;, Datum, Data Object, Resource) to its Web Accessible Metadata&lt;/li&gt; &lt;li&gt;Web Accessible Metadata resides within Data Containers (documents or &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id11402318&quot;&gt;information&lt;/a&gt; resources)&lt;/li&gt; &lt;li&gt;The representation of a Web Accessible Metadata container is negotiable&lt;/li&gt; &lt;li&gt;I am able to write and dispatch this &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id0x770cbd0&quot;&gt;blog&lt;/a&gt; post courtesy of the Web features listed above&lt;/li&gt; &lt;li&gt;You are able to explore the many dimensions to data exposed by this blog should you decide to explore the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x7acd540&quot;&gt;Linked Data&lt;/a&gt; mesh exposed by this post&amp;#39;s HTTP URI (via its permalink permalink)&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;The HTTP URI is the secret sauce of the Web that is powerfully and unobtrusively reintroduced via the Linked Data meme (classic back to the future act). This powerful sauce possess a unique power courtesy of its inherent duality i.e., how it uniquely combines Data Item Identity (think keys in traditional DBMS parlance) with Data Access (e.g. access to negotiable representations of associated metadata).&lt;/p&gt; &lt;p&gt;As you can see, I&amp;#39;ve made no mention of RDF or &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id1183bd48&quot;&gt;SPARQL&lt;/a&gt;, and I can still articulate the inherent value of the &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id132e7058&quot;&gt;Linked Data&lt;/a&gt;&amp;quot; dimension that the &amp;quot;Linked Data&amp;quot; meme adds to the World Wide Web.&lt;/p&gt; &lt;p&gt;As per usual this post is a live demonstration of Linked Data (dog-food style) :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://www.semanticsincorporated.com/2009/07/if-linked-data-is-a-brand-it-has-big-problems-to-address.html&quot; id=&quot;link-id1171d4e8&quot;&gt;Greg Boutin&amp;#39;s post about Linked Data Brand Management&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://iandavis.com/blog/2009/07/the-linked-data-brand&quot; id=&quot;link-id12db0880&quot;&gt;Ian Davis&amp;#39; &amp;quot;Linked Data Brand&amp;quot; post&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://cloudofdata.com/2009/07/does-linked-data-need-rdf/&quot; id=&quot;link-id13537230&quot;&gt;Paul Miller&amp;#39;s &amp;quot;Does Linked Data need RDF&amp;quot; post&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="sparql" />
  <atom:updated>2009-07-23T10:33:58-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Linked Data Rules Simplified</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1561</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1561" type="text/html" rel="alternate" />
  <atom:published>2009-06-26T14:49:03Z</atom:published>
  <atom:content type="html">&lt;p&gt;As a compliment to the most recent &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id11a6a9b8&quot;&gt;Linked Data Design Issues&lt;/a&gt; note by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id114c1ae8&quot;&gt;TimBL&lt;/a&gt;, I would like to add this subtle tweak to the enumerated rules:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Identify or Name things using HTTP URIs &lt;/li&gt; &lt;li&gt; Describe things using the RDF metadata model &lt;/li&gt; &lt;li&gt; Increase link &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; mesh density on the &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; by linking (referring) to things in other data spaces using their HTTP URIs. &lt;/li&gt; &lt;/ol&gt; &lt;p&gt; If you perform the steps above, on any HTTP network (e.g. &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot; id=&quot;link-iddbef1f0&quot;&gt;World Wide Web&lt;/a&gt;), you implicitly bind the Names/Identifiers of things to negotiable representations of their metadata (description) bearing documents. &lt;/p&gt; &lt;p&gt; Also note, you can create and deploy the resulting RDF metadata using any of the following approaches:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; &lt;a href=&quot;http://dbpedia.org/resource/RDFa&quot; id=&quot;link-id14442c00&quot;&gt;RDFa&lt;/a&gt; within (X)HTML documents&lt;/li&gt; &lt;li&gt; N3, Turtle, TriX, RDF/XML etc. based documents &lt;/li&gt; &lt;li&gt;Programmatically generated variants of 1&amp;amp;2.&lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&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/1546&quot; id=&quot;link-id1181ebf0&quot;&gt;What is the Linked Data meme about?&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-id13039a98&quot;&gt;Simple Explanation of RDF and Linked Data Dynamics&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-06-26T23:18:24.000003-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>BBC Linked Data Meshup In 3 Steps</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1560</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1560" type="text/html" rel="alternate" />
  <atom:published>2009-06-12T18:09:08Z</atom:published>
  <atom:content type="html">&lt;h3&gt;Situation Analysis:&lt;/h3&gt; &lt;p&gt;Dr. Dre is one of the artists in the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id1117a230&quot;&gt;Linked Data&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Spaces&quot; id=&quot;link-id10ff0fc0&quot;&gt;Space&lt;/a&gt; we host for the &lt;a href=&quot;http://dbpedia.org/resource/BBC&quot; id=&quot;link-id13cdba70&quot;&gt;BBC&lt;/a&gt;. He is also referenced in music oriented &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; spaces such as &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id119688a0&quot;&gt;DBpedia&lt;/a&gt;, &lt;a href=&quot;http://musicbrainz.org/&quot; id=&quot;link-id146f7d00&quot;&gt;MusicBrainz&lt;/a&gt; and &lt;a href=&quot;http://last.FM&quot; id=&quot;link-id15f50698&quot;&gt;Last.FM&lt;/a&gt; (to name a few). &lt;/p&gt; &lt;h3&gt;Challenge:&lt;/h3&gt; &lt;p&gt;How do I obtain a holistic view of the &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id147a1490&quot;&gt;entity&lt;/a&gt; &amp;quot;Dr. Dre&amp;quot; across the BBC, MusicBrainz, and Last.FM data spaces? We know the BBC published Linked Data, but what about Last.FM and MusicBrainz? Both of these data spaces only expose XML or JSON data via REST APIs?&lt;/p&gt; &lt;h3&gt;Solution:&lt;/h3&gt; Simple 3 step Linked Data Meshup courtesy of &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSponger&quot; id=&quot;link-id147faf78&quot;&gt;Virtuoso&amp;#39;s in-built RDFizer Middleware&lt;/a&gt; &amp;quot;the Sponger&amp;quot; (think &lt;a href=&quot;http://dbpedia.org/resource/Open_Database_Connectivity&quot; id=&quot;link-id115ecea0&quot;&gt;ODBC&lt;/a&gt; Driver Manager for the Linked Data &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id11806418&quot;&gt;Web&lt;/a&gt;) and its numerous Cartridges (think ODBC Drivers for the Linked Data Web). &lt;h3&gt;Steps:&lt;/h3&gt; &lt;ol&gt; &lt;li&gt; Go to Last.FM and search using pattern: Dr. Dre (you will end up with this &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id11778f10&quot;&gt;URL&lt;/a&gt;: http://www.last.fm/music/Dr.+Dre)&lt;/li&gt; &lt;li&gt; Go to the Virtuoso powered &lt;a href=&quot;http://bbc.openlinksw.com&quot; id=&quot;link-id14f40338&quot;&gt;BBC Linked Data Space home page&lt;/a&gt; and enter: http://bbc.openlinksw.com/about/html/http://www.last.fm/music/Dr.+Dre&lt;/li&gt; &lt;li&gt; Go to the BBC Linked Data Space home page and type full text pattern (using default tab): Dr. Dre, then view &lt;a href=&quot;http://bbc.openlinksw.com/fct/rdfdesc/usage.vsp?g=http%3A%2F%2Fwww.bbc.co.uk%2Fmusic%2Fartists%2F5f6ab597-f57a-40da-be9e-adad48708203%23artist&amp;amp;tp=4&amp;amp;sid=519&amp;amp;urilookup=&amp;amp;orig_refr=http://bbc.openlinksw.com/describe/?url=http://www.bbc.co.uk/music/artists/5f6ab597-f57a-40da-be9e-adad48708203&quot; id=&quot;link-id119ac658&quot;&gt;Dr. Dre&amp;#39;s metadata via the Statistics Link&lt;/a&gt;. &lt;/li&gt; &lt;/ol&gt; &lt;h3&gt;What Happened?&lt;/h3&gt; &lt;p&gt;The following took place:&lt;/p&gt; &lt;ol&gt; &lt;li&gt; Virtuoso &lt;a href=&quot;http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html&quot; id=&quot;link-id11a46fd8&quot;&gt;Sponger&lt;/a&gt; sent an HTTP GET to Last.FM&lt;/li&gt; &lt;li&gt; Distilled the &amp;quot;Artist&amp;quot; entity &amp;quot;Dr. Dre&amp;quot; from the page, and made a &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id1297cc68&quot;&gt;Linked Data graph&lt;/a&gt; &lt;/li&gt; &lt;li&gt; Inverse Functional Property and sameAs reasoning handled the Meshup (augmented graph from a conjunctive query processing pipeline)&lt;/li&gt; &lt;li&gt;Links for &amp;quot;Dr. Dre&amp;quot; across &lt;a href=&quot;http://bbc.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FDr._Dre&quot; id=&quot;link-id119e63e8&quot;&gt;BBC (sameAs), Last.FM (seeAlso), via DBpedia URI&lt;/a&gt;.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;The &lt;a href=&quot;http://bbc.openlinksw.com/about/rdf/http/www.last.fm/music/Dr.+Dre#this&quot; id=&quot;link-id111f6130&quot;&gt;new enhanced URI for Dr. Dre&lt;/a&gt; now provides a rich holistic view of the aforementioned &amp;quot;Artist&amp;quot; entity. This URI is usable anywhere on the Web for Linked Data Conduction :-)&lt;/p&gt; &lt;h3&gt;Related (as in NearBy)&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://blogs.talis.com/n2/archives/617&quot; id=&quot;link-idf3e0898&quot;&gt;Augmenting Last.fm Data with BBC data on the Talis Platform&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="odbc" />
  <atom:category term="sql" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="web30" />
  <atom:category term="virtuoso" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-06-12T16:38:34.000046-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Understanding the BBC&#39;s Virtuoso Powered Linked Data Space</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1559</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1559" type="text/html" rel="alternate" />
  <atom:published>2009-06-11T21:59:31Z</atom:published>
  <atom:content type="html">&lt;p&gt; The &lt;a href=&quot;http://welcomebackstage.com/2009/06/bbc-backstage-sparql-endpoint/&quot; id=&quot;link-id12969860&quot;&gt;BBC&amp;#39;s recently announced Linked Data space for Programmes and Music data&lt;/a&gt;, joins a growing list of immediately useful &amp;quot;&lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id110918f8&quot;&gt;Virtuoso&lt;/a&gt; Powered&amp;quot; linked data spaces, driving the burgeoning Web of Linked Data. Others include: &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id12c0e720&quot;&gt;DBpedia&lt;/a&gt;, &lt;a href=&quot;http://www.bio2rdf.org/&quot; id=&quot;link-id14ee63a8&quot;&gt;Bio2RDF&lt;/a&gt;, NeuroCommons etc (the &lt;a href=&quot;http://www4.wiwiss.fu-berlin.de/bizer/pub/lod-datasets_2009-03-27.html&quot; id=&quot;link-id129a8588&quot;&gt;click friendly version of the LOD-Cloud&lt;/a&gt; diagram reveals a snapshot of other Virtuoso driven linked data spaces).&lt;/p&gt; &lt;h3&gt;Why is it important?&lt;/h3&gt; &lt;p&gt; As a leading media organization, the BBC&amp;#39;s use of Linked Data provides a clear beacon to other media players re. the imminence of a serious Linked Data induced sector inflection. In a nutshell, every Web Site has to evolve into a Linked Data Space: a location on the Web that provides granular access to discrete data items in line with the core principles of the &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id11a14710&quot;&gt;Linked Data meme&lt;/a&gt;.&lt;/p&gt; &lt;p&gt; Remember, the essence of the Linked Data meme is simply this: you reference data items and access their metadata, in variety of formats via a single HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id1136b1c8&quot;&gt;URI&lt;/a&gt;. This approach to Web data publishing is compatible with any HTTP aware user agent (e.g., your Web Browser or tools &amp;amp; applications that provide abstracted access to HTTP).&lt;/p&gt; &lt;h3&gt;How Do I use it?&lt;/h3&gt; &lt;p&gt;There a number of very powerful things available to end-users and developers alike.&lt;/p&gt; &lt;h4&gt;End-Users:&lt;/h4&gt; &lt;p&gt; The most powerful feature of our variant of the BBC&amp;#39;s Linked Data Space is the exposure of Faceted Find (think Search++ and beyond). Thus, you can go the the &lt;a href=&quot;http://bbc.openlinksw.com&quot; id=&quot;link-id12a32770&quot;&gt;home page of the service&lt;/a&gt; and commence data discovery and exploration via any of the following interfaces:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://dbpedia.org/resource/Full_text_search&quot; id=&quot;link-id1179d618&quot;&gt;Full Text Search&lt;/a&gt; Tab -- type in a full text pattern and then experience &lt;a href=&quot;http://bbc.openlinksw.com/facet_doc.html&quot; id=&quot;link-id12c6dab0&quot;&gt;Linked Data Entity Ranking as opposed to Page Ranking&lt;/a&gt; &lt;/li&gt; &lt;li&gt;URI Lookup (By Label) Tab -- type in part of a URI and let the system auto-complete by looking up Entity Labels&lt;/li&gt; &lt;li&gt;URI Lookup (Raw String Pattern) Tab -- type in part of a URI and let the system auto-complete by looking up the raw URI&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://bbc.openlinksw.com/ode/&quot; id=&quot;link-id114b53c8&quot;&gt;OpenLink Data Explorer Service&lt;/a&gt; -- &amp;quot;deceptively simple&amp;quot; Linked Data explorer and Data Mesher (simply type in a URI or Text pattern, then view the data via a myriad of entity type specific viewer tabs).&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Once you are comfortable with at least one of the items above, you can exploit the system further by performing any of the following:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://bbc.openlinksw.com/page/void/Dataset&quot; id=&quot;link-id117616c0&quot;&gt;Explore the Linked Data Space via Data Dictionary&lt;/a&gt; -- click on a Named Data Set URI and then &lt;a href=&quot;http://bbc.openlinksw.com/describe/?url=http%3A%2F%2Fpurl.org%2Fontology%2Fpo%2FEpisode&quot; id=&quot;link-id11664778&quot;&gt;explore Class instances&lt;/a&gt; (rdf:type property values) &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://bbc.openlinksw.com/fct/rdfdesc/usage.vsp?g=http%3A%2F%2Fwww.bbc.co.uk%2Fmusic%2Fartists%2F5f6ab597-f57a-40da-be9e-adad48708203%23artist&amp;amp;tp=4&amp;amp;sid=519&amp;amp;urilookup=&amp;amp;orig_refr=http://bbc.openlinksw.com/describe/?url=http://www.bbc.co.uk/music/artists/5f6ab597-f57a-40da-be9e-adad48708203&quot; id=&quot;link-id128a1aa8&quot;&gt;Explore Entity Metadata&lt;/a&gt; -- currently labeled &amp;quot;Statistics&amp;quot; but really is &amp;quot;Metadata&amp;quot; that describes data about an Entity (how you discern identifier co-reference, indirect identifiers, references from other data sets, and provenance/source graphs).&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt; &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id1136cc60&quot;&gt;Information&lt;/a&gt; Architects &amp;amp; Developers&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;Bare bones &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id13c15448&quot;&gt;SPARQL&lt;/a&gt; Endpoint -- usable by SPARQL aware user agents &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://bbc.openlinksw.com/sparql_demo/&quot; id=&quot;link-id114ed7f0&quot;&gt;SPARQL Query Tool&lt;/a&gt; -- type in SPARQL and interact with result pages that enable URI navigation (de-referencing)&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://bbc.openlinksw.com/isparql&quot; id=&quot;link-id12a25b38&quot;&gt;iSPARQL Query By Example&lt;/a&gt; -- paint your SPARQL Query and Learn &lt;a href=&quot;http://wikis.openlinksw.com/dataspace/owiki/wiki/OATWikiWeb/InteractiveSparqlQueryBuilder&quot; id=&quot;link-id13c0c578&quot;&gt;SPARQL by Example&lt;/a&gt; (just take defaults and then click &amp;quot;OK&amp;quot; to get in)&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtFacetBrowserInstallConfig&quot; id=&quot;link-id15001fe0&quot;&gt;Virtuoso Facets API&lt;/a&gt; - REST API for Faceted Browsing &amp;amp; Navigation across Linked Data Set Dimensions.&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Disambiguated Search (aka. Search++ or Find)&lt;/h3&gt; &lt;p&gt; In line with the time-tested &amp;quot;embrace and extend&amp;quot; pattern, we provide Full Text search capability, but unlike Google, Yahoo!, Bing and other search engines, we don&amp;#39;t use use &amp;quot;Page Rank&amp;quot; algorithm to sort results; instead, we use an &amp;quot;Entity Rank&amp;quot; algorithm since we are dealing with an RDF based Graph model DBMS where links exist between entities across instance data and data dictionary (vocabularies, schemas, ontologies) boundaries. In addition, when you get results (by clicking &amp;quot;show values&amp;quot; or &amp;quot;show values with distinct counts&amp;quot;) that list entities associated with a full text search pattern, we take a quantum leap beyond search engines by allowing you to use &amp;quot;Entity Type&amp;quot; and/or &amp;quot;Entity Properties&amp;quot; (all of these have HTTP URIs too) to set your own &lt;a href=&quot;http://dbpedia.org/resource/Context_%28language_use%29&quot; id=&quot;link-id13c15c30&quot;&gt;context&lt;/a&gt; for what you seek.&lt;/p&gt; &lt;p&gt;Much more to come in the form of &lt;a href=&quot;http://bbc.openlinksw.com/fct/facet.vsp?cmd=featured&amp;amp;sid=423&amp;amp;no_qry=1&quot; id=&quot;link-id128a0fd0&quot;&gt;BBC specific demo queries&lt;/a&gt; and tutorials :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; Live &lt;a href=&quot;http://lod.openlinksw.com&quot; id=&quot;link-id14eb3010&quot;&gt;LOD Cloud Cache&lt;/a&gt; instance that combines BBC data with other data sets from the LOD Cloud (in a single Virtuoso RDF DBMS hosting 5 Billion+ triples &amp;amp; counting) &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="sparql" />
  <atom:category term="openlink" />
  <atom:category term="virtuoso" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-06-26T23:15:13.000001-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Library of Congress &amp; Reasonable Linked Data</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1556</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1556" type="text/html" rel="alternate" />
  <atom:published>2009-05-05T17:53:24Z</atom:published>
  <atom:content type="html">&lt;p&gt; While exploring the &lt;a href=&quot;http://id.loc.gov/authorities/&quot; id=&quot;link-id1488cca8&quot;&gt;Subject Headings Linked Data Space&lt;/a&gt; (LCSH) recently unveiled by the &lt;a href=&quot;http://id.loc.gov/&quot; id=&quot;link-id1672ad10&quot;&gt;Library of Congress&lt;/a&gt;, I noticed that the &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id158fef78&quot;&gt;URI&lt;/a&gt; for the subject heading: &lt;a href=&quot;http://id.loc.gov/authorities/sh95000541#concept&quot; id=&quot;link-id14c8d3e8&quot;&gt;World Wide Web&lt;/a&gt;, exposes an &amp;quot;owl:sameAs&amp;quot; link to resource URI: &amp;quot;info:lc/authorities/sh95000541&amp;quot; -- in fact, a URI.URN that isn&amp;#39;t HTTP protocol scheme based.&lt;/p&gt; &lt;p&gt; The observations above triggered a &lt;a href=&quot;http://search.twitter.com/search?q=&amp;amp;ands=&amp;amp;phrase=&amp;amp;ors=&amp;amp;nots=&amp;amp;tag=linkeddata&amp;amp;lang=all&amp;amp;from=kidehen&amp;amp;to=edsu&amp;amp;ref=&amp;amp;near=&amp;amp;within=15&amp;amp;units=mi&amp;amp;since=2009-05-01&amp;amp;until=2009-05-05&amp;amp;rpp=10&quot; id=&quot;link-id14e21ba0&quot;&gt;discussion thread on Twitter&lt;/a&gt; that involved: &lt;a href=&quot;http://twitter.com/edsu&quot; id=&quot;link-ide411808&quot;&gt;@edsu&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/iand&quot; id=&quot;link-id11915ed0&quot;&gt;@iand&lt;/a&gt;, and &lt;a href=&quot;http://twitter.com/kidehen&quot; id=&quot;link-id1519c028&quot;&gt;moi&lt;/a&gt;. Naturally, it morphed into a live demonstration of: human vs machine, interpretation of claims expressed in the RDF graph.&lt;/p&gt; &lt;h3&gt;What makes this whole thing interesting?&lt;/h3&gt; &lt;p&gt;It showcases (in Man vs Machine style) the issue of unambiguously discerning the meaning of the owl:sameAs claim expressed in the LCSH &lt;a href=&quot;http://dbpedia.org/resource/Resource_Description_Framework&quot; id=&quot;link-id17004728&quot;&gt;Linked Data Space&lt;/a&gt;.&lt;/p&gt; &lt;h4&gt;Perspectives &amp;amp; Potential Confusion&lt;/h4&gt; &lt;p&gt; From the Linked Data perspective, it may spook a few people to see owl:sameAs values such as: &amp;quot;info:lc/authorities/sh95000541&amp;quot;, that cannot be de-referenced using HTTP. &lt;/p&gt; &lt;p&gt; It may confuse a few people or user agents that see URI de-referencing as not necessarily HTTP specific, thereby attempting to de-reference the URI.URN on the assumption that it&amp;#39;s associated with a &amp;quot;&lt;a href=&quot;http://www.handle.net/overviews/overview.html&quot; id=&quot;link-id155517a8&quot;&gt;handle system&lt;/a&gt;&amp;quot;, for instance.&lt;/p&gt; &lt;p&gt; It may even confuse RDFizer / RDFization middleware that use owl:sameAs as a &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; provider attribution mechanism via hint/nudge URI values derived from original content / data URI.URLs that de-reference to nothing e.g., an original resource URI.&lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id119e0d80&quot;&gt;URL&lt;/a&gt; plus &amp;quot;#this&amp;quot; which produces URI.URN-URL -- think of this pattern as &amp;quot;owl:shameAs&amp;quot; in a sense :-)&lt;/p&gt; &lt;h3&gt; Unambiguously Discerning Meaning&lt;/h3&gt; &lt;p&gt; Simply bring OWL reasoning (inference rules and reasoners) into the mix, thereby negating human dialogue about interpretation which ultimately unveils a mesh of orthogonal view points. Remember, OWL is all about infrastructure that ultimately enables you to express yourself clearly i.e., say what you mean, and mean what you say. &lt;/p&gt; &lt;h3&gt;Path to Clarity (using &lt;a href=&quot;http://virtuoso.openlinksw.com&quot; id=&quot;link-id1537aa68&quot;&gt;Virtuoso&lt;/a&gt;, its in-built Sponger Middleware, and Inference Engine):&lt;/h3&gt; &lt;ol&gt; &lt;li&gt;GET the data into the Virtuoso Quad store -- what the sponger does via its &lt;a href=&quot;http://linkeddata.uriburner.com/about/html/http://id.loc.gov/authorities/sh95000541#concept&quot; id=&quot;link-id1669fa40&quot;&gt;URIBurner Service&lt;/a&gt; (while following designated predicates such as owl:sameAs in case they point to other mesh-able data sources)&lt;/li&gt; &lt;li&gt;Query the data in Quad Store with &amp;quot;owl:sameAs&amp;quot; inference rules enabled&lt;/li&gt; &lt;li&gt;Repeat the last step with the inference rules excluded.&lt;/li&gt; &lt;/ol&gt; &lt;h4&gt;Actual &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-id17374110&quot;&gt;SPARQL&lt;/a&gt; Queries:&lt;/h4&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading.isparql&quot; id=&quot;link-id16c986d0&quot;&gt;SPARQL Query against the HTTP based Subject Heading URI for WWW&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading_sameAs_inference_on.isparql&quot; id=&quot;link-id16d4fea0&quot;&gt;SPARQL Query (with reasoning via inference rule for owl:sameAs)&lt;/a&gt; against the URN based Subject Heading URI for WWW&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading_no_sameAs_inference_on.isparql&quot; id=&quot;link-id11bad768&quot;&gt;SPARQL Query (*without* reasoning via inference rule for owl:sameAs)&lt;/a&gt; against the URN based Subject Heading URI for WWW&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;Observations:&lt;/h4&gt; &lt;p&gt; The &lt;a href=&quot;http://dbpedia.org/resource/SPARQL&quot; id=&quot;link-ide6acf68&quot;&gt;SPARQL&lt;/a&gt; queries against the Graph generated and automatically populated by the Sponger reveal -- without human intervention-- that: &amp;quot;info:lc/authorities/sh95000541&amp;quot;, is just an alternative name for &amp;lt; xmlns=&amp;quot;http&amp;quot; id.loc.gov=&amp;quot;id.loc.gov&amp;quot; authorities=&amp;quot;authorities&amp;quot; sh95000541=&amp;quot;sh95000541&amp;quot; concept=&amp;quot;concept&amp;quot;&amp;gt;, and that the graph produced by LCSH is self-describing enough for an OWL reasoner to figure this all out courtesy of the &lt;a href=&quot;http://linkeddata.uriburner.com/about/html/http://www.w3.org/2002/07/owl%23sameAs&quot; id=&quot;link-id13e364b0&quot;&gt;owl:sameAs&lt;/a&gt; property :-).&lt;/p&gt; &lt;p&gt;Hopefully, this post also provides a simple example of how &lt;a href=&quot;http://dbpedia.org/resource/Web_Ontology_Language&quot; id=&quot;link-id158a3fe8&quot;&gt;OWL&lt;/a&gt; facilitates &amp;quot;Reasonable Linked Data&amp;quot;. &lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&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/1455&quot; id=&quot;link-id164e19f8&quot;&gt;State of the Linked Data Web&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.mkbergman.com/?p=474&quot; id=&quot;link-id11973d10&quot;&gt;Making Linked Data Reasonable Using Description Logics Series&lt;/a&gt; - post by &lt;a href=&quot;http://community.linkeddata.org/dataspace/person/mkbergman#this&quot; id=&quot;link-id1184bfb8&quot;&gt;Mike Bergman&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="web30" />
  <atom:category term="sparql" />
  <atom:category term="virtuoso" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-05-06T14:26:15.000034-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Linked Data &amp; Identity</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1547</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1547" type="text/html" rel="alternate" />
  <atom:published>2009-04-29T20:05:58Z</atom:published>
  <atom:content type="html">&lt;blockquote&gt; &lt;cite&gt;A person, organization, place, idea, subject matter topic/heading, and other real world things possess &amp;quot;identity&amp;quot; -- that is, a constellation of characteristics that distinguish them from any other identity. Associated with this abstraction can be a label used as a reference, or &amp;quot;identifier&amp;quot;. This is the distinction between a thing and the name of the thing.&lt;/cite&gt; &lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;section from &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-ietf-dkim-overview-11.txt&quot; id=&quot;link-id15a13d40&quot;&gt;IETF&amp;#39;s Domain Keys spec&lt;/a&gt;. (paraphrased by &lt;a href=&quot;http://myopenlink.net/dataspace/person/kidehen#this&quot; id=&quot;link-id13d88ed8&quot;&gt;me&lt;/a&gt;) &lt;/p&gt;.&lt;/blockquote&gt; &lt;p&gt;The &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id11d5b9a8&quot;&gt;Linked Data meme&lt;/a&gt; is based on the use of HTTP based URIs as reference / identifier labels associated with the &amp;quot;identity abstraction&amp;quot; referred to above. Thus, when you de-reference (request &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id14706fb8&quot;&gt;information&lt;/a&gt; about) an HTTP based &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id12b4ea50&quot;&gt;URI&lt;/a&gt; you ultimately end up with a resource &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id12127e20&quot;&gt;URL&lt;/a&gt; that exposes the &amp;quot;constellation of characteristics&amp;quot; mentioned above, in a representation negotiated at request time -- between an HTTP client and server e.g., (X)HTML, JSON, XML, RDF/XML, N3, Turtle, Trix, others :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&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/1546&quot; id=&quot;link-id11b67288&quot;&gt;What is the Linked Data meme About?&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-id151fa890&quot;&gt;Simple Explanation of RDF &amp;amp; Linked Data Dynamics&lt;/a&gt;.&lt;/li&gt; &lt;li&gt; &lt;a href=&quot;http://www.handle.net/&quot; id=&quot;link-id11d9cd30&quot;&gt;Handle&lt;/a&gt; -- &lt;a href=&quot;http://dbpedia.org/resource/Internet&quot; id=&quot;link-id0x131986f0&quot;&gt;Internet&lt;/a&gt; wide Identity Scheme and Resolution System&lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-05-01T12:25:49-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>What is the Linked Data Meme about?</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1546</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1546" type="text/html" rel="alternate" />
  <atom:published>2009-04-29T15:32:49Z</atom:published>
  <atom:content type="html">&lt;p&gt;The act of using URIs to &amp;quot;refer to&amp;quot; (reference) &lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; addressable &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;data&lt;/a&gt; objects. It&amp;#39;s also the act of using the same &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id12b41fc0&quot;&gt;URI&lt;/a&gt; to de-reference the description of a referenced data object; in this case, the representation of the description is negotiated by a Web client and/or Web server. Thus, you can access the description of a data object via data representation formats such as: JSON, XML, (X)HTML, RDF/XML, N3, Turtle, TriX etc. &lt;/p&gt; &lt;p&gt; &lt;strong&gt;Note:&lt;/strong&gt; In proper Web parlance, a data object is referred to as a resource.&lt;/p&gt; &lt;h3&gt;Simple example (using &lt;a href=&quot;http://dbpedia.org/resource/DBpedia&quot; id=&quot;link-id0x131005a0&quot;&gt;DBpedia&lt;/a&gt;)&lt;/h3&gt; &lt;p&gt;In the &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id0x13299d20&quot;&gt;Linked Data&lt;/a&gt; realm, If you want to make a reference to the &lt;a href=&quot;http://www.w3.org/DesignIssues/LinkedData.html&quot; id=&quot;link-id0x188210a8&quot;&gt;Linked Data meme&lt;/a&gt; in a &lt;a href=&quot;http://dbpedia.org/resource/Blog&quot; id=&quot;link-id0x158a3fc0&quot;&gt;blog&lt;/a&gt; post, you are better off using the resource &lt;strong&gt;URI&lt;/strong&gt;: http://dbpedia.org/resource/Linked_Data, instead of the Web page &lt;strong&gt;&lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Locator&quot; id=&quot;link-id0x142865b0&quot;&gt;URL&lt;/a&gt;&lt;/strong&gt;: http://dbpedia.org/page/Linked_Data, which is the address of a physical document (an &lt;a href=&quot;http://dbpedia.org/resource/Information&quot; id=&quot;link-id0x15884030&quot;&gt;information&lt;/a&gt; conveying artifact) that at best visually presents the negotiated representation of a resource description.&lt;/p&gt; &lt;h3&gt;Why is this valuable?&lt;/h3&gt; &lt;p&gt;In the simplest sense, you only have one focal point for referencing (referring to) and de-referencing (retrieving data about) a given Web resource. It protects you from the impact of Web document location changes (amongst many other things).&lt;/p&gt; &lt;p&gt;Remember, a single URI is a conduit into a realm where the identity, access, representation, presentation, and storage of a resource (data object) are completely distinct. It&amp;#39;s the mechanism for conducting data across network, machine, operating system, dbms engine, application, and service (API) boundaries. Thus, without &amp;quot;linked data meme&amp;quot; prescribed URI referencing and de-referencing, we are simply back to &amp;quot;business as usual&amp;quot; re. the industry at large, where networks, operating systems, dbms engines, applications, and services (APIs) become the basis for &amp;quot;data lock-in&amp;quot; and silo construction.&lt;/p&gt; &lt;h3&gt;Going forward&lt;/h3&gt; &lt;p&gt;Take a second to think about the profound virtues of the ubiquitous Web of Linked Document URLs that we have today, and then apply that thinking to the burgeoning Web of Linked Data URIs, that has just turned corner and heading in everyone&amp;#39;s direction at full blast.&lt;/p&gt; &lt;p&gt; &lt;strong&gt;Note to &amp;quot;Social Media&amp;quot; players:&lt;/strong&gt; Who you know isn&amp;#39;t the canonical object of sociality. What you are i.e., your description and the data objects it exposes, are real objects of your sociality :-)&lt;/p&gt; &lt;h3&gt;Related&lt;/h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;http://www.openlinksw.com/weblog/public/search.vspx?blogid=127&amp;amp;q=%22Linked%20Data%22&amp;amp;type=text&amp;amp;output=html&quot; id=&quot;link-id14d44430&quot;&gt;Other post in this Blog Data Space associated with &amp;quot;Linked Data&amp;quot;&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="DataSpace" />
  <atom:updated>2009-04-29T16:31:10-04:00</atom:updated>
 </atom:entry>
 <atom:entry>
  <atom:title>Simple Explanation of RDF and Linked Data Dynamics</atom:title>
  <atom:id>http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1543</atom:id>
  <atom:link href="http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1543" type="text/html" rel="alternate" />
  <atom:published>2009-04-24T20:59:08Z</atom:published>
  <atom:content type="html">&lt;h3&gt;What is RDF?&lt;/h3&gt; &lt;p&gt;The acronym stands for: Resource Description Framework. And that&amp;#39;s just what it is.&lt;/p&gt; &lt;p&gt;RDF is comprised of a &lt;a href=&quot;http://dbpedia.org/resource/Data&quot;&gt;Data&lt;/a&gt; Model (&lt;a href=&quot;http://dbpedia.org/resource/Entity-attribute-value_model&quot; id=&quot;link-id11bb5cd8&quot;&gt;EAV&lt;/a&gt;/CR Graph) and Data Representation Formats such as: N3, Turtle, RDF/XML etc.&lt;/p&gt; &lt;p&gt;RDF&amp;#39;s essence is about: &amp;quot;Entities&amp;quot; and &amp;quot;Attributes&amp;quot; being &lt;a href=&quot;http://dbpedia.org/resource/Uniform_Resource_Identifier&quot; id=&quot;link-id14362100&quot;&gt;URI&lt;/a&gt; based, while &amp;quot;Values&amp;quot; may be URI or Literals (typed or untyped) based. &lt;/p&gt; &lt;p&gt;URIs are &lt;a href=&quot;http://dbpedia.org/resource/Entity&quot; id=&quot;link-id139066e8&quot;&gt;Entity&lt;/a&gt; Identifiers.&lt;/p&gt; &lt;h3&gt;What is &lt;a href=&quot;http://dbpedia.org/resource/Linked_Data&quot; id=&quot;link-id11ed5340&quot;&gt;Linked Data&lt;/a&gt;?&lt;/h3&gt; &lt;p&gt;Short for &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/World_Wide_Web&quot;&gt;Web&lt;/a&gt; of Linked Data&amp;quot; or &amp;quot;Linked Data &lt;a href=&quot;http://dbpedia.org/resource/Giant_Global_Graph&quot; id=&quot;link-id13f4b878&quot;&gt;Web&lt;/a&gt;&amp;quot;.&lt;/p&gt; &lt;p&gt;A term coined by &lt;a href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot; id=&quot;link-id117b4310&quot;&gt;TimBL&lt;/a&gt; that describes an HTTP based &amp;quot;&lt;a href=&quot;http://dbpedia.org/resource/Reference_(computer_science)&quot; id=&quot;link-id138fed30&quot;&gt;data access by reference&lt;/a&gt; pattern&amp;quot; that uses a single pointer or handle for &amp;quot;referring to&amp;quot; and &amp;quot;obtaining actual data about&amp;quot; an entity.&lt;/p&gt; &lt;p&gt;Linked Data uses the deceptively simple messaging scheme of HTTP to deliver a granular entity reference and access mechanism that transcends traditional computing boundaries such as: operating system, application, database engines, and networks.&lt;/p&gt; &lt;h3&gt;How are Linked Data &amp;amp; RDF Related?&lt;/h3&gt; &lt;p&gt;Linked Data simply mandates the following re. RDF:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;URIs should be HTTP based so that you can &amp;quot;refer to&amp;quot; (Reference) an Entity, its Attributes, or URI based Attribute values via the Web (infact any HTTP based network e.g., Intranets and Extranets)&lt;/li&gt; &lt;li&gt; URIs should also be HTTP based so that you can use them to de-reference resource descriptions via the Web (or Intranets and Extranets).&lt;/li&gt; &lt;/ul&gt; &lt;p&gt; &lt;strong&gt;Note:&lt;/strong&gt; by Entity I am also referring to: a resource (Web parlance), data item, data object, real-world object, or datum. &lt;/p&gt; &lt;p&gt;Linked Data is also about, using URIs and HTTP&amp;#39;s content negotiation feature to separate: presentation, representation, access, and identity of data items. Even better, content negotiation can be driven by user agent and/or data server based quality of service algorithms (representation preference order schemes).&lt;/p&gt; &lt;p&gt;To conclude, Linked Data is ultimately about the realization that: Data is the new Electricity, and it&amp;#39;s conductors are URIs :-)&lt;/p&gt; &lt;p&gt; &lt;strong&gt;Tip to governments of the world&lt;/strong&gt;: we are in exponential times, the current downturn is but one side of the &amp;quot;exponential times ledger&amp;quot;, the other side of the &amp;quot;exponential times ledger&amp;quot; is simply about unleashing &amp;quot;raw data&amp;quot; -- in structured form -- into the Web, so that &amp;quot;citizen analysts&amp;quot; can blossom and ultimately deliver the transparency desperately sought at every level of the economic value chain. Think: &amp;quot;raw data ready&amp;quot; whenever you ponder about &amp;quot;shovel ready&amp;quot; infrastructure projects!&lt;/p&gt;</atom:content>
  <atom:author>
    <atom:name>Kingsley Uyi Idehen</atom:name>
    <atom:email>kidehen@openlinksw.com</atom:email>
   </atom:author>
  <atom:category term="rdf" />
  <atom:category term="xml" />
  <atom:category term="linked_data" />
  <atom:category term="semanticweb" />
  <atom:category term="sparql" />
  <atom:updated>2009-04-24T17:14:41-04:00</atom:updated>
 </atom:entry>
</atom:feed>