Skip to content
Snippets Groups Projects
Select Git revision
  • fb1e2f9f81dd9bdda1e8258f383ba4753119454f
  • main default protected
2 results

SSC-06-01.amr.graph

Blame
  • SSC-06-01.amr.graph 1023 B
    # ::id SSC-06-01
    # ::snt The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal.
    (p / planet
          :mod (t / terrestrial)
          :domain (a / and
                :op1 (p2 / planet
                      :name (n / name
                            :op1 "Mercury"))
                :op2 (p3 / planet
                      :name (n2 / name
                            :op1 "Venus"))
                :op3 (p4 / planet
                      :name (n3 / name
                            :op1 "Earth"))
                :op4 (p5 / planet
                      :name (n4 / name
                            :op1 "Mars"))
                :part-of (s / system
                      :mod (ii / inner))
                :ARG1-of (c / compose-01
                      :ARG2 (a2 / and
                            :op1 (r / rock)
                            :op2 (m / metal))
                      :mod (p6 / primary))
                :ARG1-of (h / have-degree-91
                      :ARG2 (s2 / small)
                      :ARG3 (m2 / more))))