<?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: Who needs &#8216;AS&#8217; in SPARQL?</title>
	<atom:link href="http://torrez.us/archives/2006/03/24/426/feed/" rel="self" type="application/rss+xml" />
	<link>http://torrez.us/archives/2006/03/24/426/</link>
	<description>Hi.</description>
	<lastBuildDate>Fri, 02 Mar 2012 05:57:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: TechnicaLee Speaking: SPARQL Calendar Demo: Retrieving Calendar Events</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-4287</link>
		<dc:creator>TechnicaLee Speaking: SPARQL Calendar Demo: Retrieving Calendar Events</dc:creator>
		<pubDate>Sun, 21 May 2006 12:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-4287</guid>
		<description>[...] This is an ugly hack. Anyone reading this should be outraged. I was, but sometimes deadlines beckon. This is an ugly hack not least of all because the all of those ics2rdf URLs are invalid URL syntax (the reserved characters in the ical query parameter should be URL escaped). A possible solution would be to extend our calendar convention to require that a person&#039;s FOAF data contain a triple along the lines of: &lt;http://example/myCalendar.ics&gt; ex:asRDF &lt;http://torrez.us/services/ics2rdf/?ical=http%3A//example/myCalendar.ics&gt;. That&#039;s ugly, also, but perhaps a bit better. When we look at the queries that deal with people&#039;s interests and make use of data from upcoming.org, we&#039;ll see that this is a more general problem: when we access non-RDF data as RDF, how do we semantically associate the (different) URLs of (different) representations of the same data in a manner which is relatable within a SPARQL query? Elias wrote about this dilemma and solicited opinions ranging from handling this at an application level (but how do we do that with the current SPARQL Protocol over the web?) to extending the expressibility of SPARQL FROM NAMED clauses. [...]</description>
		<content:encoded><![CDATA[[...] This is an ugly hack. Anyone reading this should be outraged. I was, but sometimes deadlines beckon. This is an ugly hack not least of all because the all of those ics2rdf URLs are invalid URL syntax (the reserved characters in the ical query parameter should be URL escaped). A possible solution would be to extend our calendar convention to require that a person&#8217;s FOAF data contain a triple along the lines of: &lt;<a href="http://example/myCalendar.ics&#038;gt" rel="nofollow">http://example/myCalendar.ics&#038;gt</a>; ex:asRDF &lt;<a href="http://torrez.us/services/ics2rdf/?ical=http%3A//example/myCalendar.ics&gt;" rel="nofollow">http://torrez.us/services/ics2rdf/?ical=http%3A//example/myCalendar.ics&gt;</a>. That&#8217;s ugly, also, but perhaps a bit better. When we look at the queries that deal with people&#8217;s interests and make use of data from upcoming.org, we&#8217;ll see that this is a more general problem: when we access non-RDF data as RDF, how do we semantically associate the (different) URLs of (different) representations of the same data in a manner which is relatable within a SPARQL query? Elias wrote about this dilemma and solicited opinions ranging from handling this at an application level (but how do we do that with the current SPARQL Protocol over the web?) to extending the expressibility of SPARQL FROM NAMED clauses. [...]]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Beckett</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3229</link>
		<dc:creator>Dave Beckett</dc:creator>
		<pubDate>Sat, 25 Mar 2006 05:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3229</guid>
		<description>There&#039;s already a pseudo design for recording graph names in rdf/xml.  The way to delimit rdf graphs is the rdf:RDF element itself, all it needs is a tiny syntax extension of an attribute such as rdf:graphURI to give the graph inside a URI name.  *If* RDF/XML was worth extending.

An xml:base on the root rdf:RDF element seems an interesting way without an extension   I guess it is OK.</description>
		<content:encoded><![CDATA[There&#8217;s already a pseudo design for recording graph names in rdf/xml.  The way to delimit rdf graphs is the rdf:RDF element itself, all it needs is a tiny syntax extension of an attribute such as rdf:graphURI to give the graph inside a URI name.  *If* RDF/XML was worth extending.<br />
<br />
An xml:base on the root rdf:RDF element seems an interesting way without an extension   I guess it is OK.]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cyganiak</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3228</link>
		<dc:creator>Richard Cyganiak</dc:creator>
		<pubDate>Sat, 25 Mar 2006 01:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3228</guid>
		<description>I don&#039;t know, and I&#039;d also like to know what others think. Some wider discussion of the pragmatics around SPARQL graph names would certainly be good.</description>
		<content:encoded><![CDATA[I don&#8217;t know, and I&#8217;d also like to know what others think. Some wider discussion of the pragmatics around SPARQL graph names would certainly be good.]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3227</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Fri, 24 Mar 2006 19:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3227</guid>
		<description>Richard, I think it&#039;s a good idea. I wonder what others think about it, would it get any traction in a best practices kind of setting?</description>
		<content:encoded><![CDATA[Richard, I think it&#8217;s a good idea. I wonder what others think about it, would it get any traction in a best practices kind of setting?]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cyganiak</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3226</link>
		<dc:creator>Richard Cyganiak</dc:creator>
		<pubDate>Fri, 24 Mar 2006 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3226</guid>
		<description>In line with Michael&#039;s brainfart, I think it wouldn&#039;t be *completely* crazy if the SPARQL processor used the xml:base of of graphs loaded via FROM NAMED as graph names. Could be confusing as hell in some situations, or just whay you want in others.

This wouldn&#039;t violate the spec, and would be very much in line with the thinking that an RDF graph has a name (the original data source), but may be served from somewhere else (cache, converter).</description>
		<content:encoded><![CDATA[In line with Michael&#8217;s brainfart, I think it wouldn&#8217;t be *completely* crazy if the SPARQL processor used the xml:base of of graphs loaded via FROM NAMED as graph names. Could be confusing as hell in some situations, or just whay you want in others.<br />
<br />
This wouldn&#8217;t violate the spec, and would be very much in line with the thinking that an RDF graph has a name (the original data source), but may be served from somewhere else (cache, converter).]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Beckett</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3225</link>
		<dc:creator>Dave Beckett</dc:creator>
		<pubDate>Fri, 24 Mar 2006 16:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3225</guid>
		<description>As I recall in earlier DAWG discussions, we proposed FROM  (NAMED )* but eventually ended up with the other 2 forms.


As with ARQ, my Rasqal code can still do this and it&#039;s available if constructing queries via the API.</description>
		<content:encoded><![CDATA[As I recall in earlier DAWG discussions, we proposed FROM  (NAMED )* but eventually ended up with the other 2 forms.<br />
<br />
<br />
As with ARQ, my Rasqal code can still do this and it&#8217;s available if constructing queries via the API.]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Feigenbaum</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3224</link>
		<dc:creator>Lee Feigenbaum</dc:creator>
		<pubDate>Fri, 24 Mar 2006 14:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3224</guid>
		<description>How can you do it? Dirty tricks, Elias, dirty tricks.

(But you knew that already :-)</description>
		<content:encoded><![CDATA[How can you do it? Dirty tricks, Elias, dirty tricks.<br />
<br />
(But you knew that already <img src='http://torrez.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3223</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Fri, 24 Mar 2006 13:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3223</guid>
		<description>k. I&#039;m persuaded that this shouldn&#039;t be in the language and that it&#039;s perfect place is in the software (as Jena &#039;s Locator mappings). But how can I do so externally to the SPARQL engine, i.e. a web 2.0 application talking to http://sparql.org/ and the authors don&#039;t know Andy Seaborne&#039;s email address?</description>
		<content:encoded><![CDATA[k. I&#8217;m persuaded that this shouldn&#8217;t be in the language and that it&#8217;s perfect place is in the software (as Jena &#8216;s Locator mappings). But how can I do so externally to the SPARQL engine, i.e. a web 2.0 application talking to <a href="http://sparql.org/" rel="nofollow">http://sparql.org/</a> and the authors don&#8217;t know Andy Seaborne&#8217;s email address?]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Seaborne</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3222</link>
		<dc:creator>Andy Seaborne</dc:creator>
		<pubDate>Fri, 24 Mar 2006 10:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3222</guid>
		<description>In Jena/ARQ, you can do that - it&#039;s not part of the query - it&#039;s part of the environment.  There&#039;s a mapping from name use din FROM/FROM NAMED to the real file/URL to use.  Used a lot for ontology imports.  It&#039;s called a location-mapping.</description>
		<content:encoded><![CDATA[In Jena/ARQ, you can do that &#8211; it&#8217;s not part of the query &#8211; it&#8217;s part of the environment.  There&#8217;s a mapping from name use din FROM/FROM NAMED to the real file/URL to use.  Used a lot for ontology imports.  It&#8217;s called a location-mapping.]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://torrez.us/archives/2006/03/24/426/comment-page-1/#comment-3221</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 24 Mar 2006 10:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://torrez.us/archives/2006/03/24/426/#comment-3221</guid>
		<description>Nevermind, I wrote that a few minutes after getting up, sorry :)

Sounds like application logic to me though, getting all that done by SPARQL itself would turn out rather messy I believe.</description>
		<content:encoded><![CDATA[Nevermind, I wrote that a few minutes after getting up, sorry <img src='http://torrez.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
<br />
Sounds like application logic to me though, getting all that done by SPARQL itself would turn out rather messy I believe.]]></content:encoded>
	</item>
</channel>
</rss>

