<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.nodalpoint.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>nodalpoint.org - semantic web - Comments</title>
 <link>http://www.nodalpoint.org/nodalpoint_tags/semantic_web</link>
 <description>Comments for &quot;semantic web&quot;</description>
 <language>en</language>
<item>
 <title>&quot;... are not part of the</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-4134</link>
 <description>&lt;p&gt;&quot;... are not part of the semantic web because you cannot HTTP GET them.&quot;&lt;/i&gt; Not quite, because you can&#039;t HTTP GET &lt;i&gt;metadata&lt;/i&gt; about them, or URLs for that matter. As I said, I&#039;m thinking from the perspective of a semantic web crawler/agent. I mean, what is the semantic web, if not the web as we know it but for machines ? In other words, imagine what an autonomous agent would need to navigate and browser the web rather than a human... let&#039;s keep going then shall we.&lt;/p&gt;
&lt;p&gt;My requirements are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A distinction between data and metadata.&lt;/li&gt;
&lt;li&gt;A universally accepted, scallable, protcol for agents to access both data and metadata. &lt;/li&gt;
&lt;li&gt;Data and metadata must be identifiable. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Two is probably inclusive of one, but we can refine these as we go.&lt;/p&gt;
&lt;p&gt;At the moment the world wide web provides the identifier system (HTTP URIs, which includes naming, resolution and locating), and the protocol for accessing resources identified by URIs: HTTP. What we don&#039;t have is a universally accepted, scalable solution to accessing metadata about resources on the web. HTTP does not address this problem, as far as I know.&lt;/p&gt;
&lt;p&gt;Of course you can layer any number of solutions on top of HTTP that will achieve roughly that goal (i.e. metadata about a resource). For example, standardize on an HTML linking scheme to point agents to metadata about the resource, transform HTML to RDF (GRDDL), or embed RDF/XML directly in the HTML.  However, these solutions do not satisfy the scalability requirement. An agent will need to download each resource it wants to know about *before* it can know about it and it will have to know about each of these mechanisms. Second it does not satisfy the universally accepted requirement, it is likely that different organizations will adopt different standards for linking and/or embedding metadata in a webpage.&lt;/p&gt;
&lt;p&gt;Alternatively you can just invent a whole new system for identification, location and resolution that includes a getMetaData facility. This would be LSIDs. Again, LSIDs fail the universally accepted requirement. It is now that I can say that I don&#039;t have any real problems with LSIDs themselves or any of the solutions I mentioned previously, it is just that I think the likelihood of adoption is low. This is also true of my preferred solution MGET (or URIQA). Without the W3C getting behind at least one of them and that solution also integrating easily into the existing web infrastructure, then yes, the whole proposition is a non-starter. Sure there will be isolated pockets of activity, but it will never take-off in the same way the HTTP web did.&lt;/p&gt;
&lt;p&gt;At this point &lt;a href=&quot;http://www.dalkescientific.com/writings/diary/archive/2007/07/26/conneg.html&quot;&gt;content negotiation&lt;/a&gt;, or embedding the metadata URL in a HEAD request are often touted as a solutions. Content negotiation doesn&#039;t deal with the metadata/data issue, only different representations of the data and HEAD requests are not scalable.  For example, using content negotiation I may be able to have my agent accept application/rdf+xml, but it is doing this blindly. There is no way for it to know what it will get, other than its format will be RDF-XML. And even if both the server and the agent implement content negotiation, we are still back to figuring out what the resource is based on downloading the resource, rather than downloading authoritative metadata about the resource. Furthermore, some resources just don&#039;t have a logical RDF representations e.g. images, concepts etc. However metadata about those concepts are logically represented in RDF using descriptive ontologies.&lt;/p&gt;
&lt;p&gt;To get around the &quot;how do you know about a resource before you download it&quot; problem, you can posit centralized google-like resources that can be queried (using SPARQL I guess) by agents for information about resources. It might work, but again, scalability, universally accepted. Also, how does a centralized database help me if I am the authority (owner of the domain identifying that resource) ? I want to provide my own metadata, not what google thinks it is about. &lt;/p&gt;
&lt;p&gt;Thus, while  HTTP is not the only game in town (think gopher, or ftp) when it comes to building a web of interlinked resources, it is the one most universally accepted. HTTP URIs are also not the only game in town for naming and locating resources (think LSIDs), but they are universally accepted. So HTTP is the web, HTTP URLs are the web, and if this is true, then HTTP need to be updated to facilitate access to metadata about resources by agents if it is to also be the semantic web.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 08 Aug 2007 02:18:26 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 4134 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>I just can&#039;t GET enough</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3856</link>
 <description>&lt;p&gt;OK, let&#039;s recap. If I&#039;ve understood your arguments correctly, they are something like this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the semantic web, you think all URIs should be URLs that you can HTTP GET. Names, like URNs and ISBNs, in your opinion, are NOT part of the semantic web because you can&#039;t HTTP GET them.&lt;/li&gt;
