:path (AMR annotation guidance) |
Example: "I drove to Indianapolis on I-65."
(d / drive-01
:ARG0 (i / i)
:destination (c / city :wiki "Indianapolis"
:name (n / name :op1 "Indianapolis"))
:path (r / road :wiki "Interstate_65"
:name (n2 / name :op1 "I-65")))
Example: "I drove through the tunnel."
(d / drive-01
:ARG0 (i / i)
:path (t / tunnel))
Example: "The plane flew above us."
(f / fly-01
:ARG2 (p / plane)
:path (a / above
:op1 (w / we)))
Example: "I went to Pisa via Paris."
(g / go-02
:ARG0 (i / i)
:ARG4 (c / city :wiki "Pisa"
:name (n / name :op1 "Pisa"))
:path (c2 / city :wiki "Paris"
:name (n2 / name :op1 "Paris")))
Example: "I threw the stone across the river."
(t / throw-01
:ARG0 (i / i)
:ARG1 (s / stone)
:path (a / across
:op1 (r / river)))
Related roles: :source (from starting point), :destination (to end point), :direction (north, up, left, towards)