Skip to content

Forget

Definition

<forget predicate="some_predicate"/>

or

<forget>
    <proposition predicate="some_predicate" value="some_indvidual"/>
</forget>

The plan item that makes the system forget either a particular proposition or all propositions of a certain predicate.

Attribute Type Description
predicate string The predicate of the proposition(s) that should be forgotten.

Parents

Children

Behaviour

If a predicate is given as an attribute of the element and the element has no children, all propositions of that predicate will be forgotten. If the element has a propositional child, that proposition will be forgotten.

Examples

Forget all propositions of the predicate colour

<forget predicate="colour"/>

Examples

Forget the proposition that has the predicate means_of_transport and the value train

<forget>
    <proposition predicate="means_of_transport" value="train"/>
</forget>

Last update: January 31, 2022