<?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: Namespaces in queries, part 3</title>
	<atom:link href="http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/</link>
	<description>A weblog by Richard Cyganiak</description>
	<lastBuildDate>Wed, 03 Aug 2011 12:16:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ora Lassila</title>
		<link>http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/#comment-12778</link>
		<dc:creator>Ora Lassila</dc:creator>
		<pubDate>Sat, 28 Oct 2006 14:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/namespaces-in-queries-part-3#comment-12778</guid>
		<description>Isn&#039;t it great when everyone immediately pounces on you when you innocently post something on your blog. In this case, you have to understand that you were advocating dismantling a mechanism that&#039;s absolutely crucial to the Semantic Web; indeed one might say that a big reason why the Semantic Web was built this way was exactly to get away from name conflicts and any ambiguity about what concepts one is talking about. So no wonder people are up in arms. This is sacred stuff. :-)</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it great when everyone immediately pounces on you when you innocently post something on your blog. In this case, you have to understand that you were advocating dismantling a mechanism that&#8217;s absolutely crucial to the Semantic Web; indeed one might say that a big reason why the Semantic Web was built this way was exactly to get away from name conflicts and any ambiguity about what concepts one is talking about. So no wonder people are up in arms. This is sacred stuff. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Brickley</title>
		<link>http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/#comment-12684</link>
		<dc:creator>Dan Brickley</dc:creator>
		<pubDate>Fri, 27 Oct 2006 12:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/namespaces-in-queries-part-3#comment-12684</guid>
		<description>Better I think to consider this a kind of SPARQL authoring tool. Just as I often write crappy HTML-2-ish text files, then I run &quot;tidy -m asxml index.html&quot; to turn them into XHTML, one might write pseudo-SPARQL and then feed it through a tool to insert extra prefixes etc.

A bit of perl that reads
#include ~/stdsparql

and adds in some extra lines might be useful?</description>
		<content:encoded><![CDATA[<p>Better I think to consider this a kind of SPARQL authoring tool. Just as I often write crappy HTML-2-ish text files, then I run &#8220;tidy -m asxml index.html&#8221; to turn them into XHTML, one might write pseudo-SPARQL and then feed it through a tool to insert extra prefixes etc.</p>
<p>A bit of perl that reads<br />
#include ~/stdsparql</p>
<p>and adds in some extra lines might be useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Williams</title>
		<link>http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/#comment-12657</link>
		<dc:creator>Gregory Williams</dc:creator>
		<pubDate>Fri, 27 Oct 2006 01:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/namespaces-in-queries-part-3#comment-12657</guid>
		<description>Another approach might be to convince endpoint maintainers to pre-define namespaces appropriate to their data. Thus, an endpoint with information about people could maintain default values for the prefixes &#039;foaf&#039; and &#039;rel&#039;, while a photograph endpoint might pre-define &#039;foaf&#039;, &#039;album&#039;, &#039;dc&#039;, and &#039;dcterms&#039;. You&#039;d still have to type the namespace in the QName, but there&#039;d be no need to explicitly write out the prefix declaration.</description>
		<content:encoded><![CDATA[<p>Another approach might be to convince endpoint maintainers to pre-define namespaces appropriate to their data. Thus, an endpoint with information about people could maintain default values for the prefixes &#8216;foaf&#8217; and &#8216;rel&#8217;, while a photograph endpoint might pre-define &#8216;foaf&#8217;, &#8216;album&#8217;, &#8216;dc&#8217;, and &#8216;dcterms&#8217;. You&#8217;d still have to type the namespace in the QName, but there&#8217;d be no need to explicitly write out the prefix declaration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JHendler</title>
		<link>http://richard.cyganiak.de/blog/2006/10/namespaces-in-queries-part-3/#comment-12644</link>
		<dc:creator>JHendler</dc:creator>
		<pubDate>Thu, 26 Oct 2006 22:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/namespaces-in-queries-part-3#comment-12644</guid>
		<description>We use SPARQL in a lot of ways, incluyding a lot of the sort of interactive thing you are talking about - but that doesn&#039;t make us (MINDSWAPpers) less interested in namespaces - rather it makes us moreso - often we pull things from different sites where a common string (like :name) may be used in different ways than we use it, or someone else does - so when we see foaf:name we don&#039;t want to assume it is the same as doap:name (which might be the name of a project) or random:name which might be some mathematical identity function, etc. etc - if you just want to display things to a user, it may not matter than much, but if you merge these things, you need to be able to control when we want things to merge and when we don&#039;t -- some simple OWL is crucial to this, btw - one can express equivalence and difference between these things, allowing for much better control
 JH</description>
		<content:encoded><![CDATA[<p>We use SPARQL in a lot of ways, incluyding a lot of the sort of interactive thing you are talking about &#8211; but that doesn&#8217;t make us (MINDSWAPpers) less interested in namespaces &#8211; rather it makes us moreso &#8211; often we pull things from different sites where a common string (like :name) may be used in different ways than we use it, or someone else does &#8211; so when we see foaf:name we don&#8217;t want to assume it is the same as doap:name (which might be the name of a project) or random:name which might be some mathematical identity function, etc. etc &#8211; if you just want to display things to a user, it may not matter than much, but if you merge these things, you need to be able to control when we want things to merge and when we don&#8217;t &#8212; some simple OWL is crucial to this, btw &#8211; one can express equivalence and difference between these things, allowing for much better control<br />
 JH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: richard.cyganiak.de @ 2012-02-09 15:57:42 -->