&lt;li&gt;Without an extra &lt;i&gt;GetMetadata&lt;/i&gt; method added to HTTP, this whole idea of the semantic web is a complete non-starter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The second proposition is interesting, which is why I just can&#039;t get enough, long after everyone else has lost interest in this thread :) Why can&#039;t the semantic web work with HTTP as it is? The web works OK with HTTP as it is so why can&#039;t the semantic web do the same? The current web isn&#039;t perfect, but it does work. People can still build and share ontologies on the web without changing HTTP. &lt;a href=&quot;http://www.cs.man.ac.uk/~sattler/reasoners.html&quot;&gt;Reasoners&lt;/a&gt; (or &quot;agents&quot; if you prefer), are a key part of the semantic web, and they work perfectly well with HTTP as it is. So why do you think this shortcoming of HTTP is a show-stopper for the whole semantic web? Sorry if I&#039;m banging on and on, but I find this discussion intriguing! I can see why &lt;i&gt;GetMetadata&lt;/i&gt; is desirable, but I can&#039;t see why you think it&#039;s an absolute pre-requisite.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 26 Jul 2007 05:25:06 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3856 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Is this ontology NOT part of</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3853</link>
 <description>&lt;blockquote&gt;&lt;p&gt;Is this ontology NOT part of the web because we can&#039;t GET all the URIs it uses?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;As you suggest, there are two issues here: the resources themselves being gettable and metadata about the resources being gettable. In the case of resources that have no logical representation on the web (i.e. the Danube river, or p53), then no, they don&#039;t need to be gettable (but the metadata describing them does). In the case of an ontology description in OWL, yes they do. The side debate of hash vs. slash is important but not the main issue here. &lt;/p&gt;
&lt;p&gt;A semantic web crawler needs to have a mechanism available to it, as a fundamental part of the web infrastructure, to get metdata about a resource, whether it be informational or non-informational (i.e. a concept with no logical representation or an HTML page). Since this does not exist, there is very little hope that the vision of the semantic web as being distributed data integration on the web will never be realized.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 25 Jul 2007 08:24:40 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 3853 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Slap me if you&#039;ve heard this one before</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3851</link>
 <description>&lt;p&gt;My prize should probably be a slap, for bastardising great works of english literature and music :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 25 Jul 2007 05:16:52 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3851 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Brief aside...</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3850</link>
 <description>&lt;p&gt;Duncan deserves some sort of punning prize, I feel.&lt;/p&gt;
&lt;p&gt;Either than or a slap. Haven&#039;t decided. :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 24 Jul 2007 15:48:28 -0400</pubDate>
 <dc:creator>stewc</dc:creator>
 <guid isPermaLink="false">comment 3850 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>You can&#039;t always GET what you want</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3848</link>
 <description>&lt;p&gt;Lets use another example besides iSBN. The pizza ontology [1] uses several URIs, some of them you can GET, like the one which has some description and versioning information at &lt;a href=&quot;http://www.co-ode.org/ontologies/pizza/2007/02/12/&quot;&gt;http://www.co-ode.org/ontologies/pizza/2007/02/12/&lt;/a&gt; and another identifying the OWL serialisation of the ontology at &lt;a href=&quot;http://www.co-ode.org/ontologies/pizza/2007/02/12/pizza.owl&quot;&gt;http://www.co-ode.org/ontologies/pizza/2007/02/12/pizza.owl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But it also uses these URIs which you can&#039;t GET &lt;a href=&quot;http://www.co-ode.org/ontologies/pizza/pizza.owl&quot;&gt;http://www.co-ode.org/ontologies/pizza/pizza.owl&lt;/a&gt;, &lt;a href=&quot;http://www.co-ode.org/ontologies/pizza/pizza.owl#SpicyPizza&quot;&gt;http://www.co-ode.org/ontologies/pizza/pizza.owl#SpicyPizza&lt;/a&gt; and  &lt;a href=&quot;http://www.co-ode.org/ontologies/pizza/pizza.owl#hasSpicines&quot;&gt;http://www.co-ode.org/ontologies/pizza/pizza.owl#hasSpicines &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Why should &lt;i&gt;all&lt;/i&gt; these URIs be http gettable? Is this ontology NOT part of the web because we can&#039;t GET all the URIs it uses? I don&#039;t think so, because if you try sometimes you might find you GET all the URIs you need [2]. As for getting the metadata associated with these URIs, thats a seperate issue, I agree with you Greg. It&#039;d be nice to have, but it might take a long time.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Alan Rector, Nick Drummond, Matthew Horridge, Jeremy Rogers, Holger Knublauch, Robert Stevens, Hai Wang and Chris Wroe (2004) &lt;a href=&quot;http://www.co-ode.org/resources/papers/ekaw2004.pdf&quot;&gt;OWL Pizzas: Practical Experience of Teaching OWL-DL: Common Errors and Common Patterns&lt;/a&gt; EKAW&lt;/li&gt;
