@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.openlinksw.com/dataspace/person/kidehen@openlinksw.com#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	rdf:type	foaf:Person .
@prefix sioct:	<http://rdfs.org/sioc/types#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdf:type	sioct:Weblog .
@prefix atom:	<http://atomowl.org/ontologies/atomrdf#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdf:type	atom:Feed .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdfs:label	"kidehen@openlinksw.com's BLOG [127] description" .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	rdf:type	atom:Entry ,
		sioct:BlogPost .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	dc:title	"So, What Does \"HREF\" Stand For, Anyway" ;
	foaf:maker	ns1:this ;
	rdfs:label	"So, What Does \"HREF\" Stand For, Anyway" .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	dcterms:created	"2008-03-12T16:08:46Z"^^dt:dateTime ;
	dcterms:modified	"2008-04-10T16:13:50-04:00"^^dt:dateTime .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:id	"176c34dd9faaf59f6e32743593054ded" ;
	sioc:link	<http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1323> ;
	sioc:content	"As per usual I am writing this post with the aim of killing a number of meme-birds with a single post in relation to the emerging Linked Data Web.\n\n*On* the ubiquitous Web of &amp;quot;Linked Documents&amp;quot;, HREF means (by definition and usage): Hypertext Reference to an HTTP accessible Data Object of Type: &amp;quot;Document&amp;quot; (an information resource). Of course we don&amp;#39;t make the formal connection of Object Type when dealing with the Web on a daily basis, but whenever you encounter the  &amp;quot;resource not found&amp;quot; condition  notice the message: HTTP/1.0 404 Object Not Found, from the HTTP Server tasked with retrieving and returning the resource. \n\n*In* the Web of &amp;quot;Linked Data&amp;quot;, a complimentary addition to the current Web of &amp;quot;Linked Documents&amp;quot;, HREF is used to reference Data Objects that are of a variety of &amp;quot;Types&amp;quot;, not just &amp;quot;Documents&amp;quot;. And the way this is achieved, is by using Data Object Identifiers (URIs / IRIs that are generated by the Linked Data deployment platform) in the strict sense i.e. Data Identity (URI) is separated from Data Address (URL). Thus, you can reference a Person Data Object (aka an instance of a Person Class) in your HREF and the HTTP Server returns a Description of the Data Object via a Document (again, an information resource). A document containing the Description of a Data Object typically contains HREFs to other Data Objects that expose the Attributes and Relationships of the initial Person Data Object, and it this collection of Data Objects that is technically called a &amp;quot;Graph&amp;quot; -- which is what RDF models.\nWhat I describe above is basic stuff for anyone that&amp;#39;s familiar with Object Database or Distributed Objects technology and concepts.\n\nURI and URL confusion\nThe Linked Document Web is a collection of physical resources that traverse the Web Information Bus in palatable format i.e documents. Thus, Document Object Identity and Document Object Data Address can be the same thing i.e. a URL can serve as the ID/URI of a Document Data Object.\n\nThe Linked Data Web on the other hand, is a Distributed Object Database, and each Data Object must be uniquely defined, otherwise we introduce ambiguity that ultimately taints the Database itself (making incomprehensible to reasoning challenged machines). Thus we must have unique Object IDs (URIs / IRIs) for People, Places, Events, and other things that aren&amp;#39;t Documents. Once we follow the time tested rules of Identity, People can then be associated with the things they create (blog posts, web pages, bookmarks, wikiwords etc). RDF is about expressing these graph model relationships while RDF serialization formats enables the information resources to transport these data object link ladden information resources to requesting User Agents.\n\nPut in more succinct terms, all documents on the Web are compound documents in reality (e.g. mast contain a least an image these days). The Linked Data Web is about a Web where Data Object IDs (URIs) enable us to distill source data from the information contained in a compound document.\n\nExamples:\n\n\n&amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2#this&amp;gt; - the ID (URI minted from URL via addition of #this) of a Data Object of Type Person that Identifies me. The Person definition I use comes from the FOAF vocabulary/schema/ontology/data dictionary\n\n&amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2&amp;gt; - the URI (also a URL) of a FOAF file that contains a description of the Data Object ID: &amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2#this&amp;gt; (me)\n\nAs an information resource &amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2&amp;gt; can be dispatched from an HTTP server to a User Agent in (X)HTML, RDF/XML, N3/Turtle representations via HTTP Content Negotiation (note: Look at the &amp;quot;Linked Data&amp;quot; tab to see one example of what Data Links facilitate re. Data Discovery and Exploration)\n\nIf I choose an Object ID of &amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2/this&amp;gt; instead of &amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2#this&amp;gt; then the HTTP Server should not return an information resource (i.e provide 200 OK response) when a User Agent requests a resource via HTTP using the URI: &amp;lt;http://community.linkeddata.org/dataspace/person/kidehen2/this&amp;gt;, because a Data Object ID (URI) and the Data Object Address (URL) cannot be the same when my Data Object isn&amp;#39;t of Type Document; the sever has to use response code 303 to redirect the user agent to the URL of an information resource that matches the Content-type designated in the HTTP Request or determine representation based on it&amp;#39;s own quality of service rules for the information resource associated with the Object ID (URI).\n\n \nThe degree of unobtrusiveness of new technology, concepts, or new applications of existing technology, is what ultimately determines eventual uptake and meme virulence (network effects). For a while, the Semantic Web meme was mired in confusion and general misunderstanding due to a shortage of practical use case scenario demos.  \n\nThe emergence of the SPARQL Query Language has provided critical infrastructure for a number of products, projects, and demos, that now make the utility of the Semantic Web vision mush clearly via the simplicity of Linked Data, as exemplified by the following:\n\n\n\n  Linking Open Data Community - collection of People and Linked Data Spaces (across a variety of domains)\n\n  DBpedia  - Ground zero for experiencing and comprehending Linked Data\n\n  OpenLink Data Spaces - a simple solution for creating Linked Data Web presence via from existing Web Data Sources (Blogs, Wikis, Shared Bookmarks, Tag Spaces,  Web Sites, Social Networking Services, Web Services, Discussion Forums etc..)\nOpenLink Virtuoso - a Universal Server for generating, managing, and deploying RDF Linked Data from SQL, XML, Web Services based data sources\n\n\nWhy Is This Post a Linked Data Demo, Again?\nPlace the permalink of this post in a Linked Data aware user agent (OpenLink RDF Browser1, OpenLink RDF Browser2, Zitgist, DISCO, Tabulator), and the you can see the universal of interlinked data exposed by this post. The Title of this post should not be the sole mechanism for determining that it is Linked to other posts about the same topic. \n\nRelated\n\nRyan Tomayko&amp;#39;s post titled: So, What Does &amp;quot;HREF&amp;quot; Stand For, Anyway\n\n\nElias Torre&amp;#39;s post titled: The Web FTW\n\n\nCool URIs for the Semantic Web.\n" ;
	atom:title	"So, What Does \"HREF\" Stand For, Anyway" .
