Skip to content

Proposition

Definition

<proposition predicate="p" value="a">

The element that represents a proposition, consisting of a predicate on an individual.

Attribute Type Description
predicate string Required. The value must be enumerated in the ontology.
value string Required. The value must be known to TDM e.g. by being a static individual enumerated in the ontology.

Parents

Children

None.

Behaviour

The proposition is used in conditional constructs in the domain language, in conditions, for assuming etc.

Examples

Proposition for the colour blue:

<proposition predicate="color" value="blue"/>

Last update: October 25, 2022