<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: SPARQLing data.gov.uk: Edubase Data</title>
	<atom:link href="http://blogs.talis.com/n2/archives/818/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.talis.com/n2/archives/818</link>
	<description>All about developing with the Talis Platform</description>
	<lastBuildDate>Wed, 21 Dec 2011 19:51:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raw Data Now in the UK update &#124; alexmikro.net</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-4335</link>
		<dc:creator>Raw Data Now in the UK update &#124; alexmikro.net</dc:creator>
		<pubDate>Wed, 21 Dec 2011 19:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-4335</guid>
		<description>[...] be queried via SPARQL. You can find some useful examples of such queries from Leigh Dodds at the Talis blog. Happy querying!   Like this:LikeBe the first to like this post.   This entry was posted in [...]</description>
		<content:encoded><![CDATA[<p>[...] be queried via SPARQL. You can find some useful examples of such queries from Leigh Dodds at the Talis blog. Happy querying!   Like this:LikeBe the first to like this post.   This entry was posted in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Tunnicliffe</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-2729</link>
		<dc:creator>Sam Tunnicliffe</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-2729</guid>
		<description>The Platform runs across a variety of hardware, in multiple datacenters. Some pieces are hosted in our colos, on pretty much commodity hardware. We also use cloud services like Amazon EC2, S3 &amp; SimpleDB for various tasks.</description>
		<content:encoded><![CDATA[<p>The Platform runs across a variety of hardware, in multiple datacenters. Some pieces are hosted in our colos, on pretty much commodity hardware. We also use cloud services like Amazon EC2, S3 &amp; SimpleDB for various tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Data Entry</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-2726</link>
		<dc:creator>Data Entry</dc:creator>
		<pubDate>Tue, 13 Jul 2010 01:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-2726</guid>
		<description>Question for you, what sort of hardware was/is used to run these environments? Being a bit of a server junky I am always curious on what sort of boxes these large DB&#039;s reside on. Cheers</description>
		<content:encoded><![CDATA[<p>Question for you, what sort of hardware was/is used to run these environments? Being a bit of a server junky I am always curious on what sort of boxes these large DB&#8217;s reside on. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lecter Roux</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1508</link>
		<dc:creator>Lecter Roux</dc:creator>
		<pubDate>Fri, 16 Apr 2010 08:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1508</guid>
		<description>Hi Leigh,

Do you have any other ontology samples? I can&#039;t access the data from Stuart Williams.
Thanks for sharing this! This will definitely be a big help for my research.</description>
		<content:encoded><![CDATA[<p>Hi Leigh,</p>
<p>Do you have any other ontology samples? I can&#8217;t access the data from Stuart Williams.<br />
Thanks for sharing this! This will definitely be a big help for my research.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1466</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1466</guid>
		<description>Great article! I&#039;m attempting to extract info for a government project, but i&#039;m running into difficulties because im&#039; learning by example, but can&#039;t find an example of what I need to do!

I&#039;m trying to get a list of schools from a given district (in the example below, 00BA) and only return those which are NOT nurseries or preschools (identified by the Type &quot;TypeOfEstablishment_EY_Setting&quot;).

I&#039;ve managed to hack together the query below, but its returning duplicate results because most schools are listed under 2 Types, only one of which will be flagged as &quot;TypeOfEstablishment_EY_Setting&quot;.

Am i meant to somehow re-filter what i&#039;ve got so far, or can I limit the results returned initially?

prefix sch-ont: 
prefix geo: 
prefix sch-type: 
SELECT ?school ?name ?date ?lat ?long ?capacity ?type WHERE {
?school a sch-ont:School;
sch-ont:establishmentName ?name;
sch-ont:openDate ?date;
geo:lat ?lat;
geo:long ?long;
sch-type:type ?type;
sch-ont:districtAdministrative
         .

OPTIONAL {
?school sch-ont:schoolCapacity ?capacity
}
}</description>
		<content:encoded><![CDATA[<p>Great article! I&#8217;m attempting to extract info for a government project, but i&#8217;m running into difficulties because im&#8217; learning by example, but can&#8217;t find an example of what I need to do!</p>
<p>I&#8217;m trying to get a list of schools from a given district (in the example below, 00BA) and only return those which are NOT nurseries or preschools (identified by the Type &#8220;TypeOfEstablishment_EY_Setting&#8221;).</p>
<p>I&#8217;ve managed to hack together the query below, but its returning duplicate results because most schools are listed under 2 Types, only one of which will be flagged as &#8220;TypeOfEstablishment_EY_Setting&#8221;.</p>
<p>Am i meant to somehow re-filter what i&#8217;ve got so far, or can I limit the results returned initially?</p>
<p>prefix sch-ont:<br />
prefix geo:<br />
prefix sch-type:<br />
SELECT ?school ?name ?date ?lat ?long ?capacity ?type WHERE {<br />
?school a sch-ont:School;<br />
sch-ont:establishmentName ?name;<br />
sch-ont:openDate ?date;<br />
geo:lat ?lat;<br />
geo:long ?long;<br />
sch-type:type ?type;<br />
sch-ont:districtAdministrative<br />
         .</p>
<p>OPTIONAL {<br />
?school sch-ont:schoolCapacity ?capacity<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesC</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1460</link>
		<dc:creator>JamesC</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1460</guid>
		<description>Hiya,

When I try to run some of the results, like say number 7, by clicking on &#039;results&#039; I get only the empty elements returned.

-JamesC</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>When I try to run some of the results, like say number 7, by clicking on &#8216;results&#8217; I get only the empty elements returned.</p>
<p>-JamesC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linked &#38; Local Open Data &#8211; What could it mean for positive activity information? @ Plings Blogs</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1382</link>
		<dc:creator>Linked &#38; Local Open Data &#8211; What could it mean for positive activity information? @ Plings Blogs</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1382</guid>
		<description>[...] example, central government efforts have already seen the EduBase database of schools and national transport data made available through the beta Data.gov.uk website due to go live in [...]</description>
		<content:encoded><![CDATA[<p>[...] example, central government efforts have already seen the EduBase database of schools and national transport data made available through the beta Data.gov.uk website due to go live in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barncroft, Battins &#38; Bondfields @ Plings Blogs</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1373</link>
		<dc:creator>Barncroft, Battins &#38; Bondfields @ Plings Blogs</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1373</guid>
		<description>[...] including the National Transport Access Node database (read: where the bus stops all are), the EduBase list of schools now available as linked open data, and with more easily accessible information from Ordinance [...]</description>
		<content:encoded><![CDATA[<p>[...] including the National Transport Access Node database (read: where the bus stops all are), the EduBase list of schools now available as linked open data, and with more easily accessible information from Ordinance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: First Dabblings With Pipelinked Linked Data &#171; OUseful.Info, the blog&#8230;</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1361</link>
		<dc:creator>First Dabblings With Pipelinked Linked Data &#171; OUseful.Info, the blog&#8230;</dc:creator>
		<pubDate>Tue, 15 Dec 2009 20:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1361</guid>
		<description>[...] to get started, let&#8217;s grab a list of schools&#8230; The Talis blog post SPARQLing data.gov.uk: Edubase Data contains several example queries over the education datastore. The query I&#8217;ll use is derived [...]</description>
		<content:encoded><![CDATA[<p>[...] to get started, let&#8217;s grab a list of schools&#8230; The Talis blog post SPARQLing data.gov.uk: Edubase Data contains several example queries over the education datastore. The query I&#8217;ll use is derived [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh Dodds</title>
		<link>http://blogs.talis.com/n2/archives/818/comment-page-1#comment-1253</link>
		<dc:creator>Leigh Dodds</dc:creator>
		<pubDate>Mon, 23 Nov 2009 09:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/n2/?p=818#comment-1253</guid>
		<description>Hi Dave,

The Easting and Northing values are still in the dataset, e.g:

http://education.data.gov.uk/doc/school/120805

The new properties are:

http://data.ordnancesurvey.co.uk/ontology/spatialrelations/easting
http://data.ordnancesurvey.co.uk/ontology/spatialrelations/northing

There are also latitude and longitude values in the data now using these properties:

http://www.w3.org/2003/01/geo/wgs84_pos#lat
http://www.w3.org/2003/01/geo/wgs84_pos#long

HtH,

L.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>The Easting and Northing values are still in the dataset, e.g:</p>
<p><a href="http://education.data.gov.uk/doc/school/120805" rel="nofollow">http://education.data.gov.uk/doc/school/120805</a></p>
<p>The new properties are:</p>
<p><a href="http://data.ordnancesurvey.co.uk/ontology/spatialrelations/easting" rel="nofollow">http://data.ordnancesurvey.co.uk/ontology/spatialrelations/easting</a><br />
<a href="http://data.ordnancesurvey.co.uk/ontology/spatialrelations/northing" rel="nofollow">http://data.ordnancesurvey.co.uk/ontology/spatialrelations/northing</a></p>
<p>There are also latitude and longitude values in the data now using these properties:</p>
<p><a href="http://www.w3.org/2003/01/geo/wgs84_pos#lat" rel="nofollow">http://www.w3.org/2003/01/geo/wgs84_pos#lat</a><br />
<a href="http://www.w3.org/2003/01/geo/wgs84_pos#long" rel="nofollow">http://www.w3.org/2003/01/geo/wgs84_pos#long</a></p>
<p>HtH,</p>
<p>L.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

