Rolesets - south

south

south.01 - cardinal direction, separate entities

SOUTH NOTES: Added for SpatialAMR.

Aliases:

south (n.)
south (r.)
southward (r.)
south_of (p.)

Roles:

ARG1-SE1: southward entity
ARG2-SE2: south of what
ARG3-ANC: anchor
ARG4-AXS: axis

south_of

LovelandARG1
is
southrel
of Ft . CollinsARG2
.

          (s / south-01
            :ARG1 (c / city :name (n / name :op1 "Loveland"))
            :ARG2 (c2 / city :name (n2 / name :op1 "Ft." :op2 "Collins"))
            :ARG3 (c3 / cartesian-framework-91
              :ARG1 (e / environment)
              :FR (c / cardinal)))
        

south_of: ad-hoc cardinal usage

the base is located
two blocksARGM-EXT
southrel
of the right most blue blockARG2
.

          (s / south-01
            :ARG1 (t / thing
              :ARG1-of (b / base-03
                :ARG3 (c3 / cartesian-framework-91
                  :ARG1 b5)))
            :ARG2 (b2 / block
              :color (b3 / blue)
              :ARG1-of (r / right-10
                :ARG3 (c2 / cartesian-framework-91
                  :ARG1 (b6 / builder))
                :ARG2-of (h / have-degree-91
                  :ARG1 b2
                  :ARG3 (m / most))))
            :ARG3 (c / cartesian-framework-91
              :ARG1 (b5 / build-space)
                :FR (a / ad-hoc-cardinal))
            :quant (d / distance-quantity :quant 2
              :unit (b4 / block)))
        

south.02 - cardinal direction: part/whole

SOUTH NOTES: Added for SpatialAMR.

Aliases:

south (j.)
southern (j.)

Roles:

ARG1-PRT: southern entity
ARG2-WHL: south of what
ARG3-ANC: anchor
ARG4-AXS: axis

southern-j

The
southernrel
faceARG1
of the mountainARG2


          (f / face
            :ARG1-of (s / south-02
              :ARG2 (m / mountain :pl +)))
        

south.03 - semantically bleached, non-catographic, 'down' or declined

SOUTH NOTES: Added for SpatialAMR.

Aliases:

south (r.)
southward (r.)
south_of (p.)

Roles:

ARG1-SE1: entity that is below threshold
ARG2-SE2: the threshold, thing above
ARG3-AXS: axis

south_of

the price has fallen
southrel
of $ 20ARG2


          (f / fall-01
            :ARG1 (t / thing
              :ARG2-of (p / price-01))
            :ARG4 (t2 / thing
              :ARG1-of (s / south-03
                :ARG2 (m / monetary-quantity :quant 20
                  :unit (d / dollar)))))
        

south_of

the production quality has really gone
southrel


          (g / go-08
            :ARG1 (q / quality
              :manner-of (p / produce-01))
            :ARG2 (s / south-03
              :ARG1 q)
            :ARG1-of (r / real-04))