Rolesets - graph

graph

graph.01 - create a graph of a function

GRAPH NOTES: Added for SpatialAMR.

Aliases:

graph (v.)
graph (n.)
graphing (n.)

Roles:

ARG0-PAG: agent
ARG1-PPT: shape/points plotted (output, the graph itself)
ARG2-SRC: function (input)
ARG3-GOL: framework graphed onto
ARG4-MNR: instrument

graph-v

Determine whether the
graphrel
of y = | x | + 3ARG2
is symmetric with respect to the origin , the x - axis , or the y - axis .

          (d / determine-01 :mode imperative
            :ARG0 (y / you)
            :ARG1 (t / truth-value
              :polarity-of (s / symmetric-01
                :ARG1 (t2 / thing
                  :ARG3-of (g / graph-01
                    :ARG1 (s2 / string-entity :value "y = |x| + 3")
                    :ARG2 (c / cartesian-framework-91)))
                :ARG4 (o / or
                  :op1 (o2 / origin
                    :ARG5-of c)
                  :op2 (x / x-axis
                    :ARG2-of c)
                  :op3 (y2 / y-axis
                    :ARG3-of c)))))