Rolesets - around

around

around.01 - be in a general vicinity

AROUND NOTES: Added for SpatialAMR.

Aliases:

around (p.)
around (r.)

Roles:

ARG1-SE1: entity in a location
ARG2-LOC: vicinity

around-p

Put the block
somewhereARG1
aroundrel
the first structureARG2


          (p / put-01 :mode imperative
            :ARG0 (y / you)
            :ARG1 (b / block)
            :ARG2 (s / somewhere
              :ARG1-of (a / around-01
                :ARG2 (s2 / structure
                  :ord (o / ordinal-entity :value 1)))))
        

around.02 - 2D enclosure: in a generally ring-shaped arrangement, centered on an object

AROUND NOTES: Added for SpatialAMR.

Aliases:

around (p.)
around (r.)

Roles:

ARG1-SE1: surrounding entity
ARG2-SE2: central entity
ARG3-PLN: plane on which the ring exists
ARG4-AXS: circular trajectory

around-p

There is
a vertical ring of green blocksARG1
aroundrel
the red blockARG2


          (p / put-01 :mode imperative
            :ARG0 (y / you)
            :ARG1 (s / string)
            :ARG2 (s2 / space
              :ARG1-of (a / around-02
                :ARG2 (f / finger
                  :part-of y))))
        

around-p

Put
a stringARG1
aroundrel
your fingerARG2
.

          (r / ring
            :ARG1-of (v / vertical-01)
            :consist-of (b / block :pl +
              :color (g / green))
            :ARG1-of (a / around-02
              :ARG2 (b2 / block
                :color (r2 / red))))
        

around.03 - 3D enclosure: in a generally spherical arrangement, centered on an object

AROUND NOTES: Added for SpatialAMR.

Aliases:

around (p.)
around (r.)

Roles:

ARG1-SE1: surrounding entity
ARG2-SE2: central entity
ARG3-AXS: spherical path

around-p

Put
wrapping paperARG1
aroundrel
the giftARG2


          (p / put-01 :mode imperative
            :ARG0 (y / you)
            :ARG1 (p2 / paper
              :ARG2-of (w / wrap-01))
            :ARG2 (s / space
              :ARG1-of (a / around-03
                :ARG2 (g / gift))))
        

around.04 - circumference measurement

AROUND NOTES: Added for SpatialAMR.

Aliases:

around (r.)

Roles:

ARG1-SE1: measured entity
ARG2-EXT: measurement
ARG3-PLN: cross section measured

around-p

His hipsARG1
are
32 inchesARG2
aroundrel
.

          (a / around-04
            :ARG1 h2
            :ARG2 (d / distance-quantity :quant 32
              :unit (i2 / inch))
            :ARG3 (h / hips
              :part-of (h2 / he)))