&lt;li&gt;Mick Jagger and Keith Richards (1968) &lt;a href=&quot;http://en.wikipedia.org/wiki/You_Can&amp;#039;t_Always_Get_What_You_Want&quot;&gt;You can&#039;t always (HTTP) GET what you want&lt;/li&gt;
&lt;/ol&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Tue, 24 Jul 2007 07:30:07 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3848 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>What is bothering for this</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3847</link>
 <description>&lt;blockquote&gt;&lt;p&gt;What is bothering for this kind of application, however, is when people generate their own URIs for third-party resources, even if they already have a perfectly good, official URI (unfortunately opinions differ on what is &quot;perfectly good&quot;, it appears).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I can&#039;t see a distributed system not having this property i.e. two people identifying the same resource (concept) with two different URLs. Inverse functional properties, owl:sameAs go some way to solving this, but the problem won&#039;t go away and is something the semantic web needs to live with. In communities that have better organization (i.e. the life sciences community) there may be some hope of reaching agreements on the, but on the web at large it will be hard to stop, I agree.&lt;/p&gt;
&lt;p&gt;The idea of link rel=&quot;alternate&quot; doesn&#039;t quite work for me, also content negotiation. I take both to mean getting an alternate representation of the resource being identified. What you need is a mechanism to get metadata about a resource before you download the resource itself.  Otherwise you have a solution that just does not scale. If a semantic web crawler has to download every resource it is interested in and then figure out what it is, a lot of redundant fetches will be made. If there is a mechanism in place for getting metadata about a resource, then resolving non-informational resources will never occur. As the semantic web agent will first request metadata about the resource, learn that it doesn&#039;t have a representation on the web, and move on.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 19:25:20 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 3847 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>There are times when you&#039;ll</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3846</link>
 <description>&lt;blockquote&gt;&lt;p&gt;There are times when you&#039;ll want to HTTP GET them and times when you don&#039;t.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Unless we are talking about something other than the semantic &lt;i&gt;web&lt;/i&gt; then no, you always want to use HTTP GET, because if you&#039;re not using HTTP GET then we are not talking about the web. And we don&#039;t want to just GET the resources, we want to get metadata &lt;i&gt;about&lt;/i&gt; the resources. A semantic web crawler cannot function without this mechanism in place. Now Eric Jain is correct, if you&#039;re only using URNs in the context of a custom data integration system independent of the web then go-for-your-life, invent as many naming and resolving schemes as you like. But in my opinion, the semantic web, if it ever does exist, will be part of the web. That is, the web as we all naturally understand it: the HTTP gettable web. And therefore we need a mechanism &lt;i&gt;baked&lt;/i&gt; into the web for getting metadata about a resource. &lt;/p&gt;
&lt;p&gt;The problem with URNs having their own schemes for turning them into a location is that, as you suggest, there are a million ways to do it. I am not interested in coding a semantic web crawler that needs to know specific conventions for turning every URN it encounters into a location and then figuring out a separate mechnism to find out what exactly is being identified.&lt;/p&gt;
&lt;p&gt;The semantic web is all about the web. Thus the web must have metadata a first class citizen, end of story. Yes, you are completely correct, implementing a standard getMetadata method across the web will be &quot;challenging&quot;, but this is the mission the W3C is there to pursue. &lt;/p&gt;
&lt;p&gt;I mean, if it is not the web, it is just not cricket !&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 19:05:02 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 3846 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>To GET or not to GET. That&#039;s NOT the question...</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3844</link>
 <description>&lt;p&gt;If I&#039;ve understood this correctly, the &lt;a href=&quot;http://www.w3.org/&quot;&gt;Dubya3C&lt;/a&gt; have deliberately used the more &lt;a href=&quot;http://en.wikipedia.org/wiki/Uniform_Resource_Identifier&quot;&gt;vague URI&lt;/a&gt; rather than URL in their specifications, because the web uses both URLs and URNs. There are times when you&#039;ll want to HTTP GET them and times when you don&#039;t.&lt;/p&gt;