@prefix ns10:	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:has_creator	ns10:this ;
	sioc:has_container	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	dbpedia:Tag ,
		<http://dataviewer.zitgist.com/> ,
		dbpedia:Data ,
		dbpedia:DBpedia .
@prefix ns12:	<http://demo.openlinksw.com/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	ns12:rdfbrowser ,
		dbpedia:Uniform_Resource_Locator ,
		dbpedia:Information ,
		<http://dbpedia.org/resource/Identity_%28object-oriented_programming%29> ,
		dbpedia:OpenLink_Data_Spaces ,
		dbpedia:Uniform_Resource_Identifier ,
		dbpedia:World_Wide_Web ,
		dbpedia:Hypertext ,
		<http://virtuoso.openlinksw.com> ,
		dbpedia:Linked_Data ,
		dbpedia:Semantic_Web ,
		dbpedia:SQL ,
		dbpedia:HTTP_404 .
@prefix ns13:	<http://www4.wiwiss.fu-berlin.de/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	ns13:rdf_browser ,
		dbpedia:Surrogate_key .
@prefix ns14:	<http://torrez.us/who#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	ns14:elias ,
		dbpedia:Resource_Description_Framework .
@prefix ns15:	<http://tomayko.com/writings/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	ns15:wtf-is-an-href-anyway ,
		<http://torrez.us/archives/2008/03/10/563/> ,
		dbpedia:Blog ,
		ns12:rdfbrowser2 ,
		<http://tomayko.com> ,
		<http://www.w3.org/TR/cooluris/> ,
		dbpedia:Meme ,
		dbpedia:SPARQL ,
		<http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.8/tab.html> .
@prefix ns16:	<http://community.linkeddata.org/dataspace/organization/lod#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	sioc:links_to	ns16:this ,
		dbpedia:Hypertext_Transfer_Protocol ;
	atom:source	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D> ;
	atom:author	ns1:this ;
	atom:published	"2008-03-12T16:08:46Z" ;
	atom:updated	"2008-04-10T20:13:50Z" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323>	opl:isDescribedUsing	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323/sioc.rdf> .
ns10:this	rdf:type	sioc:User .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.openlinksw.com/dataspace/person/kidehen@openlinksw.com#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	rdf:type	foaf:Person ;
	foaf:made	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> .
@prefix atom:	<http://atomowl.org/ontologies/atomrdf#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdf:type	atom:Feed .
@prefix sioct:	<http://rdfs.org/sioc/types#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdf:type	sioct:Weblog .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	rdfs:label	"kidehen@openlinksw.com's BLOG [127] description" .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D>	sioc:container_of	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> ;
	atom:entry	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> ;
	atom:contains	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1567>	rdf:type	sioct:BlogPost ,
		atom:Entry ;
	rdfs:label	"The URI, URL, and Linked Data Meme's Generic HTTP URI (Updated)" ;
	sioc:links_to	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> .
@prefix ns7:	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com#> .
ns7:this	rdf:type	sioc:User ;
	sioc:creator_of	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1323> .

