Relation¶
Fields¶
Property |
Required |
Type |
Description |
---|---|---|---|
id |
True |
string |
ID of the relation used to refer to it from other objects |
name |
True |
string |
Name of the relation (e.g. |
textRepr |
True |
string |
Textual representation of the relation (e.g. eat(John, apple)) |
type |
True |
string |
Relation type (verb, attr, external) |
args |
True |
List[Argument] |
Relation arguments |
feats |
True |
Map[string, string] |
Relation features (e.g. negation, modality, …) |
support |
False |
List[Support] |
Support of this relation in the text |