<?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 on: DBpedia Examples using Linked Data and Sparql</title>
	<atom:link href="http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/</link>
	<description>Building Semantic Web Applications</description>
	<lastBuildDate>Sat, 17 Dec 2011 23:04:16 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: richard</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-1375</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sun, 24 Apr 2011 04:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-1375</guid>
		<description>Hi Matthew,

thanks for your comments. 

The SPARQL select statement syntax hasn&#039;t changed but the Dbpedia property has. It&#039;s URI is now http://dbpedia.org/ontology/abstract.

The queries below both work with the &lt;a href=&quot;http://dbpedia.org/snorql&quot; rel=&quot;nofollow&quot;&gt;SNORQL query explorer&lt;/a&gt; .

[sourcecode language=&quot;text&quot;]
SELECT ?abstract
WHERE {
&lt;http://dbpedia.org/resource/Civil_engineering&gt; &lt;http://dbpedia.org/ontology/abstract&gt; ?abstract 
}
[/sourcecode]

[sourcecode language=&quot;text&quot;]
SELECT ?abstract
FROM NAMED &lt;http://dbpedia.org&gt;
WHERE {
&lt;http://dbpedia.org/resource/Civil_engineering&gt; &lt;http://dbpedia.org/ontology/abstract&gt; ?abstract.
FILTER langMatches( lang(?abstract), &#039;en&#039;)
}
[/sourcecode]

I&#039;ll update the queries of the blog above as well.

Cheers,

Richard</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>thanks for your comments. </p>
<p>The SPARQL select statement syntax hasn&#8217;t changed but the Dbpedia property has. It&#8217;s URI is now <a href="http://dbpedia.org/ontology/abstract" rel="nofollow">http://dbpedia.org/ontology/abstract</a>.</p>
<p>The queries below both work with the <a href="http://dbpedia.org/snorql" rel="nofollow">SNORQL query explorer</a> .</p>
<pre class="brush: plain;">
SELECT ?abstract
WHERE {
&lt;http://dbpedia.org/resource/Civil_engineering&gt; &lt;http://dbpedia.org/ontology/abstract&gt; ?abstract
}
</pre>
<pre class="brush: plain;">
SELECT ?abstract
FROM NAMED &lt;http://dbpedia.org&gt;
WHERE {
&lt;http://dbpedia.org/resource/Civil_engineering&gt; &lt;http://dbpedia.org/ontology/abstract&gt; ?abstract.
FILTER langMatches( lang(?abstract), 'en')
}
</pre>
<p>I&#8217;ll update the queries of the blog above as well.</p>
<p>Cheers,</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Edward</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-1372</link>
		<dc:creator>Matthew Edward</dc:creator>
		<pubDate>Thu, 21 Apr 2011 15:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-1372</guid>
		<description>Thanks for the post.

I get no results for your example queries in the sparql endpoint or snorql. Same thing with the examples on http://www.snee.com/bobdc.blog/2007/11/querying-dbpedia.html.

I have gotten results for some example queries, but for the vast majority of ones Im seeing on the net, including W3C&#039;s, no results.

Has sparql&#039;s syntax changed in the last couple of yrs or anything?

Frustrating.</description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>I get no results for your example queries in the sparql endpoint or snorql. Same thing with the examples on <a href="http://www.snee.com/bobdc.blog/2007/11/querying-dbpedia.html" rel="nofollow">http://www.snee.com/bobdc.blog/2007/11/querying-dbpedia.html</a>.</p>
<p>I have gotten results for some example queries, but for the vast majority of ones Im seeing on the net, including W3C&#8217;s, no results.</p>
<p>Has sparql&#8217;s syntax changed in the last couple of yrs or anything?</p>
<p>Frustrating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opening up transport scheme information using Wikipedia and SPARQL &#171; Ideas in Transit</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-243</link>
		<dc:creator>opening up transport scheme information using Wikipedia and SPARQL &#171; Ideas in Transit</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-243</guid>
		<description>[...] and with importing KML into the databases. When these issues are resolved it will be possible to do SPARQL queries to find schemes that meet certain criteria, which will also be able to include spatial information. For example one would be be able to search [...]</description>
		<content:encoded><![CDATA[<p>[...] and with importing KML into the databases. When these issues are resolved it will be possible to do SPARQL queries to find schemes that meet certain criteria, which will also be able to include spatial information. For example one would be be able to search [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3kbo &#187; Blog Archive &#187; PricewaterhouseCoopers forecast the Semanic Web</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-113</link>
		<dc:creator>3kbo &#187; Blog Archive &#187; PricewaterhouseCoopers forecast the Semanic Web</dc:creator>
		<pubDate>Sun, 07 Jun 2009 19:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-113</guid>
		<description>[...] Scott has a presentation on Linking bbc.co.uk to the Linked Data cloud and the article  DBpedia Examples using Linked Data and Sparql provides a simple example of using SPARQL to query [...]</description>
		<content:encoded><![CDATA[<p>[...] Scott has a presentation on Linking bbc.co.uk to the Linked Data cloud and the article  DBpedia Examples using Linked Data and Sparql provides a simple example of using SPARQL to query [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-111</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 04 Jun 2009 05:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-111</guid>
		<description>Cool!</description>
		<content:encoded><![CDATA[<p>Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-108</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sun, 24 May 2009 02:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-108</guid>
		<description>Terry Brooks has published a tutorial &quot;Wikipedia on a webpage&quot; http://projects.ischool.washington.edu/tabrooks/dbpedia/presentationPage.htm which shows how to execute the above SPARQL query using client-side JavaScript.</description>
		<content:encoded><![CDATA[<p>Terry Brooks has published a tutorial &#8220;Wikipedia on a webpage&#8221; <a href="http://projects.ischool.washington.edu/tabrooks/dbpedia/presentationPage.htm" rel="nofollow">http://projects.ischool.washington.edu/tabrooks/dbpedia/presentationPage.htm</a> which shows how to execute the above SPARQL query using client-side JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LibraryThing als Bibliothekskatalog &#171; Jakoblog — Das Weblog von Jakob Voß</title>
		<link>http://blog.3kbo.com/2008/08/11/dbpedia-examples-using-linked-data-and-sparql/comment-page-1/#comment-68</link>
		<dc:creator>LibraryThing als Bibliothekskatalog &#171; Jakoblog — Das Weblog von Jakob Voß</dc:creator>
		<pubDate>Fri, 07 Nov 2008 15:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3kbo.com/?p=69#comment-68</guid>
		<description>[...] l&#228;ngst zu allgemeinen Daten und ihrer RDF-Publikation in DBPedia ausgeweitet, welches wiederum Keimzelle des Semantic Web [...]</description>
		<content:encoded><![CDATA[<p>[...] l&#228;ngst zu allgemeinen Daten und ihrer RDF-Publikation in DBPedia ausgeweitet, welches wiederum Keimzelle des Semantic Web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

