<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for The Tetherless World Weblog</title>
	<atom:link href="http://tw.rpi.edu/weblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tw.rpi.edu/weblog</link>
	<description>Everything about Web Science</description>
	<pubDate>Sat, 07 Nov 2009 18:42:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Probing the SPARQL endpoint of data.gov.uk by li</title>
		<link>http://tw.rpi.edu/weblog/2009/10/23/probing-the-sparql-endpoint-of-datagovuk/comment-page-1/#comment-3103</link>
		<dc:creator>li</dc:creator>
		<pubDate>Sun, 25 Oct 2009 02:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=167#comment-3103</guid>
		<description>very cool. Just ran &lt;a href="http://data-gov.tw.rpi.edu/ws/sparqlprobe.php" rel="nofollow"&gt;my script&lt;/a&gt; to probe it

http://services.data.gov.uk/sparql    5M triples, 99 classes, 86 properties &lt;a href="http://bit.ly/1E4tEj" rel="nofollow"&gt;live test&lt;/a&gt;
http://services.data.gov.uk/transport/sparql very big, timeout in most cases
http://services.data.gov.uk/education/sparql  6M triples,41 classes, 186 properties, 2258 named graphs &lt;a href="http://bit.ly/WkGuZ" rel="nofollow"&gt;live test&lt;/a&gt;

&lt;a href="#comment-3102" rel="nofollow"&gt;@Leigh Dodds&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>very cool. Just ran <a href="http://data-gov.tw.rpi.edu/ws/sparqlprobe.php" rel="nofollow">my script</a> to probe it</p>
<p><a href="http://services.data.gov.uk/sparql" rel="nofollow">http://services.data.gov.uk/sparql</a>    5M triples, 99 classes, 86 properties <a href="http://bit.ly/1E4tEj" rel="nofollow">live test</a><br />
<a href="http://services.data.gov.uk/transport/sparql" rel="nofollow">http://services.data.gov.uk/transport/sparql</a> very big, timeout in most cases<br />
<a href="http://services.data.gov.uk/education/sparql" rel="nofollow">http://services.data.gov.uk/education/sparql</a>  6M triples,41 classes, 186 properties, 2258 named graphs <a href="http://bit.ly/WkGuZ" rel="nofollow">live test</a></p>
<p><a href="#comment-3102" rel="nofollow">@Leigh Dodds</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Probing the SPARQL endpoint of data.gov.uk by Leigh Dodds</title>
		<link>http://tw.rpi.edu/weblog/2009/10/23/probing-the-sparql-endpoint-of-datagovuk/comment-page-1/#comment-3102</link>
		<dc:creator>Leigh Dodds</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=167#comment-3102</guid>
		<description>Hi,

Thanks for posting this, an interesting experiment!

There are actually several SPARQL endpoints. The one you've been playing with doesn't yet contain all of the data we're hosting. It currently has some information from the London Gazette website, but will ultimately contain the full UK dataset.

There will be a number of different SPARQL endpoints organized around particular areas, e.g. education, transport, crime, etc. There is data in the education and transport stores currently:

http://services.data.gov.uk/transport/sparql
http://services.data.gov.uk/education/sparql

We also have plans to publish VOID descriptions of the datasets as well as additional directory information.

Cheers,

L.
--
Programme Manager, Talis Platform</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for posting this, an interesting experiment!</p>
<p>There are actually several SPARQL endpoints. The one you&#8217;ve been playing with doesn&#8217;t yet contain all of the data we&#8217;re hosting. It currently has some information from the London Gazette website, but will ultimately contain the full UK dataset.</p>
<p>There will be a number of different SPARQL endpoints organized around particular areas, e.g. education, transport, crime, etc. There is data in the education and transport stores currently:</p>
<p><a href="http://services.data.gov.uk/transport/sparql" rel="nofollow">http://services.data.gov.uk/transport/sparql</a><br />
<a href="http://services.data.gov.uk/education/sparql" rel="nofollow">http://services.data.gov.uk/education/sparql</a></p>
<p>We also have plans to publish VOID descriptions of the datasets as well as additional directory information.</p>
<p>Cheers,</p>
<p>L.<br />
&#8211;<br />
Programme Manager, Talis Platform</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Probing the SPARQL endpoint of data.gov.uk by li</title>
		<link>http://tw.rpi.edu/weblog/2009/10/23/probing-the-sparql-endpoint-of-datagovuk/comment-page-1/#comment-3099</link>
		<dc:creator>li</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=167#comment-3099</guid>
		<description>yes. We have a script running doing the job now. Expensive queries are still problems, but that may be solved by using only lightweight queries and leverage timeout mechanisms.