&lt;p&gt;If you just want to uniquely identify something, URNs are fine. As a colleague of mine once put it, &quot;&lt;a href=&quot;http://www.cs.man.ac.uk/~hulld/q2007-04-13.html&quot;&gt;its just a f**king string&lt;/a&gt;&quot;. &lt;/p&gt;
&lt;p&gt;For example the Uniform Resource Name &lt;code&gt;URN:ISBN:0805080430&lt;/code&gt; uniquely identifies a book by &lt;a href=&quot;http://en.wikipedia.org/wiki/David_Weinberger&quot;&gt;David Weinberger&lt;/a&gt; without any need for HTTP at all thank you very much.&lt;/p&gt;
&lt;p&gt;If we want to identify a thing describing David&#039;s book the we can transform the URN into a URI &lt;a href=&quot;http://www.amazon.co.uk/exec/obidos/ASIN/0805080430&quot; title=&quot;http://www.amazon.co.uk/exec/obidos/ASIN/0805080430&quot;&gt;http://www.amazon.co.uk/exec/obidos/ASIN/0805080430&lt;/a&gt; or in &lt;a href=&quot;http://en.wikipedia.org/w/index.php?title=Special:Booksources&amp;amp;isbn=0738204315&quot;&gt;a millon other ways&lt;/a&gt;. Why should a scheme for uniquely identifying things be so tightly coupled to HTTP (or anything else for that matter)? &lt;/p&gt;
&lt;p&gt;Where your URIs are URLs that you can GET, I agree, it&#039;d be handy to have a standard &lt;i&gt;getMetadata&lt;/i&gt; method. But adding extra methods to HTTP seems like adding extra letters to the alphabet, it might have its uses, but its going to be &quot;challenging&quot; to implement successfully :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 12:35:51 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3844 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Don&#039;t know about which is</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3843</link>
 <description>&lt;p&gt;Don&#039;t know about which is the &quot;right one&quot;, but &quot;gettable&quot; URLs seem to be the more simple and practical solution, for now.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 09:40:51 -0400</pubDate>
 <dc:creator>ejain</dc:creator>
 <guid isPermaLink="false">comment 3843 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>HTTP gettable (or mgettable</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3842</link>
 <description>&lt;p&gt;HTTP gettable (or mgettable rather) is what they should be. But HTTP does not feature in that stack, and this is what annoys me about the whole issue. The semantic web mandarins have been intentionally vague about the implementation details. I get the feeling that they have gone for an abstract description of the stack on purpose, hoping that the correct implementation would follow i.e. URLs vs. URNs. Even if URLs win, which they seem to be doing, there is still the issue of accessing metadata describing the resource being identified by the URL. This is an implementation detail left out of the stack. So maybe your right, it will end in tiers, just more of them :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 09:39:23 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 3842 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Being able to resolve</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3841</link>
 <description>&lt;p&gt;Being able to resolve identifiers may be important for some applications (e.g. a Semantic Web crawler), but for others (e.g. a data integration system) I think it&#039;s often irrelevant. What is bothering for this kind of application, however, is when people generate their own URIs for third-party resources, even if they already have a perfectly good, official URI (unfortunately opinions differ on what is &quot;perfectly good&quot;, it appears). Would be less of an issue if mappings (e.g. in the form of owl:sameAs statements) where provided. In fact, the ability to do so is what can make the Semantic Web work even when people can&#039;t agree on much (to be expected).&lt;/p&gt;
&lt;p&gt;Note that in principal there already is a &quot;standard&quot; way to link to different representations: Just return a Web page by default, and include some &lt;code&gt;link rel=&quot;alternate&quot; type=&quot;...&quot;&lt;/code&gt; elements in the header. And then there is also content negotiation... Something more easily and efficiently machine readable would be welcome, but shouldn&#039;t hold things back!&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 09:30:06 -0400</pubDate>
 <dc:creator>ejain</dc:creator>
 <guid isPermaLink="false">comment 3841 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>The semantic web: will it all end in tiers?</title>
 <link>http://www.nodalpoint.org/2007/07/22/url_1_lsid_1_or_why_i_dont_care_about_the_sematic_web#comment-3840</link>
 <description>&lt;p&gt;You&#039;ll notice most semantic web software stacks (like the one below) have URI in them (not URL or URN)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/dullhunk/415645490/&quot; title=&quot;semweb stack&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/129/415645490_d77022cda4_o.png&quot; width=&quot;510&quot; height=&quot;281&quot; alt=&quot; Will It All End In Tiers?&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The likes of LSID and URIQA don&#039;t feature in these stacks at the moment, so we&#039;ve got two interpretations of the semantic web: One where every URI is an HTTP gettable URL another where URIs are URNs. Which is the &quot;right&quot; one?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Jul 2007 05:39:02 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3840 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Freebase invitations</title>
 <link>http://www.nodalpoint.org/2007/06/28/freebase_invitations#comment-3698</link>
 <description>&lt;p&gt;I also have some invitations to send way (pedrobeltrao /in/ gmail).&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 01 Jul 2007 14:51:40 -0400</pubDate>
 <dc:creator>PedroBeltrao</dc:creator>
 <guid isPermaLink="false">comment 3698 at http://www.nodalpoint.org</guid>
</item>
</channel>
</rss>
