Rolesets - middle

middle

middle.01 - in the central position within a larger whole

MIDDLE NOTES: Added for SpatialAMR.

Aliases:

middle (n.)
middle (j.)
in_the_middle_of (p.)
in_the_middle (r.)

Roles:

ARG1-PRT: entity in the middle
ARG2-WHL: larger whole

middle-j

Please start by extending 4 orange blocks down from the
middlerel
purple blockARG1
, as if it were hanging .

          (s / start-01 :polite + :mode imperative
            :ARG0 (y / you)
            :ARG2 (e / extend-01
              :ARG0 y
              :ARG1 (c / composite-entity
                :consist-of (b / block :quant 4
                  :color (o / orange)))
              :ARG3 (b2 / block
                :ARG1-of (m / middle-01)
                :color (p / purple))
              :direction (t / trajectory
                :ARG4-of (d / down-03
                  :ARG5 (c2 / cartesian-framework-91
                    :ARG1 (b3 / build-space))))
              :manner (r2 / resemble-01
                :ARG1 c
                :ARG2 (h / hang-01
                  :ARG1 c
                  :ARG2 b2))))
        

in_the_middle-r

Just put it in the second row , in the
middlerel
, from any edge of the box .

          (p / put-01 :mode imperative
            :ARG0 (y / you)
            :ARG1 (i2 / it)
            :ARG2 (s / space
              :ARG1-of (m / middle-01
                :ARG2 (r / row
                  :ord (o / ordinal-entity :value 2
                    :range-start (e / edge
                      :mod (a / any)
                      :part-of (b / box))))))
            :mod (j / just))
        

middle-j

There is a lesion in the middle third of the rectum .

          (s / sign-symptom :name (n / name :op1 "lesion")
            :location (t2 / third
              :ARG1-of (m / middle-01
                :ARG2 (a2 / anatomical-site :name (n2 / name :op1 "rectum")))))
        

middle.02 - in between

MIDDLE NOTES: Added for SpatialAMR.

Aliases:

middle (n.)
middle (j.)
in_the_middle (j.)
in_the_middle_of (p.)
in_the_middle (r.)

Roles:

ARG1-SE1: entity in the middle
ARG2-SE2: first (or all) neighbor(s)
ARG3-SE3: additional neighbors

in_the_middle-j

Every room outside has a small table in the
middlerel
of two comfortable cushioned chairs

          (h / have-03
            :ARG0 (r / room
              :mod (e / every)
              :location (o / outside))
            :ARG1 (t / table
              :ARG1-of (s / small-01)
              :ARG1-of (m / middle-02
                :ARG2 (c / chair :quant 2
                  :ARG1-of (c2 / comfortable-02)
                  :part (c3 / cushion)))))