@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/1455>	rdf:type	atom:Entry ,
		sioct:BlogPost ;
	rdfs:label	"State of the Linked Data Web" .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	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/1556>	dc:title	"Library of Congress & Reasonable Linked Data" ;
	foaf:maker	ns1:this ;
	rdfs:label	"Library of Congress & Reasonable Linked Data" .
@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/1556>	dcterms:created	"2009-05-05T13:53:24-04:00"^^dt:dateTime ;
	dcterms:modified	"2009-05-06T14:26:15.000034-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/1556>	sioc:id	"f13c24a1a0c82a341b0d426f97368b01" ;
	sioc:link	<http://www.openlinksw.com/blog/kidehen@openlinksw.com/blog/?id=1556> ;
	sioc:content	"\nWhile exploring the Subject Headings Linked Data Space (LCSH) recently unveiled by the Library of Congress, I noticed that the URI for the subject heading: World Wide Web, 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.\n\nThe observations above triggered a discussion thread on Twitter that involved: @edsu, @iand, and moi. Naturally, it morphed into a live demonstration of: human vs machine, interpretation of claims expressed in the RDF graph.\n\nWhat makes this whole thing interesting?\nIt showcases (in Man vs Machine style) the issue of unambiguously discerning the meaning of the owl:sameAs claim expressed in the LCSH Linked Data Space.\nPerspectives &amp;amp; Potential Confusion\n\nFrom 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.\n\n\nIt 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;handle system&amp;quot;, for instance.\n\nIt may even confuse RDFizer / RDFization middleware that use owl:sameAs as a data 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.URL 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 :-)\n\nUnambiguously Discerning Meaning\n\nSimply 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.\n\nPath to Clarity (using Virtuoso, its in-built Sponger Middleware, and Inference Engine):\n\nGET the data into the Virtuoso Quad store -- what the sponger does via its URIBurner Service (while following designated predicates such as owl:sameAs in case they point to other mesh-able data sources)\nQuery the data in Quad Store with &amp;quot;owl:sameAs&amp;quot; inference rules enabled \nRepeat the last step with the inference rules excluded.\n\nActual SPARQL Queries:\n \n\n  SPARQL Query against the HTTP based Subject Heading URI for WWW\n\n\n  SPARQL Query (with reasoning via inference rule for owl:sameAs) against the URN based Subject Heading URI for WWW\n\n  SPARQL Query (*without* reasoning via inference rule for owl:sameAs) against the URN based Subject Heading URI for WWW\n\nObservations:\n\nThe SPARQL 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 owl:sameAs property :-).\nHopefully, this post also provides a simple example of how OWL facilitates &amp;quot;Reasonable Linked Data&amp;quot;. \n\nRelated\n\n\n  State of the Linked Data Web\n\n\n  Making Linked Data Reasonable Using Description Logics Series - post by Mike Bergman\n\n\n" ;
	atom:title	"Library of Congress & Reasonable Linked Data" .
@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/1556>	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 ns11:	<http://linkeddata.uriburner.com/about/html/http://id.loc.gov/authorities/sh95000541#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	sioc:links_to	ns11:concept .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	sioc:links_to	dbpedia:SPARQL ,
		<http://linkeddata.uriburner.com/about/html/http://www.w3.org/2002/07/owl%23sameAs> ,
		<http://id.loc.gov/authorities/> .
@prefix ns13:	<http://id.loc.gov/authorities/sh95000541#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	sioc:links_to	ns13:concept ,
		<http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading_sameAs_inference_on.isparql> ,
		<http://id.loc.gov/> ,
		<http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading.isparql> ,
		<http://demo.openlinksw.com/DAV/home/demo/Public/Queries/DataWeb/lcsh_www_subject_heading_no_sameAs_inference_on.isparql> ,
		<http://www.mkbergman.com/?p=474> ,
		dbpedia:Uniform_Resource_Identifier ,
		dbpedia:Web_Ontology_Language .
@prefix ns14:	<http://twitter.com/> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	sioc:links_to	ns14:iand ,
		ns14:kidehen ,
		<http://www.handle.net/overviews/overview.html> ,
		<http://search.twitter.com/search?q=&ands=&phrase=&ors=&nots=&tag=linkeddata&lang=all&from=kidehen&to=edsu&ref=&near=&within=15&units=mi&since=2009-05-01&until=2009-05-05&rpp=10> ,
		ns14:edsu ,
		<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1455> .
@prefix ns15:	<http://community.linkeddata.org/dataspace/person/mkbergman#> .
<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556>	sioc:links_to	ns15:this ,
		<http://virtuoso.openlinksw.com> ,
		dbpedia:Resource_Description_Framework ,
		dbpedia:Uniform_Resource_Locator ;
	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	"2009-05-05T17:53:24Z" ;
	atom:updated	"2009-05-06T18:26:15Z" .
@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/1556>	opl:isDescribedUsing	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556/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/1556> .
@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/1556> ;
	atom:entry	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556> ;
	atom:contains	<http://www.openlinksw.com/dataspace/kidehen@openlinksw.com/weblog/kidehen@openlinksw.com%27s%20BLOG%20%5B127%5D/1556> .
@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/1556> .

