Re: what RDF is not (was Re: RDF/XML Syntax Specification (Revised) W3C Working Draft published)

> How is your solution any different from the solution to a related problem
below?
>
> As far RDF is concerned both solutions depend on magic.
>
> peter
>
>
>
> Question:
>
> RDF does not have arbitrary first-order formulae?

Indeed (but...)

Let's take graph1 (but not assert it)

  _:child gc:childIn _:family .
  _:parent gc:spouseIn _:family .

and let's take graph2 (but not assert it)

  _:aaa gc:parent _:bbb .

and let's

  o assume that bnode _:child is same thing as bnode _:aaa
  o assume that bnode _:parent is same thing as bnode _:bbb
  o assert that graph1 logically implies graph2

From the ``implies'' scope the bnodes in graph1
are actually universally quantified variables
(and in this case also the bnodes of graph2
but not in the general case, where they
are only existentially quantified).
That is a FOL entailment rule
which we can simply write as

  { ?child gc:childIn ?family . ?parent gc:spouseIn ?family }
    log:implies { ?child gc:parent ?parent } .

No?

--
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Thursday, 20 December 2001 16:18:06 UTC