Glossary Category:

Dependent

In the context of the Cyc KB, the dependents of an assertion are those other assertions that use the first assertion in one of their supporting deductions. When an assertion A participates in a successful forward inference, a deduction data structure will be created....

Direction

Direction is a value attached to every assertion which determines whether inference involving the assertion is done when an assertion is added to the KB, or done in response to a query being asked. There are three possible values for direction: :forward (inference...

Disjunction

Disjunction is represented in Cyc by the logical connective #$or. A formula is sometimes called a disjunction if it begins with #$or.

Disjunctive normal form

Disjunctive Normal Form (DNF) is the form into which each Cyc assertion or query can be recast at the HL level. This is most salient for Cyc with respect to queries, as each query is translated into its disjunctive normal form prior to looking for bindings to the...