:example   (AMR annotation guidance)

Example:  animals such as giraffes
     (a / animal
           :example (g / giraffe))

Example:  high tech companies like IBM and Google
     (c / company
           :mod (t / tech
                 :ARG1-of (h / high-02))
           :example (a / and
                 :op1 (c2 / company :wiki "IBM" :name (n / name :op1 "IBM"))
                 :op2 (c3 / company :wiki "Google" :name (n2 / name :op1 "Google"))))

Reifications: exemplify-01


Examples where not to use :example

Example:  Blaming futures is like blaming the messenger .
     (r / resemble-01
           :ARG1 (b / blame-01
                 :ARG1 (f / future))
           :ARG2 (b2 / blame-01
                 :ARG1 (m / messenger)))

close this window