:part (AMR annotation guidance) |
Example: "the roof of the house"
(r / roof
:part-of (h / house))
Example: "my hands"
(h / hand
:part-of (i / i))
It's also used to specify parts of countries and other geopolitical entities, such as the south of France, or mainland China.
Example: They live in the south of France.
(l / live-01
:ARG0 (t / they)
:location (s / south
:part-of (c / country :wiki "France"
:name (n / name :op1 "France"))))
Reifications: have-part-91
Example: "CEO of IBM"
(p / person
:ARG0-of (h / have-org-role-91
:ARG1 (c2 / company :wiki "IBM" :name (n / name :op1 "IBM"))
:ARG2 (o / officer
:mod (c / chief)
:mod (e / executive))))
Example: "a ring of gold"
(r / ring
:consist-of (g / gold))
Example: "They live in Northern Ireland."
(l / live-01
:ARG0 (t / they)
:location (c / country :wiki "Northern_Ireland"
:name (n / name :op1 "Northern" :op2 "Ireland")))