Re: A Single Foundational Logic for the Semantic Web

[...]

>Perhaps I'm misreading it; if someone can present a
>paradox using only log:forSome, log:forAll, and log:implies, then I
>think I (and I'll venture TimBL and others) will be very interested.

####### rpf.n3
@prefix owl: <http://www.w3.org/2001/10/daml+oil#> .
@prefix : <rp#> .

{ ?x a :R } log:implies { ?x a [ owl:complementOf ?x ] } .
{ ?x a [ owl:complementOf ?x ] } log:implies { ?x a :R } .

--
Jos

Received on Monday, 29 April 2002 15:42:29 UTC