is

Description

Only used in declarations, is assigns a name or identifier to the specified ontology. This name or identifier can then be used in the same rule to refer to that ontology, when you want to access information on it to use in the condition, or to add a field on a document.

Example

p is Person

A declaration with is is needed before you can have any expressions using p, like: p.domicile != ch.

Last updated