ontolog-forum
[Top] [All Lists]

Re: [ontolog-forum] Executable English and Logic (Was: accounting inteop

To: "[ontolog-forum]" <ontolog-forum@xxxxxxxxxxxxxxxx>
From: "John F. Sowa" <sowa@xxxxxxxxxxx>
Date: Sun, 11 May 2008 11:43:48 -0400
Message-id: <48271434.5070304@xxxxxxxxxxx>
Adrian,    (01)

 > I think it's often loosely stated that Datalog + NAF is
 > a subset of FOL, but that refers to syntax, and only holds
 > if you -- dangerously -- use the same sign for negation in both.    (02)

It is true that the Datalog notation is a subset of FOL notation.    (03)

Any notation for either of them can be used with classical
negation or with negation as failure.    (04)

There are some implementations that support *both* classical
negation *and* NAF with exactly the same notation.  But they
provide a "switch" that allows the inference engine to
use either classical negation or NAF.    (05)

There are notations that mix classical and NAF negations in
the same statement, but trying to keep two kinds of negation
straight in the same statement is more confusing than a
simple switch between full classical or full NAF.    (06)

SQL, by default, implements negation as failure.  For any DB
whose tables list all and only those n-tuples that happen
to be true (the closed-world assumption), the SQL 'not'
operator behaves like classical negation.    (07)

If your tables are incomplete, any DB administrator who
understands logic (and there are some who do) can design
appropriate methods of access that handle the issues
correctly in order to produce predictable results.    (08)

Most DB users, however, do not understand logic.  Fortunately,
however, they don't know how to ask a question that would
use either joins or negations.  All they do is put data in
and take data out, and they unconsciously think of "not" as
meaning "data not in table".  For those uses, they are safe.    (09)

For now and for a long time to come, the major applications
for any system of controlled or executable NLs will include
relational DBs.  That is where the bulk of the market is.
Anybody who ignores that market will find it hard to stay
in business.    (010)

John    (011)


_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/  
Subscribe/Config: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/  
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/ 
To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx    (012)

<Prev in Thread] Current Thread [Next in Thread>