http://data-gov.tw.rpi.edu/ws/sparqlprobe.php?service_uri=http%3A%2F%2Fservices.data.gov.uk%2Fsparql&amp;sparql_uris[]=http%3A%2F%2Fdata-gov.tw.rpi.edu%2Fsparql%2Fstat_ten_triples.sparql

It is PHP based, and the source code can be found at 

http://code.google.com/p/data-gov-wiki/source/browse/trunk/www/ws/sparqlprobe.php</description>
		<content:encoded><![CDATA[<p>yes. We have a script running doing the job now. Expensive queries are still problems, but that may be solved by using only lightweight queries and leverage timeout mechanisms.</p>
<p><a href="http://data-gov.tw.rpi.edu/ws/sparqlprobe.php?service_uri=http%3A%2F%2Fservices.data.gov.uk%2Fsparql&#038;sparql_uris=http%3A%2F%2Fdata-gov.tw.rpi.edu%2Fsparql%2Fstat_ten_triples.sparql" rel="nofollow">http://data-gov.tw.rpi.edu/ws/sparqlprobe.php?service_uri=http%3A%2F%2Fservices.data.gov.uk%2Fsparql&#038;sparql_uris=http%3A%2F%2Fdata-gov.tw.rpi.edu%2Fsparql%2Fstat_ten_triples.sparql</a></p>
<p>It is PHP based, and the source code can be found at </p>
<p><a href="http://code.google.com/p/data-gov-wiki/source/browse/trunk/www/ws/sparqlprobe.php" rel="nofollow">http://code.google.com/p/data-gov-wiki/source/browse/trunk/www/ws/sparqlprobe.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Probing the SPARQL endpoint of data.gov.uk by Jérôme Euzenat</title>
		<link>http://tw.rpi.edu/weblog/2009/10/23/probing-the-sparql-endpoint-of-datagovuk/comment-page-1/#comment-3097</link>
		<dc:creator>Jérôme Euzenat</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=167#comment-3097</guid>
		<description>Very interesting.

Would it be possible that you publish this as a kind of script for access point providers to check their data?</description>
		<content:encoded><![CDATA[<p>Very interesting.</p>
<p>Would it be possible that you publish this as a kind of script for access point providers to check their data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OWL 2 Reference Card released by Semantic Web Vocabularies and Ontologies &#124; Healthcare Semantic Architectures</title>
		<link>http://tw.rpi.edu/weblog/2009/10/18/owl-2-reference-card-released/comment-page-1/#comment-3086</link>
		<dc:creator>Semantic Web Vocabularies and Ontologies &#124; Healthcare Semantic Architectures</dc:creator>
		<pubDate>Sun, 18 Oct 2009 13:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=160#comment-3086</guid>
		<description>[...] OWL 2 Reference Card released http://tw.rpi.edu/weblog/2009/10/18/owl-2-reference-card-released/ [...]</description>
		<content:encoded><![CDATA[<p>[...] OWL 2 Reference Card released <a href="http://tw.rpi.edu/weblog/2009/10/18/owl-2-reference-card-released/" rel="nofollow">http://tw.rpi.edu/weblog/2009/10/18/owl-2-reference-card-released/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data.gov Datasets Translated in RDF! by links for 2009-07-30</title>
		<link>http://tw.rpi.edu/weblog/2009/07/22/datagov-datasets-translated-in-rdf/comment-page-1/#comment-3053</link>
		<dc:creator>links for 2009-07-30</dc:creator>
		<pubDate>Sun, 23 Aug 2009 07:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=125#comment-3053</guid>
		<description>[...] Data.gov Datasets Translated in RDF! &#8211; &#8220;We have created 16 RDF datasets covering 187 of the datasets published at data.gov (171 EPA datasets are subsets of three larger EPA datasets).&#8221;   This entry was posted in links. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.   &#171; 20 Thesen für Government 2.0 Alles neu macht bundestag.de? &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] Data.gov Datasets Translated in RDF! &#8211; &#8220;We have created 16 RDF datasets covering 187 of the datasets published at data.gov (171 EPA datasets are subsets of three larger EPA datasets).&#8221;   This entry was posted in links. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.   &laquo; 20 Thesen für Government 2.0 Alles neu macht bundestag.de? &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current Issues in data.gov by li</title>
		<link>http://tw.rpi.edu/weblog/2009/07/31/current-issues-in-datagov/comment-page-1/#comment-3017</link>
		<dc:creator>li</dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=137#comment-3017</guid>
		<description>thanks for the comment. The government ontology (http://www.oegov.org/democracy/core/models/owl/oegov.owl)  looks interesting. Do you have any plan to add rdfs:comment to the defined classes and properties?</description>
		<content:encoded><![CDATA[<p>thanks for the comment. The government ontology (http://www.oegov.org/democracy/core/models/owl/oegov.owl)  looks interesting. Do you have any plan to add rdfs:comment to the defined classes and properties?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current Issues in data.gov by Ralph Hodgson</title>
		<link>http://tw.rpi.edu/weblog/2009/07/31/current-issues-in-datagov/comment-page-1/#comment-3013</link>
		<dc:creator>Ralph Hodgson</dc:creator>
		<pubDate>Sun, 02 Aug 2009 16:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=137#comment-3013</guid>
		<description>Yesterday, August 1, I declared as "DataIndependenceDay", following the Swiss some 700 years ago. 
We published ontologies for oegov at http://www.oegov.us/blog. These are OWL ontologies for the organizational structure of government, FEA (coming soon) and QUDT, Quantities, Units, Dimensions and Data Types  (coming soon).  Data quality is a huge issue and QUDT is needed to help that.

I have made some properties for connecting to open data - who publishes what on what - something you are doing. Would like to understand how to make connections to your work, where our efforts can align in the interests of making semantic web technologies be more in awareness, appreciated and adopted.

In appreciation of your work, Ralph</description>
		<content:encoded><![CDATA[<p>Yesterday, August 1, I declared as &#8220;DataIndependenceDay&#8221;, following the Swiss some 700 years ago.<br />
We published ontologies for oegov at <a href="http://www.oegov.us/blog" rel="nofollow">http://www.oegov.us/blog</a>. These are OWL ontologies for the organizational structure of government, FEA (coming soon) and QUDT, Quantities, Units, Dimensions and Data Types  (coming soon).  Data quality is a huge issue and QUDT is needed to help that.</p>
<p>I have made some properties for connecting to open data - who publishes what on what - something you are doing. Would like to understand how to make connections to your work, where our efforts can align in the interests of making semantic web technologies be more in awareness, appreciated and adopted.</p>
<p>In appreciation of your work, Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data.gov Datasets Translated in RDF! by Nicolas Cynober</title>
		<link>http://tw.rpi.edu/weblog/2009/07/22/datagov-datasets-translated-in-rdf/comment-page-1/#comment-3008</link>
		<dc:creator>Nicolas Cynober</dc:creator>
		<pubDate>Sat, 25 Jul 2009 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=125#comment-3008</guid>
		<description>Doh! Great job, great new!
I keep tracks of news concerning putting government data in the LinkedData, I tought the UK government will be faster (thanks to TBL mainly). Happy to see that the US community is translating non-standard formats into RDF.
My sources: http://www.pearltrees.com/nicolas/map/1_53584/

Thanks.
Nicolas</description>
		<content:encoded><![CDATA[<p>Doh! Great job, great new!<br />
I keep tracks of news concerning putting government data in the LinkedData, I tought the UK government will be faster (thanks to TBL mainly). Happy to see that the US community is translating non-standard formats into RDF.<br />
My sources: <a href="http://www.pearltrees.com/nicolas/map/1_53584/" rel="nofollow">http://www.pearltrees.com/nicolas/map/1_53584/</a></p>
<p>Thanks.<br />
Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data.gov Datasets Translated in RDF! by Mukkai Krishnamoorthy</title>
		<link>http://tw.rpi.edu/weblog/2009/07/22/datagov-datasets-translated-in-rdf/comment-page-1/#comment-3007</link>
		<dc:creator>Mukkai Krishnamoorthy</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://tw.rpi.edu/weblog/?p=125#comment-3007</guid>
		<description>Great Job. Lots of useful information may be gleaned from your great work. Are you also producing graphs of these data (linking information)? If so will that be in RGML format?</description>
		<content:encoded><![CDATA[<p>Great Job. Lots of useful information may be gleaned from your great work. Are you also producing graphs of these data (linking information)? If so will that be in RGML format?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
