Earlier quoted context omitted.
Where does TimBL say that "intelligent agents" will be blindly crawling? Certainly agents have to follow links they haven't seen before (there wouldn't be much point if they didn't), but following links provided by trusted sources is vastly different from what Google does. > The RDF format deals with "triples" precisely to enable inferences ("syllogisms"). As far as I know, this is not and has never been true. RDF de…
Me: >> The RDF format deals with "triples" precisely to enable inferences ("syllogisms"). You: > As far as I know, this is not and has never been true. TimBL, http://www.w3.org/DesignIssues/Semantic.html : > sometimes it is less than evident why one should bother to map an application in RDF. The answer is that we expect this data, while limited and simple within an application, to be combined, later, with data from…
When I talk about merging data, I'm talking about taking two independent documents:
parentOf
name 'Brian'
and name 'Brendan'
and being able to join those graphs on the node, to say that a person named Brendan has a parent named Brian. This is what TimBL means by combining data from multiple applications (IMO).This is trivial for software to do and takes a lot of the effort out of merging datasets. It's what makes the semantic web a web; you're linking different datasets together. I don't see how Shirky's arguments apply here.
--
When I say "inferencing", I mean something like Swish http://www.ninebynine.org/RDFNotes/Swish/Intro.html#ScriptEx... does.
Given two statements:
parentOf
gender
and an appropriate set of rules, an inference engine can create a third statement: sonOf
This is what I understand Shirky's article to be about. IMO the applications of it are limited. It can also lead to the ridiculous results Shirky suggests.Enabling inferences of this kind is neat, and it may be useful in the future, but it's not what the semantic web is About.