Hi Dario
> On 31. Mar 2022, at 09:33, Dario Bonaretti <
bonaret...@gmail.com> wrote:
>
> Can we name different relations with this approach? I'm facing a similar problem as I would like to annotate something like this:
>
> BRAT coding
>
> However, when I create a "relationship" layer, I don't know how to create different relationships and to constrain them to work only if certain entities appear.
Relationships in brat an INCEpTION work a bit differently.
Since currently INCEpTION does not support having more than one relation layer per span layer, what you'd do is have a
"label" or "value" string feature on the relation that takes the label. If you want to constraint the labels depending
on the relation endpoints, you can write "constraint rules".
Unfortunately, we currently do not have a relation constraint example directly in the documentation, but there is an
older mail thread with a similar topic:
https://groups.google.com/g/inception-users/c/d1B-aB7j_Jw/m/UieG2W0bBAAJ
Best,
-- Richard