subset of superset   (AMR annotation guidance)

Constructions such as 10% of X, which involve a subset and a superset, are annotated using include-91.

Example:  "10% of smokers die of lung cancer."
     (i / include-91
           :ARG1 (p / person
                 :ARG1-of (d / die-01
                       :ARG1-of (c2 / cause-01
                             :ARG0 (d2 / disease :wiki "Lung_cancer" :name (n / name :op1 "lung" :op2 "cancer")))))
           :ARG2 (p2 / person
                 :ARG0-of (s2 / smoke-02))
           :ARG3 (p3 / percentage-entity :value 10))

Shortcut: Annotators may use pseudo-roles :subset/:subset-of as a shortcut for include-91.

close this window