Closed mgeorgescu closed 11 years ago
All the specific cases of a year/per year/yearly/annually/annual above should be :ARG2. In case of doubt, choose :ARG2, which has :ARG3 as a special case.
SImple frequencies don't use rate-entity-91, e.g.
Gerhard Schroeder has visited China 5 times since 990000
(v / visit-01
:ARG0 (p / person :name (n / name :op1 "Gerhard" :op2 "Schroeder"))
:ARG1 (c / country :name (n2 / name :op1 "China"))
:frequency 5
:time (s / since
:op1 (d / date-entity :year 1999)))
More info: http://www.isi.edu/~ulf/amr/lib/popup/frequency.html http://www.isi.edu/~ulf/amr/lib/popup/rate-entity.html
@ulfulf: I think you mean to say that :ARG3 (which requires a regular interval) is a special case of :ARG2?
@nschneid: Yes, of course. I corrected my previous note. Thanks!
Thank you.