CycL First-Order Logic Language

From GM-RKB
Jump to navigation Jump to search

A CycL First-Order Logic Language is a knowledge representation language used in Cyc Projects.



References

2017a

2017b

  • (Cycorp, 2017) ⇒ "CycL: The Cyc Knowledge Representation Language" http://www.cyc.com/cycl/ Retrieved:2017-6-11.
    • CycL is Cyc’s large and extraordinarily flexible knowledge representation language. It is essentially an augmentation of first-order predicate calculus (FOPC), with extensions to handle equality, default reasoning, skolemization, and some second-order features. (For example, quantification over predicates is allowed in some circumstances, and complete assertions can appear as intensional components of other assertions.) CycL uses a form of circumscription, includes the unique names assumption, and can make use of the closed world assumption where appropriate.

2017c

  • (Cycorp, 2017) ⇒ "Cycl Syntax" http://www.cyc.com/cycl/syntax/ Retrieved:2017-6-11.
    • CycL is a formal language whose syntax derives from first-order predicate calculus (the language of formal logic) and from Lisp. In order to express common sense knowledge, however, it goes far beyond first order logic. The vocabulary of CycL consists of terms. The set of terms can be divided into constants, non-atomic terms (NATs), variables, and a few other types of objects. Terms are combined into meaningful CycL expressions, which are used to make assertions in the Cyc knowledge base. (...)