diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..e12eab02e19e3f95d9efd3dd799ce8d7614df466
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.dot
@@ -0,0 +1,33 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	s [label="s/system" shape=circle]
+	p [label="p/planet" shape=circle]
+	n [label="n/name" shape=circle]
+	b [label="b/bind-01" shape=circle]
+	g [label="g/gravitation" shape=circle]
+	a [label="a/and" shape=circle]
+	s2 [label="s2/sun" shape=circle]
+	o [label="o/object" shape=circle]
+	o2 [label="o2/orbit-01" shape=circle]
+	o3 [label="o3/or" shape=circle]
+	d [label="d/direct-02" shape=circle]
+	d2 [label="d2/direct-02" shape=circle]
+	s -> p [label=":domain"]
+	p -> n [label=":name"]
+	s -> b [label=":ARG1-of"]
+	b -> g [label=":ARG0"]
+	s -> a [label=":part"]
+	a -> s2 [label=":op1"]
+	a -> o [label=":op2"]
+	o -> o2 [label=":ARG0-of"]
+	o2 -> s2 [label=":ARG1"]
+	o2 -> o3 [label=":manner"]
+	o3 -> d [label=":op1"]
+	o3 -> d2 [label=":op2"]
+	node_0 [label="\"Solar\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"System\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+	node_2 [label="-" shape=rectangle]
+	d2 -> node_2 [label=":polarity"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..c4e993d166c65545402d7068dd2c4d905c678a03
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.penman
@@ -0,0 +1,18 @@
+# ::id WikiAbstract-SolarSystem-01
+# ::snt The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly.
+(s / system
+      :domain (p / planet
+            :name (n / name
+                  :op1 "Solar"
+                  :op2 "System"))
+      :ARG1-of (b / bind-01
+            :ARG0 (g / gravitation))
+      :part (a / and
+            :op1 (s2 / sun)
+            :op2 (o / object
+                  :ARG0-of (o2 / orbit-01
+                        :ARG1 s2
+                        :manner (o3 / or
+                              :op1 (d / direct-02)
+                              :op2 (d2 / direct-02
+                                    :polarity -))))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa508a1d4548867cdf726d482d3fae6d3f445df3
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d15db72fccebb71d6a33aaf725666dafb7b96b6c
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.svg
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="348pt"
+ viewBox="0.00 0.00 864.00 348.14" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.5 1.5) rotate(0) translate(4 519.59)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-519.59 1295.44,-519.59 1295.44,4 -4,4"/>
+<!-- s -->
+<g id="node1" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="52" cy="-339.59" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="52" y="-335.89" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- p -->
+<g id="node2" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-466.59" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="258.59" y="-462.89" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- s&#45;&gt;p -->
+<g id="edge1" class="edge">
+<title>s&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M96.63,-366.68C129.28,-386.95 173.95,-414.68 207.96,-435.79"/>
+<polygon fill="black" stroke="black" points="206.46,-438.97 216.8,-441.28 210.15,-433.03 206.46,-438.97"/>
+<text text-anchor="middle" x="153.99" y="-425.39" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- b -->
+<g id="node4" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-339.59" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="258.59" y="-335.89" font-family="Times,serif" font-size="14.00">b/bind&#45;01</text>
+</g>
+<!-- s&#45;&gt;b -->
+<g id="edge3" class="edge">
+<title>s&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M104.09,-339.59C131.3,-339.59 165.02,-339.59 193.92,-339.59"/>
+<polygon fill="black" stroke="black" points="193.93,-343.09 203.93,-339.59 193.93,-336.09 193.93,-343.09"/>
+<text text-anchor="middle" x="153.99" y="-343.39" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- a -->
+<g id="node6" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-230.59" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="258.59" y="-226.89" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- s&#45;&gt;a -->
+<g id="edge5" class="edge">
+<title>s&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M98.15,-315.54C133.64,-296.63 182.65,-270.52 216.94,-252.25"/>
+<polygon fill="black" stroke="black" points="219.01,-255.11 226.19,-247.32 215.72,-248.93 219.01,-255.11"/>
+<text text-anchor="middle" x="153.99" y="-304.39" font-family="Times,serif" font-size="14.00">:part</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="466.02" cy="-470.59" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="466.02" y="-466.89" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- p&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>p&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M307.49,-467.53C338.41,-468.13 378.7,-468.91 410.8,-469.54"/>
+<polygon fill="black" stroke="black" points="410.84,-473.04 420.91,-469.73 410.98,-466.04 410.84,-473.04"/>
+<text text-anchor="middle" x="354.18" y="-472.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node13" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="732.61,-515.59 664.61,-515.59 664.61,-479.59 732.61,-479.59 732.61,-515.59"/>
+<text text-anchor="middle" x="698.61" y="-493.89" font-family="Times,serif" font-size="14.00">&quot;Solar&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge13" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M510.67,-475.7C551.95,-480.54 613.55,-487.75 654.62,-492.56"/>
+<polygon fill="black" stroke="black" points="654.25,-496.04 664.59,-493.73 655.07,-489.09 654.25,-496.04"/>
+<text text-anchor="middle" x="586.87" y="-491.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node14" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="740.11,-461.59 657.11,-461.59 657.11,-425.59 740.11,-425.59 740.11,-461.59"/>
+<text text-anchor="middle" x="698.61" y="-439.89" font-family="Times,serif" font-size="14.00">&quot;System&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge14" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M510.67,-465.48C549.43,-460.95 606.08,-454.31 646.85,-449.54"/>
+<polygon fill="black" stroke="black" points="647.33,-453.01 656.86,-448.37 646.52,-446.05 647.33,-453.01"/>
+<text text-anchor="middle" x="586.87" y="-463.39" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- g -->
+<g id="node5" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="466.02" cy="-336.59" rx="70.69" ry="70.69"/>
+<text text-anchor="middle" x="466.02" y="-332.89" font-family="Times,serif" font-size="14.00">g/gravitation</text>
+</g>
+<!-- b&#45;&gt;g -->
+<g id="edge4" class="edge">
+<title>b&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M313.29,-338.81C335.14,-338.49 360.85,-338.12 384.83,-337.77"/>
+<polygon fill="black" stroke="black" points="385.04,-341.26 394.99,-337.62 384.94,-334.26 385.04,-341.26"/>
+<text text-anchor="middle" x="354.18" y="-341.39" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- s2 -->
+<g id="node7" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="897.3" cy="-234.59" rx="40.89" ry="40.89"/>
+<text text-anchor="middle" x="897.3" y="-230.89" font-family="Times,serif" font-size="14.00">s2/sun</text>
+</g>
+<!-- a&#45;&gt;s2 -->
+<g id="edge6" class="edge">
+<title>a&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M295.18,-230.82C402.3,-231.49 721.87,-233.5 846.12,-234.28"/>
+<polygon fill="black" stroke="black" points="846.1,-237.78 856.12,-234.34 846.14,-230.78 846.1,-237.78"/>
+<text text-anchor="middle" x="586.87" y="-236.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o -->
+<g id="node8" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="466.02" cy="-155.59" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="466.02" y="-151.89" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- a&#45;&gt;o -->
+<g id="edge7" class="edge">
+<title>a&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M293.05,-218.38C325.09,-206.68 373.96,-188.84 411.43,-175.16"/>
+<polygon fill="black" stroke="black" points="412.99,-178.32 421.18,-171.6 410.59,-171.74 412.99,-178.32"/>
+<text text-anchor="middle" x="354.18" y="-207.39" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- o2 -->
+<g id="node9" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="698.61" cy="-144.59" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="698.61" y="-140.89" font-family="Times,serif" font-size="14.00">o2/orbit&#45;01</text>
+</g>
+<!-- o&#45;&gt;o2 -->
+<g id="edge8" class="edge">
+<title>o&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M513.69,-153.37C546.05,-151.82 589.74,-149.74 626.43,-147.99"/>
+<polygon fill="black" stroke="black" points="626.75,-151.48 636.57,-147.51 626.42,-144.49 626.75,-151.48"/>
+<text text-anchor="middle" x="586.87" y="-155.39" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- o2&#45;&gt;s2 -->
+<g id="edge9" class="edge">
+<title>o2&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M755.6,-168.45C780.99,-179.47 811.33,-192.9 838.36,-205.59 842.65,-207.61 847.1,-209.75 851.54,-211.91"/>
+<polygon fill="black" stroke="black" points="850.07,-215.09 860.58,-216.37 853.16,-208.81 850.07,-215.09"/>
+<text text-anchor="middle" x="808.36" y="-209.39" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- o3 -->
+<g id="node10" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="897.3" cy="-141.59" rx="34.39" ry="34.39"/>
+<text text-anchor="middle" x="897.3" y="-137.89" font-family="Times,serif" font-size="14.00">o3/or</text>
+</g>
+<!-- o2&#45;&gt;o3 -->
+<g id="edge10" class="edge">
+<title>o2&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M760.5,-143.67C790.18,-143.21 825.22,-142.68 852.26,-142.27"/>
+<polygon fill="black" stroke="black" points="852.64,-145.76 862.58,-142.11 852.53,-138.76 852.64,-145.76"/>
+<text text-anchor="middle" x="808.36" y="-147.39" font-family="Times,serif" font-size="14.00">:manner</text>
+</g>
+<!-- d -->
+<g id="node11" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="1072.84" cy="-214.59" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="1072.84" y="-210.89" font-family="Times,serif" font-size="14.00">d/direct&#45;02</text>
+</g>
+<!-- o3&#45;&gt;d -->
+<g id="edge11" class="edge">
+<title>o3&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M929.33,-154.64C950.6,-163.59 979.63,-175.8 1005.93,-186.87"/>
+<polygon fill="black" stroke="black" points="1004.91,-190.23 1015.48,-190.89 1007.62,-183.78 1004.91,-190.23"/>
+<text text-anchor="middle" x="971.75" y="-182.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- d2 -->
+<g id="node12" class="node">
+<title>d2</title>
+<ellipse fill="none" stroke="black" cx="1072.84" cy="-67.59" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="1072.84" y="-63.89" font-family="Times,serif" font-size="14.00">d2/direct&#45;02</text>
+</g>
+<!-- o3&#45;&gt;d2 -->
+<g id="edge12" class="edge">
+<title>o3&#45;&gt;d2</title>
+<path fill="none" stroke="black" d="M929.33,-128.36C949.21,-119.89 975.87,-108.52 1000.75,-97.91"/>
+<polygon fill="black" stroke="black" points="1002.35,-101.03 1010.18,-93.89 999.6,-94.59 1002.35,-101.03"/>
+<text text-anchor="middle" x="971.75" y="-119.39" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- node_2 -->
+<g id="node15" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1291.44,-85.59 1237.44,-85.59 1237.44,-49.59 1291.44,-49.59 1291.44,-85.59"/>
+<text text-anchor="middle" x="1264.44" y="-63.89" font-family="Times,serif" font-size="14.00">&#45;</text>
+</g>
+<!-- d2&#45;&gt;node_2 -->
+<g id="edge15" class="edge">
+<title>d2&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1140.69,-67.59C1169.66,-67.59 1202.46,-67.59 1226.87,-67.59"/>
+<polygon fill="black" stroke="black" points="1227.11,-71.09 1237.11,-67.59 1227.11,-64.09 1227.11,-71.09"/>
+<text text-anchor="middle" x="1188.94" y="-71.39" font-family="Times,serif" font-size="14.00">:polarity</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..033fa2a6dcb5b4be488fb22f517cccb29007581d
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.dot
@@ -0,0 +1,50 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	a [label="a/and" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	p [label="p/planet" shape=circle]
+	l [label="l/large" shape=circle]
+	m [label="m/most" shape=circle]
+	o [label="o/object" shape=circle]
+	o2 [label="o2/orbit-01" shape=circle]
+	s [label="s/sun" shape=circle]
+	d [label="d/direct-02" shape=circle]
+	r [label="r/remain-01" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	o3 [label="o3/object" shape=circle]
+	h2 [label="h2/have-degree-91" shape=circle]
+	s2 [label="s2/small" shape=circle]
+	m2 [label="m2/more" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	d2 [label="d2/dwarf" shape=circle]
+	b [label="b/body" shape=circle]
+	s3 [label="s3/small" shape=circle]
+	s4 [label="s4/system" shape=circle]
+	n [label="n/name" shape=circle]
+	a -> h [label=":op1"]
+	h -> p [label=":ARG1"]
+	h -> l [label=":ARG2"]
+	h -> m [label=":ARG3"]
+	h -> o [label=":ARG5"]
+	o -> o2 [label=":ARG0-of"]
+	o2 -> s [label=":ARG1"]
+	o2 -> d [label=":ARG1-of"]
+	a -> r [label=":op2"]
+	r -> a2 [label=":ARG1"]
+	a2 -> o3 [label=":op1"]
+	o3 -> h2 [label=":ARG1-of"]
+	h2 -> s2 [label=":ARG2"]
+	h2 -> m2 [label=":ARG3"]
+	a2 -> p2 [label=":op2"]
+	p2 -> d2 [label=":mod"]
+	a2 -> b [label=":op3"]
+	b -> s3 [label=":mod"]
+	b -> s4 [label=":part-of"]
+	s4 -> n [label=":name"]
+	node_0 [label=8 shape=rectangle]
+	p -> node_0 [label=":quant"]
+	node_1 [label="\"Solar\"" shape=rectangle]
+	n -> node_1 [label=":op1"]
+	node_2 [label="\"System\"" shape=rectangle]
+	n -> node_2 [label=":op2"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..b29309dcdffd72d9ff59dd396ca0ab4c9f6e6284
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.penman
@@ -0,0 +1,26 @@
+# ::id WikiAbstract-SolarSystem-02
+# ::snt Of the objects that orbit the Sun directly, the largest are the eight planets, with the remainder being smaller objects, the dwarf planets and small Solar System bodies.
+(a / and
+      :op1 (h / have-degree-91
+            :ARG1 (p / planet
+                  :quant 8)
+            :ARG2 (l / large)
+            :ARG3 (m / most)
+            :ARG5 (o / object
+                  :ARG0-of (o2 / orbit-01
+                        :ARG1 (s / sun)
+                        :ARG1-of (d / direct-02))))
+      :op2 (r / remain-01
+            :ARG1 (a2 / and
+                  :op1 (o3 / object
+                        :ARG1-of (h2 / have-degree-91
+                              :ARG2 (s2 / small)
+                              :ARG3 (m2 / more)))
+                  :op2 (p2 / planet
+                        :mod (d2 / dwarf))
+                  :op3 (b / body
+                        :mod (s3 / small)
+                        :part-of (s4 / system
+                              :name (n / name
+                                    :op1 "Solar"
+                                    :op2 "System"))))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..c11c4a7b12f759a2d73f9589b3d42609f6f7bc44
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8c7552aeff48c19cfded59276bdf45bca88673d6
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.svg
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="532pt"
+ viewBox="0.00 0.00 864.00 531.80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.58 1.58) rotate(0) translate(4 834.59)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-834.59 1358.43,-834.59 1358.43,4 -4,4"/>
+<!-- a -->
+<g id="node1" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="36.4" cy="-471.84" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="36.4" y="-468.14" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- h -->
+<g id="node2" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="230.79" cy="-570.84" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="230.79" y="-567.14" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- a&#45;&gt;h -->
+<g id="edge1" class="edge">
+<title>a&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M69.17,-488.19C88.74,-498.26 114.89,-511.72 140.41,-524.85"/>
+<polygon fill="black" stroke="black" points="138.9,-528.01 149.39,-529.48 142.1,-521.79 138.9,-528.01"/>
+<text text-anchor="middle" x="106.29" y="-515.64" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- r -->
+<g id="node10" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="230.79" cy="-384.84" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="230.79" y="-381.14" font-family="Times,serif" font-size="14.00">r/remain&#45;01</text>
+</g>
+<!-- a&#45;&gt;r -->
+<g id="edge9" class="edge">
+<title>a&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M70.03,-457.09C94.9,-445.84 130.04,-429.95 161.02,-415.94"/>
+<polygon fill="black" stroke="black" points="162.82,-418.97 170.49,-411.66 159.94,-412.59 162.82,-418.97"/>
+<text text-anchor="middle" x="106.29" y="-449.64" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- p -->
+<g id="node3" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="452.52" cy="-781.84" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="452.52" y="-778.14" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- h&#45;&gt;p -->
+<g id="edge2" class="edge">
+<title>h&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M297.12,-633.58C333.43,-668.44 377.54,-710.81 409.31,-741.31"/>
+<polygon fill="black" stroke="black" points="407.06,-744 416.7,-748.41 411.91,-738.96 407.06,-744"/>
+<text text-anchor="middle" x="362.78" y="-716.64" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- l -->
+<g id="node4" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="452.52" cy="-674.84" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="452.52" y="-671.14" font-family="Times,serif" font-size="14.00">l/large</text>
+</g>
+<!-- h&#45;&gt;l -->
+<g id="edge3" class="edge">
+<title>h&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M313.3,-609.42C344.87,-624.37 379.8,-640.9 406.65,-653.61"/>
+<polygon fill="black" stroke="black" points="405.25,-656.82 415.79,-657.93 408.25,-650.49 405.25,-656.82"/>
+<text text-anchor="middle" x="362.78" y="-644.64" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node5" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="452.52" cy="-570.84" rx="45.49" ry="45.49"/>
+<text text-anchor="middle" x="452.52" y="-567.14" font-family="Times,serif" font-size="14.00">m/most</text>
+</g>
+<!-- h&#45;&gt;m -->
+<g id="edge4" class="edge">
+<title>h&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M321.8,-570.84C347.18,-570.84 374.03,-570.84 396.68,-570.84"/>
+<polygon fill="black" stroke="black" points="396.77,-574.34 406.77,-570.84 396.77,-567.34 396.77,-574.34"/>
+<text text-anchor="middle" x="362.78" y="-574.64" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- o -->
+<g id="node6" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="452.52" cy="-459.84" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="452.52" y="-456.14" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- h&#45;&gt;o -->
+<g id="edge5" class="edge">
+<title>h&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M312.36,-530.14C341.94,-515.2 374.58,-498.71 400.81,-485.46"/>
+<polygon fill="black" stroke="black" points="402.46,-488.55 409.81,-480.92 399.3,-482.3 402.46,-488.55"/>
+<text text-anchor="middle" x="362.78" y="-518.64" font-family="Times,serif" font-size="14.00">:ARG5</text>
+</g>
+<!-- node_0 -->
+<g id="node22" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="690.01,-799.84 636.01,-799.84 636.01,-763.84 690.01,-763.84 690.01,-799.84"/>
+<text text-anchor="middle" x="663.01" y="-778.14" font-family="Times,serif" font-size="14.00">8</text>
+</g>
+<!-- p&#45;&gt;node_0 -->
+<g id="edge21" class="edge">
+<title>p&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M501.35,-781.84C539.27,-781.84 591.43,-781.84 625.9,-781.84"/>
+<polygon fill="black" stroke="black" points="626,-785.34 636,-781.84 626,-778.34 626,-785.34"/>
+<text text-anchor="middle" x="551.27" y="-785.64" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- o2 -->
+<g id="node7" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="663.01" cy="-645.84" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="663.01" y="-642.14" font-family="Times,serif" font-size="14.00">o2/orbit&#45;01</text>
+</g>
+<!-- o&#45;&gt;o2 -->
+<g id="edge6" class="edge">
+<title>o&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M488.42,-490.98C521.21,-520.23 570.76,-564.43 608.54,-598.14"/>
+<polygon fill="black" stroke="black" points="606.62,-601.11 616.41,-605.16 611.28,-595.89 606.62,-601.11"/>
+<text text-anchor="middle" x="551.27" y="-578.64" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- s -->
+<g id="node8" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-760.84" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="921.6" y="-757.14" font-family="Times,serif" font-size="14.00">s/sun</text>
+</g>
+<!-- o2&#45;&gt;s -->
+<g id="edge7" class="edge">
+<title>o2&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M719.69,-670.8C767.92,-692.42 836.57,-723.19 879.84,-742.58"/>
+<polygon fill="black" stroke="black" points="878.64,-745.88 889.2,-746.77 881.51,-739.49 878.64,-745.88"/>
+<text text-anchor="middle" x="774.76" y="-709.64" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- d -->
+<g id="node9" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-645.84" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="921.6" y="-642.14" font-family="Times,serif" font-size="14.00">d/direct&#45;02</text>
+</g>
+<!-- o2&#45;&gt;d -->
+<g id="edge8" class="edge">
+<title>o2&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M724.82,-645.84C762.31,-645.84 810.55,-645.84 849.76,-645.84"/>
+<polygon fill="black" stroke="black" points="849.78,-649.34 859.78,-645.84 849.78,-642.34 849.78,-649.34"/>
+<text text-anchor="middle" x="774.76" y="-649.64" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- a2 -->
+<g id="node11" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="452.52" cy="-345.84" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="452.52" y="-342.14" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- r&#45;&gt;a2 -->
+<g id="edge10" class="edge">
+<title>r&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M295.64,-373.51C328.99,-367.59 369.26,-360.45 400.51,-354.9"/>
+<polygon fill="black" stroke="black" points="401.5,-358.28 410.74,-353.08 400.28,-351.38 401.5,-358.28"/>
+<text text-anchor="middle" x="362.78" y="-368.64" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- o3 -->
+<g id="node12" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="663.01" cy="-443.84" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="663.01" y="-440.14" font-family="Times,serif" font-size="14.00">o3/object</text>
+</g>
+<!-- a2&#45;&gt;o3 -->
+<g id="edge11" class="edge">
+<title>a2&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M491.28,-363.59C522.95,-378.48 568.67,-399.97 604.83,-416.97"/>
+<polygon fill="black" stroke="black" points="603.74,-420.32 614.28,-421.41 606.72,-413.99 603.74,-420.32"/>
+<text text-anchor="middle" x="551.27" y="-409.64" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p2 -->
+<g id="node16" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="663.01" cy="-311.84" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="663.01" y="-308.14" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- a2&#45;&gt;p2 -->
+<g id="edge15" class="edge">
+<title>a2&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M494.71,-339.13C524.4,-334.29 565.01,-327.66 598.78,-322.16"/>
+<polygon fill="black" stroke="black" points="599.72,-325.55 609.02,-320.49 598.59,-318.64 599.72,-325.55"/>
+<text text-anchor="middle" x="551.27" y="-338.64" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- b -->
+<g id="node18" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="663.01" cy="-182.84" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="663.01" y="-179.14" font-family="Times,serif" font-size="14.00">b/body</text>
+</g>
+<!-- a2&#45;&gt;b -->
+<g id="edge17" class="edge">
+<title>a2&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M486.56,-320.02C523.01,-291.52 581.7,-245.64 621.04,-214.87"/>
+<polygon fill="black" stroke="black" points="623.41,-217.47 629.13,-208.55 619.1,-211.95 623.41,-217.47"/>
+<text text-anchor="middle" x="551.27" y="-296.64" font-family="Times,serif" font-size="14.00">:op3</text>
+</g>
+<!-- h2 -->
+<g id="node13" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-468.84" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="921.6" y="-465.14" font-family="Times,serif" font-size="14.00">h2/have&#45;degree&#45;91</text>
+</g>
+<!-- o3&#45;&gt;h2 -->
+<g id="edge12" class="edge">
+<title>o3&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M716.25,-448.93C744.72,-451.71 781.02,-455.24 815.09,-458.57"/>
+<polygon fill="black" stroke="black" points="814.82,-462.05 825.11,-459.54 815.5,-455.09 814.82,-462.05"/>
+<text text-anchor="middle" x="774.76" y="-460.64" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s2 -->
+<g id="node14" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="1152.44" cy="-527.84" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="1152.44" y="-524.14" font-family="Times,serif" font-size="14.00">s2/small</text>
+</g>
+<!-- h2&#45;&gt;s2 -->
+<g id="edge13" class="edge">
+<title>h2&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M1015.68,-492.84C1042.42,-499.74 1070.78,-507.05 1094.62,-513.2"/>
+<polygon fill="black" stroke="black" points="1093.98,-516.65 1104.54,-515.75 1095.73,-509.87 1093.98,-516.65"/>
+<text text-anchor="middle" x="1059.44" y="-511.64" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node15" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="1152.44" cy="-408.84" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="1152.44" y="-405.14" font-family="Times,serif" font-size="14.00">m2/more</text>
+</g>
+<!-- h2&#45;&gt;m2 -->
+<g id="edge14" class="edge">
+<title>h2&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M1015.35,-444.53C1041.26,-437.73 1068.7,-430.54 1092.11,-424.4"/>
+<polygon fill="black" stroke="black" points="1093.09,-427.76 1101.88,-421.84 1091.32,-420.99 1093.09,-427.76"/>
+<text text-anchor="middle" x="1059.44" y="-442.64" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- d2 -->
+<g id="node17" class="node">
+<title>d2</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-301.84" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="921.6" y="-298.14" font-family="Times,serif" font-size="14.00">d2/dwarf</text>
+</g>
+<!-- p2&#45;&gt;d2 -->
+<g id="edge16" class="edge">
+<title>p2&#45;&gt;d2</title>
+<path fill="none" stroke="black" d="M717.8,-309.75C759.16,-308.14 816.33,-305.91 859.42,-304.23"/>
+<polygon fill="black" stroke="black" points="859.65,-307.72 869.5,-303.84 859.37,-300.73 859.65,-307.72"/>
+<text text-anchor="middle" x="774.76" y="-311.64" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- s3 -->
+<g id="node19" class="node">
+<title>s3</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-182.84" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="921.6" y="-179.14" font-family="Times,serif" font-size="14.00">s3/small</text>
+</g>
+<!-- b&#45;&gt;s3 -->
+<g id="edge18" class="edge">
+<title>b&#45;&gt;s3</title>
+<path fill="none" stroke="black" d="M705.52,-182.84C747.94,-182.84 814.18,-182.84 861.95,-182.84"/>
+<polygon fill="black" stroke="black" points="862.15,-186.34 872.15,-182.84 862.15,-179.34 862.15,-186.34"/>
+<text text-anchor="middle" x="774.76" y="-186.64" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- s4 -->
+<g id="node20" class="node">
+<title>s4</title>
+<ellipse fill="none" stroke="black" cx="921.6" cy="-57.84" rx="57.69" ry="57.69"/>
+<text text-anchor="middle" x="921.6" y="-54.14" font-family="Times,serif" font-size="14.00">s4/system</text>
+</g>
+<!-- b&#45;&gt;s4 -->
+<g id="edge19" class="edge">
+<title>b&#45;&gt;s4</title>
+<path fill="none" stroke="black" d="M701.32,-164.67C742.85,-144.44 810.57,-111.45 859.78,-87.48"/>
+<polygon fill="black" stroke="black" points="861.59,-90.48 869.05,-82.96 858.53,-84.19 861.59,-90.48"/>
+<text text-anchor="middle" x="774.76" y="-145.64" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- n -->
+<g id="node21" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1152.44" cy="-57.84" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1152.44" y="-54.14" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- s4&#45;&gt;n -->
+<g id="edge20" class="edge">
+<title>s4&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M979.46,-57.84C1015.48,-57.84 1061.8,-57.84 1097.29,-57.84"/>
+<polygon fill="black" stroke="black" points="1097.46,-61.34 1107.46,-57.84 1097.46,-54.34 1097.46,-61.34"/>
+<text text-anchor="middle" x="1059.44" y="-61.64" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node23" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1346.93,-102.84 1278.93,-102.84 1278.93,-66.84 1346.93,-66.84 1346.93,-102.84"/>
+<text text-anchor="middle" x="1312.93" y="-81.14" font-family="Times,serif" font-size="14.00">&quot;Solar&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge22" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1196.75,-65.22C1219.16,-69.04 1246.44,-73.69 1268.82,-77.5"/>
+<polygon fill="black" stroke="black" points="1268.28,-80.96 1278.73,-79.19 1269.46,-74.06 1268.28,-80.96"/>
+<text text-anchor="middle" x="1237.93" y="-77.64" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_2 -->
+<g id="node24" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1354.43,-48.84 1271.43,-48.84 1271.43,-12.84 1354.43,-12.84 1354.43,-48.84"/>
+<text text-anchor="middle" x="1312.93" y="-27.14" font-family="Times,serif" font-size="14.00">&quot;System&quot;</text>
+</g>
+<!-- n&#45;&gt;node_2 -->
+<g id="edge23" class="edge">
+<title>n&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1196.75,-50.47C1216.75,-47.06 1240.64,-42.99 1261.45,-39.44"/>
+<polygon fill="black" stroke="black" points="1262.13,-42.88 1271.4,-37.75 1260.95,-35.98 1262.13,-42.88"/>
+<text text-anchor="middle" x="1237.93" y="-50.64" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..770c6be922da8ff3ce8229daa4167f4a19b209e4
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.dot
@@ -0,0 +1,53 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	a [label="a/and" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	o [label="o/object" shape=circle]
+	ii [label="ii/include-91" shape=circle]
+	o2 [label="o2/object" shape=circle]
+	o3 [label="o3/orbit-01" shape=circle]
+	s [label="s/sun" shape=circle]
+	d [label="d/direct-02" shape=circle]
+	m [label="m/mean-01" shape=circle]
+	s2 [label="s2/satellite" shape=circle]
+	n [label="n/natural-03" shape=circle]
+	l [label="l/large" shape=circle]
+	m2 [label="m2/more" shape=circle]
+	p [label="p/planet" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	h2 [label="h2/have-degree-91" shape=circle]
+	s3 [label="s3/small" shape=circle]
+	m3 [label="m3/most" shape=circle]
+	e [label="e/equal-01" shape=circle]
+	m4 [label="m4/more" shape=circle]
+	a2 [label="a2/almost" shape=circle]
+	s4 [label="s4/size" shape=circle]
+	a -> h [label=":op1"]
+	h -> o [label=":ARG1"]
+	o -> ii [label=":ARG1-of"]
+	ii -> o2 [label=":ARG2"]
+	o2 -> o3 [label=":ARG0-of"]
+	o3 -> s [label=":ARG1"]
+	o3 -> d [label=":ARG1-of"]
+	o2 -> m [label=":ARG1-of"]
+	m -> s2 [label=":ARG2"]
+	s2 -> n [label=":ARG1-of"]
+	h -> l [label=":ARG2"]
+	h -> m2 [label=":ARG3"]
+	h -> p [label=":ARG4"]
+	p -> n2 [label=":name"]
+	p -> h2 [label=":ARG1-of"]
+	h2 -> s3 [label=":ARG2"]
+	h2 -> m3 [label=":ARG3"]
+	a -> e [label=":op2"]
+	e -> m4 [label=":ARG1"]
+	m4 -> a2 [label=":quant"]
+	e -> p [label=":ARG2"]
+	e -> s4 [label=":ARG3"]
+	node_0 [label=2 shape=rectangle]
+	o -> node_0 [label=":quant"]
+	node_1 [label="-" shape=rectangle]
+	d -> node_1 [label=":polarity"]
+	node_2 [label="\"Mercury\"" shape=rectangle]
+	n2 -> node_2 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..fd815b78818745520a33139e5e94fbaaa3b5b8f0
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.penman
@@ -0,0 +1,28 @@
+# ::id WikiAbstract-SolarSystem-03
+# ::snt Of the objects that orbit the Sun indirectly—the natural satellites—two are larger than the smallest planet, Mercury, and one more almost equals it in size.
+(a / and
+      :op1 (h / have-degree-91
+            :ARG1 (o / object
+                  :quant 2
+                  :ARG1-of (ii / include-91
+                        :ARG2 (o2 / object
+                              :ARG0-of (o3 / orbit-01
+                                    :ARG1 (s / sun)
+                                    :ARG1-of (d / direct-02
+                                          :polarity -))
+                              :ARG1-of (m / mean-01
+                                    :ARG2 (s2 / satellite
+                                          :ARG1-of (n / natural-03))))))
+            :ARG2 (l / large)
+            :ARG3 (m2 / more)
+            :ARG4 (p / planet
+                  :name (n2 / name
+                        :op1 "Mercury")
+                  :ARG1-of (h2 / have-degree-91
+                        :ARG2 (s3 / small)
+                        :ARG3 (m3 / most))))
+      :op2 (e / equal-01
+            :ARG1 (m4 / more
+                  :quant (a2 / almost))
+            :ARG2 p
+            :ARG3 (s4 / size)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..5d11eefc4b3eb28c280bd49a430ed8408a8ce8dc
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..dc8a932fe8d639ace04f123db2a351e405bb2a47
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.svg
@@ -0,0 +1,338 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="446pt"
+ viewBox="0.00 0.00 864.00 445.66" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.95 1.95) rotate(0) translate(4 863.34)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-863.34 1677.51,-863.34 1677.51,4 -4,4"/>
+<!-- a -->
+<g id="node1" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="36.4" cy="-273.25" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="36.4" y="-269.55" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- h -->
+<g id="node2" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="230.79" cy="-392.25" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="230.79" y="-388.55" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- a&#45;&gt;h -->
+<g id="edge1" class="edge">
+<title>a&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M67.88,-292.1C88.53,-304.88 116.92,-322.44 144.17,-339.29"/>
+<polygon fill="black" stroke="black" points="142.62,-342.44 152.96,-344.73 146.3,-336.49 142.62,-342.44"/>
+<text text-anchor="middle" x="106.29" y="-325.05" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- e -->
+<g id="node19" class="node">
+<title>e</title>
+<ellipse fill="none" stroke="black" cx="230.79" cy="-189.25" rx="59.29" ry="59.29"/>
+<text text-anchor="middle" x="230.79" y="-185.55" font-family="Times,serif" font-size="14.00">e/equal&#45;01</text>
+</g>
+<!-- a&#45;&gt;e -->
+<g id="edge18" class="edge">
+<title>a&#45;&gt;e</title>
+<path fill="none" stroke="black" d="M70.03,-259C96.48,-247.45 134.52,-230.84 166.84,-216.73"/>
+<polygon fill="black" stroke="black" points="168.47,-219.84 176.23,-212.63 165.67,-213.42 168.47,-219.84"/>
+<text text-anchor="middle" x="106.29" y="-253.05" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- o -->
+<g id="node3" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-608.25" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="455.77" y="-604.55" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- h&#45;&gt;o -->
+<g id="edge2" class="edge">
+<title>h&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M296.88,-455.3C334.49,-491.73 380.67,-536.46 413.34,-568.12"/>
+<polygon fill="black" stroke="black" points="411.31,-571.02 420.93,-575.47 416.18,-565.99 411.31,-571.02"/>
+<text text-anchor="middle" x="362.78" y="-542.05" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- l -->
+<g id="node12" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-502.25" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="455.77" y="-498.55" font-family="Times,serif" font-size="14.00">l/large</text>
+</g>
+<!-- h&#45;&gt;l -->
+<g id="edge11" class="edge">
+<title>h&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M312.6,-432.11C345.53,-448.35 382.32,-466.5 410.22,-480.27"/>
+<polygon fill="black" stroke="black" points="408.81,-483.48 419.33,-484.76 411.91,-477.2 408.81,-483.48"/>
+<text text-anchor="middle" x="362.78" y="-470.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node13" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-392.25" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="455.77" y="-388.55" font-family="Times,serif" font-size="14.00">m2/more</text>
+</g>
+<!-- h&#45;&gt;m2 -->
+<g id="edge12" class="edge">
+<title>h&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M321.84,-392.25C345.84,-392.25 371.22,-392.25 393.29,-392.25"/>
+<polygon fill="black" stroke="black" points="393.52,-395.75 403.52,-392.25 393.52,-388.75 393.52,-395.75"/>
+<text text-anchor="middle" x="362.78" y="-396.05" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- p -->
+<g id="node14" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-273.25" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="455.77" y="-269.55" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- h&#45;&gt;p -->
+<g id="edge13" class="edge">
+<title>h&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M311.34,-349.79C342.02,-333.42 376.22,-315.17 403.53,-300.59"/>
+<polygon fill="black" stroke="black" points="405.34,-303.59 412.51,-295.8 402.04,-297.42 405.34,-303.59"/>
+<text text-anchor="middle" x="362.78" y="-336.05" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- ii -->
+<g id="node4" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="704.61" cy="-652.25" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="704.61" y="-648.55" font-family="Times,serif" font-size="14.00">ii/include&#45;91</text>
+</g>
+<!-- o&#45;&gt;ii -->
+<g id="edge3" class="edge">
+<title>o&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M502.62,-616.42C537.78,-622.69 587.07,-631.47 628.04,-638.78"/>
+<polygon fill="black" stroke="black" points="627.53,-642.24 637.99,-640.55 628.76,-635.35 627.53,-642.24"/>
+<text text-anchor="middle" x="557.77" y="-635.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node23" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="731.61,-566.25 677.61,-566.25 677.61,-530.25 731.61,-530.25 731.61,-566.25"/>
+<text text-anchor="middle" x="704.61" y="-544.55" font-family="Times,serif" font-size="14.00">2</text>
+</g>
+<!-- o&#45;&gt;node_0 -->
+<g id="edge23" class="edge">
+<title>o&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M502.05,-597.24C549.72,-585.65 623.82,-567.64 667.65,-556.99"/>
+<polygon fill="black" stroke="black" points="668.69,-560.34 677.58,-554.57 667.04,-553.53 668.69,-560.34"/>
+<text text-anchor="middle" x="557.77" y="-594.05" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- o2 -->
+<g id="node5" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="936.75" cy="-652.25" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="936.75" y="-648.55" font-family="Times,serif" font-size="14.00">o2/object</text>
+</g>
+<!-- ii&#45;&gt;o2 -->
+<g id="edge4" class="edge">
+<title>ii&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M772.48,-652.25C804.2,-652.25 841.88,-652.25 873.04,-652.25"/>
+<polygon fill="black" stroke="black" points="873.34,-655.75 883.34,-652.25 873.34,-648.75 873.34,-655.75"/>
+<text text-anchor="middle" x="842.45" y="-656.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- o3 -->
+<g id="node6" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="1152.44" cy="-710.25" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="1152.44" y="-706.55" font-family="Times,serif" font-size="14.00">o3/orbit&#45;01</text>
+</g>
+<!-- o2&#45;&gt;o3 -->
+<g id="edge5" class="edge">
+<title>o2&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M988.39,-665.99C1016.56,-673.64 1052.03,-683.27 1082.68,-691.58"/>
+<polygon fill="black" stroke="black" points="1081.88,-694.99 1092.45,-694.24 1083.72,-688.24 1081.88,-694.99"/>
+<text text-anchor="middle" x="1040.04" y="-691.05" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- m -->
+<g id="node9" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="1152.44" cy="-568.25" rx="62.29" ry="62.29"/>
+<text text-anchor="middle" x="1152.44" y="-564.55" font-family="Times,serif" font-size="14.00">m/mean&#45;01</text>
+</g>
+<!-- o2&#45;&gt;m -->
+<g id="edge8" class="edge">
+<title>o2&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M986.5,-633.08C1015.53,-621.67 1052.77,-607.03 1084.52,-594.55"/>
+<polygon fill="black" stroke="black" points="1086.15,-597.67 1094.18,-590.75 1083.59,-591.16 1086.15,-597.67"/>
+<text text-anchor="middle" x="1040.04" y="-626.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s -->
+<g id="node7" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1376.57" cy="-824.25" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="1376.57" y="-820.55" font-family="Times,serif" font-size="14.00">s/sun</text>
+</g>
+<!-- o3&#45;&gt;s -->
+<g id="edge6" class="edge">
+<title>o3&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M1207.78,-738.13C1247.39,-758.47 1300.17,-785.55 1335.88,-803.88"/>
+<polygon fill="black" stroke="black" points="1334.53,-807.12 1345.02,-808.57 1337.72,-800.89 1334.53,-807.12"/>
+<text text-anchor="middle" x="1264.83" y="-784.05" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- d -->
+<g id="node8" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="1376.57" cy="-709.25" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="1376.57" y="-705.55" font-family="Times,serif" font-size="14.00">d/direct&#45;02</text>
+</g>
+<!-- o3&#45;&gt;d -->
+<g id="edge7" class="edge">
+<title>o3&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M1214.43,-709.97C1242.35,-709.85 1275.61,-709.7 1304.64,-709.57"/>
+<polygon fill="black" stroke="black" points="1304.73,-713.07 1314.72,-709.52 1304.7,-706.07 1304.73,-713.07"/>
+<text text-anchor="middle" x="1264.83" y="-713.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_1 -->
+<g id="node24" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1632.91,-727.25 1578.91,-727.25 1578.91,-691.25 1632.91,-691.25 1632.91,-727.25"/>
+<text text-anchor="middle" x="1605.91" y="-705.55" font-family="Times,serif" font-size="14.00">&#45;</text>
+</g>
+<!-- d&#45;&gt;node_1 -->
+<g id="edge24" class="edge">
+<title>d&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1438.5,-709.25C1479.98,-709.25 1533.5,-709.25 1568.49,-709.25"/>
+<polygon fill="black" stroke="black" points="1568.72,-712.75 1578.72,-709.25 1568.72,-705.75 1568.72,-712.75"/>
+<text text-anchor="middle" x="1488.32" y="-713.05" font-family="Times,serif" font-size="14.00">:polarity</text>
+</g>
+<!-- s2 -->
+<g id="node10" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="1376.57" cy="-568.25" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="1376.57" y="-564.55" font-family="Times,serif" font-size="14.00">s2/satellite</text>
+</g>
+<!-- m&#45;&gt;s2 -->
+<g id="edge9" class="edge">
+<title>m&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M1215.02,-568.25C1242.81,-568.25 1275.81,-568.25 1304.63,-568.25"/>
+<polygon fill="black" stroke="black" points="1304.64,-571.75 1314.64,-568.25 1304.64,-564.75 1304.64,-571.75"/>
+<text text-anchor="middle" x="1264.83" y="-572.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- n -->
+<g id="node11" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1605.91" cy="-568.25" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="1605.91" y="-564.55" font-family="Times,serif" font-size="14.00">n/natural&#45;03</text>
+</g>
+<!-- s2&#45;&gt;n -->
+<g id="edge10" class="edge">
+<title>s2&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M1438.5,-568.25C1466.03,-568.25 1498.86,-568.25 1528.06,-568.25"/>
+<polygon fill="black" stroke="black" points="1528.23,-571.75 1538.23,-568.25 1528.23,-564.75 1528.23,-571.75"/>
+<text text-anchor="middle" x="1488.32" y="-572.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- n2 -->
+<g id="node15" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="704.61" cy="-439.25" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="704.61" y="-435.55" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- p&#45;&gt;n2 -->
+<g id="edge14" class="edge">
+<title>p&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M495.8,-301.49C526.06,-323.19 569.2,-353.66 607.77,-379.25 621.99,-388.68 637.61,-398.63 652.04,-407.65"/>
+<polygon fill="black" stroke="black" points="650.5,-410.82 660.84,-413.14 654.2,-404.88 650.5,-410.82"/>
+<text text-anchor="middle" x="557.77" y="-369.05" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- h2 -->
+<g id="node16" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="704.61" cy="-273.25" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="704.61" y="-269.55" font-family="Times,serif" font-size="14.00">h2/have&#45;degree&#45;91</text>
+</g>
+<!-- p&#45;&gt;h2 -->
+<g id="edge15" class="edge">
+<title>p&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M504.66,-273.25C531.03,-273.25 564.89,-273.25 597.17,-273.25"/>
+<polygon fill="black" stroke="black" points="597.58,-276.75 607.58,-273.25 597.58,-269.75 597.58,-276.75"/>
+<text text-anchor="middle" x="557.77" y="-277.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_2 -->
+<g id="node25" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="982.25,-457.25 891.25,-457.25 891.25,-421.25 982.25,-421.25 982.25,-457.25"/>
+<text text-anchor="middle" x="936.75" y="-435.55" font-family="Times,serif" font-size="14.00">&quot;Mercury&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_2 -->
+<g id="edge25" class="edge">
+<title>n2&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M755.55,-439.25C792.4,-439.25 842.55,-439.25 880.58,-439.25"/>
+<polygon fill="black" stroke="black" points="880.97,-442.75 890.97,-439.25 880.97,-435.75 880.97,-442.75"/>
+<text text-anchor="middle" x="842.45" y="-443.05" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- s3 -->
+<g id="node17" class="node">
+<title>s3</title>
+<ellipse fill="none" stroke="black" cx="936.75" cy="-313.25" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="936.75" y="-309.55" font-family="Times,serif" font-size="14.00">s3/small</text>
+</g>
+<!-- h2&#45;&gt;s3 -->
+<g id="edge16" class="edge">
+<title>h2&#45;&gt;s3</title>
+<path fill="none" stroke="black" d="M800.21,-289.69C826.45,-294.25 854.16,-299.07 877.64,-303.15"/>
+<polygon fill="black" stroke="black" points="877.32,-306.64 887.77,-304.91 878.52,-299.75 877.32,-306.64"/>
+<text text-anchor="middle" x="842.45" y="-304.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m3 -->
+<g id="node18" class="node">
+<title>m3</title>
+<ellipse fill="none" stroke="black" cx="936.75" cy="-194.25" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="936.75" y="-190.55" font-family="Times,serif" font-size="14.00">m3/most</text>
+</g>
+<!-- h2&#45;&gt;m3 -->
+<g id="edge17" class="edge">
+<title>h2&#45;&gt;m3</title>
+<path fill="none" stroke="black" d="M796.57,-242.02C824.18,-232.54 853.74,-222.4 878.48,-213.9"/>
+<polygon fill="black" stroke="black" points="879.74,-217.17 888.07,-210.61 877.47,-210.55 879.74,-217.17"/>
+<text text-anchor="middle" x="842.45" y="-238.05" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- e&#45;&gt;p -->
+<g id="edge21" class="edge">
+<title>e&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M286.33,-209.79C320.98,-222.85 365.66,-239.68 400.3,-252.73"/>
+<polygon fill="black" stroke="black" points="399.19,-256.05 409.78,-256.3 401.66,-249.5 399.19,-256.05"/>
+<text text-anchor="middle" x="362.78" y="-250.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m4 -->
+<g id="node20" class="node">
+<title>m4</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-154.25" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="455.77" y="-150.55" font-family="Times,serif" font-size="14.00">m4/more</text>
+</g>
+<!-- e&#45;&gt;m4 -->
+<g id="edge19" class="edge">
+<title>e&#45;&gt;m4</title>
+<path fill="none" stroke="black" d="M289.5,-180.19C321.52,-175.16 361.33,-168.91 393.85,-163.81"/>
+<polygon fill="black" stroke="black" points="394.79,-167.2 404.13,-162.2 393.71,-160.29 394.79,-167.2"/>
+<text text-anchor="middle" x="362.78" y="-176.05" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- s4 -->
+<g id="node22" class="node">
+<title>s4</title>
+<ellipse fill="none" stroke="black" cx="455.77" cy="-42.25" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="455.77" y="-38.55" font-family="Times,serif" font-size="14.00">s4/size</text>
+</g>
+<!-- e&#45;&gt;s4 -->
+<g id="edge22" class="edge">
+<title>e&#45;&gt;s4</title>
+<path fill="none" stroke="black" d="M280.72,-156.99C319.77,-131.24 373.95,-95.52 411.45,-70.81"/>
+<polygon fill="black" stroke="black" points="413.7,-73.51 420.13,-65.09 409.85,-67.67 413.7,-73.51"/>
+<text text-anchor="middle" x="362.78" y="-120.05" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- a2 -->
+<g id="node21" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="704.61" cy="-102.25" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="704.61" y="-98.55" font-family="Times,serif" font-size="14.00">a2/almost</text>
+</g>
+<!-- m4&#45;&gt;a2 -->
+<g id="edge20" class="edge">
+<title>m4&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M506.72,-143.72C544.99,-135.66 598.06,-124.48 639.46,-115.76"/>
+<polygon fill="black" stroke="black" points="640.39,-119.14 649.45,-113.66 638.94,-112.29 640.39,-119.14"/>
+<text text-anchor="middle" x="557.77" y="-143.05" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..e92917aa7c3c9322a06846ecd8ddba5774850eba
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.dot
@@ -0,0 +1,36 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	f [label="f/form-01" shape=circle]
+	s [label="s/system" shape=circle]
+	n [label="n/name" shape=circle]
+	c [label="c/collapse-01" shape=circle]
+	c2 [label="c2/cloud" shape=circle]
+	m [label="m/molecule" shape=circle]
+	g [label="g/giant" shape=circle]
+	ii [label="ii/intercontinental" shape=circle]
+	c3 [label="c3/cause-01" shape=circle]
+	g2 [label="g2/gravity" shape=circle]
+	b [label="b/before" shape=circle]
+	n2 [label="n2/now" shape=circle]
+	t [label="t/temporal-quantity" shape=circle]
+	y [label="y/year" shape=circle]
+	f -> s [label=":ARG1"]
+	s -> n [label=":name"]
+	f -> c [label=":ARG2"]
+	c -> c2 [label=":ARG1"]
+	c2 -> m [label=":consist-of"]
+	c2 -> g [label=":mod"]
+	c2 -> ii [label=":mod"]
+	c -> c3 [label=":ARG0-of"]
+	c3 -> g2 [label=":ARG1"]
+	f -> b [label=":time"]
+	b -> n2 [label=":op1"]
+	b -> t [label=":quant"]
+	t -> y [label=":unit"]
+	node_0 [label="\"Solar\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"System\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+	node_2 [label=4600000000 shape=rectangle]
+	t -> node_2 [label=":quant"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..c7027d96ee033c8a4bf46f2a45def5b874c1473e
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.penman
@@ -0,0 +1,19 @@
+# ::id WikiAbstract-SolarSystem-04
+# ::snt The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud.
+(f / form-01
+      :ARG1 (s / system
+            :name (n / name
+                  :op1 "Solar"
+                  :op2 "System"))
+      :ARG2 (c / collapse-01
+            :ARG1 (c2 / cloud
+                  :consist-of (m / molecule)
+                  :mod (g / giant)
+                  :mod (ii / intercontinental))
+            :ARG0-of (c3 / cause-01
+                  :ARG1 (g2 / gravity)))
+      :time (b / before
+            :op1 (n2 / now)
+            :quant (t / temporal-quantity
+                  :quant 4600000000
+                  :unit (y / year))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..6758163a0146b7ee0a8923eabbeca97a83a3de8b
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..af246e5cab0ad50045e624372dc179b8e98baa7f
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.svg
@@ -0,0 +1,227 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="637pt" height="576pt"
+ viewBox="0.00 0.00 637.34 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.47 1.47) rotate(0) translate(4 845.39)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-845.39 935.84,-845.39 935.84,4 -4,4"/>
+<!-- f -->
+<g id="node1" class="node">
+<title>f</title>
+<ellipse fill="none" stroke="black" cx="53.95" cy="-418.39" rx="53.89" ry="53.89"/>
+<text text-anchor="middle" x="53.95" y="-414.69" font-family="Times,serif" font-size="14.00">f/form&#45;01</text>
+</g>
+<!-- s -->
+<g id="node2" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="260.73" cy="-574.39" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="260.73" y="-570.69" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- f&#45;&gt;s -->
+<g id="edge1" class="edge">
+<title>f&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M97.38,-450.71C130.35,-475.83 176.13,-510.7 210.67,-537.02"/>
+<polygon fill="black" stroke="black" points="208.68,-539.9 218.75,-543.17 212.92,-534.33 208.68,-539.9"/>
+<text text-anchor="middle" x="148.89" y="-509.19" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- c -->
+<g id="node4" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="260.73" cy="-418.39" rx="70.69" ry="70.69"/>
+<text text-anchor="middle" x="260.73" y="-414.69" font-family="Times,serif" font-size="14.00">c/collapse&#45;01</text>
+</g>
+<!-- f&#45;&gt;c -->
+<g id="edge3" class="edge">
+<title>f&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M107.95,-418.39C129.73,-418.39 155.42,-418.39 179.42,-418.39"/>
+<polygon fill="black" stroke="black" points="179.58,-421.89 189.58,-418.39 179.58,-414.89 179.58,-421.89"/>
+<text text-anchor="middle" x="148.89" y="-422.19" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- b -->
+<g id="node11" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="260.73" cy="-276.39" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="260.73" y="-272.69" font-family="Times,serif" font-size="14.00">b/before</text>
+</g>
+<!-- f&#45;&gt;b -->
+<g id="edge10" class="edge">
+<title>f&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M98.63,-388.1C131.66,-365.2 176.99,-333.76 211.16,-310.07"/>
+<polygon fill="black" stroke="black" points="213.37,-312.8 219.59,-304.22 209.38,-307.05 213.37,-312.8"/>
+<text text-anchor="middle" x="148.89" y="-372.19" font-family="Times,serif" font-size="14.00">:time</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="532.97" cy="-769.39" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="532.97" y="-765.69" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- s&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>s&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M303.37,-604.43C353.29,-640.46 436.62,-700.59 487.7,-737.44"/>
+<polygon fill="black" stroke="black" points="485.76,-740.36 495.91,-743.37 489.85,-734.68 485.76,-740.36"/>
+<text text-anchor="middle" x="381.58" y="-687.19" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node15" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="871.6,-841.39 803.6,-841.39 803.6,-805.39 871.6,-805.39 871.6,-841.39"/>
+<text text-anchor="middle" x="837.6" y="-819.69" font-family="Times,serif" font-size="14.00">&quot;Solar&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge14" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M577.33,-777.13C634.99,-787.42 736.3,-805.49 793.72,-815.74"/>
+<polygon fill="black" stroke="black" points="793.11,-819.19 803.57,-817.5 794.34,-812.29 793.11,-819.19"/>
+<text text-anchor="middle" x="688.86" y="-806.19" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node16" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="879.1,-787.39 796.1,-787.39 796.1,-751.39 879.1,-751.39 879.1,-787.39"/>
+<text text-anchor="middle" x="837.6" y="-765.69" font-family="Times,serif" font-size="14.00">&quot;System&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge15" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M577.97,-769.39C633.18,-769.39 727.66,-769.39 785.86,-769.39"/>
+<polygon fill="black" stroke="black" points="785.94,-772.89 795.94,-769.39 785.94,-765.89 785.94,-772.89"/>
+<text text-anchor="middle" x="688.86" y="-773.19" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c2 -->
+<g id="node5" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="532.97" cy="-542.39" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="532.97" y="-538.69" font-family="Times,serif" font-size="14.00">c2/cloud</text>
+</g>
+<!-- c&#45;&gt;c2 -->
+<g id="edge4" class="edge">
+<title>c&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M325.43,-447.62C372.05,-469.01 434.58,-497.71 478.59,-517.9"/>
+<polygon fill="black" stroke="black" points="477.14,-521.08 487.69,-522.07 480.06,-514.72 477.14,-521.08"/>
+<text text-anchor="middle" x="381.58" y="-491.19" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- c3 -->
+<g id="node9" class="node">
+<title>c3</title>
+<ellipse fill="none" stroke="black" cx="532.97" cy="-408.39" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="532.97" y="-404.69" font-family="Times,serif" font-size="14.00">c3/cause&#45;01</text>
+</g>
+<!-- c&#45;&gt;c3 -->
+<g id="edge8" class="edge">
+<title>c&#45;&gt;c3</title>
+<path fill="none" stroke="black" d="M331.68,-415.8C370.09,-414.38 417.74,-412.62 456.93,-411.17"/>
+<polygon fill="black" stroke="black" points="457.09,-414.66 466.96,-410.8 456.83,-407.67 457.09,-414.66"/>
+<text text-anchor="middle" x="381.58" y="-418.19" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- m -->
+<g id="node6" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="837.6" cy="-669.39" rx="63.89" ry="63.89"/>
+<text text-anchor="middle" x="837.6" y="-665.69" font-family="Times,serif" font-size="14.00">m/molecule</text>
+</g>
+<!-- c2&#45;&gt;m -->
+<g id="edge5" class="edge">
+<title>c2&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M578.95,-561.27C629.25,-582.38 711.25,-616.79 769.22,-641.11"/>
+<polygon fill="black" stroke="black" points="768.09,-644.44 778.67,-645.08 770.8,-637.98 768.09,-644.44"/>
+<text text-anchor="middle" x="688.86" y="-624.19" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
+</g>
+<!-- g -->
+<g id="node7" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="837.6" cy="-544.39" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="837.6" y="-540.69" font-family="Times,serif" font-size="14.00">g/giant</text>
+</g>
+<!-- c2&#45;&gt;g -->
+<g id="edge6" class="edge">
+<title>c2&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M582.59,-542.71C637.65,-543.08 727.04,-543.67 783.77,-544.04"/>
+<polygon fill="black" stroke="black" points="783.95,-547.54 793.97,-544.11 783.99,-540.54 783.95,-547.54"/>
+<text text-anchor="middle" x="688.86" y="-547.19" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- ii -->
+<g id="node8" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="837.6" cy="-388.39" rx="94.48" ry="94.48"/>
+<text text-anchor="middle" x="837.6" y="-384.69" font-family="Times,serif" font-size="14.00">ii/intercontinental</text>
+</g>
+<!-- c2&#45;&gt;ii -->
+<g id="edge7" class="edge">
+<title>c2&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M577.33,-520.33C620.68,-498.27 688.69,-463.66 744.19,-435.42"/>
+<polygon fill="black" stroke="black" points="746.01,-438.42 753.33,-430.77 742.83,-432.18 746.01,-438.42"/>
+<text text-anchor="middle" x="688.86" y="-482.19" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- g2 -->
+<g id="node10" class="node">
+<title>g2</title>
+<ellipse fill="none" stroke="black" cx="837.6" cy="-217.39" rx="58.49" ry="58.49"/>
+<text text-anchor="middle" x="837.6" y="-213.69" font-family="Times,serif" font-size="14.00">g2/gravity</text>
+</g>
+<!-- c3&#45;&gt;g2 -->
+<g id="edge9" class="edge">
+<title>c3&#45;&gt;g2</title>
+<path fill="none" stroke="black" d="M588.77,-373.8C642.61,-339.82 724.43,-288.18 779.16,-253.64"/>
+<polygon fill="black" stroke="black" points="781.12,-256.55 787.71,-248.25 777.38,-250.63 781.12,-256.55"/>
+<text text-anchor="middle" x="688.86" y="-333.19" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- n2 -->
+<g id="node12" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="532.97" cy="-276.39" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="532.97" y="-272.69" font-family="Times,serif" font-size="14.00">n2/now</text>
+</g>
+<!-- b&#45;&gt;n2 -->
+<g id="edge11" class="edge">
+<title>b&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M310.36,-276.39C357.74,-276.39 429.61,-276.39 478.56,-276.39"/>
+<polygon fill="black" stroke="black" points="478.64,-279.89 488.64,-276.39 478.64,-272.89 478.64,-279.89"/>
+<text text-anchor="middle" x="381.58" y="-280.19" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- t -->
+<g id="node13" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="532.97" cy="-101.39" rx="101.28" ry="101.28"/>
+<text text-anchor="middle" x="532.97" y="-97.69" font-family="Times,serif" font-size="14.00">t/temporal&#45;quantity</text>
+</g>
+<!-- b&#45;&gt;t -->
+<g id="edge12" class="edge">
+<title>b&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M302.78,-249.81C338.78,-226.5 392.47,-191.73 438.83,-161.7"/>
+<polygon fill="black" stroke="black" points="440.91,-164.53 447.4,-156.16 437.1,-158.65 440.91,-164.53"/>
+<text text-anchor="middle" x="381.58" y="-218.19" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- y -->
+<g id="node14" class="node">
+<title>y</title>
+<ellipse fill="none" stroke="black" cx="837.6" cy="-101.39" rx="39.79" ry="39.79"/>
+<text text-anchor="middle" x="837.6" y="-97.69" font-family="Times,serif" font-size="14.00">y/year</text>
+</g>
+<!-- t&#45;&gt;y -->
+<g id="edge13" class="edge">
+<title>t&#45;&gt;y</title>
+<path fill="none" stroke="black" d="M634.74,-101.39C686.26,-101.39 746.6,-101.39 787.81,-101.39"/>
+<polygon fill="black" stroke="black" points="787.85,-104.89 797.85,-101.39 787.85,-97.89 787.85,-104.89"/>
+<text text-anchor="middle" x="688.86" y="-105.19" font-family="Times,serif" font-size="14.00">:unit</text>
+</g>
+<!-- node_2 -->
+<g id="node17" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="891.1,-43.39 784.1,-43.39 784.1,-7.39 891.1,-7.39 891.1,-43.39"/>
+<text text-anchor="middle" x="837.6" y="-21.69" font-family="Times,serif" font-size="14.00">4600000000</text>
+</g>
+<!-- t&#45;&gt;node_2 -->
+<g id="edge16" class="edge">
+<title>t&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M631.39,-76.93C678.16,-65.18 732.83,-51.45 773.98,-41.12"/>
+<polygon fill="black" stroke="black" points="775.03,-44.46 783.87,-38.63 773.32,-37.67 775.03,-44.46"/>
+<text text-anchor="middle" x="688.86" y="-73.19" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..599466135439a7ae36cb23849705d11587400304
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.dot
@@ -0,0 +1,30 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	a [label="a/and" shape=circle]
+	b [label="b/be-located-at-91" shape=circle]
+	m [label="m/mass" shape=circle]
+	s [label="s/system" shape=circle]
+	m2 [label="m2/majority" shape=circle]
+	v [label="v/vast" shape=circle]
+	s2 [label="s2/sun" shape=circle]
+	c [label="c/contain-01" shape=circle]
+	p [label="p/planet" shape=circle]
+	n [label="n/name" shape=circle]
+	m3 [label="m3/mass" shape=circle]
+	r [label="r/remain-01" shape=circle]
+	m4 [label="m4/majority" shape=circle]
+	a -> b [label=":op1"]
+	b -> m [label=":ARG1"]
+	m -> s [label=":part-of"]
+	m -> m2 [label=":quant"]
+	m2 -> v [label=":mod"]
+	b -> s2 [label=":ARG2"]
+	a -> c [label=":op2"]
+	c -> p [label=":ARG0"]
+	p -> n [label=":name"]
+	c -> m3 [label=":ARG1"]
+	m3 -> r [label=":ARG1-of"]
+	m3 -> m4 [label=":quant"]
+	node_0 [label="\"Jupiter\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..d3e9dd2c86899b597fe2fffa660bac51c1e96a47
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.penman
@@ -0,0 +1,16 @@
+# ::id WikiAbstract-SolarSystem-05
+# ::snt The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter.
+(a / and
+      :op1 (b / be-located-at-91
+            :ARG1 (m / mass
+                  :part-of (s / system)
+                  :quant (m2 / majority
+                        :mod (v / vast)))
+            :ARG2 (s2 / sun))
+      :op2 (c / contain-01
+            :ARG0 (p / planet
+                  :name (n / name
+                        :op1 "Jupiter"))
+            :ARG1 (m3 / mass
+                  :ARG1-of (r / remain-01)
+                  :quant (m4 / majority))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..ed83d7dfb7462382935b668915caa72a28afcdec
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..74cef664541d7af368b9ce687695ec166fdda5d5
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.svg
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="775pt" height="576pt"
+ viewBox="0.00 0.00 774.54 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.17 1.17) rotate(0) translate(4 671.59)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-671.59 904.46,-671.59 904.46,4 -4,4"/>
+<!-- a -->
+<g id="node1" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="36.4" cy="-422.59" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="36.4" y="-418.89" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- b -->
+<g id="node2" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="234.04" cy="-512.59" rx="94.48" ry="94.48"/>
+<text text-anchor="middle" x="234.04" y="-508.89" font-family="Times,serif" font-size="14.00">b/be&#45;located&#45;at&#45;91</text>
+</g>
+<!-- a&#45;&gt;b -->
+<g id="edge1" class="edge">
+<title>a&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M69.7,-437.46C88.74,-446.22 113.92,-457.8 138.78,-469.23"/>
+<polygon fill="black" stroke="black" points="137.37,-472.44 147.91,-473.44 140.29,-466.08 137.37,-472.44"/>
+<text text-anchor="middle" x="106.29" y="-462.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- c -->
+<g id="node8" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="234.04" cy="-332.59" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="234.04" y="-328.89" font-family="Times,serif" font-size="14.00">c/contain&#45;01</text>
+</g>
+<!-- a&#45;&gt;c -->
+<g id="edge7" class="edge">
+<title>a&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M69.7,-407.73C94.99,-396.1 131.09,-379.49 162.92,-364.85"/>
+<polygon fill="black" stroke="black" points="164.58,-367.94 172.21,-360.58 161.66,-361.58 164.58,-367.94"/>
+<text text-anchor="middle" x="106.29" y="-399.39" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- m -->
+<g id="node3" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="462.27" cy="-584.59" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="462.27" y="-580.89" font-family="Times,serif" font-size="14.00">m/mass</text>
+</g>
+<!-- b&#45;&gt;m -->
+<g id="edge2" class="edge">
+<title>b&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M324.13,-540.95C352.62,-550.01 383.24,-559.76 408.31,-567.74"/>
+<polygon fill="black" stroke="black" points="407.39,-571.12 417.98,-570.81 409.51,-564.45 407.39,-571.12"/>
+<text text-anchor="middle" x="369.28" y="-564.39" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- s2 -->
+<g id="node7" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="462.27" cy="-479.59" rx="40.89" ry="40.89"/>
+<text text-anchor="middle" x="462.27" y="-475.89" font-family="Times,serif" font-size="14.00">s2/sun</text>
+</g>
+<!-- b&#45;&gt;s2 -->
+<g id="edge6" class="edge">
+<title>b&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M327.38,-499.12C356.14,-494.93 386.75,-490.46 411.44,-486.86"/>
+<polygon fill="black" stroke="black" points="412.24,-490.28 421.63,-485.38 411.23,-483.36 412.24,-490.28"/>
+<text text-anchor="middle" x="369.28" y="-499.39" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- s -->
+<g id="node4" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="681.86" cy="-615.59" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="681.86" y="-611.89" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- m&#45;&gt;s -->
+<g id="edge3" class="edge">
+<title>m&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M508.09,-590.98C540.36,-595.58 584.28,-601.83 619.76,-606.89"/>
+<polygon fill="black" stroke="black" points="619.61,-610.4 630,-608.35 620.6,-603.47 619.61,-610.4"/>
+<text text-anchor="middle" x="564.27" y="-606.39" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- m2 -->
+<g id="node5" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="681.86" cy="-477.59" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="681.86" y="-473.89" font-family="Times,serif" font-size="14.00">m2/majority</text>
+</g>
+<!-- m&#45;&gt;m2 -->
+<g id="edge4" class="edge">
+<title>m&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M503.94,-564.59C534.09,-549.77 575.92,-529.2 611.33,-511.78"/>
+<polygon fill="black" stroke="black" points="613.23,-514.75 620.66,-507.2 610.14,-508.47 613.23,-514.75"/>
+<text text-anchor="middle" x="564.27" y="-553.39" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- v -->
+<g id="node6" class="node">
+<title>v</title>
+<ellipse fill="none" stroke="black" cx="860.96" cy="-477.59" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="860.96" y="-473.89" font-family="Times,serif" font-size="14.00">v/vast</text>
+</g>
+<!-- m2&#45;&gt;v -->
+<g id="edge5" class="edge">
+<title>m2&#45;&gt;v</title>
+<path fill="none" stroke="black" d="M749.56,-477.59C770.5,-477.59 793.19,-477.59 812.51,-477.59"/>
+<polygon fill="black" stroke="black" points="812.58,-481.09 822.58,-477.59 812.58,-474.09 812.58,-481.09"/>
+<text text-anchor="middle" x="785.46" y="-481.39" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- p -->
+<g id="node9" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="462.27" cy="-340.59" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="462.27" y="-336.89" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- c&#45;&gt;p -->
+<g id="edge8" class="edge">
+<title>c&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M301.69,-334.95C333.89,-336.09 372.18,-337.44 403.17,-338.54"/>
+<polygon fill="black" stroke="black" points="403.27,-342.05 413.39,-338.9 403.52,-335.05 403.27,-342.05"/>
+<text text-anchor="middle" x="369.28" y="-341.39" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- m3 -->
+<g id="node11" class="node">
+<title>m3</title>
+<ellipse fill="none" stroke="black" cx="462.27" cy="-218.59" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="462.27" y="-214.89" font-family="Times,serif" font-size="14.00">m3/mass</text>
+</g>
+<!-- c&#45;&gt;m3 -->
+<g id="edge10" class="edge">
+<title>c&#45;&gt;m3</title>
+<path fill="none" stroke="black" d="M294.77,-302.49C329.35,-285.07 372.57,-263.29 406.31,-246.29"/>
+<polygon fill="black" stroke="black" points="408.21,-249.25 415.56,-241.63 405.06,-243 408.21,-249.25"/>
+<text text-anchor="middle" x="369.28" y="-279.39" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- n -->
+<g id="node10" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="681.86" cy="-346.59" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="681.86" y="-342.89" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- p&#45;&gt;n -->
+<g id="edge9" class="edge">
+<title>p&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M511.02,-341.91C545.18,-342.85 591.21,-344.12 626.73,-345.1"/>
+<polygon fill="black" stroke="black" points="626.83,-348.61 636.92,-345.38 627.02,-341.61 626.83,-348.61"/>
+<text text-anchor="middle" x="564.27" y="-347.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node14" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="900.46,-364.59 821.46,-364.59 821.46,-328.59 900.46,-328.59 900.46,-364.59"/>
+<text text-anchor="middle" x="860.96" y="-342.89" font-family="Times,serif" font-size="14.00">&quot;Jupiter&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge13" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M727.09,-346.59C752.69,-346.59 784.94,-346.59 811.26,-346.59"/>
+<polygon fill="black" stroke="black" points="811.39,-350.09 821.39,-346.59 811.39,-343.09 811.39,-350.09"/>
+<text text-anchor="middle" x="785.46" y="-350.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- r -->
+<g id="node12" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="681.86" cy="-218.59" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="681.86" y="-214.89" font-family="Times,serif" font-size="14.00">r/remain&#45;01</text>
+</g>
+<!-- m3&#45;&gt;r -->
+<g id="edge11" class="edge">
+<title>m3&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M514.29,-218.59C541.6,-218.59 575.75,-218.59 606.01,-218.59"/>
+<polygon fill="black" stroke="black" points="606.11,-222.09 616.11,-218.59 606.11,-215.09 606.11,-222.09"/>
+<text text-anchor="middle" x="564.27" y="-222.39" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- m4 -->
+<g id="node13" class="node">
+<title>m4</title>
+<ellipse fill="none" stroke="black" cx="681.86" cy="-67.59" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="681.86" y="-63.89" font-family="Times,serif" font-size="14.00">m4/majority</text>
+</g>
+<!-- m3&#45;&gt;m4 -->
+<g id="edge12" class="edge">
+<title>m3&#45;&gt;m4</title>
+<path fill="none" stroke="black" d="M505.48,-189.3C537.29,-167.23 581.43,-136.59 617.48,-111.58"/>
+<polygon fill="black" stroke="black" points="619.76,-114.26 625.98,-105.68 615.77,-108.51 619.76,-114.26"/>
+<text text-anchor="middle" x="564.27" y="-173.39" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..f58e27c203d74cec87363f28bb0eebf2964a6688
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.dot
@@ -0,0 +1,52 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	p [label="p/planet" shape=circle]
+	t [label="t/terrestrial" shape=circle]
+	a [label="a/and" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	n [label="n/name" shape=circle]
+	p3 [label="p3/planet" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	p4 [label="p4/planet" shape=circle]
+	n3 [label="n3/name" shape=circle]
+	p5 [label="p5/planet" shape=circle]
+	n4 [label="n4/name" shape=circle]
+	s [label="s/system" shape=circle]
+	ii [label="ii/inner" shape=circle]
+	c [label="c/compose-01" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	r [label="r/rock" shape=circle]
+	m [label="m/metal" shape=circle]
+	p6 [label="p6/primary" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	s2 [label="s2/small" shape=circle]
+	m2 [label="m2/more" shape=circle]
+	p -> t [label=":mod"]
+	p -> a [label=":domain"]
+	a -> p2 [label=":op1"]
+	p2 -> n [label=":name"]
+	a -> p3 [label=":op2"]
+	p3 -> n2 [label=":name"]
+	a -> p4 [label=":op3"]
+	p4 -> n3 [label=":name"]
+	a -> p5 [label=":op4"]
+	p5 -> n4 [label=":name"]
+	a -> s [label=":part-of"]
+	s -> ii [label=":mod"]
+	a -> c [label=":ARG1-of"]
+	c -> a2 [label=":ARG2"]
+	a2 -> r [label=":op1"]
+	a2 -> m [label=":op2"]
+	c -> p6 [label=":mod"]
+	a -> h [label=":ARG1-of"]
+	h -> s2 [label=":ARG2"]
+	h -> m2 [label=":ARG3"]
+	node_0 [label="\"Mercury\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"Venus\"" shape=rectangle]
+	n2 -> node_1 [label=":op1"]
+	node_2 [label="\"Earth\"" shape=rectangle]
+	n3 -> node_2 [label=":op1"]
+	node_3 [label="\"Mars\"" shape=rectangle]
+	n4 -> node_3 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..b6d587908203c0fbbe021ac58123db61deab0d72
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.penman
@@ -0,0 +1,27 @@
+# ::id WikiAbstract-SolarSystem-06
+# ::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))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..f5e027ef81da3e85d3a853428fe918e25516acf3
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..1368496d621454cc2405fad723f44d6e08d27d78
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.svg
@@ -0,0 +1,331 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="520pt" height="576pt"
+ viewBox="0.00 0.00 519.73 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.89 1.89) rotate(0) translate(4 1086.59)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-1086.59 980.04,-1086.59 980.04,4 -4,4"/>
+<!-- p -->
+<g id="node1" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="48.75" cy="-707" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="48.75" y="-703.3" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- t -->
+<g id="node2" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="257.14" cy="-767" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="257.14" y="-763.3" font-family="Times,serif" font-size="14.00">t/terrestrial</text>
+</g>
+<!-- p&#45;&gt;t -->
+<g id="edge1" class="edge">
+<title>p&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M95.81,-720.39C121.74,-727.93 154.71,-737.51 184,-746.03"/>
+<polygon fill="black" stroke="black" points="183.2,-749.44 193.78,-748.87 185.15,-742.71 183.2,-749.44"/>
+<text text-anchor="middle" x="144.49" y="-745.8" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a -->
+<g id="node3" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="257.14" cy="-647" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="257.14" y="-643.3" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- p&#45;&gt;a -->
+<g id="edge2" class="edge">
+<title>p&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M95.81,-693.6C130.62,-683.48 178.11,-669.68 212.36,-659.72"/>
+<polygon fill="black" stroke="black" points="213.46,-663.05 222.09,-656.89 211.51,-656.32 213.46,-663.05"/>
+<text text-anchor="middle" x="144.49" y="-690.8" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- p2 -->
+<g id="node4" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-1028" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="513.77" y="-1024.3" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- a&#45;&gt;p2 -->
+<g id="edge3" class="edge">
+<title>a&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M290.33,-662.04C302.46,-669.36 315.16,-679.35 322.78,-692 356.75,-748.37 318.25,-777.15 340.78,-839 363.65,-901.77 376.34,-916.96 422.78,-965 433.12,-975.69 445.51,-985.72 457.75,-994.49"/>
+<polygon fill="black" stroke="black" points="455.96,-997.51 466.17,-1000.35 459.96,-991.77 455.96,-997.51"/>
+<text text-anchor="middle" x="372.78" y="-947.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p3 -->
+<g id="node6" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-901" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="513.77" y="-897.3" font-family="Times,serif" font-size="14.00">p3/planet</text>
+</g>
+<!-- a&#45;&gt;p3 -->
+<g id="edge5" class="edge">
+<title>a&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M289.75,-663.76C301.37,-671.17 313.85,-680.76 322.78,-692 336.18,-708.86 329.87,-718.42 340.78,-737 370.07,-786.85 380.47,-798.59 422.78,-838 433.67,-848.13 446.27,-857.94 458.54,-866.68"/>
+<polygon fill="black" stroke="black" points="456.75,-869.7 466.96,-872.55 460.76,-863.96 456.75,-869.7"/>
+<text text-anchor="middle" x="372.78" y="-823.8" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- p4 -->
+<g id="node8" class="node">
+<title>p4</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-774" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="513.77" y="-770.3" font-family="Times,serif" font-size="14.00">p4/planet</text>
+</g>
+<!-- a&#45;&gt;p4 -->
+<g id="edge7" class="edge">
+<title>a&#45;&gt;p4</title>
+<path fill="none" stroke="black" d="M290.13,-662.95C331.58,-683.63 404.59,-720.04 455.67,-745.51"/>
+<polygon fill="black" stroke="black" points="454.11,-748.65 464.62,-749.98 457.23,-742.38 454.11,-748.65"/>
+<text text-anchor="middle" x="372.78" y="-721.8" font-family="Times,serif" font-size="14.00">:op3</text>
+</g>
+<!-- p5 -->
+<g id="node10" class="node">
+<title>p5</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-647" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="513.77" y="-643.3" font-family="Times,serif" font-size="14.00">p5/planet</text>
+</g>
+<!-- a&#45;&gt;p5 -->
+<g id="edge9" class="edge">
+<title>a&#45;&gt;p5</title>
+<path fill="none" stroke="black" d="M293.54,-647C333.6,-647 399.66,-647 448.81,-647"/>
+<polygon fill="black" stroke="black" points="449.02,-650.5 459.02,-647 449.02,-643.5 449.02,-650.5"/>
+<text text-anchor="middle" x="372.78" y="-650.8" font-family="Times,serif" font-size="14.00">:op4</text>
+</g>
+<!-- s -->
+<g id="node12" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-522" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="513.77" y="-518.3" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- a&#45;&gt;s -->
+<g id="edge11" class="edge">
+<title>a&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M290.13,-631.29C332,-610.73 406.06,-574.38 457.2,-549.27"/>
+<polygon fill="black" stroke="black" points="459.04,-552.27 466.47,-544.72 455.95,-545.99 459.04,-552.27"/>
+<text text-anchor="middle" x="372.78" y="-606.8" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- c -->
+<g id="node14" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-379" rx="73.39" ry="73.39"/>
+<text text-anchor="middle" x="513.77" y="-375.3" font-family="Times,serif" font-size="14.00">c/compose&#45;01</text>
+</g>
+<!-- a&#45;&gt;c -->
+<g id="edge13" class="edge">
+<title>a&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M280.98,-619.38C311.99,-582.31 369.65,-514.9 422.78,-461 431.56,-452.09 441.09,-442.92 450.56,-434.08"/>
+<polygon fill="black" stroke="black" points="453.16,-436.44 458.12,-427.07 448.4,-431.3 453.16,-436.44"/>
+<text text-anchor="middle" x="372.78" y="-548.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- h -->
+<g id="node19" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="513.77" cy="-171" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="513.77" y="-167.3" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- a&#45;&gt;h -->
+<g id="edge18" class="edge">
+<title>a&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M271.39,-613.02C296.92,-549.1 356.28,-407.45 422.78,-297 431.76,-282.08 441.96,-266.64 452.19,-251.9"/>
+<polygon fill="black" stroke="black" points="455.33,-253.51 458.2,-243.31 449.6,-249.5 455.33,-253.51"/>
+<text text-anchor="middle" x="372.78" y="-449.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- n -->
+<g id="node5" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-1028" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="749.16" y="-1024.3" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- p2&#45;&gt;n -->
+<g id="edge4" class="edge">
+<title>p2&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M568.61,-1028C606.14,-1028 656.03,-1028 693.7,-1028"/>
+<polygon fill="black" stroke="black" points="693.98,-1031.5 703.98,-1028 693.98,-1024.5 693.98,-1031.5"/>
+<text text-anchor="middle" x="645.76" y="-1031.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node22" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="972.8,-1046 881.8,-1046 881.8,-1010 972.8,-1010 972.8,-1046"/>
+<text text-anchor="middle" x="927.3" y="-1024.3" font-family="Times,serif" font-size="14.00">&quot;Mercury&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge21" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M794.15,-1028C817.62,-1028 846.7,-1028 871.61,-1028"/>
+<polygon fill="black" stroke="black" points="871.64,-1031.5 881.64,-1028 871.64,-1024.5 871.64,-1031.5"/>
+<text text-anchor="middle" x="845.05" y="-1031.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n2 -->
+<g id="node7" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-901" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="749.16" y="-897.3" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- p3&#45;&gt;n2 -->
+<g id="edge6" class="edge">
+<title>p3&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M568.61,-901C604.29,-901 651.15,-901 688.06,-901"/>
+<polygon fill="black" stroke="black" points="688.18,-904.5 698.18,-901 688.18,-897.5 688.18,-904.5"/>
+<text text-anchor="middle" x="645.76" y="-904.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node23" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="963.8,-919 890.8,-919 890.8,-883 963.8,-883 963.8,-919"/>
+<text text-anchor="middle" x="927.3" y="-897.3" font-family="Times,serif" font-size="14.00">&quot;Venus&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_1 -->
+<g id="edge22" class="edge">
+<title>n2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M800.16,-901C825.44,-901 855.89,-901 880.54,-901"/>
+<polygon fill="black" stroke="black" points="880.72,-904.5 890.72,-901 880.72,-897.5 880.72,-904.5"/>
+<text text-anchor="middle" x="845.05" y="-904.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n3 -->
+<g id="node9" class="node">
+<title>n3</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-774" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="749.16" y="-770.3" font-family="Times,serif" font-size="14.00">n3/name</text>
+</g>
+<!-- p4&#45;&gt;n3 -->
+<g id="edge8" class="edge">
+<title>p4&#45;&gt;n3</title>
+<path fill="none" stroke="black" d="M568.61,-774C604.29,-774 651.15,-774 688.06,-774"/>
+<polygon fill="black" stroke="black" points="688.18,-777.5 698.18,-774 688.18,-770.5 688.18,-777.5"/>
+<text text-anchor="middle" x="645.76" y="-777.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_2 -->
+<g id="node24" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="962.8,-792 891.8,-792 891.8,-756 962.8,-756 962.8,-792"/>
+<text text-anchor="middle" x="927.3" y="-770.3" font-family="Times,serif" font-size="14.00">&quot;Earth&quot;</text>
+</g>
+<!-- n3&#45;&gt;node_2 -->
+<g id="edge23" class="edge">
+<title>n3&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M800.16,-774C825.7,-774 856.53,-774 881.32,-774"/>
+<polygon fill="black" stroke="black" points="881.54,-777.5 891.54,-774 881.54,-770.5 881.54,-777.5"/>
+<text text-anchor="middle" x="845.05" y="-777.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n4 -->
+<g id="node11" class="node">
+<title>n4</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-647" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="749.16" y="-643.3" font-family="Times,serif" font-size="14.00">n4/name</text>
+</g>
+<!-- p5&#45;&gt;n4 -->
+<g id="edge10" class="edge">
+<title>p5&#45;&gt;n4</title>
+<path fill="none" stroke="black" d="M568.61,-647C604.29,-647 651.15,-647 688.06,-647"/>
+<polygon fill="black" stroke="black" points="688.18,-650.5 698.18,-647 688.18,-643.5 688.18,-650.5"/>
+<text text-anchor="middle" x="645.76" y="-650.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_3 -->
+<g id="node25" class="node">
+<title>node_3</title>
+<polygon fill="none" stroke="black" points="960.8,-665 893.8,-665 893.8,-629 960.8,-629 960.8,-665"/>
+<text text-anchor="middle" x="927.3" y="-643.3" font-family="Times,serif" font-size="14.00">&quot;Mars&quot;</text>
+</g>
+<!-- n4&#45;&gt;node_3 -->
+<g id="edge24" class="edge">
+<title>n4&#45;&gt;node_3</title>
+<path fill="none" stroke="black" d="M800.16,-647C826.42,-647 858.26,-647 883.38,-647"/>
+<polygon fill="black" stroke="black" points="883.7,-650.5 893.7,-647 883.7,-643.5 883.7,-650.5"/>
+<text text-anchor="middle" x="845.05" y="-650.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- ii -->
+<g id="node13" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-528" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="749.16" y="-524.3" font-family="Times,serif" font-size="14.00">ii/inner</text>
+</g>
+<!-- s&#45;&gt;ii -->
+<g id="edge12" class="edge">
+<title>s&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M565.99,-523.31C604.17,-524.29 656.19,-525.63 694.86,-526.63"/>
+<polygon fill="black" stroke="black" points="694.8,-530.12 704.89,-526.88 694.98,-523.13 694.8,-530.12"/>
+<text text-anchor="middle" x="645.76" y="-528.8" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a2 -->
+<g id="node15" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-424" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="749.16" y="-420.3" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- c&#45;&gt;a2 -->
+<g id="edge14" class="edge">
+<title>c&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M586.06,-392.74C621.99,-399.67 664.72,-407.91 697.28,-414.19"/>
+<polygon fill="black" stroke="black" points="696.99,-417.69 707.48,-416.15 698.32,-410.82 696.99,-417.69"/>
+<text text-anchor="middle" x="645.76" y="-412.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- p6 -->
+<g id="node18" class="node">
+<title>p6</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-301" rx="62.29" ry="62.29"/>
+<text text-anchor="middle" x="749.16" y="-297.3" font-family="Times,serif" font-size="14.00">p6/primary</text>
+</g>
+<!-- c&#45;&gt;p6 -->
+<g id="edge17" class="edge">
+<title>c&#45;&gt;p6</title>
+<path fill="none" stroke="black" d="M583.53,-356.01C613.99,-345.84 649.71,-333.9 680.08,-323.75"/>
+<polygon fill="black" stroke="black" points="681.37,-327.01 689.74,-320.52 679.15,-320.37 681.37,-327.01"/>
+<text text-anchor="middle" x="645.76" y="-346.8" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- r -->
+<g id="node16" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="927.3" cy="-476" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="927.3" y="-472.3" font-family="Times,serif" font-size="14.00">r/rock</text>
+</g>
+<!-- a2&#45;&gt;r -->
+<g id="edge15" class="edge">
+<title>a2&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M790.13,-435.79C816.98,-443.72 852.43,-454.19 880.43,-462.45"/>
+<polygon fill="black" stroke="black" points="879.79,-465.92 890.38,-465.39 881.78,-459.2 879.79,-465.92"/>
+<text text-anchor="middle" x="845.05" y="-459.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- m -->
+<g id="node17" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="927.3" cy="-371" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="927.3" y="-367.3" font-family="Times,serif" font-size="14.00">m/metal</text>
+</g>
+<!-- a2&#45;&gt;m -->
+<g id="edge16" class="edge">
+<title>a2&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M790.13,-411.97C813.89,-404.82 844.39,-395.64 870.5,-387.79"/>
+<polygon fill="black" stroke="black" points="871.7,-391.08 880.26,-384.85 869.68,-384.38 871.7,-391.08"/>
+<text text-anchor="middle" x="845.05" y="-403.8" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- s2 -->
+<g id="node20" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-171" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="749.16" y="-167.3" font-family="Times,serif" font-size="14.00">s2/small</text>
+</g>
+<!-- h&#45;&gt;s2 -->
+<g id="edge19" class="edge">
+<title>h&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M605,-171C633.3,-171 663.79,-171 689.33,-171"/>
+<polygon fill="black" stroke="black" points="689.58,-174.5 699.58,-171 689.58,-167.5 689.58,-174.5"/>
+<text text-anchor="middle" x="645.76" y="-174.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node21" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="749.16" cy="-52" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="749.16" y="-48.3" font-family="Times,serif" font-size="14.00">m2/more</text>
+</g>
+<!-- h&#45;&gt;m2 -->
+<g id="edge20" class="edge">
+<title>h&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M595.09,-130.04C627.45,-113.54 663.96,-94.93 693.21,-80.01"/>
+<polygon fill="black" stroke="black" points="695.11,-82.97 702.43,-75.31 691.93,-76.74 695.11,-82.97"/>
+<text text-anchor="middle" x="645.76" y="-119.8" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..209e3ac996ae33323a823117b0630a5e65bfa6c2
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.dot
@@ -0,0 +1,24 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	p [label="p/planet" shape=circle]
+	g [label="g/giant" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	s [label="s/system" shape=circle]
+	o [label="o/outer" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	m [label="m/massive" shape=circle]
+	m2 [label="m2/more" shape=circle]
+	s2 [label="s2/substantial" shape=circle]
+	t [label="t/terrestrial" shape=circle]
+	p -> g [label=":mod"]
+	p -> p2 [label=":domain"]
+	p2 -> s [label=":part-of"]
+	s -> o [label=":mod"]
+	p -> h [label=":ARG1-of"]
+	h -> m [label=":ARG2"]
+	h -> m2 [label=":ARG3"]
+	m2 -> s2 [label=":degree"]
+	h -> t [label=":ARG4"]
+	node_0 [label=4 shape=rectangle]
+	p2 -> node_0 [label=":quant"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..5a71daba2f8276f332a4910237078754049edb91
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.penman
@@ -0,0 +1,13 @@
+# ::id WikiAbstract-SolarSystem-07
+# ::snt The four outer system planets are giant planets, being substantially more massive than the terrestrials.
+(p / planet
+      :mod (g / giant)
+      :domain (p2 / planet
+            :quant 4
+            :part-of (s / system
+                  :mod (o / outer)))
+      :ARG1-of (h / have-degree-91
+            :ARG2 (m / massive)
+            :ARG3 (m2 / more
+                  :degree (s2 / substantial))
+            :ARG4 (t / terrestrial)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..5d8ed5d7d4ab51b04bbd140fe45e3cdf8f8d9127
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c4fea3201cdc08817171c0739f0a4165e7759aae
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.svg
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="823pt" height="576pt"
+ viewBox="0.00 0.00 823.42 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.03 1.03) rotate(0) translate(4 591.19)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-591.19 846.85,-591.19 846.85,4 -4,4"/>
+<!-- p -->
+<g id="node1" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="48.75" cy="-427.64" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="48.75" y="-423.94" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- g -->
+<g id="node2" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="288.48" cy="-543.64" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="288.48" y="-539.94" font-family="Times,serif" font-size="14.00">g/giant</text>
+</g>
+<!-- p&#45;&gt;g -->
+<g id="edge1" class="edge">
+<title>p&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M92.8,-448.65C134.31,-468.91 196.99,-499.49 239.95,-520.45"/>
+<polygon fill="black" stroke="black" points="238.55,-523.66 249.07,-524.9 241.62,-517.37 238.55,-523.66"/>
+<text text-anchor="middle" x="147.49" y="-492.44" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- p2 -->
+<g id="node3" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="288.48" cy="-427.64" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="288.48" y="-423.94" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- p&#45;&gt;p2 -->
+<g id="edge2" class="edge">
+<title>p&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M97.57,-427.64C133.74,-427.64 183.78,-427.64 223.41,-427.64"/>
+<polygon fill="black" stroke="black" points="223.51,-431.14 233.51,-427.64 223.51,-424.14 223.51,-431.14"/>
+<text text-anchor="middle" x="147.49" y="-431.44" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- h -->
+<g id="node6" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="288.48" cy="-232.64" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="288.48" y="-228.94" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- p&#45;&gt;h -->
+<g id="edge5" class="edge">
+<title>p&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M86.89,-397.18C119.65,-370.31 168.45,-330.28 209.72,-296.43"/>
+<polygon fill="black" stroke="black" points="212.09,-299.01 217.6,-289.96 207.65,-293.6 212.09,-299.01"/>
+<text text-anchor="middle" x="147.49" y="-373.44" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s -->
+<g id="node4" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="534.12" cy="-515.64" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="534.12" y="-511.94" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- p2&#45;&gt;s -->
+<g id="edge3" class="edge">
+<title>p2&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M339.96,-445.88C379.32,-460.09 434.01,-479.85 475.16,-494.71"/>
+<polygon fill="black" stroke="black" points="474.18,-498.08 484.78,-498.18 476.56,-491.49 474.18,-498.08"/>
+<text text-anchor="middle" x="423.98" y="-488.44" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node11" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="561.12,-445.64 507.12,-445.64 507.12,-409.64 561.12,-409.64 561.12,-445.64"/>
+<text text-anchor="middle" x="534.12" y="-423.94" font-family="Times,serif" font-size="14.00">4</text>
+</g>
+<!-- p2&#45;&gt;node_0 -->
+<g id="edge10" class="edge">
+<title>p2&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M343.25,-427.64C389.92,-427.64 456.2,-427.64 496.84,-427.64"/>
+<polygon fill="black" stroke="black" points="496.84,-431.14 506.84,-427.64 496.84,-424.14 496.84,-431.14"/>
+<text text-anchor="middle" x="423.98" y="-431.44" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- o -->
+<g id="node5" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="766.81" cy="-515.64" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="766.81" y="-511.94" font-family="Times,serif" font-size="14.00">o/outer</text>
+</g>
+<!-- s&#45;&gt;o -->
+<g id="edge4" class="edge">
+<title>s&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M586.32,-515.64C623.69,-515.64 674.23,-515.64 712.16,-515.64"/>
+<polygon fill="black" stroke="black" points="712.5,-519.14 722.5,-515.64 712.5,-512.14 712.5,-519.14"/>
+<text text-anchor="middle" x="645.26" y="-519.44" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- m -->
+<g id="node7" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="534.12" cy="-331.64" rx="59.59" ry="59.59"/>
+<text text-anchor="middle" x="534.12" y="-327.94" font-family="Times,serif" font-size="14.00">m/massive</text>
+</g>
+<!-- h&#45;&gt;m -->
+<g id="edge6" class="edge">
+<title>h&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M372.99,-266.58C404.44,-279.35 439.68,-293.67 469.07,-305.62"/>
+<polygon fill="black" stroke="black" points="467.82,-308.89 478.4,-309.41 470.45,-302.4 467.82,-308.89"/>
+<text text-anchor="middle" x="423.98" y="-300.44" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node8" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="534.12" cy="-201.64" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="534.12" y="-197.94" font-family="Times,serif" font-size="14.00">m2/more</text>
+</g>
+<!-- h&#45;&gt;m2 -->
+<g id="edge7" class="edge">
+<title>h&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M378.82,-221.28C409.91,-217.32 444.04,-212.98 472.27,-209.39"/>
+<polygon fill="black" stroke="black" points="472.92,-212.83 482.4,-208.1 472.03,-205.89 472.92,-212.83"/>
+<text text-anchor="middle" x="423.98" y="-221.44" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- t -->
+<g id="node10" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="534.12" cy="-65.64" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="534.12" y="-61.94" font-family="Times,serif" font-size="14.00">t/terrestrial</text>
+</g>
+<!-- h&#45;&gt;t -->
+<g id="edge9" class="edge">
+<title>h&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M363.91,-181.63C398.2,-158.12 438.44,-130.54 471.07,-108.17"/>
+<polygon fill="black" stroke="black" points="473.36,-110.85 479.63,-102.31 469.4,-105.08 473.36,-110.85"/>
+<text text-anchor="middle" x="423.98" y="-158.44" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- s2 -->
+<g id="node9" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="766.81" cy="-201.64" rx="76.09" ry="76.09"/>
+<text text-anchor="middle" x="766.81" y="-197.94" font-family="Times,serif" font-size="14.00">s2/substantial</text>
+</g>
+<!-- m2&#45;&gt;s2 -->
+<g id="edge8" class="edge">
+<title>m2&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M586.32,-201.64C613.98,-201.64 648.87,-201.64 680.52,-201.64"/>
+<polygon fill="black" stroke="black" points="680.67,-205.14 690.67,-201.64 680.67,-198.14 680.67,-205.14"/>
+<text text-anchor="middle" x="645.26" y="-205.44" font-family="Times,serif" font-size="14.00">:degree</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..4f821af1a2fdab7cdfa0d718171b0eb54bcf24aa
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.dot
@@ -0,0 +1,92 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	c [label="c/contrast-01" shape=circle]
+	g [label="g/giant" shape=circle]
+	g2 [label="g2/gas" shape=circle]
+	a [label="a/and" shape=circle]
+	p [label="p/planet" shape=circle]
+	n [label="n/name" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	l [label="l/large" shape=circle]
+	m [label="m/most" shape=circle]
+	c2 [label="c2/compose-01" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	h2 [label="h2/hydrogen" shape=circle]
+	h3 [label="h3/helium" shape=circle]
+	m2 [label="m2/main" shape=circle]
+	g3 [label="g3/giant" shape=circle]
+	ii [label="ii/ice" shape=circle]
+	a3 [label="a3/and" shape=circle]
+	p3 [label="p3/planet" shape=circle]
+	n3 [label="n3/name" shape=circle]
+	p4 [label="p4/planet" shape=circle]
+	n4 [label="n4/name" shape=circle]
+	c3 [label="c3/compose-01" shape=circle]
+	s [label="s/substance" shape=circle]
+	h4 [label="h4/have-degree-91" shape=circle]
+	h5 [label="h5/high-02" shape=circle]
+	p5 [label="p5/point" shape=circle]
+	m3 [label="m3/melt-01" shape=circle]
+	m4 [label="m4/more" shape=circle]
+	r [label="r/relative-05" shape=circle]
+	a4 [label="a4/and" shape=circle]
+	h6 [label="h6/hydrogen" shape=circle]
+	h7 [label="h7/helium" shape=circle]
+	c4 [label="c4/call-01" shape=circle]
+	v [label="v/volatile" shape=circle]
+	a5 [label="a5/and" shape=circle]
+	w [label="w/water" shape=circle]
+	a6 [label="a6/ammonia" shape=circle]
+	m5 [label="m5/methane" shape=circle]
+	m6 [label="m6/most" shape=circle]
+	c -> g [label=":ARG1"]
+	g -> g2 [label=":mod"]
+	g -> a [label=":domain"]
+	a -> p [label=":op1"]
+	p -> n [label=":name"]
+	a -> p2 [label=":op2"]
+	p2 -> n2 [label=":name"]
+	a -> h [label=":ARG1-of"]
+	h -> l [label=":ARG2"]
+	h -> m [label=":ARG3"]
+	g -> c2 [label=":ARG1-of"]
+	c2 -> a2 [label=":ARG2"]
+	a2 -> h2 [label=":op1"]
+	a2 -> h3 [label=":op2"]
+	c2 -> m2 [label=":mod"]
+	c -> g3 [label=":ARG2"]
+	g3 -> ii [label=":mod"]
+	g3 -> a3 [label=":domain"]
+	a3 -> p3 [label=":op1"]
+	p3 -> n3 [label=":name"]
+	a3 -> p4 [label=":op2"]
+	p4 -> n4 [label=":name"]
+	a3 -> c3 [label=":ARG1-of"]
+	c3 -> s [label=":ARG2"]
+	s -> h4 [label=":ARG1-of"]
+	h4 -> h5 [label=":ARG2"]
+	h5 -> p5 [label=":ARG1"]
+	p5 -> m3 [label=":mod"]
+	h4 -> m4 [label=":ARG3"]
+	m4 -> r [label=":ARG2-of"]
+	h4 -> a4 [label=":ARG4"]
+	a4 -> h6 [label=":op1"]
+	a4 -> h7 [label=":op2"]
+	a4 -> c4 [label=":ARG1-of"]
+	c4 -> v [label=":ARG2"]
+	v -> a5 [label=":example"]
+	a5 -> w [label=":op1"]
+	a5 -> a6 [label=":op2"]
+	a5 -> m5 [label=":op3"]
+	c3 -> m6 [label=":mod"]
+	node_0 [label="\"Jupiter\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"Saturn\"" shape=rectangle]
+	n2 -> node_1 [label=":op1"]
+	node_2 [label="\"Uranus\"" shape=rectangle]
+	n3 -> node_2 [label=":op1"]
+	node_3 [label="\"Neptune\"" shape=rectangle]
+	n4 -> node_3 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..f0c6a39d803c00779ed2983833653d32df2c9e5a
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.penman
@@ -0,0 +1,47 @@
+# ::id WikiAbstract-SolarSystem-08
+# ::snt The two largest planets, Jupiter and Saturn, are gas giants, being composed mainly of hydrogen and helium; the two outermost planets, Uranus and Neptune, are ice giants, being composed mostly of substances with relatively high melting points compared with hydrogen and helium, called volatiles, such as water, ammonia and methane.
+(c / contrast-01
+      :ARG1 (g / giant
+            :mod (g2 / gas)
+            :domain (a / and
+                  :op1 (p / planet
+                        :name (n / name
+                              :op1 "Jupiter"))
+                  :op2 (p2 / planet
+                        :name (n2 / name
+                              :op1 "Saturn"))
+                  :ARG1-of (h / have-degree-91
+                        :ARG2 (l / large)
+                        :ARG3 (m / most)))
+            :ARG1-of (c2 / compose-01
+                  :ARG2 (a2 / and
+                        :op1 (h2 / hydrogen)
+                        :op2 (h3 / helium))
+                  :mod (m2 / main)))
+      :ARG2 (g3 / giant
+            :mod (ii / ice)
+            :domain (a3 / and
+                  :op1 (p3 / planet
+                        :name (n3 / name
+                              :op1 "Uranus"))
+                  :op2 (p4 / planet
+                        :name (n4 / name
+                              :op1 "Neptune"))
+                  :ARG1-of (c3 / compose-01
+                        :ARG2 (s / substance
+                              :ARG1-of (h4 / have-degree-91
+                                    :ARG2 (h5 / high-02
+                                          :ARG1 (p5 / point
+                                                :mod (m3 / melt-01)))
+                                    :ARG3 (m4 / more
+                                          :ARG2-of (r / relative-05))
+                                    :ARG4 (a4 / and
+                                          :op1 (h6 / hydrogen)
+                                          :op2 (h7 / helium)
+                                          :ARG1-of (c4 / call-01
+                                                :ARG2 (v / volatile
+                                                      :example (a5 / and
+                                                            :op1 (w / water)
+                                                            :op2 (a6 / ammonia)
+                                                            :op3 (m5 / methane)))))))
+                        :mod (m6 / most)))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..9df45e0e865ac52a45b358d6acc542142dcced27
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d18db44a2fef2db14ec59775b4d3f267216dcd1c
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.svg
@@ -0,0 +1,591 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="823pt" height="576pt"
+ viewBox="0.00 0.00 822.61 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(2.95 2.95) rotate(0) translate(4 1696.64)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-1696.64 2424.76,-1696.64 2424.76,4 -4,4"/>
+<!-- c -->
+<g id="node1" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="71.49" cy="-1133.89" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="71.49" y="-1130.19" font-family="Times,serif" font-size="14.00">c/contrast&#45;01</text>
+</g>
+<!-- g -->
+<g id="node2" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="274.38" cy="-1250.89" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="274.38" y="-1247.19" font-family="Times,serif" font-size="14.00">g/giant</text>
+</g>
+<!-- c&#45;&gt;g -->
+<g id="edge1" class="edge">
+<title>c&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M133.59,-1169.47C163.79,-1187.07 199.64,-1207.94 227.47,-1224.15"/>
+<polygon fill="black" stroke="black" points="225.81,-1227.23 236.21,-1229.24 229.33,-1221.19 225.81,-1227.23"/>
+<text text-anchor="middle" x="183.99" y="-1212.69" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- g3 -->
+<g id="node17" class="node">
+<title>g3</title>
+<ellipse fill="none" stroke="black" cx="274.38" cy="-1012.89" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="274.38" y="-1009.19" font-family="Times,serif" font-size="14.00">g3/giant</text>
+</g>
+<!-- c&#45;&gt;g3 -->
+<g id="edge16" class="edge">
+<title>c&#45;&gt;g3</title>
+<path fill="none" stroke="black" d="M133.04,-1097.43C161.81,-1080.1 195.8,-1059.62 223.12,-1043.17"/>
+<polygon fill="black" stroke="black" points="224.98,-1046.13 231.74,-1037.98 221.37,-1040.14 224.98,-1046.13"/>
+<text text-anchor="middle" x="183.99" y="-1080.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- g2 -->
+<g id="node3" class="node">
+<title>g2</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-1445.89" rx="41.69" ry="41.69"/>
+<text text-anchor="middle" x="503.07" y="-1442.19" font-family="Times,serif" font-size="14.00">g2/gas</text>
+</g>
+<!-- g&#45;&gt;g2 -->
+<g id="edge2" class="edge">
+<title>g&#45;&gt;g2</title>
+<path fill="none" stroke="black" d="M303.24,-1283.81C314.79,-1296.95 328.56,-1312 341.78,-1324.89 376.08,-1358.36 385.4,-1366.2 423.78,-1394.89 434.75,-1403.1 447.01,-1411.44 458.51,-1418.94"/>
+<polygon fill="black" stroke="black" points="456.82,-1422.01 467.12,-1424.49 460.61,-1416.13 456.82,-1422.01"/>
+<text text-anchor="middle" x="373.78" y="-1384.69" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a -->
+<g id="node4" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-1349.89" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="503.07" y="-1346.19" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- g&#45;&gt;a -->
+<g id="edge3" class="edge">
+<title>g&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M314.61,-1268.03C355.17,-1285.74 418.28,-1313.3 459.89,-1331.47"/>
+<polygon fill="black" stroke="black" points="458.64,-1334.75 469.2,-1335.54 461.44,-1328.33 458.64,-1334.75"/>
+<text text-anchor="middle" x="373.78" y="-1309.69" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- c2 -->
+<g id="node12" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-1186.89" rx="79.09" ry="79.09"/>
+<text text-anchor="middle" x="503.07" y="-1183.19" font-family="Times,serif" font-size="14.00">c2/compose&#45;01</text>
+</g>
+<!-- g&#45;&gt;c2 -->
+<g id="edge11" class="edge">
+<title>g&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M316.43,-1239.3C344.3,-1231.44 382.18,-1220.74 416.46,-1211.06"/>
+<polygon fill="black" stroke="black" points="417.82,-1214.32 426.49,-1208.23 415.91,-1207.58 417.82,-1214.32"/>
+<text text-anchor="middle" x="373.78" y="-1235.69" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- p -->
+<g id="node5" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-1643.89" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="773.36" y="-1640.19" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- a&#45;&gt;p -->
+<g id="edge4" class="edge">
+<title>a&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M537.61,-1362.02C553.33,-1369.3 571.04,-1380.07 582.36,-1394.89 601.6,-1420.08 587.23,-1435.05 600.36,-1463.89 627.14,-1522.68 636.43,-1538.48 682.36,-1583.89 694.09,-1595.48 708.35,-1606.18 722.04,-1615.23"/>
+<polygon fill="black" stroke="black" points="720.15,-1618.18 730.45,-1620.65 723.94,-1612.29 720.15,-1618.18"/>
+<text text-anchor="middle" x="632.36" y="-1567.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p2 -->
+<g id="node7" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-1519.89" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="773.36" y="-1516.19" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- a&#45;&gt;p2 -->
+<g id="edge6" class="edge">
+<title>a&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M535.19,-1367.21C549.65,-1375.4 567.01,-1385.44 582.36,-1394.89 629.41,-1423.85 681.78,-1458.5 719.61,-1483.96"/>
+<polygon fill="black" stroke="black" points="717.69,-1486.89 727.93,-1489.57 721.6,-1481.08 717.69,-1486.89"/>
+<text text-anchor="middle" x="632.36" y="-1448.69" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- h -->
+<g id="node9" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-1349.89" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="773.36" y="-1346.19" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- a&#45;&gt;h -->
+<g id="edge8" class="edge">
+<title>a&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M539.7,-1349.89C573.43,-1349.89 625.68,-1349.89 672.12,-1349.89"/>
+<polygon fill="black" stroke="black" points="672.24,-1353.39 682.24,-1349.89 672.24,-1346.39 672.24,-1353.39"/>
+<text text-anchor="middle" x="632.36" y="-1353.69" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- n -->
+<g id="node6" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1646.89" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1015.89" y="-1643.19" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- p&#45;&gt;n -->
+<g id="edge5" class="edge">
+<title>p&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M822.17,-1644.49C862.08,-1644.99 918.96,-1645.7 960.59,-1646.22"/>
+<polygon fill="black" stroke="black" points="960.78,-1649.72 970.82,-1646.34 960.86,-1642.72 960.78,-1649.72"/>
+<text text-anchor="middle" x="905.35" y="-1648.69" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node42" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1321.78,-1664.89 1242.78,-1664.89 1242.78,-1628.89 1321.78,-1628.89 1321.78,-1664.89"/>
+<text text-anchor="middle" x="1282.28" y="-1643.19" font-family="Times,serif" font-size="14.00">&quot;Jupiter&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge41" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M1060.85,-1646.89C1108.14,-1646.89 1183.17,-1646.89 1232.31,-1646.89"/>
+<polygon fill="black" stroke="black" points="1232.39,-1650.39 1242.39,-1646.89 1232.39,-1643.39 1232.39,-1650.39"/>
+<text text-anchor="middle" x="1135.44" y="-1650.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n2 -->
+<g id="node8" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1532.89" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1015.89" y="-1529.19" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- p2&#45;&gt;n2 -->
+<g id="edge7" class="edge">
+<title>p2&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M828.04,-1522.8C865.66,-1524.83 915.98,-1527.55 954.92,-1529.65"/>
+<polygon fill="black" stroke="black" points="954.89,-1533.16 965.07,-1530.2 955.27,-1526.17 954.89,-1533.16"/>
+<text text-anchor="middle" x="905.35" y="-1531.69" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node43" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1321.78,-1550.89 1242.78,-1550.89 1242.78,-1514.89 1321.78,-1514.89 1321.78,-1550.89"/>
+<text text-anchor="middle" x="1282.28" y="-1529.19" font-family="Times,serif" font-size="14.00">&quot;Saturn&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_1 -->
+<g id="edge42" class="edge">
+<title>n2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1066.62,-1532.89C1114.04,-1532.89 1185.04,-1532.89 1232.23,-1532.89"/>
+<polygon fill="black" stroke="black" points="1232.51,-1536.39 1242.51,-1532.89 1232.51,-1529.39 1232.51,-1536.39"/>
+<text text-anchor="middle" x="1135.44" y="-1536.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- l -->
+<g id="node10" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1423.89" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="1015.89" y="-1420.19" font-family="Times,serif" font-size="14.00">l/large</text>
+</g>
+<!-- h&#45;&gt;l -->
+<g id="edge9" class="edge">
+<title>h&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M860.52,-1376.4C896.49,-1387.47 936.89,-1399.9 967.34,-1409.27"/>
+<polygon fill="black" stroke="black" points="966.68,-1412.72 977.27,-1412.32 968.74,-1406.03 966.68,-1412.72"/>
+<text text-anchor="middle" x="905.35" y="-1398.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node11" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1319.89" rx="45.49" ry="45.49"/>
+<text text-anchor="middle" x="1015.89" y="-1316.19" font-family="Times,serif" font-size="14.00">m/most</text>
+</g>
+<!-- h&#45;&gt;m -->
+<g id="edge10" class="edge">
+<title>h&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M863.92,-1338.72C896.28,-1334.69 931.82,-1330.26 960.28,-1326.71"/>
+<polygon fill="black" stroke="black" points="960.93,-1330.15 970.42,-1325.44 960.07,-1323.2 960.93,-1330.15"/>
+<text text-anchor="middle" x="905.35" y="-1338.69" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- a2 -->
+<g id="node13" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-1186.89" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="773.36" y="-1183.19" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- c2&#45;&gt;a2 -->
+<g id="edge12" class="edge">
+<title>c2&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M582.39,-1186.89C626.97,-1186.89 681.56,-1186.89 720.77,-1186.89"/>
+<polygon fill="black" stroke="black" points="720.89,-1190.39 730.89,-1186.89 720.89,-1183.39 720.89,-1190.39"/>
+<text text-anchor="middle" x="632.36" y="-1190.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node16" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-1074.89" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="773.36" y="-1071.19" font-family="Times,serif" font-size="14.00">m2/main</text>
+</g>
+<!-- c2&#45;&gt;m2 -->
+<g id="edge15" class="edge">
+<title>c2&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M576.67,-1156.59C620.49,-1138.29 675.49,-1115.33 716.02,-1098.41"/>
+<polygon fill="black" stroke="black" points="717.59,-1101.55 725.47,-1094.47 714.9,-1095.09 717.59,-1101.55"/>
+<text text-anchor="middle" x="632.36" y="-1147.69" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- h2 -->
+<g id="node14" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1186.89" rx="69.59" ry="69.59"/>
+<text text-anchor="middle" x="1015.89" y="-1183.19" font-family="Times,serif" font-size="14.00">h2/hydrogen</text>
+</g>
+<!-- a2&#45;&gt;h2 -->
+<g id="edge13" class="edge">
+<title>a2&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M815.71,-1186.89C848.64,-1186.89 895.72,-1186.89 935.84,-1186.89"/>
+<polygon fill="black" stroke="black" points="935.88,-1190.39 945.88,-1186.89 935.88,-1183.39 935.88,-1190.39"/>
+<text text-anchor="middle" x="905.35" y="-1190.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- h3 -->
+<g id="node15" class="node">
+<title>h3</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-1041.89" rx="57.39" ry="57.39"/>
+<text text-anchor="middle" x="1015.89" y="-1038.19" font-family="Times,serif" font-size="14.00">h3/helium</text>
+</g>
+<!-- a2&#45;&gt;h3 -->
+<g id="edge14" class="edge">
+<title>a2&#45;&gt;h3</title>
+<path fill="none" stroke="black" d="M810.41,-1166.39C826.91,-1156.91 846.69,-1145.45 864.35,-1134.89 895.66,-1116.18 930.3,-1094.83 958.46,-1077.3"/>
+<polygon fill="black" stroke="black" points="960.34,-1080.25 966.98,-1071.99 956.64,-1074.31 960.34,-1080.25"/>
+<text text-anchor="middle" x="905.35" y="-1125.69" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- ii -->
+<g id="node18" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-1012.89" rx="32.49" ry="32.49"/>
+<text text-anchor="middle" x="503.07" y="-1009.19" font-family="Times,serif" font-size="14.00">ii/ice</text>
+</g>
+<!-- g3&#45;&gt;ii -->
+<g id="edge17" class="edge">
+<title>g3&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M324.01,-1012.89C364.44,-1012.89 421.4,-1012.89 459.92,-1012.89"/>
+<polygon fill="black" stroke="black" points="460.26,-1016.39 470.26,-1012.89 460.26,-1009.39 460.26,-1016.39"/>
+<text text-anchor="middle" x="373.78" y="-1016.69" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a3 -->
+<g id="node19" class="node">
+<title>a3</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-856.89" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="503.07" y="-853.19" font-family="Times,serif" font-size="14.00">a3/and</text>
+</g>
+<!-- g3&#45;&gt;a3 -->
+<g id="edge18" class="edge">
+<title>g3&#45;&gt;a3</title>
+<path fill="none" stroke="black" d="M315.65,-985.18C356.03,-957.39 418,-914.75 459.26,-886.35"/>
+<polygon fill="black" stroke="black" points="461.48,-889.07 467.74,-880.52 457.51,-883.31 461.48,-889.07"/>
+<text text-anchor="middle" x="373.78" y="-969.69" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- p3 -->
+<g id="node20" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-919.89" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="773.36" y="-916.19" font-family="Times,serif" font-size="14.00">p3/planet</text>
+</g>
+<!-- a3&#45;&gt;p3 -->
+<g id="edge19" class="edge">
+<title>a3&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M544.53,-866.39C588.44,-876.71 659.11,-893.3 710.11,-905.28"/>
+<polygon fill="black" stroke="black" points="709.5,-908.73 720.03,-907.61 711.1,-901.91 709.5,-908.73"/>
+<text text-anchor="middle" x="632.36" y="-897.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p4 -->
+<g id="node22" class="node">
+<title>p4</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-792.89" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="773.36" y="-789.19" font-family="Times,serif" font-size="14.00">p4/planet</text>
+</g>
+<!-- a3&#45;&gt;p4 -->
+<g id="edge21" class="edge">
+<title>a3&#45;&gt;p4</title>
+<path fill="none" stroke="black" d="M544.24,-847.31C588.09,-836.85 658.87,-819.97 709.97,-807.78"/>
+<polygon fill="black" stroke="black" points="711,-811.13 719.91,-805.4 709.37,-804.32 711,-811.13"/>
+<text text-anchor="middle" x="632.36" y="-835.69" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c3 -->
+<g id="node24" class="node">
+<title>c3</title>
+<ellipse fill="none" stroke="black" cx="773.36" cy="-640.89" rx="79.09" ry="79.09"/>
+<text text-anchor="middle" x="773.36" y="-637.19" font-family="Times,serif" font-size="14.00">c3/compose&#45;01</text>
+</g>
+<!-- a3&#45;&gt;c3 -->
+<g id="edge23" class="edge">
+<title>a3&#45;&gt;c3</title>
+<path fill="none" stroke="black" d="M536.43,-830.84C577.46,-797.81 649.3,-739.96 702.96,-696.76"/>
+<polygon fill="black" stroke="black" points="705.48,-699.23 711.08,-690.23 701.09,-693.78 705.48,-699.23"/>
+<text text-anchor="middle" x="632.36" y="-777.69" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- n3 -->
+<g id="node21" class="node">
+<title>n3</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-915.89" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1015.89" y="-912.19" font-family="Times,serif" font-size="14.00">n3/name</text>
+</g>
+<!-- p3&#45;&gt;n3 -->
+<g id="edge20" class="edge">
+<title>p3&#45;&gt;n3</title>
+<path fill="none" stroke="black" d="M828.04,-919C865.66,-918.38 915.98,-917.54 954.92,-916.89"/>
+<polygon fill="black" stroke="black" points="955.13,-920.39 965.07,-916.72 955.01,-913.39 955.13,-920.39"/>
+<text text-anchor="middle" x="905.35" y="-921.69" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_2 -->
+<g id="node44" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1323.78,-933.89 1240.78,-933.89 1240.78,-897.89 1323.78,-897.89 1323.78,-933.89"/>
+<text text-anchor="middle" x="1282.28" y="-912.19" font-family="Times,serif" font-size="14.00">&quot;Uranus&quot;</text>
+</g>
+<!-- n3&#45;&gt;node_2 -->
+<g id="edge43" class="edge">
+<title>n3&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1066.62,-915.89C1113.44,-915.89 1183.25,-915.89 1230.44,-915.89"/>
+<polygon fill="black" stroke="black" points="1230.44,-919.39 1240.44,-915.89 1230.44,-912.39 1230.44,-919.39"/>
+<text text-anchor="middle" x="1135.44" y="-919.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n4 -->
+<g id="node23" class="node">
+<title>n4</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-792.89" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1015.89" y="-789.19" font-family="Times,serif" font-size="14.00">n4/name</text>
+</g>
+<!-- p4&#45;&gt;n4 -->
+<g id="edge22" class="edge">
+<title>p4&#45;&gt;n4</title>
+<path fill="none" stroke="black" d="M828.04,-792.89C865.66,-792.89 915.98,-792.89 954.92,-792.89"/>
+<polygon fill="black" stroke="black" points="955.07,-796.39 965.07,-792.89 955.07,-789.39 955.07,-796.39"/>
+<text text-anchor="middle" x="905.35" y="-796.69" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_3 -->
+<g id="node45" class="node">
+<title>node_3</title>
+<polygon fill="none" stroke="black" points="1328.28,-810.89 1236.28,-810.89 1236.28,-774.89 1328.28,-774.89 1328.28,-810.89"/>
+<text text-anchor="middle" x="1282.28" y="-789.19" font-family="Times,serif" font-size="14.00">&quot;Neptune&quot;</text>
+</g>
+<!-- n4&#45;&gt;node_3 -->
+<g id="edge44" class="edge">
+<title>n4&#45;&gt;node_3</title>
+<path fill="none" stroke="black" d="M1066.62,-792.89C1112.05,-792.89 1179.12,-792.89 1226.16,-792.89"/>
+<polygon fill="black" stroke="black" points="1226.18,-796.39 1236.18,-792.89 1226.18,-789.39 1226.18,-796.39"/>
+<text text-anchor="middle" x="1135.44" y="-796.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- s -->
+<g id="node25" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-653.89" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="1015.89" y="-650.19" font-family="Times,serif" font-size="14.00">s/substance</text>
+</g>
+<!-- c3&#45;&gt;s -->
+<g id="edge24" class="edge">
+<title>c3&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M852.78,-645.13C880.87,-646.65 912.43,-648.36 940.19,-649.86"/>
+<polygon fill="black" stroke="black" points="940.05,-653.35 950.23,-650.4 940.43,-646.36 940.05,-653.35"/>
+<text text-anchor="middle" x="905.35" y="-653.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m6 -->
+<g id="node41" class="node">
+<title>m6</title>
+<ellipse fill="none" stroke="black" cx="1015.89" cy="-518.89" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="1015.89" y="-515.19" font-family="Times,serif" font-size="14.00">m6/most</text>
+</g>
+<!-- c3&#45;&gt;m6 -->
+<g id="edge40" class="edge">
+<title>c3&#45;&gt;m6</title>
+<path fill="none" stroke="black" d="M844.58,-605.28C881.62,-586.49 926.37,-563.79 960.7,-546.38"/>
+<polygon fill="black" stroke="black" points="962.31,-549.49 969.64,-541.84 959.14,-543.25 962.31,-549.49"/>
+<text text-anchor="middle" x="905.35" y="-587.69" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- h4 -->
+<g id="node26" class="node">
+<title>h4</title>
+<ellipse fill="none" stroke="black" cx="1282.28" cy="-653.89" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="1282.28" y="-650.19" font-family="Times,serif" font-size="14.00">h4/have&#45;degree&#45;91</text>
+</g>
+<!-- s&#45;&gt;h4 -->
+<g id="edge25" class="edge">
+<title>s&#45;&gt;h4</title>
+<path fill="none" stroke="black" d="M1081.57,-653.89C1109.71,-653.89 1143.43,-653.89 1175.08,-653.89"/>
+<polygon fill="black" stroke="black" points="1175.27,-657.39 1185.27,-653.89 1175.27,-650.39 1175.27,-657.39"/>
+<text text-anchor="middle" x="1135.44" y="-657.69" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- h5 -->
+<g id="node27" class="node">
+<title>h5</title>
+<ellipse fill="none" stroke="black" cx="1521.56" cy="-786.89" rx="60.39" ry="60.39"/>
+<text text-anchor="middle" x="1521.56" y="-783.19" font-family="Times,serif" font-size="14.00">h5/high&#45;02</text>
+</g>
+<!-- h4&#45;&gt;h5 -->
+<g id="edge26" class="edge">
+<title>h4&#45;&gt;h5</title>
+<path fill="none" stroke="black" d="M1367.27,-700.97C1397.71,-718.03 1431.48,-736.96 1459.56,-752.7"/>
+<polygon fill="black" stroke="black" points="1458.03,-755.86 1468.46,-757.69 1461.45,-749.75 1458.03,-755.86"/>
+<text text-anchor="middle" x="1420.12" y="-743.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m4 -->
+<g id="node30" class="node">
+<title>m4</title>
+<ellipse fill="none" stroke="black" cx="1521.56" cy="-653.89" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="1521.56" y="-650.19" font-family="Times,serif" font-size="14.00">m4/more</text>
+</g>
+<!-- h4&#45;&gt;m4 -->
+<g id="edge29" class="edge">
+<title>h4&#45;&gt;m4</title>
+<path fill="none" stroke="black" d="M1379.45,-653.89C1406.43,-653.89 1435.01,-653.89 1459.35,-653.89"/>
+<polygon fill="black" stroke="black" points="1459.5,-657.39 1469.5,-653.89 1459.5,-650.39 1459.5,-657.39"/>
+<text text-anchor="middle" x="1420.12" y="-657.69" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- a4 -->
+<g id="node32" class="node">
+<title>a4</title>
+<ellipse fill="none" stroke="black" cx="1521.56" cy="-425.89" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="1521.56" y="-422.19" font-family="Times,serif" font-size="14.00">a4/and</text>
+</g>
+<!-- h4&#45;&gt;a4 -->
+<g id="edge31" class="edge">
+<title>h4&#45;&gt;a4</title>
+<path fill="none" stroke="black" d="M1352.87,-587.03C1395.33,-546.23 1447.97,-495.65 1482.82,-462.16"/>
+<polygon fill="black" stroke="black" points="1485.63,-464.32 1490.41,-454.87 1480.78,-459.27 1485.63,-464.32"/>
+<text text-anchor="middle" x="1420.12" y="-543.69" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- p5 -->
+<g id="node28" class="node">
+<title>p5</title>
+<ellipse fill="none" stroke="black" cx="1751.55" cy="-789.89" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="1751.55" y="-786.19" font-family="Times,serif" font-size="14.00">p5/point</text>
+</g>
+<!-- h5&#45;&gt;p5 -->
+<g id="edge27" class="edge">
+<title>h5&#45;&gt;p5</title>
+<path fill="none" stroke="black" d="M1582.17,-787.68C1616,-788.12 1658.19,-788.68 1691.88,-789.12"/>
+<polygon fill="black" stroke="black" points="1691.99,-792.62 1702.04,-789.26 1692.08,-785.62 1691.99,-792.62"/>
+<text text-anchor="middle" x="1632.01" y="-791.69" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- m3 -->
+<g id="node29" class="node">
+<title>m3</title>
+<ellipse fill="none" stroke="black" cx="1966.79" cy="-789.89" rx="63.89" ry="63.89"/>
+<text text-anchor="middle" x="1966.79" y="-786.19" font-family="Times,serif" font-size="14.00">m3/melt&#45;01</text>
+</g>
+<!-- p5&#45;&gt;m3 -->
+<g id="edge28" class="edge">
+<title>p5&#45;&gt;m3</title>
+<path fill="none" stroke="black" d="M1801.21,-789.89C1828.26,-789.89 1862.47,-789.89 1892.69,-789.89"/>
+<polygon fill="black" stroke="black" points="1892.77,-793.39 1902.77,-789.89 1892.77,-786.39 1892.77,-793.39"/>
+<text text-anchor="middle" x="1862.1" y="-793.69" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- r -->
+<g id="node31" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="1751.55" cy="-653.89" rx="68.49" ry="68.49"/>
+<text text-anchor="middle" x="1751.55" y="-650.19" font-family="Times,serif" font-size="14.00">r/relative&#45;05</text>
+</g>
+<!-- m4&#45;&gt;r -->
+<g id="edge30" class="edge">
+<title>m4&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M1573.73,-653.89C1603,-653.89 1640.3,-653.89 1673.1,-653.89"/>
+<polygon fill="black" stroke="black" points="1673.11,-657.39 1683.11,-653.89 1673.11,-650.39 1673.11,-657.39"/>
+<text text-anchor="middle" x="1632.01" y="-657.69" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- h6 -->
+<g id="node33" class="node">
+<title>h6</title>
+<ellipse fill="none" stroke="black" cx="1751.55" cy="-497.89" rx="69.59" ry="69.59"/>
+<text text-anchor="middle" x="1751.55" y="-494.19" font-family="Times,serif" font-size="14.00">h6/hydrogen</text>
+</g>
+<!-- a4&#45;&gt;h6 -->
+<g id="edge32" class="edge">
+<title>a4&#45;&gt;h6</title>
+<path fill="none" stroke="black" d="M1562.02,-438.35C1593.02,-448.14 1637.12,-462.07 1674.88,-474"/>
+<polygon fill="black" stroke="black" points="1674.24,-477.47 1684.83,-477.14 1676.35,-470.79 1674.24,-477.47"/>
+<text text-anchor="middle" x="1632.01" y="-474.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- h7 -->
+<g id="node34" class="node">
+<title>h7</title>
+<ellipse fill="none" stroke="black" cx="1751.55" cy="-352.89" rx="57.39" ry="57.39"/>
+<text text-anchor="middle" x="1751.55" y="-349.19" font-family="Times,serif" font-size="14.00">h7/helium</text>
+</g>
+<!-- a4&#45;&gt;h7 -->
+<g id="edge33" class="edge">
+<title>a4&#45;&gt;h7</title>
+<path fill="none" stroke="black" d="M1562.02,-413.26C1596.4,-402.25 1646.88,-386.09 1686.96,-373.25"/>
+<polygon fill="black" stroke="black" points="1688.19,-376.54 1696.65,-370.15 1686.06,-369.87 1688.19,-376.54"/>
+<text text-anchor="middle" x="1632.01" y="-404.69" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c4 -->
+<g id="node35" class="node">
+<title>c4</title>
+<ellipse fill="none" stroke="black" cx="1751.55" cy="-222.89" rx="55.49" ry="55.49"/>
+<text text-anchor="middle" x="1751.55" y="-219.19" font-family="Times,serif" font-size="14.00">c4/call&#45;01</text>
+</g>
+<!-- a4&#45;&gt;c4 -->
+<g id="edge34" class="edge">
+<title>a4&#45;&gt;c4</title>
+<path fill="none" stroke="black" d="M1553.79,-398.09C1592.06,-364.01 1657.35,-305.88 1702.15,-265.99"/>
+<polygon fill="black" stroke="black" points="1704.56,-268.53 1709.71,-259.26 1699.91,-263.3 1704.56,-268.53"/>
+<text text-anchor="middle" x="1632.01" y="-358.69" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- v -->
+<g id="node36" class="node">
+<title>v</title>
+<ellipse fill="none" stroke="black" cx="1966.79" cy="-222.89" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="1966.79" y="-219.19" font-family="Times,serif" font-size="14.00">v/volatile</text>
+</g>
+<!-- c4&#45;&gt;v -->
+<g id="edge35" class="edge">
+<title>c4&#45;&gt;v</title>
+<path fill="none" stroke="black" d="M1806.91,-222.89C1836.29,-222.89 1872.7,-222.89 1903.25,-222.89"/>
+<polygon fill="black" stroke="black" points="1903.37,-226.39 1913.37,-222.89 1903.37,-219.39 1903.37,-226.39"/>
+<text text-anchor="middle" x="1862.1" y="-226.69" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- a5 -->
+<g id="node37" class="node">
+<title>a5</title>
+<ellipse fill="none" stroke="black" cx="2173.73" cy="-222.89" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="2173.73" y="-219.19" font-family="Times,serif" font-size="14.00">a5/and</text>
+</g>
+<!-- v&#45;&gt;a5 -->
+<g id="edge36" class="edge">
+<title>v&#45;&gt;a5</title>
+<path fill="none" stroke="black" d="M2020.3,-222.89C2051.31,-222.89 2090.39,-222.89 2121.22,-222.89"/>
+<polygon fill="black" stroke="black" points="2121.34,-226.39 2131.34,-222.89 2121.34,-219.39 2121.34,-226.39"/>
+<text text-anchor="middle" x="2080.98" y="-226.69" font-family="Times,serif" font-size="14.00">:example</text>
+</g>
+<!-- w -->
+<g id="node38" class="node">
+<title>w</title>
+<ellipse fill="none" stroke="black" cx="2351.87" cy="-356.89" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="2351.87" y="-353.19" font-family="Times,serif" font-size="14.00">w/water</text>
+</g>
+<!-- a5&#45;&gt;w -->
+<g id="edge37" class="edge">
+<title>a5&#45;&gt;w</title>
+<path fill="none" stroke="black" d="M2207.86,-248.1C2235.19,-268.89 2274.27,-298.62 2304.67,-321.75"/>
+<polygon fill="black" stroke="black" points="2302.92,-324.81 2313,-328.08 2307.16,-319.24 2302.92,-324.81"/>
+<text text-anchor="middle" x="2249.48" y="-293.69" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- a6 -->
+<g id="node39" class="node">
+<title>a6</title>
+<ellipse fill="none" stroke="black" cx="2351.87" cy="-222.89" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="2351.87" y="-219.19" font-family="Times,serif" font-size="14.00">a6/ammonia</text>
+</g>
+<!-- a5&#45;&gt;a6 -->
+<g id="edge38" class="edge">
+<title>a5&#45;&gt;a6</title>
+<path fill="none" stroke="black" d="M2216.03,-222.89C2233.34,-222.89 2254.04,-222.89 2273.98,-222.89"/>
+<polygon fill="black" stroke="black" points="2273.99,-226.39 2283.99,-222.89 2273.99,-219.39 2273.99,-226.39"/>
+<text text-anchor="middle" x="2249.48" y="-226.69" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- m5 -->
+<g id="node40" class="node">
+<title>m5</title>
+<ellipse fill="none" stroke="black" cx="2351.87" cy="-68.89" rx="68.79" ry="68.79"/>
+<text text-anchor="middle" x="2351.87" y="-65.19" font-family="Times,serif" font-size="14.00">m5/methane</text>
+</g>
+<!-- a5&#45;&gt;m5 -->
+<g id="edge39" class="edge">
+<title>a5&#45;&gt;m5</title>
+<path fill="none" stroke="black" d="M2206.22,-195.36C2229.93,-174.63 2263.12,-145.61 2291.74,-120.6"/>
+<polygon fill="black" stroke="black" points="2294.06,-123.21 2299.29,-114 2289.45,-117.94 2294.06,-123.21"/>
+<text text-anchor="middle" x="2249.48" y="-172.69" font-family="Times,serif" font-size="14.00">:op3</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..3df1a765f156ff679ecf0c4fad7415e807476910
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.dot
@@ -0,0 +1,30 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	o [label="o/orbit-01" shape=circle]
+	p [label="p/planet" shape=circle]
+	a [label="a/all" shape=circle]
+	c [label="c/circular" shape=circle]
+	a2 [label="a2/almost" shape=circle]
+	l [label="l/lie-07" shape=circle]
+	d [label="d/disc" shape=circle]
+	f [label="f/flat-06" shape=circle]
+	n [label="n/near" shape=circle]
+	c2 [label="c2/call-01" shape=circle]
+	t [label="t/thing" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	o -> p [label=":ARG0"]
+	p -> a [label=":mod"]
+	o -> c [label=":mod"]
+	c -> a2 [label=":mod"]
+	o -> l [label=":ARG1-of"]
+	l -> d [label=":ARG2"]
+	d -> f [label=":ARG1-of"]
+	f -> n [label=":degree"]
+	d -> c2 [label=":ARG1-of"]
+	c2 -> t [label=":ARG2"]
+	t -> n2 [label=":name"]
+	node_0 [label=8 shape=rectangle]
+	p -> node_0 [label=":quant"]
+	node_1 [label="\"ecliptic\"" shape=rectangle]
+	n2 -> node_1 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..59a3c0630cbddd1dd8001b5d0c23d9ed53593dfb
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.penman
@@ -0,0 +1,16 @@
+# ::id WikiAbstract-SolarSystem-09
+# ::snt All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic.
+(o / orbit-01
+      :ARG0 (p / planet
+            :quant 8
+            :mod (a / all))
+      :mod (c / circular
+            :mod (a2 / almost))
+      :ARG1-of (l / lie-07
+            :ARG2 (d / disc
+                  :ARG1-of (f / flat-06
+                        :degree (n / near))
+                  :ARG1-of (c2 / call-01
+                        :ARG2 (t / thing
+                              :name (n2 / name
+                                    :op1 "ecliptic"))))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..0b70d87fc1e64028a4cbcdef87d24b512b4b0815
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3de62cc8dc0110461b427c4f657d56a5fbc5ce36
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.svg
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="308pt"
+ viewBox="0.00 0.00 864.00 307.67" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.43 1.43) rotate(0) translate(4 436.79)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-436.79 1233.84,-436.79 1233.84,4 -4,4"/>
+<!-- o -->
+<g id="node1" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="55.9" cy="-229.25" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="55.9" y="-225.55" font-family="Times,serif" font-size="14.00">o/orbit&#45;01</text>
+</g>
+<!-- p -->
+<g id="node2" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="265.74" cy="-350.25" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="265.74" y="-346.55" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- o&#45;&gt;p -->
+<g id="edge1" class="edge">
+<title>o&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M104.58,-257C137.47,-276.16 181.13,-301.57 214.55,-321.03"/>
+<polygon fill="black" stroke="black" points="212.85,-324.09 223.25,-326.09 216.37,-318.04 212.85,-324.09"/>
+<text text-anchor="middle" x="161.79" y="-311.05" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- c -->
+<g id="node4" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="265.74" cy="-229.25" rx="53.89" ry="53.89"/>
+<text text-anchor="middle" x="265.74" y="-225.55" font-family="Times,serif" font-size="14.00">c/circular</text>
+</g>
+<!-- o&#45;&gt;c -->
+<g id="edge3" class="edge">
+<title>o&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M112.05,-229.25C139.47,-229.25 172.74,-229.25 201.22,-229.25"/>
+<polygon fill="black" stroke="black" points="201.48,-232.75 211.48,-229.25 201.48,-225.75 201.48,-232.75"/>
+<text text-anchor="middle" x="161.79" y="-233.05" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- l -->
+<g id="node6" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="265.74" cy="-115.25" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="265.74" y="-111.55" font-family="Times,serif" font-size="14.00">l/lie&#45;07</text>
+</g>
+<!-- o&#45;&gt;l -->
+<g id="edge5" class="edge">
+<title>o&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M105.36,-202.66C139.68,-183.84 185.41,-158.76 219.08,-140.29"/>
+<polygon fill="black" stroke="black" points="221.15,-143.14 228.24,-135.26 217.79,-137 221.15,-143.14"/>
+<text text-anchor="middle" x="161.79" y="-192.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- a -->
+<g id="node3" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="457.58" cy="-402.25" rx="30.59" ry="30.59"/>
+<text text-anchor="middle" x="457.58" y="-398.55" font-family="Times,serif" font-size="14.00">a/all</text>
+</g>
+<!-- p&#45;&gt;a -->
+<g id="edge2" class="edge">
+<title>p&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M313.18,-362.97C345.42,-371.8 387.88,-383.43 418.21,-391.74"/>
+<polygon fill="black" stroke="black" points="417.43,-395.15 428,-394.42 419.28,-388.4 417.43,-395.15"/>
+<text text-anchor="middle" x="360.68" y="-384.05" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- node_0 -->
+<g id="node13" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="484.58,-353.25 430.58,-353.25 430.58,-317.25 484.58,-317.25 484.58,-353.25"/>
+<text text-anchor="middle" x="457.58" y="-331.55" font-family="Times,serif" font-size="14.00">8</text>
+</g>
+<!-- p&#45;&gt;node_0 -->
+<g id="edge12" class="edge">
+<title>p&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M314.64,-346.46C347.46,-343.87 390.31,-340.48 420.3,-338.11"/>
+<polygon fill="black" stroke="black" points="420.65,-341.59 430.34,-337.32 420.1,-334.62 420.65,-341.59"/>
+<text text-anchor="middle" x="360.68" y="-348.05" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- a2 -->
+<g id="node5" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="457.58" cy="-229.25" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="457.58" y="-225.55" font-family="Times,serif" font-size="14.00">a2/almost</text>
+</g>
+<!-- c&#45;&gt;a2 -->
+<g id="edge4" class="edge">
+<title>c&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M319.87,-229.25C342.04,-229.25 368,-229.25 391.32,-229.25"/>
+<polygon fill="black" stroke="black" points="391.47,-232.75 401.47,-229.25 391.47,-225.75 391.47,-232.75"/>
+<text text-anchor="middle" x="360.68" y="-233.05" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- d -->
+<g id="node7" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="457.58" cy="-115.25" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="457.58" y="-111.55" font-family="Times,serif" font-size="14.00">d/disc</text>
+</g>
+<!-- l&#45;&gt;d -->
+<g id="edge6" class="edge">
+<title>l&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M308.4,-115.25C338.11,-115.25 378.12,-115.25 409.07,-115.25"/>
+<polygon fill="black" stroke="black" points="409.19,-118.75 419.19,-115.25 409.19,-111.75 409.19,-118.75"/>
+<text text-anchor="middle" x="360.68" y="-119.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- f -->
+<g id="node8" class="node">
+<title>f</title>
+<ellipse fill="none" stroke="black" cx="668.72" cy="-175.25" rx="46.59" ry="46.59"/>
+<text text-anchor="middle" x="668.72" y="-171.55" font-family="Times,serif" font-size="14.00">f/flat&#45;06</text>
+</g>
+<!-- d&#45;&gt;f -->
+<g id="edge7" class="edge">
+<title>d&#45;&gt;f</title>
+<path fill="none" stroke="black" d="M494.53,-125.56C527.33,-134.97 576.27,-149.01 613.77,-159.77"/>
+<polygon fill="black" stroke="black" points="612.95,-163.17 623.52,-162.57 614.88,-156.45 612.95,-163.17"/>
+<text text-anchor="middle" x="563.47" y="-157.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- c2 -->
+<g id="node10" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="668.72" cy="-55.25" rx="55.49" ry="55.49"/>
+<text text-anchor="middle" x="668.72" y="-51.55" font-family="Times,serif" font-size="14.00">c2/call&#45;01</text>
+</g>
+<!-- d&#45;&gt;c2 -->
+<g id="edge9" class="edge">
+<title>d&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M494.53,-104.93C524.95,-96.2 569.25,-83.49 605.43,-73.11"/>
+<polygon fill="black" stroke="black" points="606.75,-76.38 615.4,-70.25 604.82,-69.65 606.75,-76.38"/>
+<text text-anchor="middle" x="563.47" y="-97.05" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- n -->
+<g id="node9" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="857.21" cy="-175.25" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="857.21" y="-171.55" font-family="Times,serif" font-size="14.00">n/near</text>
+</g>
+<!-- f&#45;&gt;n -->
+<g id="edge8" class="edge">
+<title>f&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M715.81,-175.25C743.39,-175.25 778.42,-175.25 806.59,-175.25"/>
+<polygon fill="black" stroke="black" points="806.63,-178.75 816.63,-175.25 806.63,-171.75 806.63,-178.75"/>
+<text text-anchor="middle" x="769.46" y="-179.05" font-family="Times,serif" font-size="14.00">:degree</text>
+</g>
+<!-- t -->
+<g id="node11" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="857.21" cy="-55.25" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="857.21" y="-51.55" font-family="Times,serif" font-size="14.00">t/thing</text>
+</g>
+<!-- c2&#45;&gt;t -->
+<g id="edge10" class="edge">
+<title>c2&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M724.16,-55.25C749.58,-55.25 779.68,-55.25 804.72,-55.25"/>
+<polygon fill="black" stroke="black" points="804.75,-58.75 814.75,-55.25 804.75,-51.75 804.75,-58.75"/>
+<text text-anchor="middle" x="769.46" y="-59.05" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- n2 -->
+<g id="node12" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="1030.15" cy="-55.25" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1030.15" y="-51.55" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- t&#45;&gt;n2 -->
+<g id="edge11" class="edge">
+<title>t&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M899.59,-55.25C920.5,-55.25 946.27,-55.25 969.3,-55.25"/>
+<polygon fill="black" stroke="black" points="969.32,-58.75 979.32,-55.25 969.32,-51.75 969.32,-58.75"/>
+<text text-anchor="middle" x="939.45" y="-59.05" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node14" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1229.84,-73.25 1147.84,-73.25 1147.84,-37.25 1229.84,-37.25 1229.84,-73.25"/>
+<text text-anchor="middle" x="1188.84" y="-51.55" font-family="Times,serif" font-size="14.00">&quot;ecliptic&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_1 -->
+<g id="edge13" class="edge">
+<title>n2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1081.16,-55.25C1099.21,-55.25 1119.59,-55.25 1137.65,-55.25"/>
+<polygon fill="black" stroke="black" points="1137.71,-58.75 1147.71,-55.25 1137.71,-51.75 1137.71,-58.75"/>
+<text text-anchor="middle" x="1114.34" y="-59.05" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..2080fa884d1f8d4befdddfd4ca1778881d69088f
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.dot
@@ -0,0 +1,22 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	c [label="c/contain-01" shape=circle]
+	s [label="s/system" shape=circle]
+	n [label="n/name" shape=circle]
+	o [label="o/object" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	s2 [label="s2/small" shape=circle]
+	m [label="m/more" shape=circle]
+	a [label="a/also" shape=circle]
+	c -> s [label=":ARG0"]
+	s -> n [label=":name"]
+	c -> o [label=":ARG1"]
+	o -> h [label=":ARG1-of"]
+	h -> s2 [label=":ARG2"]
+	h -> m [label=":ARG3"]
+	c -> a [label=":mod"]
+	node_0 [label="\"Solar\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"System\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..a0f26ba09458d8418c6fc9a36dc53c08058ba04a
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.penman
@@ -0,0 +1,12 @@
+# ::id WikiAbstract-SolarSystem-10
+# ::snt The Solar System also contains smaller objects.
+(c / contain-01
+      :ARG0 (s / system
+            :name (n / name
+                  :op1 "Solar"
+                  :op2 "System"))
+      :ARG1 (o / object
+            :ARG1-of (h / have-degree-91
+                  :ARG2 (s2 / small)
+                  :ARG3 (m / more)))
+      :mod (a / also))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..c45c41f0829e58e87869f67eb61f063730d44435
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..bfa4fca51783098d4bca03a7683997279af028b0
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.svg
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="792pt" height="337pt"
+ viewBox="0.00 0.00 791.95 336.70" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 332.7)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-332.7 787.95,-332.7 787.95,4 -4,4"/>
+<!-- c -->
+<g id="node1" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="67.59" cy="-140.7" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="67.59" y="-137" font-family="Times,serif" font-size="14.00">c/contain&#45;01</text>
+</g>
+<!-- s -->
+<g id="node2" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="269.18" cy="-275.7" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="269.18" y="-272" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- c&#45;&gt;s -->
+<g id="edge1" class="edge">
+<title>c&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M123.93,-178.12C153.1,-197.85 188.64,-221.89 217.14,-241.17"/>
+<polygon fill="black" stroke="black" points="215.5,-244.29 225.75,-246.99 219.42,-238.49 215.5,-244.29"/>
+<text text-anchor="middle" x="176.19" y="-231.5" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- o -->
+<g id="node4" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="269.18" cy="-140.7" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="269.18" y="-137" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- c&#45;&gt;o -->
+<g id="edge3" class="edge">
+<title>c&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M135.33,-140.7C160.01,-140.7 187.73,-140.7 211.44,-140.7"/>
+<polygon fill="black" stroke="black" points="211.68,-144.2 221.68,-140.7 211.68,-137.2 211.68,-144.2"/>
+<text text-anchor="middle" x="176.19" y="-144.5" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- a -->
+<g id="node8" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="269.18" cy="-37.7" rx="37.89" ry="37.89"/>
+<text text-anchor="middle" x="269.18" y="-34" font-family="Times,serif" font-size="14.00">a/also</text>
+</g>
+<!-- c&#45;&gt;a -->
+<g id="edge7" class="edge">
+<title>c&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M127.94,-110.07C159.67,-93.7 197.96,-73.94 226.51,-59.2"/>
+<polygon fill="black" stroke="black" points="228.14,-62.3 235.42,-54.6 224.93,-56.08 228.14,-62.3"/>
+<text text-anchor="middle" x="176.19" y="-99.5" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="512.17" cy="-283.7" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="512.17" y="-280" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- s&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>s&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M321.29,-277.39C361.16,-278.72 416.4,-280.55 457.02,-281.9"/>
+<polygon fill="black" stroke="black" points="456.9,-285.4 467.01,-282.23 457.14,-278.4 456.9,-285.4"/>
+<text text-anchor="middle" x="371.18" y="-283.5" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node9" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="768.56,-328.7 700.56,-328.7 700.56,-292.7 768.56,-292.7 768.56,-328.7"/>
+<text text-anchor="middle" x="734.56" y="-307" font-family="Times,serif" font-size="14.00">&quot;Solar&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge8" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M556.71,-289.03C595.35,-293.77 651.51,-300.65 690.12,-305.38"/>
+<polygon fill="black" stroke="black" points="690.17,-308.91 700.52,-306.65 691.02,-301.96 690.17,-308.91"/>
+<text text-anchor="middle" x="644.16" y="-305.5" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node10" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="776.06,-274.7 693.06,-274.7 693.06,-238.7 776.06,-238.7 776.06,-274.7"/>
+<text text-anchor="middle" x="734.56" y="-253" font-family="Times,serif" font-size="14.00">&quot;System&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge9" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M556.71,-278.36C592.83,-273.94 644.25,-267.64 682.35,-262.97"/>
+<polygon fill="black" stroke="black" points="683.21,-266.39 692.71,-261.7 682.36,-259.44 683.21,-266.39"/>
+<text text-anchor="middle" x="644.16" y="-273.5" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- h -->
+<g id="node5" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="512.17" cy="-129.7" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="512.17" y="-126" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- o&#45;&gt;h -->
+<g id="edge4" class="edge">
+<title>o&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M316.65,-138.58C343.42,-137.35 378.16,-135.77 410.85,-134.28"/>
+<polygon fill="black" stroke="black" points="411.09,-137.77 420.92,-133.82 410.77,-130.78 411.09,-137.77"/>
+<text text-anchor="middle" x="371.18" y="-141.5" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s2 -->
+<g id="node6" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="734.56" cy="-164.7" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="734.56" y="-161" font-family="Times,serif" font-size="14.00">s2/small</text>
+</g>
+<!-- h&#45;&gt;s2 -->
+<g id="edge5" class="edge">
+<title>h&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M602.18,-143.83C626.94,-147.76 653.18,-151.93 675.65,-155.5"/>
+<polygon fill="black" stroke="black" points="675.26,-158.98 685.69,-157.09 676.36,-152.07 675.26,-158.98"/>
+<text text-anchor="middle" x="644.16" y="-156.5" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node7" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="734.56" cy="-50.7" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="734.56" y="-47" font-family="Times,serif" font-size="14.00">m/more</text>
+</g>
+<!-- h&#45;&gt;m -->
+<g id="edge6" class="edge">
+<title>h&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M598.06,-99.27C626.11,-89.21 656.47,-78.33 681.33,-69.42"/>
+<polygon fill="black" stroke="black" points="682.68,-72.65 690.92,-65.98 680.32,-66.06 682.68,-72.65"/>
+<text text-anchor="middle" x="644.16" y="-94.5" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..f119637195f35099cc2e87cb2a09cba501116fc7
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.dot
@@ -0,0 +1,46 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	c [label="c/contain-01" shape=circle]
+	b [label="b/belt" shape=circle]
+	a [label="a/asteroid" shape=circle]
+	l [label="l/lie-07" shape=circle]
+	b2 [label="b2/between" shape=circle]
+	o [label="o/orbit-01" shape=circle]
+	p [label="p/planet" shape=circle]
+	n [label="n/name" shape=circle]
+	o2 [label="o2/orbit-01" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	o3 [label="o3/object" shape=circle]
+	c2 [label="c2/compose-01" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	r [label="r/rock" shape=circle]
+	m [label="m/metal" shape=circle]
+	r2 [label="r2/resemble-01" shape=circle]
+	p3 [label="p3/planet" shape=circle]
+	t [label="t/terrestrial" shape=circle]
+	m2 [label="m2/most" shape=circle]
+	c -> b [label=":ARG0"]
+	b -> a [label=":mod"]
+	b -> l [label=":ARG1-of"]
+	l -> b2 [label=":ARG2"]
+	b2 -> o [label=":op1"]
+	o -> p [label=":ARG0"]
+	p -> n [label=":name"]
+	b2 -> o2 [label=":op2"]
+	o2 -> p2 [label=":ARG0"]
+	p2 -> n2 [label=":name"]
+	c -> o3 [label=":ARG1"]
+	o3 -> c2 [label=":ARG1-of"]
+	c2 -> a2 [label=":ARG2"]
+	a2 -> r [label=":op1"]
+	a2 -> m [label=":op2"]
+	c2 -> r2 [label=":ARG1-of"]
+	r2 -> p3 [label=":ARG2"]
+	p3 -> t [label=":mod"]
+	c -> m2 [label=":mod"]
+	node_0 [label="\"Mars\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"Jupiter\"" shape=rectangle]
+	n2 -> node_1 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..59a42e95cfc57117ec93c6815ba89634c9fd7c64
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.penman
@@ -0,0 +1,24 @@
+# ::id WikiAbstract-SolarSystem-11
+# ::snt The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal.
+(c / contain-01
+      :ARG0 (b / belt
+            :mod (a / asteroid)
+            :ARG1-of (l / lie-07
+                  :ARG2 (b2 / between
+                        :op1 (o / orbit-01
+                              :ARG0 (p / planet
+                                    :name (n / name
+                                          :op1 "Mars")))
+                        :op2 (o2 / orbit-01
+                              :ARG0 (p2 / planet
+                                    :name (n2 / name
+                                          :op1 "Jupiter"))))))
+      :ARG1 (o3 / object
+            :ARG1-of (c2 / compose-01
+                  :ARG2 (a2 / and
+                        :op1 (r / rock)
+                        :op2 (m / metal))
+                  :ARG1-of (r2 / resemble-01
+                        :ARG2 (p3 / planet
+                              :mod (t / terrestrial)))))
+      :mod (m2 / most))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a71ca4f110b70159dacf0c15d9d3b5538381231
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..48c0016dfa474e2aba248bd0e233ff72a2475393
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.svg
@@ -0,0 +1,292 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="329pt"
+ viewBox="0.00 0.00 864.00 329.35" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.85 1.85) rotate(0) translate(4 605.54)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-605.54 1595.02,-605.54 1595.02,4 -4,4"/>
+<!-- c -->
+<g id="node1" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="67.59" cy="-270.64" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="67.59" y="-266.94" font-family="Times,serif" font-size="14.00">c/contain&#45;01</text>
+</g>
+<!-- b -->
+<g id="node2" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="270.48" cy="-391.64" rx="37.89" ry="37.89"/>
+<text text-anchor="middle" x="270.48" y="-387.94" font-family="Times,serif" font-size="14.00">b/belt</text>
+</g>
+<!-- c&#45;&gt;b -->
+<g id="edge1" class="edge">
+<title>c&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M125.89,-305.16C158.79,-324.97 199.31,-349.38 228.91,-367.2"/>
+<polygon fill="black" stroke="black" points="227.35,-370.35 237.72,-372.51 230.96,-364.36 227.35,-370.35"/>
+<text text-anchor="middle" x="176.19" y="-352.44" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- o3 -->
+<g id="node12" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="270.48" cy="-270.64" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="270.48" y="-266.94" font-family="Times,serif" font-size="14.00">o3/object</text>
+</g>
+<!-- c&#45;&gt;o3 -->
+<g id="edge11" class="edge">
+<title>c&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M135.21,-270.64C158.29,-270.64 184.06,-270.64 206.81,-270.64"/>
+<polygon fill="black" stroke="black" points="207.03,-274.14 217.03,-270.64 207.03,-267.14 207.03,-274.14"/>
+<text text-anchor="middle" x="176.19" y="-274.44" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- m2 -->
+<g id="node20" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="270.48" cy="-147.64" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="270.48" y="-143.94" font-family="Times,serif" font-size="14.00">m2/most</text>
+</g>
+<!-- c&#45;&gt;m2 -->
+<g id="edge19" class="edge">
+<title>c&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M125.62,-235.73C154.51,-218.04 189.34,-196.72 217.48,-179.48"/>
+<polygon fill="black" stroke="black" points="219.67,-182.25 226.37,-174.04 216.02,-176.28 219.67,-182.25"/>
+<text text-anchor="middle" x="176.19" y="-220.44" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a -->
+<g id="node3" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-508.64" rx="57.39" ry="57.39"/>
+<text text-anchor="middle" x="503.07" y="-504.94" font-family="Times,serif" font-size="14.00">a/asteroid</text>
+</g>
+<!-- b&#45;&gt;a -->
+<g id="edge2" class="edge">
+<title>b&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M304.52,-408.41C340.45,-426.64 398.6,-456.14 442.53,-478.43"/>
+<polygon fill="black" stroke="black" points="441.18,-481.67 451.68,-483.08 444.35,-475.43 441.18,-481.67"/>
+<text text-anchor="middle" x="373.78" y="-460.44" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- l -->
+<g id="node4" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-391.64" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="503.07" y="-387.94" font-family="Times,serif" font-size="14.00">l/lie&#45;07</text>
+</g>
+<!-- b&#45;&gt;l -->
+<g id="edge3" class="edge">
+<title>b&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M308.28,-391.64C346.77,-391.64 407.49,-391.64 450.7,-391.64"/>
+<polygon fill="black" stroke="black" points="450.74,-395.14 460.74,-391.64 450.74,-388.14 450.74,-395.14"/>
+<text text-anchor="middle" x="373.78" y="-395.44" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- b2 -->
+<g id="node5" class="node">
+<title>b2</title>
+<ellipse fill="none" stroke="black" cx="763.61" cy="-409.64" rx="64.99" ry="64.99"/>
+<text text-anchor="middle" x="763.61" y="-405.94" font-family="Times,serif" font-size="14.00">b2/between</text>
+</g>
+<!-- l&#45;&gt;b2 -->
+<g id="edge4" class="edge">
+<title>l&#45;&gt;b2</title>
+<path fill="none" stroke="black" d="M545.32,-394.52C583.71,-397.19 641.81,-401.23 688.27,-404.47"/>
+<polygon fill="black" stroke="black" points="688.08,-407.96 698.3,-405.17 688.57,-400.98 688.08,-407.96"/>
+<text text-anchor="middle" x="632.36" y="-406.44" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- o -->
+<g id="node6" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="988.59" cy="-545.64" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="988.59" y="-541.94" font-family="Times,serif" font-size="14.00">o/orbit&#45;01</text>
+</g>
+<!-- b2&#45;&gt;o -->
+<g id="edge5" class="edge">
+<title>b2&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M819.44,-443.09C853.53,-463.88 897.25,-490.54 931.57,-511.47"/>
+<polygon fill="black" stroke="black" points="930.17,-514.72 940.53,-516.94 933.81,-508.74 930.17,-514.72"/>
+<text text-anchor="middle" x="885.85" y="-497.44" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o2 -->
+<g id="node9" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="988.59" cy="-409.64" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="988.59" y="-405.94" font-family="Times,serif" font-size="14.00">o2/orbit&#45;01</text>
+</g>
+<!-- b2&#45;&gt;o2 -->
+<g id="edge8" class="edge">
+<title>b2&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M828.81,-409.64C856.19,-409.64 888.25,-409.64 916.37,-409.64"/>
+<polygon fill="black" stroke="black" points="916.53,-413.14 926.53,-409.64 916.53,-406.14 916.53,-413.14"/>
+<text text-anchor="middle" x="885.85" y="-413.44" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- p -->
+<g id="node7" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="1197.98" cy="-545.64" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="1197.98" y="-541.94" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- o&#45;&gt;p -->
+<g id="edge6" class="edge">
+<title>o&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M1044.63,-545.64C1073.72,-545.64 1109.41,-545.64 1138.94,-545.64"/>
+<polygon fill="black" stroke="black" points="1139.11,-549.14 1149.11,-545.64 1139.11,-542.14 1139.11,-549.14"/>
+<text text-anchor="middle" x="1091.34" y="-549.44" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- n -->
+<g id="node8" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1394.32" cy="-545.64" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1394.32" y="-541.94" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- p&#45;&gt;n -->
+<g id="edge7" class="edge">
+<title>p&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M1247.02,-545.64C1274.85,-545.64 1309.98,-545.64 1338.84,-545.64"/>
+<polygon fill="black" stroke="black" points="1339.16,-549.14 1349.16,-545.64 1339.16,-542.14 1339.16,-549.14"/>
+<text text-anchor="middle" x="1303.63" y="-549.44" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node21" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1585.02,-563.64 1518.02,-563.64 1518.02,-527.64 1585.02,-527.64 1585.02,-563.64"/>
+<text text-anchor="middle" x="1551.52" y="-541.94" font-family="Times,serif" font-size="14.00">&quot;Mars&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge20" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M1439.38,-545.64C1460.79,-545.64 1486.42,-545.64 1507.67,-545.64"/>
+<polygon fill="black" stroke="black" points="1507.71,-549.14 1517.71,-545.64 1507.71,-542.14 1507.71,-549.14"/>
+<text text-anchor="middle" x="1478.52" y="-549.44" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p2 -->
+<g id="node10" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="1197.98" cy="-409.64" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="1197.98" y="-405.94" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- o2&#45;&gt;p2 -->
+<g id="edge9" class="edge">
+<title>o2&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M1050.42,-409.64C1076.37,-409.64 1106.68,-409.64 1132.98,-409.64"/>
+<polygon fill="black" stroke="black" points="1133.22,-413.14 1143.22,-409.64 1133.22,-406.14 1133.22,-413.14"/>
+<text text-anchor="middle" x="1091.34" y="-413.44" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- n2 -->
+<g id="node11" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="1394.32" cy="-409.64" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1394.32" y="-405.94" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- p2&#45;&gt;n2 -->
+<g id="edge10" class="edge">
+<title>p2&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M1252.6,-409.64C1277.7,-409.64 1307.67,-409.64 1333.5,-409.64"/>
+<polygon fill="black" stroke="black" points="1333.55,-413.14 1343.55,-409.64 1333.55,-406.14 1333.55,-413.14"/>
+<text text-anchor="middle" x="1303.63" y="-413.44" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node22" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1591.02,-427.64 1512.02,-427.64 1512.02,-391.64 1591.02,-391.64 1591.02,-427.64"/>
+<text text-anchor="middle" x="1551.52" y="-405.94" font-family="Times,serif" font-size="14.00">&quot;Jupiter&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_1 -->
+<g id="edge21" class="edge">
+<title>n2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1445.28,-409.64C1463.44,-409.64 1483.92,-409.64 1501.96,-409.64"/>
+<polygon fill="black" stroke="black" points="1501.97,-413.14 1511.97,-409.64 1501.97,-406.14 1501.97,-413.14"/>
+<text text-anchor="middle" x="1478.52" y="-413.44" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- c2 -->
+<g id="node13" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="503.07" cy="-243.64" rx="79.09" ry="79.09"/>
+<text text-anchor="middle" x="503.07" y="-239.94" font-family="Times,serif" font-size="14.00">c2/compose&#45;01</text>
+</g>
+<!-- o3&#45;&gt;c2 -->
+<g id="edge12" class="edge">
+<title>o3&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M323.52,-264.55C350.13,-261.44 383.26,-257.56 413.72,-253.99"/>
+<polygon fill="black" stroke="black" points="414.42,-257.43 423.94,-252.79 413.6,-250.48 414.42,-257.43"/>
+<text text-anchor="middle" x="373.78" y="-266.44" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- a2 -->
+<g id="node14" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="763.61" cy="-243.64" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="763.61" y="-239.94" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- c2&#45;&gt;a2 -->
+<g id="edge13" class="edge">
+<title>c2&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M582.69,-243.64C624.2,-243.64 673.99,-243.64 710.66,-243.64"/>
+<polygon fill="black" stroke="black" points="711.11,-247.14 721.11,-243.64 711.11,-240.14 711.11,-247.14"/>
+<text text-anchor="middle" x="632.36" y="-247.44" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- r2 -->
+<g id="node17" class="node">
+<title>r2</title>
+<ellipse fill="none" stroke="black" cx="763.61" cy="-98.64" rx="81.49" ry="81.49"/>
+<text text-anchor="middle" x="763.61" y="-94.94" font-family="Times,serif" font-size="14.00">r2/resemble&#45;01</text>
+</g>
+<!-- c2&#45;&gt;r2 -->
+<g id="edge16" class="edge">
+<title>c2&#45;&gt;r2</title>
+<path fill="none" stroke="black" d="M572.68,-205.17C606.74,-186.06 648.07,-162.88 683.47,-143.03"/>
+<polygon fill="black" stroke="black" points="685.32,-146 692.33,-138.06 681.9,-139.9 685.32,-146"/>
+<text text-anchor="middle" x="632.36" y="-192.44" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- r -->
+<g id="node15" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="988.59" cy="-291.64" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="988.59" y="-287.94" font-family="Times,serif" font-size="14.00">r/rock</text>
+</g>
+<!-- a2&#45;&gt;r -->
+<g id="edge14" class="edge">
+<title>a2&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M804.99,-252.34C843.29,-260.58 900.79,-272.96 941.01,-281.62"/>
+<polygon fill="black" stroke="black" points="940.33,-285.05 950.84,-283.73 941.8,-278.21 940.33,-285.05"/>
+<text text-anchor="middle" x="885.85" y="-276.44" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- m -->
+<g id="node16" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="988.59" cy="-186.64" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="988.59" y="-182.94" font-family="Times,serif" font-size="14.00">m/metal</text>
+</g>
+<!-- a2&#45;&gt;m -->
+<g id="edge15" class="edge">
+<title>a2&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M804.73,-233.39C840.1,-224.35 892.01,-211.08 931.49,-200.99"/>
+<polygon fill="black" stroke="black" points="932.42,-204.36 941.24,-198.49 930.69,-197.58 932.42,-204.36"/>
+<text text-anchor="middle" x="885.85" y="-221.44" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- p3 -->
+<g id="node18" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="988.59" cy="-65.64" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="988.59" y="-61.94" font-family="Times,serif" font-size="14.00">p3/planet</text>
+</g>
+<!-- r2&#45;&gt;p3 -->
+<g id="edge17" class="edge">
+<title>r2&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M844.17,-86.87C870.44,-82.98 899.3,-78.71 924.2,-75.03"/>
+<polygon fill="black" stroke="black" points="924.86,-78.47 934.24,-73.54 923.84,-71.54 924.86,-78.47"/>
+<text text-anchor="middle" x="885.85" y="-87.44" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- t -->
+<g id="node19" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="1197.98" cy="-65.64" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="1197.98" y="-61.94" font-family="Times,serif" font-size="14.00">t/terrestrial</text>
+</g>
+<!-- p3&#45;&gt;t -->
+<g id="edge18" class="edge">
+<title>p3&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M1043.27,-65.64C1067.22,-65.64 1095.84,-65.64 1121.86,-65.64"/>
+<polygon fill="black" stroke="black" points="1122.07,-69.14 1132.07,-65.64 1122.07,-62.14 1122.07,-69.14"/>
+<text text-anchor="middle" x="1091.34" y="-69.44" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..8d2625317469635c3b2ac634f0f95d86e50d727f
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.dot
@@ -0,0 +1,54 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	l [label="l/lie-07" shape=circle]
+	a [label="a/and" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	b [label="b/belt" shape=circle]
+	n [label="n/name" shape=circle]
+	d [label="d/disc" shape=circle]
+	s [label="s/scatter-01" shape=circle]
+	p [label="p/population" shape=circle]
+	o [label="o/object" shape=circle]
+	t [label="t/transpire-01" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	c [label="c/compose-01" shape=circle]
+	ii [label="ii/ice" shape=circle]
+	m [label="m/most" shape=circle]
+	p3 [label="p3/population" shape=circle]
+	s2 [label="s2/sednoid" shape=circle]
+	d2 [label="d2/discover-01" shape=circle]
+	n3 [label="n3/new-01" shape=circle]
+	b2 [label="b2/beyond" shape=circle]
+	b3 [label="b3/beyond" shape=circle]
+	o2 [label="o2/orbit-01" shape=circle]
+	l -> a [label=":ARG1"]
+	a -> a2 [label=":op1"]
+	a2 -> b [label=":op1"]
+	b -> n [label=":name"]
+	a2 -> d [label=":op2"]
+	d -> s [label=":ARG1-of"]
+	a2 -> p [label=":consist-of"]
+	p -> o [label=":mod"]
+	o -> t [label=":ARG0-of"]
+	t -> p2 [label=":ARG1"]
+	p2 -> n2 [label=":name"]
+	p -> c [label=":ARG1-of"]
+	c -> ii [label=":ARG2"]
+	ii -> m [label=":quant"]
+	a -> p3 [label=":op2"]
+	p3 -> s2 [label=":mod"]
+	p3 -> d2 [label=":ARG1-of"]
+	d2 -> n3 [label=":ARG1-of"]
+	p3 -> b2 [label=":location"]
+	b2 -> a2 [label=":op1"]
+	l -> b3 [label=":ARG2"]
+	b3 -> o2 [label=":op1"]
+	o2 -> p2 [label=":ARG0"]
+	node_0 [label="\"Kuiper\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"Belt\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+	node_2 [label="\"Neptunian\"" shape=rectangle]
+	n2 -> node_2 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..1afb8d5b471a471ef9eb559f3bb9e9c158953090
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.penman
@@ -0,0 +1,29 @@
+# ::id WikiAbstract-SolarSystem-12
+# ::snt Beyond Neptune's orbit lie the Kuiper belt and scattered disc, which are populations of trans-Neptunian objects composed mostly of ices, and beyond them a newly discovered population of sednoids.
+(l / lie-07
+      :ARG1 (a / and
+            :op1 (a2 / and
+                  :op1 (b / belt
+                        :name (n / name
+                              :op1 "Kuiper"
+                              :op2 "Belt"))
+                  :op2 (d / disc
+                        :ARG1-of (s / scatter-01))
+                  :consist-of (p / population
+                        :mod (o / object
+                              :ARG0-of (t / transpire-01
+                                    :ARG1 (p2 / planet
+                                          :name (n2 / name
+                                                :op1 "Neptunian"))))
+                        :ARG1-of (c / compose-01
+                              :ARG2 (ii / ice
+                                    :quant (m / most)))))
+            :op2 (p3 / population
+                  :mod (s2 / sednoid)
+                  :ARG1-of (d2 / discover-01
+                        :ARG1-of (n3 / new-01))
+                  :location (b2 / beyond
+                        :op1 a2)))
+      :ARG2 (b3 / beyond
+            :op1 (o2 / orbit-01
+                  :ARG0 p2)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..404a4cbf2f56906810edf5be2a079600652a3298
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ff80147bb19725b39854bb5360f9201af17f83a1
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.svg
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="233pt"
+ viewBox="0.00 0.00 864.00 233.16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(2.7 2.7) rotate(0) translate(4 626.04)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-626.04 2330.68,-626.04 2330.68,4 -4,4"/>
+<!-- l -->
+<g id="node1" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="42.25" cy="-118.74" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="42.25" y="-115.04" font-family="Times,serif" font-size="14.00">l/lie&#45;07</text>
+</g>
+<!-- a -->
+<g id="node2" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="225.64" cy="-175.74" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="225.64" y="-172.04" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- l&#45;&gt;a -->
+<g id="edge1" class="edge">
+<title>l&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M83.05,-131.25C112.01,-140.35 151.19,-152.66 180.99,-162.03"/>
+<polygon fill="black" stroke="black" points="180.12,-165.43 190.71,-165.08 182.22,-158.75 180.12,-165.43"/>
+<text text-anchor="middle" x="125.49" y="-154.54" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- b3 -->
+<g id="node21" class="node">
+<title>b3</title>
+<ellipse fill="none" stroke="black" cx="225.64" cy="-61.74" rx="59.29" ry="59.29"/>
+<text text-anchor="middle" x="225.64" y="-58.04" font-family="Times,serif" font-size="14.00">b3/beyond</text>
+</g>
+<!-- l&#45;&gt;b3 -->
+<g id="edge21" class="edge">
+<title>l&#45;&gt;b3</title>
+<path fill="none" stroke="black" d="M83.05,-106.24C105.43,-99.2 133.92,-90.25 159.47,-82.22"/>
+<polygon fill="black" stroke="black" points="160.61,-85.53 169.1,-79.2 158.51,-78.86 160.61,-85.53"/>
+<text text-anchor="middle" x="125.49" y="-102.54" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- a2 -->
+<g id="node3" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="978.49" cy="-273.74" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="978.49" y="-270.04" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- a&#45;&gt;a2 -->
+<g id="edge2" class="edge">
+<title>a&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M261.59,-169.74C354.52,-155.1 614.63,-122.75 819.34,-179.74 862.8,-191.84 906.43,-219.2 936.83,-241.3"/>
+<polygon fill="black" stroke="black" points="934.92,-244.24 945.04,-247.37 939.08,-238.61 934.92,-244.24"/>
+<text text-anchor="middle" x="581.01" y="-154.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p3 -->
+<g id="node16" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="426.53" cy="-299.74" rx="74.99" ry="74.99"/>
+<text text-anchor="middle" x="426.53" y="-296.04" font-family="Times,serif" font-size="14.00">p3/population</text>
+</g>
+<!-- a&#45;&gt;p3 -->
+<g id="edge15" class="edge">
+<title>a&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M256.84,-194.58C282.48,-210.56 320.31,-234.14 353.64,-254.93"/>
+<polygon fill="black" stroke="black" points="352.12,-258.11 362.46,-260.43 355.83,-252.17 352.12,-258.11"/>
+<text text-anchor="middle" x="318.28" y="-245.54" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- b -->
+<g id="node4" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="1215.53" cy="-273.74" rx="37.89" ry="37.89"/>
+<text text-anchor="middle" x="1215.53" y="-270.04" font-family="Times,serif" font-size="14.00">b/belt</text>
+</g>
+<!-- a2&#45;&gt;b -->
+<g id="edge3" class="edge">
+<title>a2&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M1020.97,-273.74C1062,-273.74 1124.7,-273.74 1167.54,-273.74"/>
+<polygon fill="black" stroke="black" points="1167.71,-277.24 1177.71,-273.74 1167.71,-270.24 1167.71,-277.24"/>
+<text text-anchor="middle" x="1092.13" y="-277.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- d -->
+<g id="node6" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="1215.53" cy="-166.74" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="1215.53" y="-163.04" font-family="Times,serif" font-size="14.00">d/disc</text>
+</g>
+<!-- a2&#45;&gt;d -->
+<g id="edge5" class="edge">
+<title>a2&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M1017.25,-256.55C1059.2,-237.46 1126.83,-206.67 1170.98,-186.57"/>
+<polygon fill="black" stroke="black" points="1172.65,-189.66 1180.3,-182.33 1169.75,-183.29 1172.65,-189.66"/>
+<text text-anchor="middle" x="1092.13" y="-240.54" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- p -->
+<g id="node8" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="1215.53" cy="-398.74" rx="68.79" ry="68.79"/>
+<text text-anchor="middle" x="1215.53" y="-395.04" font-family="Times,serif" font-size="14.00">p/population</text>
+</g>
+<!-- a2&#45;&gt;p -->
+<g id="edge7" class="edge">
+<title>a2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M1016.21,-293.28C1050.69,-311.61 1103.14,-339.5 1145.44,-362"/>
+<polygon fill="black" stroke="black" points="1143.83,-365.11 1154.3,-366.72 1147.12,-358.93 1143.83,-365.11"/>
+<text text-anchor="middle" x="1092.13" y="-354.54" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
+</g>
+<!-- n -->
+<g id="node5" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1457.86" cy="-283.74" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1457.86" y="-280.04" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- b&#45;&gt;n -->
+<g id="edge4" class="edge">
+<title>b&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M1253.29,-275.27C1293.14,-276.93 1357.15,-279.6 1402.75,-281.49"/>
+<polygon fill="black" stroke="black" points="1402.62,-284.99 1412.76,-281.91 1402.91,-278 1402.62,-284.99"/>
+<text text-anchor="middle" x="1334.42" y="-283.54" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node23" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1745.7,-247.74 1667.7,-247.74 1667.7,-211.74 1745.7,-211.74 1745.7,-247.74"/>
+<text text-anchor="middle" x="1706.7" y="-226.04" font-family="Times,serif" font-size="14.00">&quot;Kuiper&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge24" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M1501.86,-274.34C1545.39,-264.81 1612.57,-250.12 1657.79,-240.23"/>
+<polygon fill="black" stroke="black" points="1658.63,-243.63 1667.65,-238.07 1657.13,-236.79 1658.63,-243.63"/>
+<text text-anchor="middle" x="1581.31" y="-267.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node24" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1736.2,-301.74 1677.2,-301.74 1677.2,-265.74 1736.2,-265.74 1736.2,-301.74"/>
+<text text-anchor="middle" x="1706.7" y="-280.04" font-family="Times,serif" font-size="14.00">&quot;Belt&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge25" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1502.99,-283.74C1549.6,-283.74 1622.35,-283.74 1666.85,-283.74"/>
+<polygon fill="black" stroke="black" points="1666.98,-287.24 1676.98,-283.74 1666.98,-280.24 1666.98,-287.24"/>
+<text text-anchor="middle" x="1581.31" y="-287.54" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- s -->
+<g id="node7" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1457.86" cy="-155.74" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="1457.86" y="-152.04" font-family="Times,serif" font-size="14.00">s/scatter&#45;01</text>
+</g>
+<!-- d&#45;&gt;s -->
+<g id="edge6" class="edge">
+<title>d&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M1254.08,-165.03C1288.18,-163.47 1339.48,-161.12 1381.95,-159.17"/>
+<polygon fill="black" stroke="black" points="1382.15,-162.67 1391.98,-158.71 1381.83,-155.67 1382.15,-162.67"/>
+<text text-anchor="middle" x="1334.42" y="-166.54" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- o -->
+<g id="node9" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="1457.86" cy="-394.74" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="1457.86" y="-391.04" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- p&#45;&gt;o -->
+<g id="edge8" class="edge">
+<title>p&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M1284.43,-397.61C1320.79,-397.01 1365.07,-396.27 1399.66,-395.7"/>
+<polygon fill="black" stroke="black" points="1400.12,-399.19 1410.06,-395.52 1400,-392.19 1400.12,-399.19"/>
+<text text-anchor="middle" x="1334.42" y="-400.54" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- c -->
+<g id="node13" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="1457.86" cy="-533.74" rx="73.39" ry="73.39"/>
+<text text-anchor="middle" x="1457.86" y="-530.04" font-family="Times,serif" font-size="14.00">c/compose&#45;01</text>
+</g>
+<!-- p&#45;&gt;c -->
+<g id="edge12" class="edge">
+<title>p&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M1275.94,-432.12C1308.73,-450.54 1349.72,-473.56 1384.38,-493.03"/>
+<polygon fill="black" stroke="black" points="1383.08,-496.31 1393.51,-498.16 1386.51,-490.21 1383.08,-496.31"/>
+<text text-anchor="middle" x="1334.42" y="-485.54" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- t -->
+<g id="node10" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="1706.7" cy="-394.74" rx="75.29" ry="75.29"/>
+<text text-anchor="middle" x="1706.7" y="-391.04" font-family="Times,serif" font-size="14.00">t/transpire&#45;01</text>
+</g>
+<!-- o&#45;&gt;t -->
+<g id="edge9" class="edge">
+<title>o&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M1505.58,-394.74C1538.04,-394.74 1582.23,-394.74 1620.83,-394.74"/>
+<polygon fill="black" stroke="black" points="1621.03,-398.24 1631.03,-394.74 1621.03,-391.24 1621.03,-398.24"/>
+<text text-anchor="middle" x="1581.31" y="-398.54" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- p2 -->
+<g id="node11" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="1918.69" cy="-153.74" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="1918.69" y="-150.04" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- t&#45;&gt;p2 -->
+<g id="edge10" class="edge">
+<title>t&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M1757.42,-338.8C1765.68,-329.45 1774.14,-319.84 1782.09,-310.74 1813.68,-274.63 1849.11,-233.59 1875.83,-202.53"/>
+<polygon fill="black" stroke="black" points="1878.56,-204.72 1882.43,-194.86 1873.25,-200.16 1878.56,-204.72"/>
+<text text-anchor="middle" x="1823.09" y="-292.54" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- n2 -->
+<g id="node12" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="2103.98" cy="-153.74" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="2103.98" y="-150.04" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- p2&#45;&gt;n2 -->
+<g id="edge11" class="edge">
+<title>p2&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M1973.69,-153.74C1995.49,-153.74 2020.72,-153.74 2043.08,-153.74"/>
+<polygon fill="black" stroke="black" points="2043.12,-157.24 2053.12,-153.74 2043.12,-150.24 2043.12,-157.24"/>
+<text text-anchor="middle" x="2013.28" y="-157.54" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_2 -->
+<g id="node25" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="2326.68,-171.74 2221.68,-171.74 2221.68,-135.74 2326.68,-135.74 2326.68,-171.74"/>
+<text text-anchor="middle" x="2274.18" y="-150.04" font-family="Times,serif" font-size="14.00">&quot;Neptunian&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_2 -->
+<g id="edge26" class="edge">
+<title>n2&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M2154.99,-153.74C2172.72,-153.74 2192.88,-153.74 2211.47,-153.74"/>
+<polygon fill="black" stroke="black" points="2211.61,-157.24 2221.61,-153.74 2211.61,-150.24 2211.61,-157.24"/>
+<text text-anchor="middle" x="2188.18" y="-157.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- ii -->
+<g id="node14" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="1706.7" cy="-533.74" rx="32.49" ry="32.49"/>
+<text text-anchor="middle" x="1706.7" y="-530.04" font-family="Times,serif" font-size="14.00">ii/ice</text>
+</g>
+<!-- c&#45;&gt;ii -->
+<g id="edge13" class="edge">
+<title>c&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M1531.59,-533.74C1574.69,-533.74 1627.77,-533.74 1663.92,-533.74"/>
+<polygon fill="black" stroke="black" points="1664.1,-537.24 1674.1,-533.74 1664.1,-530.24 1664.1,-537.24"/>
+<text text-anchor="middle" x="1581.31" y="-537.54" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node15" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="1918.69" cy="-533.74" rx="45.49" ry="45.49"/>
+<text text-anchor="middle" x="1918.69" y="-530.04" font-family="Times,serif" font-size="14.00">m/most</text>
+</g>
+<!-- ii&#45;&gt;m -->
+<g id="edge14" class="edge">
+<title>ii&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M1739.59,-533.74C1772.24,-533.74 1823.62,-533.74 1862.81,-533.74"/>
+<polygon fill="black" stroke="black" points="1863.01,-537.24 1873.01,-533.74 1863.01,-530.24 1863.01,-537.24"/>
+<text text-anchor="middle" x="1823.09" y="-537.54" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- s2 -->
+<g id="node17" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="740.05" cy="-248.74" rx="60.39" ry="60.39"/>
+<text text-anchor="middle" x="740.05" y="-245.04" font-family="Times,serif" font-size="14.00">s2/sednoid</text>
+</g>
+<!-- p3&#45;&gt;s2 -->
+<g id="edge16" class="edge">
+<title>p3&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M500.56,-287.79C551.8,-279.4 619.85,-268.26 670.14,-260.03"/>
+<polygon fill="black" stroke="black" points="670.97,-263.44 680.27,-258.37 669.84,-256.53 670.97,-263.44"/>
+<text text-anchor="middle" x="581.01" y="-287.54" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- d2 -->
+<g id="node18" class="node">
+<title>d2</title>
+<ellipse fill="none" stroke="black" cx="740.05" cy="-542.74" rx="79.09" ry="79.09"/>
+<text text-anchor="middle" x="740.05" y="-539.04" font-family="Times,serif" font-size="14.00">d2/discover&#45;01</text>
+</g>
+<!-- p3&#45;&gt;d2 -->
+<g id="edge17" class="edge">
+<title>p3&#45;&gt;d2</title>
+<path fill="none" stroke="black" d="M483.92,-347.85C495.52,-357.53 507.72,-367.55 519.27,-376.74 567.94,-415.51 623.91,-457.75 667.19,-489.92"/>
+<polygon fill="black" stroke="black" points="665.28,-492.86 675.39,-496.01 669.45,-487.24 665.28,-492.86"/>
+<text text-anchor="middle" x="581.01" y="-471.54" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- b2 -->
+<g id="node20" class="node">
+<title>b2</title>
+<ellipse fill="none" stroke="black" cx="740.05" cy="-386.74" rx="59.29" ry="59.29"/>
+<text text-anchor="middle" x="740.05" y="-383.04" font-family="Times,serif" font-size="14.00">b2/beyond</text>
+</g>
+<!-- p3&#45;&gt;b2 -->
+<g id="edge19" class="edge">
+<title>p3&#45;&gt;b2</title>
+<path fill="none" stroke="black" d="M498.61,-319.6C551.07,-334.25 621.96,-354.04 673.15,-368.34"/>
+<polygon fill="black" stroke="black" points="672.22,-371.72 682.8,-371.03 674.11,-364.97 672.22,-371.72"/>
+<text text-anchor="middle" x="581.01" y="-361.54" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- n3 -->
+<g id="node19" class="node">
+<title>n3</title>
+<ellipse fill="none" stroke="black" cx="978.49" cy="-542.74" rx="59.29" ry="59.29"/>
+<text text-anchor="middle" x="978.49" y="-539.04" font-family="Times,serif" font-size="14.00">n3/new&#45;01</text>
+</g>
+<!-- d2&#45;&gt;n3 -->
+<g id="edge18" class="edge">
+<title>d2&#45;&gt;n3</title>
+<path fill="none" stroke="black" d="M819.45,-542.74C848.43,-542.74 881.01,-542.74 909.03,-542.74"/>
+<polygon fill="black" stroke="black" points="909.13,-546.24 919.13,-542.74 909.13,-539.24 909.13,-546.24"/>
+<text text-anchor="middle" x="869.34" y="-546.54" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- b2&#45;&gt;a2 -->
+<g id="edge20" class="edge">
+<title>b2&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M793.82,-361.53C834.89,-341.89 891.36,-314.91 930.81,-296.06"/>
+<polygon fill="black" stroke="black" points="932.43,-299.16 939.95,-291.69 929.42,-292.84 932.43,-299.16"/>
+<text text-anchor="middle" x="869.34" y="-343.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o2 -->
+<g id="node22" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="581.01" cy="-61.74" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="581.01" y="-58.04" font-family="Times,serif" font-size="14.00">o2/orbit&#45;01</text>
+</g>
+<!-- b3&#45;&gt;o2 -->
+<g id="edge22" class="edge">
+<title>b3&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M284.99,-61.74C346.4,-61.74 443.09,-61.74 508.91,-61.74"/>
+<polygon fill="black" stroke="black" points="509.2,-65.24 519.2,-61.74 509.2,-58.24 509.2,-65.24"/>
+<text text-anchor="middle" x="318.28" y="-65.54" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o2&#45;&gt;p2 -->
+<g id="edge23" class="edge">
+<title>o2&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M642.9,-61.74C700.86,-61.74 790.55,-61.74 868.34,-61.74 868.34,-61.74 868.34,-61.74 1707.7,-61.74 1765.11,-61.74 1824.49,-90.95 1865.39,-116.45"/>
+<polygon fill="black" stroke="black" points="1863.52,-119.41 1873.84,-121.83 1867.28,-113.5 1863.52,-119.41"/>
+<text text-anchor="middle" x="1215.53" y="-65.54" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..8b98d069dd15d70f26d4520de8ea76983bdd6048
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.dot
@@ -0,0 +1,36 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	h [label="h/have-concession-91" shape=circle]
+	h2 [label="h2/have-degree-91" shape=circle]
+	o [label="o/object" shape=circle]
+	s [label="s/some" shape=circle]
+	l [label="l/large" shape=circle]
+	e [label="e/enough" shape=circle]
+	r [label="r/round-03" shape=circle]
+	u [label="u/under" shape=circle]
+	g [label="g/gravity" shape=circle]
+	p [label="p/population" shape=circle]
+	t [label="t/this" shape=circle]
+	d [label="d/debate-01" shape=circle]
+	t2 [label="t2/thing" shape=circle]
+	m [label="m/many" shape=circle]
+	p2 [label="p2/prove-01" shape=circle]
+	c [label="c/considerable" shape=circle]
+	h -> h2 [label=":ARG1"]
+	h2 -> o [label=":ARG1"]
+	o -> s [label=":quant"]
+	h2 -> l [label=":ARG2"]
+	h2 -> e [label=":ARG3"]
+	h2 -> r [label=":ARG6"]
+	r -> o [label=":ARG1"]
+	r -> u [label=":location"]
+	u -> g [label=":op1"]
+	g -> o [label=":poss"]
+	h2 -> p [label=":location"]
+	p -> t [label=":mod"]
+	h -> d [label=":ARG2"]
+	d -> t2 [label=":ARG1"]
+	t2 -> m [label=":quant-of"]
+	m -> p2 [label=":ARG1-of"]
+	d -> c [label=":degree"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..64d90500569de576be93f705235d3a5d8bea1b9d
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.penman
@@ -0,0 +1,20 @@
+# ::id WikiAbstract-SolarSystem-13
+# ::snt Within these populations, some objects are large enough to have rounded under their own gravity, though there is considerable debate as to how many there will prove to be.
+(h / have-concession-91
+      :ARG1 (h2 / have-degree-91
+            :ARG1 (o / object
+                  :quant (s / some))
+            :ARG2 (l / large)
+            :ARG3 (e / enough)
+            :ARG6 (r / round-03
+                  :ARG1 o
+                  :location (u / under
+                        :op1 (g / gravity
+                              :poss o)))
+            :location (p / population
+                  :mod (t / this)))
+      :ARG2 (d / debate-01
+            :ARG1 (t2 / thing
+                  :quant-of (m / many
+                        :ARG1-of (p2 / prove-01)))
+            :degree (c / considerable)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..27fc639c32b56d693434631cfb7c3dec0984889f
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..04fe775dbc6ee3a8b7e6a44de0cb9ace77fbb910
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.svg
@@ -0,0 +1,228 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="476pt"
+ viewBox="0.00 0.00 864.00 475.95" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.76 1.76) rotate(0) translate(4 832.34)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-832.34 1514.21,-832.34 1514.21,4 -4,4"/>
+<!-- h -->
+<g id="node1" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="109.19" cy="-426.34" rx="109.38" ry="109.38"/>
+<text text-anchor="middle" x="109.19" y="-422.64" font-family="Times,serif" font-size="14.00">h/have&#45;concession&#45;91</text>
+</g>
+<!-- h2 -->
+<g id="node2" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="397.22" cy="-586.34" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="397.22" y="-582.64" font-family="Times,serif" font-size="14.00">h2/have&#45;degree&#45;91</text>
+</g>
+<!-- h&#45;&gt;h2 -->
+<g id="edge1" class="edge">
+<title>h&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M205.04,-479.4C236.7,-497.11 271.93,-516.81 303.43,-534.44"/>
+<polygon fill="black" stroke="black" points="301.77,-537.52 312.21,-539.35 305.19,-531.41 301.77,-537.52"/>
+<text text-anchor="middle" x="259.38" y="-524.14" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- d -->
+<g id="node12" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="397.22" cy="-220.34" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="397.22" y="-216.64" font-family="Times,serif" font-size="14.00">d/debate&#45;01</text>
+</g>
+<!-- h&#45;&gt;d -->
+<g id="edge13" class="edge">
+<title>h&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M198.34,-362.86C242.63,-330.96 295.19,-293.1 335.01,-264.43"/>
+<polygon fill="black" stroke="black" points="337.24,-267.14 343.3,-258.45 333.14,-261.46 337.24,-267.14"/>
+<text text-anchor="middle" x="259.38" y="-333.14" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- o -->
+<g id="node3" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="1294.98" cy="-583.34" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="1294.98" y="-579.64" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- h2&#45;&gt;o -->
+<g id="edge2" class="edge">
+<title>h2&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M449.4,-668.3C497.01,-733.32 574.49,-813.34 667.41,-813.34 667.41,-813.34 667.41,-813.34 1109.24,-813.34 1198.69,-813.34 1252.07,-706.28 1276.97,-638.25"/>
+<polygon fill="black" stroke="black" points="1280.38,-639.1 1280.44,-628.51 1273.78,-636.76 1280.38,-639.1"/>
+<text text-anchor="middle" x="893.85" y="-817.14" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- l -->
+<g id="node5" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-745.34" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="668.41" y="-741.64" font-family="Times,serif" font-size="14.00">l/large</text>
+</g>
+<!-- h2&#45;&gt;l -->
+<g id="edge4" class="edge">
+<title>h2&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M481.18,-635.35C528.52,-663.31 585.9,-697.2 624.35,-719.91"/>
+<polygon fill="black" stroke="black" points="622.82,-723.07 633.21,-725.15 626.38,-717.05 622.82,-723.07"/>
+<text text-anchor="middle" x="542.56" y="-693.14" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- e -->
+<g id="node6" class="node">
+<title>e</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-633.34" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="668.41" y="-629.64" font-family="Times,serif" font-size="14.00">e/enough</text>
+</g>
+<!-- h2&#45;&gt;e -->
+<g id="edge5" class="edge">
+<title>h2&#45;&gt;e</title>
+<path fill="none" stroke="black" d="M492.75,-602.85C530.23,-609.39 572.27,-616.73 605.71,-622.57"/>
+<polygon fill="black" stroke="black" points="605.35,-626.06 615.8,-624.33 606.55,-619.16 605.35,-626.06"/>
+<text text-anchor="middle" x="542.56" y="-620.14" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- r -->
+<g id="node7" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-502.34" rx="59.59" ry="59.59"/>
+<text text-anchor="middle" x="668.41" y="-498.64" font-family="Times,serif" font-size="14.00">r/round&#45;03</text>
+</g>
+<!-- h2&#45;&gt;r -->
+<g id="edge6" class="edge">
+<title>h2&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M490.11,-557.67C526.7,-546.25 568,-533.36 601.52,-522.9"/>
+<polygon fill="black" stroke="black" points="602.71,-526.2 611.21,-519.88 600.62,-519.52 602.71,-526.2"/>
+<text text-anchor="middle" x="542.56" y="-553.14" font-family="Times,serif" font-size="14.00">:ARG6</text>
+</g>
+<!-- p -->
+<g id="node10" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-355.34" rx="68.79" ry="68.79"/>
+<text text-anchor="middle" x="668.41" y="-351.64" font-family="Times,serif" font-size="14.00">p/population</text>
+</g>
+<!-- h2&#45;&gt;p -->
+<g id="edge11" class="edge">
+<title>h2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M471.42,-523.53C514.28,-486.75 567.7,-440.91 607.94,-406.38"/>
+<polygon fill="black" stroke="black" points="610.24,-409.01 615.55,-399.85 605.68,-403.7 610.24,-409.01"/>
+<text text-anchor="middle" x="542.56" y="-488.14" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- s -->
+<g id="node4" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1467.32" cy="-583.34" rx="42.79" ry="42.79"/>
+<text text-anchor="middle" x="1467.32" y="-579.64" font-family="Times,serif" font-size="14.00">s/some</text>
+</g>
+<!-- o&#45;&gt;s -->
+<g id="edge3" class="edge">
+<title>o&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M1342.52,-583.34C1364.65,-583.34 1391.18,-583.34 1414,-583.34"/>
+<polygon fill="black" stroke="black" points="1414.2,-586.84 1424.2,-583.34 1414.2,-579.84 1414.2,-586.84"/>
+<text text-anchor="middle" x="1383.42" y="-587.14" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- r&#45;&gt;o -->
+<g id="edge7" class="edge">
+<title>r&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M724.48,-523.78C758.81,-536.15 804.2,-550.71 845.75,-558.34 984.79,-583.87 1151.81,-585.78 1237.36,-584.72"/>
+<polygon fill="black" stroke="black" points="1237.44,-588.22 1247.39,-584.57 1237.34,-581.22 1237.44,-588.22"/>
+<text text-anchor="middle" x="991.94" y="-582.14" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- u -->
+<g id="node8" class="node">
+<title>u</title>
+<ellipse fill="none" stroke="black" cx="893.85" cy="-502.34" rx="46.59" ry="46.59"/>
+<text text-anchor="middle" x="893.85" y="-498.64" font-family="Times,serif" font-size="14.00">u/under</text>
+</g>
+<!-- r&#45;&gt;u -->
+<g id="edge8" class="edge">
+<title>r&#45;&gt;u</title>
+<path fill="none" stroke="black" d="M728.4,-502.34C761.89,-502.34 803.57,-502.34 836.59,-502.34"/>
+<polygon fill="black" stroke="black" points="836.99,-505.84 846.99,-502.34 836.99,-498.84 836.99,-505.84"/>
+<text text-anchor="middle" x="795.75" y="-506.14" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- g -->
+<g id="node9" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="1108.24" cy="-502.34" rx="52.79" ry="52.79"/>
+<text text-anchor="middle" x="1108.24" y="-498.64" font-family="Times,serif" font-size="14.00">g/gravity</text>
+</g>
+<!-- u&#45;&gt;g -->
+<g id="edge9" class="edge">
+<title>u&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M940.67,-502.34C971.28,-502.34 1011.92,-502.34 1045.39,-502.34"/>
+<polygon fill="black" stroke="black" points="1045.53,-505.84 1055.53,-502.34 1045.53,-498.84 1045.53,-505.84"/>
+<text text-anchor="middle" x="991.94" y="-506.14" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- g&#45;&gt;o -->
+<g id="edge10" class="edge">
+<title>g&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M1157.02,-522.8C1179.12,-532.32 1205.69,-543.83 1229.53,-554.34 1233.62,-556.15 1237.85,-558.02 1242.1,-559.92"/>
+<polygon fill="black" stroke="black" points="1240.82,-563.18 1251.38,-564.07 1243.68,-556.79 1240.82,-563.18"/>
+<text text-anchor="middle" x="1211.03" y="-558.14" font-family="Times,serif" font-size="14.00">:poss</text>
+</g>
+<!-- t -->
+<g id="node11" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="893.85" cy="-355.34" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="893.85" y="-351.64" font-family="Times,serif" font-size="14.00">t/this</text>
+</g>
+<!-- p&#45;&gt;t -->
+<g id="edge12" class="edge">
+<title>p&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M737.36,-355.34C773.35,-355.34 816.53,-355.34 848.25,-355.34"/>
+<polygon fill="black" stroke="black" points="848.54,-358.84 858.54,-355.34 848.54,-351.84 848.54,-358.84"/>
+<text text-anchor="middle" x="795.75" y="-359.14" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- t2 -->
+<g id="node13" class="node">
+<title>t2</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-220.34" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="668.41" y="-216.64" font-family="Times,serif" font-size="14.00">t2/thing</text>
+</g>
+<!-- d&#45;&gt;t2 -->
+<g id="edge14" class="edge">
+<title>d&#45;&gt;t2</title>
+<path fill="none" stroke="black" d="M463.04,-220.34C507.83,-220.34 566.87,-220.34 609.97,-220.34"/>
+<polygon fill="black" stroke="black" points="610.02,-223.84 620.02,-220.34 610.02,-216.84 610.02,-223.84"/>
+<text text-anchor="middle" x="542.56" y="-224.14" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- c -->
+<g id="node16" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="668.41" cy="-77.34" rx="77.19" ry="77.19"/>
+<text text-anchor="middle" x="668.41" y="-73.64" font-family="Times,serif" font-size="14.00">c/considerable</text>
+</g>
+<!-- d&#45;&gt;c -->
+<g id="edge17" class="edge">
+<title>d&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M455.64,-189.84C494.99,-168.94 547.64,-140.97 590.6,-118.15"/>
+<polygon fill="black" stroke="black" points="592.42,-121.14 599.61,-113.36 589.14,-114.96 592.42,-121.14"/>
+<text text-anchor="middle" x="542.56" y="-162.14" font-family="Times,serif" font-size="14.00">:degree</text>
+</g>
+<!-- m -->
+<g id="node14" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="893.85" cy="-220.34" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="893.85" y="-216.64" font-family="Times,serif" font-size="14.00">m/many</text>
+</g>
+<!-- t2&#45;&gt;m -->
+<g id="edge15" class="edge">
+<title>t2&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M716.52,-220.34C751.16,-220.34 798.43,-220.34 835.31,-220.34"/>
+<polygon fill="black" stroke="black" points="835.41,-223.84 845.41,-220.34 835.41,-216.84 835.41,-223.84"/>
+<text text-anchor="middle" x="795.75" y="-224.14" font-family="Times,serif" font-size="14.00">:quant&#45;of</text>
+</g>
+<!-- p2 -->
+<g id="node15" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="1108.24" cy="-220.34" rx="66.09" ry="66.09"/>
+<text text-anchor="middle" x="1108.24" y="-216.64" font-family="Times,serif" font-size="14.00">p2/prove&#45;01</text>
+</g>
+<!-- m&#45;&gt;p2 -->
+<g id="edge16" class="edge">
+<title>m&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M941.98,-220.34C968.22,-220.34 1001.51,-220.34 1031.32,-220.34"/>
+<polygon fill="black" stroke="black" points="1031.71,-223.84 1041.71,-220.34 1031.71,-216.84 1031.71,-223.84"/>
+<text text-anchor="middle" x="991.94" y="-224.14" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..38de38f600ddc218a4ec2b0182b676338860d58e
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.dot
@@ -0,0 +1,12 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	c [label="c/categorize-01" shape=circle]
+	o [label="o/object" shape=circle]
+	s [label="s/such" shape=circle]
+	p [label="p/planet" shape=circle]
+	d [label="d/dwarf" shape=circle]
+	c -> o [label=":ARG1"]
+	o -> s [label=":mod"]
+	c -> p [label=":ARG2"]
+	p -> d [label=":mod"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..f653af56ae2e767bbcee7c51178e859955d3566c
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.penman
@@ -0,0 +1,7 @@
+# ::id WikiAbstract-SolarSystem-14
+# ::snt Such objects are categorized as dwarf planets.
+(c / categorize-01
+      :ARG1 (o / object
+            :mod (s / such))
+      :ARG2 (p / planet
+            :mod (d / dwarf)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..0fbc3323da21da628be39f171cbd8da6e19083d8
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f53b182898acc0ed12c4e72098d2b01718054fd2
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.svg
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="514pt" height="218pt"
+ viewBox="0.00 0.00 514.27 218.19" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 214.19)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-214.19 510.27,-214.19 510.27,4 -4,4"/>
+<!-- c -->
+<g id="node1" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="81.24" cy="-105.75" rx="81.49" ry="81.49"/>
+<text text-anchor="middle" x="81.24" y="-102.05" font-family="Times,serif" font-size="14.00">c/categorize&#45;01</text>
+</g>
+<!-- o -->
+<g id="node2" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="293.23" cy="-162.75" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="293.23" y="-159.05" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- c&#45;&gt;o -->
+<g id="edge1" class="edge">
+<title>c&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M159.84,-126.81C185.6,-133.8 213.73,-141.44 237.4,-147.86"/>
+<polygon fill="black" stroke="black" points="236.69,-151.3 247.26,-150.54 238.53,-144.54 236.69,-151.3"/>
+<text text-anchor="middle" x="203.49" y="-147.55" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- p -->
+<g id="node4" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="293.23" cy="-48.75" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="293.23" y="-45.05" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- c&#45;&gt;p -->
+<g id="edge3" class="edge">
+<title>c&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M159.84,-84.68C185.19,-77.8 212.83,-70.3 236.27,-63.93"/>
+<polygon fill="black" stroke="black" points="237.31,-67.28 246.04,-61.28 235.48,-60.53 237.31,-67.28"/>
+<text text-anchor="middle" x="203.49" y="-82.55" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- s -->
+<g id="node3" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="460.12" cy="-162.75" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="460.12" y="-159.05" font-family="Times,serif" font-size="14.00">s/such</text>
+</g>
+<!-- o&#45;&gt;s -->
+<g id="edge2" class="edge">
+<title>o&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M341.04,-162.75C362.49,-162.75 387.93,-162.75 409.7,-162.75"/>
+<polygon fill="black" stroke="black" points="409.73,-166.25 419.73,-162.75 409.73,-159.25 409.73,-166.25"/>
+<text text-anchor="middle" x="377.98" y="-166.55" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- d -->
+<g id="node5" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="460.12" cy="-48.75" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="460.12" y="-45.05" font-family="Times,serif" font-size="14.00">d/dwarf</text>
+</g>
+<!-- p&#45;&gt;d -->
+<g id="edge4" class="edge">
+<title>p&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M342.37,-48.75C361.55,-48.75 383.75,-48.75 403.61,-48.75"/>
+<polygon fill="black" stroke="black" points="403.76,-52.25 413.76,-48.75 403.76,-45.25 403.76,-52.25"/>
+<text text-anchor="middle" x="377.98" y="-52.55" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..c5ab756b94fe2088639d3fa30d3f5868f78b802c
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.dot
@@ -0,0 +1,80 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	a [label="a/accept-01" shape=circle]
+	p [label="p/person" shape=circle]
+	o [label="o/observe-01" shape=circle]
+	o2 [label="o2/object" shape=circle]
+	a2 [label="a2/at-least" shape=circle]
+	ii [label="ii/include-91" shape=circle]
+	a3 [label="a3/and" shape=circle]
+	a4 [label="a4/asteroid" shape=circle]
+	n [label="n/name" shape=circle]
+	o3 [label="o3/object" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	a5 [label="a5/asteroid" shape=circle]
+	n3 [label="n3/name" shape=circle]
+	a6 [label="a6/asteroid" shape=circle]
+	n4 [label="n4/name" shape=circle]
+	o4 [label="o4/object" shape=circle]
+	n5 [label="n5/name" shape=circle]
+	o5 [label="o5/object" shape=circle]
+	n6 [label="n6/name" shape=circle]
+	o6 [label="o6/object" shape=circle]
+	n7 [label="n7/name" shape=circle]
+	o7 [label="o7/object" shape=circle]
+	n8 [label="n8/name" shape=circle]
+	o8 [label="o8/object" shape=circle]
+	n9 [label="n9/name" shape=circle]
+	t [label="t/trans-Neptunian" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	d [label="d/dwarf" shape=circle]
+	g [label="g/general-02" shape=circle]
+	a -> p [label=":ARG0"]
+	p -> o [label=":ARG0-of"]
+	a -> o2 [label=":ARG1"]
+	o2 -> a2 [label=":quant"]
+	o2 -> ii [label=":ARG2-of"]
+	ii -> a3 [label=":ARG1"]
+	a3 -> a4 [label=":op1"]
+	a4 -> n [label=":name"]
+	a3 -> o3 [label=":op2"]
+	o3 -> n2 [label=":name"]
+	a3 -> a5 [label=":op3"]
+	a5 -> n3 [label=":name"]
+	a3 -> a6 [label=":op4"]
+	a6 -> n4 [label=":name"]
+	a3 -> o4 [label=":op5"]
+	o4 -> n5 [label=":name"]
+	a3 -> o5 [label=":op6"]
+	o5 -> n6 [label=":name"]
+	a3 -> o6 [label=":op7"]
+	o6 -> n7 [label=":name"]
+	a3 -> o7 [label=":op8"]
+	o7 -> n8 [label=":name"]
+	a3 -> o8 [label=":op9"]
+	o8 -> n9 [label=":name"]
+	a3 -> t [label=":mod"]
+	a -> p2 [label=":ARG3"]
+	p2 -> d [label=":mod"]
+	a -> g [label=":ARG1-of"]
+	node_0 [label=9 shape=rectangle]
+	a2 -> node_0 [label=":op1"]
+	node_1 [label="\"Cerre\"" shape=rectangle]
+	n -> node_1 [label=":op1"]
+	node_2 [label="\"Pluto\"" shape=rectangle]
+	n2 -> node_2 [label=":op1"]
+	node_3 [label="\"Eris\"" shape=rectangle]
+	n3 -> node_3 [label=":op1"]
+	node_4 [label="\"Haumea\"" shape=rectangle]
+	n4 -> node_4 [label=":op1"]
+	node_5 [label="\"Makemake\"" shape=rectangle]
+	n5 -> node_5 [label=":op1"]
+	node_6 [label="\"Gonggong\"" shape=rectangle]
+	n6 -> node_6 [label=":op1"]
+	node_7 [label="\"Quaoar\"" shape=rectangle]
+	n7 -> node_7 [label=":op1"]
+	node_8 [label="\"Sedna\"" shape=rectangle]
+	n8 -> node_8 [label=":op1"]
+	node_9 [label="\"Orcus\"" shape=rectangle]
+	n9 -> node_9 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..a102a945b893e666b73f4c8b97ded5a4de0bfd04
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.penman
@@ -0,0 +1,41 @@
+# ::id WikiAbstract-SolarSystem-15
+# ::snt Astronomers generally accept at least nine objects as dwarf planets: the asteroid Ceres and the trans-Neptunian objects Pluto, Eris, Haumea, Makemake, Gonggong, Quaoar, Sedna, and Orcus.
+(a / accept-01
+      :ARG0 (p / person
+            :ARG0-of (o / observe-01))
+      :ARG1 (o2 / object
+            :quant (a2 / at-least
+                  :op1 9)
+            :ARG2-of (ii / include-91
+                  :ARG1 (a3 / and
+                        :op1 (a4 / asteroid
+                              :name (n / name
+                                    :op1 "Cerre"))
+                        :op2 (o3 / object
+                              :name (n2 / name
+                                    :op1 "Pluto"))
+                        :op3 (a5 / asteroid
+                              :name (n3 / name
+                                    :op1 "Eris"))
+                        :op4 (a6 / asteroid
+                              :name (n4 / name
+                                    :op1 "Haumea"))
+                        :op5 (o4 / object
+                              :name (n5 / name
+                                    :op1 "Makemake"))
+                        :op6 (o5 / object
+                              :name (n6 / name
+                                    :op1 "Gonggong"))
+                        :op7 (o6 / object
+                              :name (n7 / name
+                                    :op1 "Quaoar"))
+                        :op8 (o7 / object
+                              :name (n8 / name
+                                    :op1 "Sedna"))
+                        :op9 (o8 / object
+                              :name (n9 / name
+                                    :op1 "Orcus"))
+                        :mod (t / trans-Neptunian))))
+      :ARG3 (p2 / planet
+            :mod (d / dwarf))
+      :ARG1-of (g / general-02))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..936ed037b10dde7f31dade66c296b1b8f8556b58
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a35ea16856b65d7c5b4615a03ded168cde596710
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.svg
@@ -0,0 +1,513 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="584pt" height="576pt"
+ viewBox="0.00 0.00 584.50 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(2.39 2.39) rotate(0) translate(4 1371.64)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-1371.64 1391.93,-1371.64 1391.93,4 -4,4"/>
+<!-- a -->
+<g id="node1" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="63.69" cy="-637.59" rx="63.89" ry="63.89"/>
+<text text-anchor="middle" x="63.69" y="-633.89" font-family="Times,serif" font-size="14.00">a/accept&#45;01</text>
+</g>
+<!-- p -->
+<g id="node2" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="296.93" cy="-903.59" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="296.93" y="-899.89" font-family="Times,serif" font-size="14.00">p/person</text>
+</g>
+<!-- a&#45;&gt;p -->
+<g id="edge1" class="edge">
+<title>a&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M106.3,-685.45C148.67,-734.2 213.92,-809.25 255.77,-857.39"/>
+<polygon fill="black" stroke="black" points="253.33,-859.92 262.53,-865.17 258.61,-855.32 253.33,-859.92"/>
+<text text-anchor="middle" x="177.39" y="-805.39" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- o2 -->
+<g id="node4" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="296.93" cy="-722.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="296.93" y="-718.89" font-family="Times,serif" font-size="14.00">o2/object</text>
+</g>
+<!-- a&#45;&gt;o2 -->
+<g id="edge3" class="edge">
+<title>a&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M123.64,-659.26C158.38,-672.03 202.18,-688.13 236.93,-700.9"/>
+<polygon fill="black" stroke="black" points="235.88,-704.25 246.47,-704.41 238.29,-697.68 235.88,-704.25"/>
+<text text-anchor="middle" x="177.39" y="-693.39" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- p2 -->
+<g id="node27" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="296.93" cy="-596.59" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="296.93" y="-592.89" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- a&#45;&gt;p2 -->
+<g id="edge26" class="edge">
+<title>a&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M126.66,-626.6C159.52,-620.78 199.8,-613.64 232.83,-607.78"/>
+<polygon fill="black" stroke="black" points="233.59,-611.2 242.83,-606.01 232.37,-604.31 233.59,-611.2"/>
+<text text-anchor="middle" x="177.39" y="-626.39" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- g -->
+<g id="node29" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="296.93" cy="-454.59" rx="69.59" ry="69.59"/>
+<text text-anchor="middle" x="296.93" y="-450.89" font-family="Times,serif" font-size="14.00">g/general&#45;02</text>
+</g>
+<!-- a&#45;&gt;g -->
+<g id="edge28" class="edge">
+<title>a&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M114.3,-598.33C149.36,-570.59 196.6,-533.2 234.12,-503.51"/>
+<polygon fill="black" stroke="black" points="236.3,-506.25 241.97,-497.3 231.96,-500.76 236.3,-506.25"/>
+<text text-anchor="middle" x="177.39" y="-577.39" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- o -->
+<g id="node3" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="536.67" cy="-967.59" rx="70.39" ry="70.39"/>
+<text text-anchor="middle" x="536.67" y="-963.89" font-family="Times,serif" font-size="14.00">o/observe&#45;01</text>
+</g>
+<!-- p&#45;&gt;o -->
+<g id="edge2" class="edge">
+<title>p&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M346.62,-916.7C378.91,-925.39 421.98,-936.99 458.85,-946.91"/>
+<polygon fill="black" stroke="black" points="458.01,-950.31 468.58,-949.53 459.83,-943.55 458.01,-950.31"/>
+<text text-anchor="middle" x="416.48" y="-946.39" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- a2 -->
+<g id="node5" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="536.67" cy="-819.59" rx="59.59" ry="59.59"/>
+<text text-anchor="middle" x="536.67" y="-815.89" font-family="Times,serif" font-size="14.00">a2/at&#45;least</text>
+</g>
+<!-- o2&#45;&gt;a2 -->
+<g id="edge4" class="edge">
+<title>o2&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M346.62,-742.46C382.56,-757.12 431.84,-777.23 471.07,-793.24"/>
+<polygon fill="black" stroke="black" points="470.24,-796.67 480.82,-797.21 472.88,-790.19 470.24,-796.67"/>
+<text text-anchor="middle" x="416.48" y="-786.39" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- ii -->
+<g id="node6" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="536.67" cy="-674.59" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="536.67" y="-670.89" font-family="Times,serif" font-size="14.00">ii/include&#45;91</text>
+</g>
+<!-- o2&#45;&gt;ii -->
+<g id="edge5" class="edge">
+<title>o2&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M349.23,-712.24C381.54,-705.71 423.83,-697.17 459.97,-689.88"/>
+<polygon fill="black" stroke="black" points="460.87,-693.26 469.98,-687.85 459.49,-686.4 460.87,-693.26"/>
+<text text-anchor="middle" x="416.48" y="-707.39" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node30" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="758.11,-837.59 704.11,-837.59 704.11,-801.59 758.11,-801.59 758.11,-837.59"/>
+<text text-anchor="middle" x="731.11" y="-815.89" font-family="Times,serif" font-size="14.00">9</text>
+</g>
+<!-- a2&#45;&gt;node_0 -->
+<g id="edge29" class="edge">
+<title>a2&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M596.72,-819.59C628.42,-819.59 666.48,-819.59 693.82,-819.59"/>
+<polygon fill="black" stroke="black" points="694.1,-823.09 704.1,-819.59 694.1,-816.09 694.1,-823.09"/>
+<text text-anchor="middle" x="647.86" y="-823.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- a3 -->
+<g id="node7" class="node">
+<title>a3</title>
+<ellipse fill="none" stroke="black" cx="731.11" cy="-674.59" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="731.11" y="-670.89" font-family="Times,serif" font-size="14.00">a3/and</text>
+</g>
+<!-- ii&#45;&gt;a3 -->
+<g id="edge6" class="edge">
+<title>ii&#45;&gt;a3</title>
+<path fill="none" stroke="black" d="M604.44,-674.59C628.72,-674.59 655.78,-674.59 678.55,-674.59"/>
+<polygon fill="black" stroke="black" points="678.69,-678.09 688.69,-674.59 678.69,-671.09 678.69,-678.09"/>
+<text text-anchor="middle" x="647.86" y="-678.39" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- a4 -->
+<g id="node8" class="node">
+<title>a4</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-1304.59" rx="63.09" ry="63.09"/>
+<text text-anchor="middle" x="938.95" y="-1300.89" font-family="Times,serif" font-size="14.00">a4/asteroid</text>
+</g>
+<!-- a3&#45;&gt;a4 -->
+<g id="edge7" class="edge">
+<title>a3&#45;&gt;a4</title>
+<path fill="none" stroke="black" d="M748.65,-713.16C757.6,-735.85 767.91,-765.35 773.36,-792.59 800.24,-927.05 760.98,-966.88 791.36,-1100.59 805.4,-1162.4 807.04,-1182.1 845.36,-1232.59 854.26,-1244.32 865.52,-1255.17 877.09,-1264.7"/>
+<polygon fill="black" stroke="black" points="875.12,-1267.6 885.13,-1271.08 879.48,-1262.12 875.12,-1267.6"/>
+<text text-anchor="middle" x="809.36" y="-1208.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o3 -->
+<g id="node10" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-1170.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-1166.89" font-family="Times,serif" font-size="14.00">o3/object</text>
+</g>
+<!-- a3&#45;&gt;o3 -->
+<g id="edge9" class="edge">
+<title>a3&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M748.13,-713.56C756.85,-736.26 767.11,-765.64 773.36,-792.59 805.89,-932.91 758.45,-993.71 845.36,-1108.59 855.22,-1121.62 868.65,-1132.81 882.22,-1141.94"/>
+<polygon fill="black" stroke="black" points="880.36,-1144.9 890.66,-1147.36 884.14,-1139.01 880.36,-1144.9"/>
+<text text-anchor="middle" x="809.36" y="-1085.39" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- a5 -->
+<g id="node12" class="node">
+<title>a5</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-1036.59" rx="63.09" ry="63.09"/>
+<text text-anchor="middle" x="938.95" y="-1032.89" font-family="Times,serif" font-size="14.00">a5/asteroid</text>
+</g>
+<!-- a3&#45;&gt;a5 -->
+<g id="edge11" class="edge">
+<title>a3&#45;&gt;a5</title>
+<path fill="none" stroke="black" d="M746.27,-714.26C773.02,-788.68 829.72,-943.64 845.36,-964.59 854.16,-976.39 865.38,-987.27 876.95,-996.81"/>
+<polygon fill="black" stroke="black" points="874.98,-999.71 884.99,-1003.19 879.33,-994.23 874.98,-999.71"/>
+<text text-anchor="middle" x="809.36" y="-927.39" font-family="Times,serif" font-size="14.00">:op3</text>
+</g>
+<!-- a6 -->
+<g id="node14" class="node">
+<title>a6</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-892.59" rx="63.09" ry="63.09"/>
+<text text-anchor="middle" x="938.95" y="-888.89" font-family="Times,serif" font-size="14.00">a6/asteroid</text>
+</g>
+<!-- a3&#45;&gt;a6 -->
+<g id="edge13" class="edge">
+<title>a3&#45;&gt;a6</title>
+<path fill="none" stroke="black" d="M755.3,-709.31C776.78,-740.2 810.56,-785.75 845.36,-820.59 855.65,-830.89 867.41,-841.06 879.02,-850.36"/>
+<polygon fill="black" stroke="black" points="877,-853.21 887.02,-856.65 881.32,-847.71 877,-853.21"/>
+<text text-anchor="middle" x="809.36" y="-801.39" font-family="Times,serif" font-size="14.00">:op4</text>
+</g>
+<!-- o4 -->
+<g id="node16" class="node">
+<title>o4</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-758.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-754.89" font-family="Times,serif" font-size="14.00">o4/object</text>
+</g>
+<!-- a3&#45;&gt;o4 -->
+<g id="edge15" class="edge">
+<title>a3&#45;&gt;o4</title>
+<path fill="none" stroke="black" d="M770.83,-690.39C801.48,-702.9 844.8,-720.58 879.65,-734.8"/>
+<polygon fill="black" stroke="black" points="878.65,-738.17 889.23,-738.71 881.3,-731.69 878.65,-738.17"/>
+<text text-anchor="middle" x="809.36" y="-714.39" font-family="Times,serif" font-size="14.00">:op5</text>
+</g>
+<!-- o5 -->
+<g id="node18" class="node">
+<title>o5</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-633.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-629.89" font-family="Times,serif" font-size="14.00">o5/object</text>
+</g>
+<!-- a3&#45;&gt;o5 -->
+<g id="edge17" class="edge">
+<title>a3&#45;&gt;o5</title>
+<path fill="none" stroke="black" d="M772.78,-666.49C802.29,-660.61 842.76,-652.55 876.24,-645.88"/>
+<polygon fill="black" stroke="black" points="877.27,-649.25 886.39,-643.86 875.9,-642.38 877.27,-649.25"/>
+<text text-anchor="middle" x="809.36" y="-665.39" font-family="Times,serif" font-size="14.00">:op6</text>
+</g>
+<!-- o6 -->
+<g id="node20" class="node">
+<title>o6</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-508.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-504.89" font-family="Times,serif" font-size="14.00">o6/object</text>
+</g>
+<!-- a3&#45;&gt;o6 -->
+<g id="edge19" class="edge">
+<title>a3&#45;&gt;o6</title>
+<path fill="none" stroke="black" d="M761.85,-645.41C784.12,-624.1 815.72,-594.96 845.36,-571.59 857.88,-561.72 871.88,-551.7 885.14,-542.65"/>
+<polygon fill="black" stroke="black" points="887.39,-545.35 893.71,-536.85 883.47,-539.55 887.39,-545.35"/>
+<text text-anchor="middle" x="809.36" y="-618.39" font-family="Times,serif" font-size="14.00">:op7</text>
+</g>
+<!-- o7 -->
+<g id="node22" class="node">
+<title>o7</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-383.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-379.89" font-family="Times,serif" font-size="14.00">o7/object</text>
+</g>
+<!-- a3&#45;&gt;o7 -->
+<g id="edge21" class="edge">
+<title>a3&#45;&gt;o7</title>
+<path fill="none" stroke="black" d="M744.99,-634.29C762.04,-585.66 795.83,-503.39 845.36,-446.59 855.94,-434.45 869.38,-423.57 882.7,-414.4"/>
+<polygon fill="black" stroke="black" points="885.01,-417.07 891.42,-408.63 881.15,-411.24 885.01,-417.07"/>
+<text text-anchor="middle" x="809.36" y="-525.39" font-family="Times,serif" font-size="14.00">:op8</text>
+</g>
+<!-- o8 -->
+<g id="node24" class="node">
+<title>o8</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-258.59" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="938.95" y="-254.89" font-family="Times,serif" font-size="14.00">o8/object</text>
+</g>
+<!-- a3&#45;&gt;o8 -->
+<g id="edge23" class="edge">
+<title>a3&#45;&gt;o8</title>
+<path fill="none" stroke="black" d="M735.83,-632.48C744.09,-561.24 769.64,-415.56 845.36,-321.59 855.66,-308.8 869.25,-297.59 882.82,-288.32"/>
+<polygon fill="black" stroke="black" points="884.81,-291.2 891.25,-282.79 880.97,-285.35 884.81,-291.2"/>
+<text text-anchor="middle" x="809.36" y="-411.39" font-family="Times,serif" font-size="14.00">:op9</text>
+</g>
+<!-- t -->
+<g id="node26" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="938.95" cy="-93.59" rx="93.68" ry="93.68"/>
+<text text-anchor="middle" x="938.95" y="-89.89" font-family="Times,serif" font-size="14.00">t/trans&#45;Neptunian</text>
+</g>
+<!-- a3&#45;&gt;t -->
+<g id="edge25" class="edge">
+<title>a3&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M733.39,-632.26C737.83,-544.57 757.57,-339.34 845.36,-196.59 851.46,-186.67 858.57,-176.82 866.08,-167.36"/>
+<polygon fill="black" stroke="black" points="868.87,-169.48 872.47,-159.52 863.44,-165.06 868.87,-169.48"/>
+<text text-anchor="middle" x="809.36" y="-309.39" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- n -->
+<g id="node9" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-1304.59" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1163.24" y="-1300.89" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- a4&#45;&gt;n -->
+<g id="edge8" class="edge">
+<title>a4&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M1002.16,-1304.59C1035.54,-1304.59 1076.27,-1304.59 1108.3,-1304.59"/>
+<polygon fill="black" stroke="black" points="1108.37,-1308.09 1118.37,-1304.59 1108.37,-1301.09 1108.37,-1308.09"/>
+<text text-anchor="middle" x="1072.54" y="-1308.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_1 -->
+<g id="node31" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1369.93,-1322.59 1298.93,-1322.59 1298.93,-1286.59 1369.93,-1286.59 1369.93,-1322.59"/>
+<text text-anchor="middle" x="1334.43" y="-1300.89" font-family="Times,serif" font-size="14.00">&quot;Cerre&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge30" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1208.25,-1304.59C1232.92,-1304.59 1263.63,-1304.59 1288.46,-1304.59"/>
+<polygon fill="black" stroke="black" points="1288.71,-1308.09 1298.71,-1304.59 1288.71,-1301.09 1288.71,-1308.09"/>
+<text text-anchor="middle" x="1247.43" y="-1308.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n2 -->
+<g id="node11" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-1170.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-1166.89" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- o3&#45;&gt;n2 -->
+<g id="edge10" class="edge">
+<title>o3&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M992.35,-1170.59C1025.26,-1170.59 1067.83,-1170.59 1102.12,-1170.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-1174.09 1112.48,-1170.59 1102.48,-1167.09 1102.48,-1174.09"/>
+<text text-anchor="middle" x="1072.54" y="-1174.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_2 -->
+<g id="node32" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1368.43,-1188.59 1300.43,-1188.59 1300.43,-1152.59 1368.43,-1152.59 1368.43,-1188.59"/>
+<text text-anchor="middle" x="1334.43" y="-1166.89" font-family="Times,serif" font-size="14.00">&quot;Pluto&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_2 -->
+<g id="edge31" class="edge">
+<title>n2&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1214.08,-1170.59C1238.18,-1170.59 1266.82,-1170.59 1290,-1170.59"/>
+<polygon fill="black" stroke="black" points="1290.24,-1174.09 1300.24,-1170.59 1290.24,-1167.09 1290.24,-1174.09"/>
+<text text-anchor="middle" x="1247.43" y="-1174.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n3 -->
+<g id="node13" class="node">
+<title>n3</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-1036.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-1032.89" font-family="Times,serif" font-size="14.00">n3/name</text>
+</g>
+<!-- a5&#45;&gt;n3 -->
+<g id="edge12" class="edge">
+<title>a5&#45;&gt;n3</title>
+<path fill="none" stroke="black" d="M1002.16,-1036.59C1033.43,-1036.59 1071.16,-1036.59 1102.14,-1036.59"/>
+<polygon fill="black" stroke="black" points="1102.36,-1040.09 1112.36,-1036.59 1102.36,-1033.09 1102.36,-1040.09"/>
+<text text-anchor="middle" x="1072.54" y="-1040.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_3 -->
+<g id="node33" class="node">
+<title>node_3</title>
+<polygon fill="none" stroke="black" points="1363.93,-1054.59 1304.93,-1054.59 1304.93,-1018.59 1363.93,-1018.59 1363.93,-1054.59"/>
+<text text-anchor="middle" x="1334.43" y="-1032.89" font-family="Times,serif" font-size="14.00">&quot;Eris&quot;</text>
+</g>
+<!-- n3&#45;&gt;node_3 -->
+<g id="edge32" class="edge">
+<title>n3&#45;&gt;node_3</title>
+<path fill="none" stroke="black" d="M1214.08,-1036.59C1239.73,-1036.59 1270.53,-1036.59 1294.41,-1036.59"/>
+<polygon fill="black" stroke="black" points="1294.53,-1040.09 1304.53,-1036.59 1294.53,-1033.09 1294.53,-1040.09"/>
+<text text-anchor="middle" x="1247.43" y="-1040.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n4 -->
+<g id="node15" class="node">
+<title>n4</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-892.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-888.89" font-family="Times,serif" font-size="14.00">n4/name</text>
+</g>
+<!-- a6&#45;&gt;n4 -->
+<g id="edge14" class="edge">
+<title>a6&#45;&gt;n4</title>
+<path fill="none" stroke="black" d="M1002.16,-892.59C1033.43,-892.59 1071.16,-892.59 1102.14,-892.59"/>
+<polygon fill="black" stroke="black" points="1102.36,-896.09 1112.36,-892.59 1102.36,-889.09 1102.36,-896.09"/>
+<text text-anchor="middle" x="1072.54" y="-896.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_4 -->
+<g id="node34" class="node">
+<title>node_4</title>
+<polygon fill="none" stroke="black" points="1378.93,-910.59 1289.93,-910.59 1289.93,-874.59 1378.93,-874.59 1378.93,-910.59"/>
+<text text-anchor="middle" x="1334.43" y="-888.89" font-family="Times,serif" font-size="14.00">&quot;Haumea&quot;</text>
+</g>
+<!-- n4&#45;&gt;node_4 -->
+<g id="edge33" class="edge">
+<title>n4&#45;&gt;node_4</title>
+<path fill="none" stroke="black" d="M1214.08,-892.59C1234.69,-892.59 1258.63,-892.59 1279.63,-892.59"/>
+<polygon fill="black" stroke="black" points="1279.68,-896.09 1289.68,-892.59 1279.68,-889.09 1279.68,-896.09"/>
+<text text-anchor="middle" x="1247.43" y="-896.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n5 -->
+<g id="node17" class="node">
+<title>n5</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-758.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-754.89" font-family="Times,serif" font-size="14.00">n5/name</text>
+</g>
+<!-- o4&#45;&gt;n5 -->
+<g id="edge16" class="edge">
+<title>o4&#45;&gt;n5</title>
+<path fill="none" stroke="black" d="M992.35,-758.59C1025.26,-758.59 1067.83,-758.59 1102.12,-758.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-762.09 1112.48,-758.59 1102.48,-755.09 1102.48,-762.09"/>
+<text text-anchor="middle" x="1072.54" y="-762.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_5 -->
+<g id="node35" class="node">
+<title>node_5</title>
+<polygon fill="none" stroke="black" points="1387.93,-776.59 1280.93,-776.59 1280.93,-740.59 1387.93,-740.59 1387.93,-776.59"/>
+<text text-anchor="middle" x="1334.43" y="-754.89" font-family="Times,serif" font-size="14.00">&quot;Makemake&quot;</text>
+</g>
+<!-- n5&#45;&gt;node_5 -->
+<g id="edge34" class="edge">
+<title>n5&#45;&gt;node_5</title>
+<path fill="none" stroke="black" d="M1214.08,-758.59C1231.77,-758.59 1251.9,-758.59 1270.53,-758.59"/>
+<polygon fill="black" stroke="black" points="1270.7,-762.09 1280.7,-758.59 1270.7,-755.09 1270.7,-762.09"/>
+<text text-anchor="middle" x="1247.43" y="-762.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n6 -->
+<g id="node19" class="node">
+<title>n6</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-633.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-629.89" font-family="Times,serif" font-size="14.00">n6/name</text>
+</g>
+<!-- o5&#45;&gt;n6 -->
+<g id="edge18" class="edge">
+<title>o5&#45;&gt;n6</title>
+<path fill="none" stroke="black" d="M992.35,-633.59C1025.26,-633.59 1067.83,-633.59 1102.12,-633.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-637.09 1112.48,-633.59 1102.48,-630.09 1102.48,-637.09"/>
+<text text-anchor="middle" x="1072.54" y="-637.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_6 -->
+<g id="node36" class="node">
+<title>node_6</title>
+<polygon fill="none" stroke="black" points="1385.93,-651.59 1282.93,-651.59 1282.93,-615.59 1385.93,-615.59 1385.93,-651.59"/>
+<text text-anchor="middle" x="1334.43" y="-629.89" font-family="Times,serif" font-size="14.00">&quot;Gonggong&quot;</text>
+</g>
+<!-- n6&#45;&gt;node_6 -->
+<g id="edge35" class="edge">
+<title>n6&#45;&gt;node_6</title>
+<path fill="none" stroke="black" d="M1214.08,-633.59C1232.43,-633.59 1253.41,-633.59 1272.61,-633.59"/>
+<polygon fill="black" stroke="black" points="1272.77,-637.09 1282.77,-633.59 1272.77,-630.09 1272.77,-637.09"/>
+<text text-anchor="middle" x="1247.43" y="-637.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n7 -->
+<g id="node21" class="node">
+<title>n7</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-508.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-504.89" font-family="Times,serif" font-size="14.00">n7/name</text>
+</g>
+<!-- o6&#45;&gt;n7 -->
+<g id="edge20" class="edge">
+<title>o6&#45;&gt;n7</title>
+<path fill="none" stroke="black" d="M992.35,-508.59C1025.26,-508.59 1067.83,-508.59 1102.12,-508.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-512.09 1112.48,-508.59 1102.48,-505.09 1102.48,-512.09"/>
+<text text-anchor="middle" x="1072.54" y="-512.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_7 -->
+<g id="node37" class="node">
+<title>node_7</title>
+<polygon fill="none" stroke="black" points="1375.43,-526.59 1293.43,-526.59 1293.43,-490.59 1375.43,-490.59 1375.43,-526.59"/>
+<text text-anchor="middle" x="1334.43" y="-504.89" font-family="Times,serif" font-size="14.00">&quot;Quaoar&quot;</text>
+</g>
+<!-- n7&#45;&gt;node_7 -->
+<g id="edge36" class="edge">
+<title>n7&#45;&gt;node_7</title>
+<path fill="none" stroke="black" d="M1214.08,-508.59C1235.88,-508.59 1261.4,-508.59 1283.23,-508.59"/>
+<polygon fill="black" stroke="black" points="1283.3,-512.09 1293.3,-508.59 1283.3,-505.09 1283.3,-512.09"/>
+<text text-anchor="middle" x="1247.43" y="-512.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n8 -->
+<g id="node23" class="node">
+<title>n8</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-383.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-379.89" font-family="Times,serif" font-size="14.00">n8/name</text>
+</g>
+<!-- o7&#45;&gt;n8 -->
+<g id="edge22" class="edge">
+<title>o7&#45;&gt;n8</title>
+<path fill="none" stroke="black" d="M992.35,-383.59C1025.26,-383.59 1067.83,-383.59 1102.12,-383.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-387.09 1112.48,-383.59 1102.48,-380.09 1102.48,-387.09"/>
+<text text-anchor="middle" x="1072.54" y="-387.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_8 -->
+<g id="node38" class="node">
+<title>node_8</title>
+<polygon fill="none" stroke="black" points="1371.43,-401.59 1297.43,-401.59 1297.43,-365.59 1371.43,-365.59 1371.43,-401.59"/>
+<text text-anchor="middle" x="1334.43" y="-379.89" font-family="Times,serif" font-size="14.00">&quot;Sedna&quot;</text>
+</g>
+<!-- n8&#45;&gt;node_8 -->
+<g id="edge37" class="edge">
+<title>n8&#45;&gt;node_8</title>
+<path fill="none" stroke="black" d="M1214.08,-383.59C1237.25,-383.59 1264.61,-383.59 1287.3,-383.59"/>
+<polygon fill="black" stroke="black" points="1287.35,-387.09 1297.35,-383.59 1287.35,-380.09 1287.35,-387.09"/>
+<text text-anchor="middle" x="1247.43" y="-387.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- n9 -->
+<g id="node25" class="node">
+<title>n9</title>
+<ellipse fill="none" stroke="black" cx="1163.24" cy="-258.59" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1163.24" y="-254.89" font-family="Times,serif" font-size="14.00">n9/name</text>
+</g>
+<!-- o8&#45;&gt;n9 -->
+<g id="edge24" class="edge">
+<title>o8&#45;&gt;n9</title>
+<path fill="none" stroke="black" d="M992.35,-258.59C1025.26,-258.59 1067.83,-258.59 1102.12,-258.59"/>
+<polygon fill="black" stroke="black" points="1102.48,-262.09 1112.48,-258.59 1102.48,-255.09 1102.48,-262.09"/>
+<text text-anchor="middle" x="1072.54" y="-262.39" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_9 -->
+<g id="node39" class="node">
+<title>node_9</title>
+<polygon fill="none" stroke="black" points="1370.43,-276.59 1298.43,-276.59 1298.43,-240.59 1370.43,-240.59 1370.43,-276.59"/>
+<text text-anchor="middle" x="1334.43" y="-254.89" font-family="Times,serif" font-size="14.00">&quot;Orcus&quot;</text>
+</g>
+<!-- n9&#45;&gt;node_9 -->
+<g id="edge38" class="edge">
+<title>n9&#45;&gt;node_9</title>
+<path fill="none" stroke="black" d="M1214.08,-258.59C1237.58,-258.59 1265.41,-258.59 1288.29,-258.59"/>
+<polygon fill="black" stroke="black" points="1288.41,-262.09 1298.41,-258.59 1288.41,-255.09 1288.41,-262.09"/>
+<text text-anchor="middle" x="1247.43" y="-262.39" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- d -->
+<g id="node28" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="536.67" cy="-542.59" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="536.67" y="-538.89" font-family="Times,serif" font-size="14.00">d/dwarf</text>
+</g>
+<!-- p2&#45;&gt;d -->
+<g id="edge27" class="edge">
+<title>p2&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M350.4,-584.67C389.27,-575.85 442.09,-563.85 481.38,-554.92"/>
+<polygon fill="black" stroke="black" points="482.34,-558.29 491.32,-552.67 480.79,-551.47 482.34,-558.29"/>
+<text text-anchor="middle" x="416.48" y="-580.39" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..48471a656098c88b7da171090138d0afad3459fd
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.dot
@@ -0,0 +1,42 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	a [label="a/and" shape=circle]
+	r [label="r/region" shape=circle]
+	t [label="t/this" shape=circle]
+	t2 [label="t2/travel-01" shape=circle]
+	p [label="p/population" shape=circle]
+	b [label="b/body" shape=circle]
+	s [label="s/small" shape=circle]
+	o [label="o/other" shape=circle]
+	v [label="v/various" shape=circle]
+	ii [label="ii/include-01" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	c [label="c/comet" shape=circle]
+	c2 [label="c2/centaur" shape=circle]
+	c3 [label="c3/cloud" shape=circle]
+	d [label="d/dust" shape=circle]
+	ii2 [label="ii2/interplanetary" shape=circle]
+	b2 [label="b2/between" shape=circle]
+	r2 [label="r2/region" shape=circle]
+	f [label="f/free-04" shape=circle]
+	a -> r [label=":op1"]
+	r -> t [label=":mod"]
+	a -> t2 [label=":op2"]
+	t2 -> p [label=":ARG0"]
+	p -> b [label=":consist-of"]
+	b -> s [label=":mod"]
+	p -> o [label=":mod"]
+	p -> v [label=":mod"]
+	p -> ii [label=":ARG2-of"]
+	ii -> a2 [label=":ARG1"]
+	a2 -> c [label=":op1"]
+	a2 -> c2 [label=":op2"]
+	a2 -> c3 [label=":op3"]
+	c3 -> d [label=":consist-of"]
+	c3 -> ii2 [label=":mod"]
+	t2 -> b2 [label=":ARG1"]
+	b2 -> r2 [label=":op1"]
+	t2 -> f [label=":ARG3-of"]
+	node_0 [label=2 shape=rectangle]
+	r -> node_0 [label=":quant"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..918afba6ebdee575dd927bea9f51c6f51fe860d6
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.penman
@@ -0,0 +1,22 @@
+# ::id WikiAbstract-SolarSystem-16
+# ::snt In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions.
+(a / and
+      :op1 (r / region
+            :quant 2
+            :mod (t / this))
+      :op2 (t2 / travel-01
+            :ARG0 (p / population
+                  :consist-of (b / body
+                        :mod (s / small))
+                  :mod (o / other)
+                  :mod (v / various)
+                  :ARG2-of (ii / include-01
+                        :ARG1 (a2 / and
+                              :op1 (c / comet)
+                              :op2 (c2 / centaur)
+                              :op3 (c3 / cloud
+                                    :consist-of (d / dust)
+                                    :mod (ii2 / interplanetary)))))
+            :ARG1 (b2 / between
+                  :op1 (r2 / region))
+            :ARG3-of (f / free-04)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..32449164d67c9a71bd7ac3a63b685af434423bc8
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2a71bfc5eeb325930b6fdffa53691d2fcac089b8
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.svg
@@ -0,0 +1,266 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="431pt"
+ viewBox="0.00 0.00 864.00 431.19" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.63 1.63) rotate(0) translate(4 699.84)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-699.84 1406.32,-699.84 1406.32,4 -4,4"/>
+<!-- a -->
+<g id="node1" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="36.4" cy="-410.29" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="36.4" y="-406.59" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- r -->
+<g id="node2" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="205.44" cy="-538.29" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="205.44" y="-534.59" font-family="Times,serif" font-size="14.00">r/region</text>
+</g>
+<!-- a&#45;&gt;r -->
+<g id="edge1" class="edge">
+<title>a&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M65.73,-432.01C91.17,-451.5 128.98,-480.47 158.69,-503.24"/>
+<polygon fill="black" stroke="black" points="156.78,-506.18 166.84,-509.49 161.04,-500.62 156.78,-506.18"/>
+<text text-anchor="middle" x="106.29" y="-478.09" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- t2 -->
+<g id="node4" class="node">
+<title>t2</title>
+<ellipse fill="none" stroke="black" cx="205.44" cy="-344.29" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="205.44" y="-340.59" font-family="Times,serif" font-size="14.00">t2/travel&#45;01</text>
+</g>
+<!-- a&#45;&gt;t2 -->
+<g id="edge3" class="edge">
+<title>a&#45;&gt;t2</title>
+<path fill="none" stroke="black" d="M70.4,-397.25C88.78,-389.99 112.4,-380.66 134.68,-371.85"/>
+<polygon fill="black" stroke="black" points="136.11,-375.05 144.12,-368.12 133.54,-368.54 136.11,-375.05"/>
+<text text-anchor="middle" x="106.29" y="-393.09" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- t -->
+<g id="node3" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="439.98" cy="-609.29" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="439.98" y="-605.59" font-family="Times,serif" font-size="14.00">t/this</text>
+</g>
+<!-- r&#45;&gt;t -->
+<g id="edge2" class="edge">
+<title>r&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M251.55,-552.07C293.4,-564.84 355.24,-583.72 396.29,-596.26"/>
+<polygon fill="black" stroke="black" points="395.42,-599.65 406,-599.22 397.46,-592.96 395.42,-599.65"/>
+<text text-anchor="middle" x="321.08" y="-585.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- node_0 -->
+<g id="node20" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="466.98,-556.29 412.98,-556.29 412.98,-520.29 466.98,-520.29 466.98,-556.29"/>
+<text text-anchor="middle" x="439.98" y="-534.59" font-family="Times,serif" font-size="14.00">2</text>
+</g>
+<!-- r&#45;&gt;node_0 -->
+<g id="edge19" class="edge">
+<title>r&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M253.78,-538.29C297.78,-538.29 362.41,-538.29 402.52,-538.29"/>
+<polygon fill="black" stroke="black" points="402.66,-541.79 412.66,-538.29 402.66,-534.79 402.66,-541.79"/>
+<text text-anchor="middle" x="321.08" y="-542.09" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- p -->
+<g id="node5" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="439.98" cy="-433.29" rx="68.79" ry="68.79"/>
+<text text-anchor="middle" x="439.98" y="-429.59" font-family="Times,serif" font-size="14.00">p/population</text>
+</g>
+<!-- t2&#45;&gt;p -->
+<g id="edge4" class="edge">
+<title>t2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M266.93,-367.44C297.05,-378.97 333.72,-393.01 365.45,-405.15"/>
+<polygon fill="black" stroke="black" points="364.54,-408.55 375.13,-408.86 367.04,-402.01 364.54,-408.55"/>
+<text text-anchor="middle" x="321.08" y="-404.09" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- b2 -->
+<g id="node17" class="node">
+<title>b2</title>
+<ellipse fill="none" stroke="black" cx="439.98" cy="-281.29" rx="64.99" ry="64.99"/>
+<text text-anchor="middle" x="439.98" y="-277.59" font-family="Times,serif" font-size="14.00">b2/between</text>
+</g>
+<!-- t2&#45;&gt;b2 -->
+<g id="edge16" class="edge">
+<title>t2&#45;&gt;b2</title>
+<path fill="none" stroke="black" d="M269.06,-327.33C299.28,-319.14 335.7,-309.27 367.06,-300.78"/>
+<polygon fill="black" stroke="black" points="368.31,-304.06 377.05,-298.07 366.48,-297.31 368.31,-304.06"/>
+<text text-anchor="middle" x="321.08" y="-324.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- f -->
+<g id="node19" class="node">
+<title>f</title>
+<ellipse fill="none" stroke="black" cx="439.98" cy="-148.29" rx="50.09" ry="50.09"/>
+<text text-anchor="middle" x="439.98" y="-144.59" font-family="Times,serif" font-size="14.00">f/free&#45;04</text>
+</g>
+<!-- t2&#45;&gt;f -->
+<g id="edge18" class="edge">
+<title>t2&#45;&gt;f</title>
+<path fill="none" stroke="black" d="M256.32,-302.24C296.98,-267.97 353.93,-219.97 393.39,-186.72"/>
+<polygon fill="black" stroke="black" points="395.64,-189.39 401.04,-180.27 391.13,-184.04 395.64,-189.39"/>
+<text text-anchor="middle" x="321.08" y="-274.09" font-family="Times,serif" font-size="14.00">:ARG3&#45;of</text>
+</g>
+<!-- b -->
+<g id="node6" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="685.46" cy="-652.29" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="685.46" y="-648.59" font-family="Times,serif" font-size="14.00">b/body</text>
+</g>
+<!-- p&#45;&gt;b -->
+<g id="edge5" class="edge">
+<title>p&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M486.13,-484.68C498.93,-498.55 513.13,-513.31 526.87,-526.29 564.96,-562.29 576.84,-568.69 617.87,-601.29 625.91,-607.68 634.57,-614.42 642.9,-620.83"/>
+<polygon fill="black" stroke="black" points="641.02,-623.79 651.09,-627.1 645.28,-618.24 641.02,-623.79"/>
+<text text-anchor="middle" x="563.37" y="-589.09" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
+</g>
+<!-- o -->
+<g id="node8" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="685.46" cy="-548.29" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="685.46" y="-544.59" font-family="Times,serif" font-size="14.00">o/other</text>
+</g>
+<!-- p&#45;&gt;o -->
+<g id="edge7" class="edge">
+<title>p&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M502.73,-462.46C544.04,-481.97 597.62,-507.27 635.88,-525.35"/>
+<polygon fill="black" stroke="black" points="634.72,-528.67 645.26,-529.78 637.71,-522.34 634.72,-528.67"/>
+<text text-anchor="middle" x="563.37" y="-511.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- v -->
+<g id="node9" class="node">
+<title>v</title>
+<ellipse fill="none" stroke="black" cx="685.46" cy="-433.29" rx="53.09" ry="53.09"/>
+<text text-anchor="middle" x="685.46" y="-429.59" font-family="Times,serif" font-size="14.00">v/various</text>
+</g>
+<!-- p&#45;&gt;v -->
+<g id="edge8" class="edge">
+<title>p&#45;&gt;v</title>
+<path fill="none" stroke="black" d="M509.12,-433.29C544.31,-433.29 586.97,-433.29 621.39,-433.29"/>
+<polygon fill="black" stroke="black" points="621.8,-436.79 631.8,-433.29 621.8,-429.79 621.8,-436.79"/>
+<text text-anchor="middle" x="563.37" y="-437.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- ii -->
+<g id="node10" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="685.46" cy="-294.29" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="685.46" y="-290.59" font-family="Times,serif" font-size="14.00">ii/include&#45;01</text>
+</g>
+<!-- p&#45;&gt;ii -->
+<g id="edge9" class="edge">
+<title>p&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M500.23,-399.47C535.53,-379.32 580.44,-353.68 617.08,-332.76"/>
+<polygon fill="black" stroke="black" points="619.26,-335.54 626.21,-327.55 615.79,-329.47 619.26,-335.54"/>
+<text text-anchor="middle" x="563.37" y="-385.09" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- s -->
+<g id="node7" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="878.6" cy="-652.29" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="878.6" y="-648.59" font-family="Times,serif" font-size="14.00">s/small</text>
+</g>
+<!-- b&#45;&gt;s -->
+<g id="edge6" class="edge">
+<title>b&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M727.94,-652.29C756.35,-652.29 794.27,-652.29 824.83,-652.29"/>
+<polygon fill="black" stroke="black" points="824.89,-655.79 834.89,-652.29 824.89,-648.79 824.89,-655.79"/>
+<text text-anchor="middle" x="794.06" y="-656.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a2 -->
+<g id="node11" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="878.6" cy="-294.29" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="878.6" y="-290.59" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- ii&#45;&gt;a2 -->
+<g id="edge10" class="edge">
+<title>ii&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M753.32,-294.29C777.11,-294.29 803.52,-294.29 825.85,-294.29"/>
+<polygon fill="black" stroke="black" points="826.13,-297.79 836.13,-294.29 826.13,-290.79 826.13,-297.79"/>
+<text text-anchor="middle" x="794.06" y="-298.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- c -->
+<g id="node12" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="1048.94" cy="-419.29" rx="46.59" ry="46.59"/>
+<text text-anchor="middle" x="1048.94" y="-415.59" font-family="Times,serif" font-size="14.00">c/comet</text>
+</g>
+<!-- a2&#45;&gt;c -->
+<g id="edge11" class="edge">
+<title>a2&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M913.27,-319.29C938.94,-338.35 974.56,-364.8 1002.73,-385.72"/>
+<polygon fill="black" stroke="black" points="1000.72,-388.58 1010.83,-391.73 1004.89,-382.96 1000.72,-388.58"/>
+<text text-anchor="middle" x="955.65" y="-365.09" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- c2 -->
+<g id="node13" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="1048.94" cy="-294.29" rx="59.59" ry="59.59"/>
+<text text-anchor="middle" x="1048.94" y="-290.59" font-family="Times,serif" font-size="14.00">c2/centaur</text>
+</g>
+<!-- a2&#45;&gt;c2 -->
+<g id="edge12" class="edge">
+<title>a2&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M921.22,-294.29C938.63,-294.29 959.34,-294.29 978.91,-294.29"/>
+<polygon fill="black" stroke="black" points="979.03,-297.79 989.03,-294.29 979.03,-290.79 979.03,-297.79"/>
+<text text-anchor="middle" x="955.65" y="-298.09" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c3 -->
+<g id="node14" class="node">
+<title>c3</title>
+<ellipse fill="none" stroke="black" cx="1048.94" cy="-167.29" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="1048.94" y="-163.59" font-family="Times,serif" font-size="14.00">c3/cloud</text>
+</g>
+<!-- a2&#45;&gt;c3 -->
+<g id="edge13" class="edge">
+<title>a2&#45;&gt;c3</title>
+<path fill="none" stroke="black" d="M912.86,-269.2C938.07,-250.19 973.03,-223.81 1001.07,-202.66"/>
+<polygon fill="black" stroke="black" points="1003.28,-205.38 1009.15,-196.56 999.06,-199.79 1003.28,-205.38"/>
+<text text-anchor="middle" x="955.65" y="-250.09" font-family="Times,serif" font-size="14.00">:op3</text>
+</g>
+<!-- d -->
+<g id="node15" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="1310.03" cy="-243.29" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="1310.03" y="-239.59" font-family="Times,serif" font-size="14.00">d/dust</text>
+</g>
+<!-- c3&#45;&gt;d -->
+<g id="edge14" class="edge">
+<title>c3&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M1096.56,-180.97C1143.22,-194.65 1214.62,-215.6 1261.57,-229.37"/>
+<polygon fill="black" stroke="black" points="1260.62,-232.74 1271.2,-232.19 1262.59,-226.02 1260.62,-232.74"/>
+<text text-anchor="middle" x="1163.24" y="-214.09" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
+</g>
+<!-- ii2 -->
+<g id="node16" class="node">
+<title>ii2</title>
+<ellipse fill="none" stroke="black" cx="1310.03" cy="-92.29" rx="92.08" ry="92.08"/>
+<text text-anchor="middle" x="1310.03" y="-88.59" font-family="Times,serif" font-size="14.00">ii2/interplanetary</text>
+</g>
+<!-- c3&#45;&gt;ii2 -->
+<g id="edge15" class="edge">
+<title>c3&#45;&gt;ii2</title>
+<path fill="none" stroke="black" d="M1096.56,-153.8C1128.46,-144.56 1171.93,-131.98 1211.24,-120.6"/>
+<polygon fill="black" stroke="black" points="1212.51,-123.88 1221.14,-117.73 1210.56,-117.15 1212.51,-123.88"/>
+<text text-anchor="middle" x="1163.24" y="-147.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- r2 -->
+<g id="node18" class="node">
+<title>r2</title>
+<ellipse fill="none" stroke="black" cx="685.46" cy="-154.29" rx="53.89" ry="53.89"/>
+<text text-anchor="middle" x="685.46" y="-150.59" font-family="Times,serif" font-size="14.00">r2/region</text>
+</g>
+<!-- b2&#45;&gt;r2 -->
+<g id="edge17" class="edge">
+<title>b2&#45;&gt;r2</title>
+<path fill="none" stroke="black" d="M498.06,-251.52C537.23,-231.09 588.98,-204.09 628.01,-183.74"/>
+<polygon fill="black" stroke="black" points="629.89,-186.7 637.14,-178.97 626.66,-180.5 629.89,-186.7"/>
+<text text-anchor="middle" x="563.37" y="-237.09" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..d0f56644867d0f5e51098c27a87d599171533d70
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.dot
@@ -0,0 +1,54 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	o [label="o/orbit-01" shape=circle]
+	s [label="s/satellite" shape=circle]
+	n [label="n/natural-03" shape=circle]
+	t [label="t/term-01" shape=circle]
+	m [label="m/moon" shape=circle]
+	u [label="u/usual" shape=circle]
+	a [label="a/after" shape=circle]
+	a2 [label="a2/and" shape=circle]
+	p [label="p/planet" shape=circle]
+	ii [label="ii/include-91" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	d [label="d/dwarf" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	l [label="l/large" shape=circle]
+	m2 [label="m2/most" shape=circle]
+	p3 [label="p3/possible-01" shape=circle]
+	b [label="b/body" shape=circle]
+	m3 [label="m3/many" shape=circle]
+	ii2 [label="ii2/include-91" shape=circle]
+	b2 [label="b2/body" shape=circle]
+	h2 [label="h2/have-degree-91" shape=circle]
+	s2 [label="s2/small" shape=circle]
+	m4 [label="m4/more" shape=circle]
+	o -> s [label=":ARG0"]
+	s -> n [label=":ARG1-of"]
+	s -> t [label=":ARG1-of"]
+	t -> m [label=":ARG2"]
+	t -> u [label=":mod"]
+	t -> a [label=":time"]
+	a -> m [label=":op1"]
+	o -> a2 [label=":ARG1"]
+	a2 -> p [label=":op1"]
+	p -> ii [label=":ARG1-of"]
+	ii -> p2 [label=":ARG2"]
+	p2 -> d [label=":mod"]
+	p2 -> h [label=":ARG1-of"]
+	h -> l [label=":ARG2"]
+	h -> m2 [label=":ARG3"]
+	h -> p3 [label=":ARG1-of"]
+	a2 -> b [label=":op2"]
+	b -> m3 [label=":quant"]
+	b -> ii2 [label=":ARG1-of"]
+	ii2 -> b2 [label=":ARG2"]
+	b2 -> h2 [label=":ARG1-of"]
+	h2 -> s2 [label=":ARG2"]
+	h2 -> m4 [label=":ARG3"]
+	h2 -> p [label=":ARG4"]
+	node_0 [label=6 shape=rectangle]
+	p -> node_0 [label=":quant"]
+	node_1 [label=6 shape=rectangle]
+	m2 -> node_1 [label=":quant"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..cc36145c42dedea97364756e96f86bc9bf199d8d
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.penman
@@ -0,0 +1,29 @@
+# ::id WikiAbstract-SolarSystem-17
+# ::snt Six of the planets, the six largest possible dwarf planets, and many of the smaller bodies are orbited by natural satellites, usually termed "moons" after the Moon.
+(o / orbit-01
+      :ARG0 (s / satellite
+            :ARG1-of (n / natural-03)
+            :ARG1-of (t / term-01
+                  :ARG2 (m / moon)
+                  :mod (u / usual)
+                  :time (a / after
+                        :op1 m)))
+      :ARG1 (a2 / and
+            :op1 (p / planet
+                  :quant 6
+                  :ARG1-of (ii / include-91
+                        :ARG2 (p2 / planet
+                              :mod (d / dwarf)
+                              :ARG1-of (h / have-degree-91
+                                    :ARG2 (l / large)
+                                    :ARG3 (m2 / most
+                                          :quant 6)
+                                    :ARG1-of (p3 / possible-01)))))
+            :op2 (b / body
+                  :quant (m3 / many)
+                  :ARG1-of (ii2 / include-91
+                        :ARG2 (b2 / body
+                              :ARG1-of (h2 / have-degree-91
+                                    :ARG2 (s2 / small)
+                                    :ARG3 (m4 / more)
+                                    :ARG4 p))))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..71093b88157ed09091ad68179541c87e70b21848
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..40894f8b824e14265b9ab5a90fb3c3177256b352
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.svg
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="217pt"
+ viewBox="0.00 0.00 864.00 217.21" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(2.96 2.96) rotate(0) translate(4 638.04)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-638.04 2549.87,-638.04 2549.87,4 -4,4"/>
+<!-- o -->
+<g id="node1" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="55.9" cy="-358.44" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="55.9" y="-354.74" font-family="Times,serif" font-size="14.00">o/orbit&#45;01</text>
+</g>
+<!-- s -->
+<g id="node2" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="249.69" cy="-426.44" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="249.69" y="-422.74" font-family="Times,serif" font-size="14.00">s/satellite</text>
+</g>
+<!-- o&#45;&gt;s -->
+<g id="edge1" class="edge">
+<title>o&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M108.8,-376.85C133,-385.43 161.97,-395.7 187.25,-404.66"/>
+<polygon fill="black" stroke="black" points="186.15,-407.98 196.74,-408.03 188.49,-401.39 186.15,-407.98"/>
+<text text-anchor="middle" x="152.79" y="-404.24" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- a2 -->
+<g id="node8" class="node">
+<title>a2</title>
+<ellipse fill="none" stroke="black" cx="249.69" cy="-300.44" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="249.69" y="-296.74" font-family="Times,serif" font-size="14.00">a2/and</text>
+</g>
+<!-- o&#45;&gt;a2 -->
+<g id="edge8" class="edge">
+<title>o&#45;&gt;a2</title>
+<path fill="none" stroke="black" d="M109.56,-342.52C137.51,-334.07 171.65,-323.74 199.12,-315.43"/>
+<polygon fill="black" stroke="black" points="200.36,-318.71 208.92,-312.47 198.33,-312.01 200.36,-318.71"/>
+<text text-anchor="middle" x="152.79" y="-339.24" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="473.17" cy="-566.44" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="473.17" y="-562.74" font-family="Times,serif" font-size="14.00">n/natural&#45;03</text>
+</g>
+<!-- s&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>s&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M297.39,-455.96C329.21,-476.08 371.79,-502.99 406.95,-525.22"/>
+<polygon fill="black" stroke="black" points="405.4,-528.37 415.72,-530.76 409.14,-522.46 405.4,-528.37"/>
+<text text-anchor="middle" x="355.58" y="-512.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- t -->
+<g id="node4" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="473.17" cy="-426.44" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="473.17" y="-422.74" font-family="Times,serif" font-size="14.00">t/term&#45;01</text>
+</g>
+<!-- s&#45;&gt;t -->
+<g id="edge3" class="edge">
+<title>s&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M305.72,-426.44C336.82,-426.44 375.84,-426.44 408.29,-426.44"/>
+<polygon fill="black" stroke="black" points="408.57,-429.94 418.57,-426.44 408.57,-422.94 408.57,-429.94"/>
+<text text-anchor="middle" x="355.58" y="-430.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- m -->
+<g id="node5" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="917.75" cy="-502.44" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="917.75" y="-498.74" font-family="Times,serif" font-size="14.00">m/moon</text>
+</g>
+<!-- t&#45;&gt;m -->
+<g id="edge4" class="edge">
+<title>t&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M516,-460.75C547.99,-484.65 594.35,-514.47 640.77,-527.44 715.29,-548.27 805.12,-533.06 861.59,-518.87"/>
+<polygon fill="black" stroke="black" points="862.59,-522.23 871.4,-516.33 860.84,-515.45 862.59,-522.23"/>
+<text text-anchor="middle" x="714.21" y="-541.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- u -->
+<g id="node6" class="node">
+<title>u</title>
+<ellipse fill="none" stroke="black" cx="714.21" cy="-474.44" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="714.21" y="-470.74" font-family="Times,serif" font-size="14.00">u/usual</text>
+</g>
+<!-- t&#45;&gt;u -->
+<g id="edge5" class="edge">
+<title>t&#45;&gt;u</title>
+<path fill="none" stroke="black" d="M526.93,-437.04C566.64,-445.01 620.84,-455.89 660.53,-463.87"/>
+<polygon fill="black" stroke="black" points="660.06,-467.34 670.55,-465.88 661.44,-460.48 660.06,-467.34"/>
+<text text-anchor="middle" x="590.77" y="-459.24" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- a -->
+<g id="node7" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="714.21" cy="-370.44" rx="41.69" ry="41.69"/>
+<text text-anchor="middle" x="714.21" y="-366.74" font-family="Times,serif" font-size="14.00">a/after</text>
+</g>
+<!-- t&#45;&gt;a -->
+<g id="edge6" class="edge">
+<title>t&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M526.63,-414.15C567.43,-404.6 623.63,-391.43 663.67,-382.05"/>
+<polygon fill="black" stroke="black" points="664.54,-385.44 673.48,-379.75 662.95,-378.62 664.54,-385.44"/>
+<text text-anchor="middle" x="590.77" y="-408.24" font-family="Times,serif" font-size="14.00">:time</text>
+</g>
+<!-- a&#45;&gt;m -->
+<g id="edge7" class="edge">
+<title>a&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M749.4,-392.84C782.15,-414.29 831.88,-446.86 868.63,-470.93"/>
+<polygon fill="black" stroke="black" points="866.92,-473.99 877.2,-476.54 870.75,-468.13 866.92,-473.99"/>
+<text text-anchor="middle" x="828.66" y="-463.24" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- p -->
+<g id="node9" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="1393.52" cy="-295.44" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="1393.52" y="-291.74" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- a2&#45;&gt;p -->
+<g id="edge9" class="edge">
+<title>a2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M292.32,-300.44C336.84,-300.44 409.5,-300.44 472.17,-300.44 472.17,-300.44 472.17,-300.44 1163.69,-300.44 1221.87,-300.44 1288.36,-298.81 1334.62,-297.41"/>
+<polygon fill="black" stroke="black" points="1334.87,-300.9 1344.76,-297.09 1334.65,-293.9 1334.87,-300.9"/>
+<text text-anchor="middle" x="828.66" y="-304.24" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- b -->
+<g id="node17" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="473.17" cy="-218.44" rx="42.49" ry="42.49"/>
+<text text-anchor="middle" x="473.17" y="-214.74" font-family="Times,serif" font-size="14.00">b/body</text>
+</g>
+<!-- a2&#45;&gt;b -->
+<g id="edge17" class="edge">
+<title>a2&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M289.17,-284.83C300.25,-280.42 312.37,-275.67 323.58,-271.44 356.74,-258.94 394.33,-245.54 423.41,-235.34"/>
+<polygon fill="black" stroke="black" points="424.64,-238.62 432.93,-232.01 422.33,-232.01 424.64,-238.62"/>
+<text text-anchor="middle" x="355.58" y="-275.24" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- ii -->
+<g id="node10" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="1613.11" cy="-363.44" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="1613.11" y="-359.74" font-family="Times,serif" font-size="14.00">ii/include&#45;91</text>
+</g>
+<!-- p&#45;&gt;ii -->
+<g id="edge10" class="edge">
+<title>p&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M1440.4,-309.78C1468.77,-318.64 1505.82,-330.22 1538.24,-340.36"/>
+<polygon fill="black" stroke="black" points="1537.55,-343.81 1548.14,-343.45 1539.64,-337.13 1537.55,-343.81"/>
+<text text-anchor="middle" x="1495.52" y="-339.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node24" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1640.11,-277.44 1586.11,-277.44 1586.11,-241.44 1640.11,-241.44 1640.11,-277.44"/>
+<text text-anchor="middle" x="1613.11" y="-255.74" font-family="Times,serif" font-size="14.00">6</text>
+</g>
+<!-- p&#45;&gt;node_0 -->
+<g id="edge25" class="edge">
+<title>p&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M1441.74,-287.63C1482.01,-280.97 1539.07,-271.53 1575.83,-265.45"/>
+<polygon fill="black" stroke="black" points="1576.8,-268.83 1586.09,-263.75 1575.66,-261.93 1576.8,-268.83"/>
+<text text-anchor="middle" x="1495.52" y="-287.24" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- p2 -->
+<g id="node11" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="1817.3" cy="-363.44" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="1817.3" y="-359.74" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- ii&#45;&gt;p2 -->
+<g id="edge11" class="edge">
+<title>ii&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M1680.88,-363.44C1703.82,-363.44 1729.44,-363.44 1752.17,-363.44"/>
+<polygon fill="black" stroke="black" points="1752.39,-366.94 1762.39,-363.44 1752.39,-359.94 1752.39,-366.94"/>
+<text text-anchor="middle" x="1721.71" y="-367.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- d -->
+<g id="node12" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="2062.89" cy="-440.44" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="2062.89" y="-436.74" font-family="Times,serif" font-size="14.00">d/dwarf</text>
+</g>
+<!-- p2&#45;&gt;d -->
+<g id="edge12" class="edge">
+<title>p2&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M1869.66,-379.68C1910.63,-392.63 1967.79,-410.7 2009.12,-423.76"/>
+<polygon fill="black" stroke="black" points="2008.14,-427.12 2018.73,-426.8 2010.25,-420.45 2008.14,-427.12"/>
+<text text-anchor="middle" x="1921.9" y="-407.24" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- h -->
+<g id="node13" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="2062.89" cy="-285.44" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="2062.89" y="-281.74" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- p2&#45;&gt;h -->
+<g id="edge13" class="edge">
+<title>p2&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M1869.66,-347C1897.74,-338.01 1933.42,-326.58 1966.41,-316.02"/>
+<polygon fill="black" stroke="black" points="1967.63,-319.3 1976.08,-312.92 1965.49,-312.64 1967.63,-319.3"/>
+<text text-anchor="middle" x="1921.9" y="-343.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- l -->
+<g id="node14" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="2331.88" cy="-395.44" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="2331.88" y="-391.74" font-family="Times,serif" font-size="14.00">l/large</text>
+</g>
+<!-- h&#45;&gt;l -->
+<g id="edge14" class="edge">
+<title>h&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M2147.27,-319.8C2192.49,-338.43 2246.69,-360.76 2284.44,-376.31"/>
+<polygon fill="black" stroke="black" points="2283.56,-379.74 2294.14,-380.31 2286.23,-373.26 2283.56,-379.74"/>
+<text text-anchor="middle" x="2203.88" y="-357.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node15" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="2331.88" cy="-285.44" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="2331.88" y="-281.74" font-family="Times,serif" font-size="14.00">m2/most</text>
+</g>
+<!-- h&#45;&gt;m2 -->
+<g id="edge15" class="edge">
+<title>h&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M2153.91,-285.44C2192.18,-285.44 2235.81,-285.44 2270.17,-285.44"/>
+<polygon fill="black" stroke="black" points="2270.52,-288.94 2280.52,-285.44 2270.52,-281.94 2270.52,-288.94"/>
+<text text-anchor="middle" x="2203.88" y="-289.24" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- p3 -->
+<g id="node16" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="2331.88" cy="-138.44" rx="77.99" ry="77.99"/>
+<text text-anchor="middle" x="2331.88" y="-134.74" font-family="Times,serif" font-size="14.00">p3/possible&#45;01</text>
+</g>
+<!-- h&#45;&gt;p3 -->
+<g id="edge16" class="edge">
+<title>h&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M2142.91,-241.94C2177.92,-222.66 2218.95,-200.07 2253.74,-180.91"/>
+<polygon fill="black" stroke="black" points="2255.83,-183.76 2262.9,-175.87 2252.46,-177.62 2255.83,-183.76"/>
+<text text-anchor="middle" x="2203.88" y="-229.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_1 -->
+<g id="node25" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="2545.87,-303.44 2491.87,-303.44 2491.87,-267.44 2545.87,-267.44 2545.87,-303.44"/>
+<text text-anchor="middle" x="2518.87" y="-281.74" font-family="Times,serif" font-size="14.00">6</text>
+</g>
+<!-- m2&#45;&gt;node_1 -->
+<g id="edge26" class="edge">
+<title>m2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M2383.43,-285.44C2414.54,-285.44 2453.69,-285.44 2481.7,-285.44"/>
+<polygon fill="black" stroke="black" points="2481.85,-288.94 2491.85,-285.44 2481.85,-281.94 2481.85,-288.94"/>
+<text text-anchor="middle" x="2450.87" y="-289.24" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- m3 -->
+<g id="node18" class="node">
+<title>m3</title>
+<ellipse fill="none" stroke="black" cx="714.21" cy="-218.44" rx="53.89" ry="53.89"/>
+<text text-anchor="middle" x="714.21" y="-214.74" font-family="Times,serif" font-size="14.00">m3/many</text>
+</g>
+<!-- b&#45;&gt;m3 -->
+<g id="edge18" class="edge">
+<title>b&#45;&gt;m3</title>
+<path fill="none" stroke="black" d="M515.54,-218.44C552.57,-218.44 607.43,-218.44 649.97,-218.44"/>
+<polygon fill="black" stroke="black" points="650.22,-221.94 660.22,-218.44 650.22,-214.94 650.22,-221.94"/>
+<text text-anchor="middle" x="590.77" y="-222.24" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- ii2 -->
+<g id="node19" class="node">
+<title>ii2</title>
+<ellipse fill="none" stroke="black" cx="714.21" cy="-73.44" rx="73.39" ry="73.39"/>
+<text text-anchor="middle" x="714.21" y="-69.74" font-family="Times,serif" font-size="14.00">ii2/include&#45;91</text>
+</g>
+<!-- b&#45;&gt;ii2 -->
+<g id="edge19" class="edge">
+<title>b&#45;&gt;ii2</title>
+<path fill="none" stroke="black" d="M509.7,-196.89C544.57,-175.74 598.73,-142.89 642.42,-116.39"/>
+<polygon fill="black" stroke="black" points="644.27,-119.36 651,-111.18 640.64,-113.37 644.27,-119.36"/>
+<text text-anchor="middle" x="590.77" y="-167.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- b2 -->
+<g id="node20" class="node">
+<title>b2</title>
+<ellipse fill="none" stroke="black" cx="917.75" cy="-131.44" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="917.75" y="-127.74" font-family="Times,serif" font-size="14.00">b2/body</text>
+</g>
+<!-- ii2&#45;&gt;b2 -->
+<g id="edge20" class="edge">
+<title>ii2&#45;&gt;b2</title>
+<path fill="none" stroke="black" d="M785.13,-93.57C810.1,-100.75 837.87,-108.74 861.44,-115.53"/>
+<polygon fill="black" stroke="black" points="860.68,-118.95 871.26,-118.35 862.62,-112.22 860.68,-118.95"/>
+<text text-anchor="middle" x="828.66" y="-117.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- h2 -->
+<g id="node21" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="1162.69" cy="-169.44" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="1162.69" y="-165.74" font-family="Times,serif" font-size="14.00">h2/have&#45;degree&#45;91</text>
+</g>
+<!-- b2&#45;&gt;h2 -->
+<g id="edge21" class="edge">
+<title>b2&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M965.3,-138.73C991.22,-142.78 1024.61,-148 1056.48,-152.99"/>
+<polygon fill="black" stroke="black" points="1056.34,-156.51 1066.76,-154.6 1057.42,-149.59 1056.34,-156.51"/>
+<text text-anchor="middle" x="1015.85" y="-156.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- h2&#45;&gt;p -->
+<g id="edge24" class="edge">
+<title>h2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M1247.92,-215.82C1279.3,-233.1 1313.93,-252.17 1341.43,-267.31"/>
+<polygon fill="black" stroke="black" points="1340.02,-270.53 1350.47,-272.29 1343.4,-264.4 1340.02,-270.53"/>
+<text text-anchor="middle" x="1300.53" y="-259.24" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- s2 -->
+<g id="node22" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="1393.52" cy="-175.44" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="1393.52" y="-171.74" font-family="Times,serif" font-size="14.00">s2/small</text>
+</g>
+<!-- h2&#45;&gt;s2 -->
+<g id="edge22" class="edge">
+<title>h2&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M1259.74,-171.96C1284.88,-172.62 1311.23,-173.31 1333.77,-173.9"/>
+<polygon fill="black" stroke="black" points="1333.75,-177.4 1343.84,-174.17 1333.94,-170.41 1333.75,-177.4"/>
+<text text-anchor="middle" x="1300.53" y="-178.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m4 -->
+<g id="node23" class="node">
+<title>m4</title>
+<ellipse fill="none" stroke="black" cx="1393.52" cy="-56.44" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="1393.52" y="-52.74" font-family="Times,serif" font-size="14.00">m4/more</text>
+</g>
+<!-- h2&#45;&gt;m4 -->
+<g id="edge23" class="edge">
+<title>h2&#45;&gt;m4</title>
+<path fill="none" stroke="black" d="M1249.88,-126.88C1279.23,-112.39 1311.23,-96.59 1337.46,-83.63"/>
+<polygon fill="black" stroke="black" points="1339.07,-86.74 1346.49,-79.18 1335.97,-80.46 1339.07,-86.74"/>
+<text text-anchor="middle" x="1300.53" y="-117.24" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..ca9a18a4f3fd4c06675bbef3b0fbfea0e86282a9
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.dot
@@ -0,0 +1,24 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	e [label="e/encircle-01" shape=circle]
+	r [label="r/ring" shape=circle]
+	a [label="a/and" shape=circle]
+	d [label="d/dust" shape=circle]
+	o [label="o/object" shape=circle]
+	s [label="s/small" shape=circle]
+	o2 [label="o2/other" shape=circle]
+	p [label="p/planet" shape=circle]
+	p2 [label="p2/planet" shape=circle]
+	o3 [label="o3/outer" shape=circle]
+	e2 [label="e2/each" shape=circle]
+	e -> r [label=":ARG1"]
+	r -> a [label=":consist-of"]
+	a -> d [label=":op1"]
+	a -> o [label=":op2"]
+	o -> s [label=":mod"]
+	o -> o2 [label=":mod"]
+	r -> p [label=":mod"]
+	e -> p2 [label=":ARG2"]
+	p2 -> o3 [label=":mod"]
+	p2 -> e2 [label=":mod"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..80d9133688c3729354e617c40d0228d071a4aefe
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.penman
@@ -0,0 +1,13 @@
+# ::id WikiAbstract-SolarSystem-18
+# ::snt Each of the outer planets is encircled by planetary rings of dust and other small objects.
+(e / encircle-01
+      :ARG1 (r / ring
+            :consist-of (a / and
+                  :op1 (d / dust)
+                  :op2 (o / object
+                        :mod (s / small)
+                        :mod (o2 / other)))
+            :mod (p / planet))
+      :ARG2 (p2 / planet
+            :mod (o3 / outer)
+            :mod (e2 / each)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..45fb0e42152d28c7a57b22509e63bd559a1d35de
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0bca001d438e8e0ed24e057488d13c000517e526
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.svg
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="455pt"
+ viewBox="0.00 0.00 864.00 454.63" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.02 1.02) rotate(0) translate(4 460.44)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-460.44 878.65,-460.44 878.65,4 -4,4"/>
+<!-- e -->
+<g id="node1" class="node">
+<title>e</title>
+<ellipse fill="none" stroke="black" cx="70.19" cy="-218.15" rx="70.39" ry="70.39"/>
+<text text-anchor="middle" x="70.19" y="-214.45" font-family="Times,serif" font-size="14.00">e/encircle&#45;01</text>
+</g>
+<!-- r -->
+<g id="node2" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="276.98" cy="-277.15" rx="37.09" ry="37.09"/>
+<text text-anchor="middle" x="276.98" y="-273.45" font-family="Times,serif" font-size="14.00">r/ring</text>
+</g>
+<!-- e&#45;&gt;r -->
+<g id="edge1" class="edge">
+<title>e&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M137.97,-237.38C168.63,-246.22 204.17,-256.46 231.5,-264.33"/>
+<polygon fill="black" stroke="black" points="230.6,-267.71 241.18,-267.12 232.54,-260.99 230.6,-267.71"/>
+<text text-anchor="middle" x="181.39" y="-260.95" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- p2 -->
+<g id="node9" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="276.98" cy="-160.15" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="276.98" y="-156.45" font-family="Times,serif" font-size="14.00">p2/planet</text>
+</g>
+<!-- e&#45;&gt;p2 -->
+<g id="edge8" class="edge">
+<title>e&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M137.97,-199.23C162.59,-192.26 190.35,-184.4 214.48,-177.56"/>
+<polygon fill="black" stroke="black" points="215.56,-180.9 224.23,-174.8 213.66,-174.16 215.56,-180.9"/>
+<text text-anchor="middle" x="181.39" y="-196.95" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- a -->
+<g id="node3" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="490.62" cy="-380.15" rx="36.29" ry="36.29"/>
+<text text-anchor="middle" x="490.62" y="-376.45" font-family="Times,serif" font-size="14.00">a/and</text>
+</g>
+<!-- r&#45;&gt;a -->
+<g id="edge2" class="edge">
+<title>r&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M310.59,-293.01C347.7,-311.08 408.38,-340.61 448.65,-360.21"/>
+<polygon fill="black" stroke="black" points="447.15,-363.37 457.67,-364.6 450.21,-357.07 447.15,-363.37"/>
+<text text-anchor="middle" x="386.08" y="-350.95" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
+</g>
+<!-- p -->
+<g id="node8" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="490.62" cy="-277.15" rx="48.99" ry="48.99"/>
+<text text-anchor="middle" x="490.62" y="-273.45" font-family="Times,serif" font-size="14.00">p/planet</text>
+</g>
+<!-- r&#45;&gt;p -->
+<g id="edge7" class="edge">
+<title>r&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M314.37,-277.15C346.56,-277.15 394.1,-277.15 431.55,-277.15"/>
+<polygon fill="black" stroke="black" points="431.82,-280.65 441.82,-277.15 431.82,-273.65 431.82,-280.65"/>
+<text text-anchor="middle" x="386.08" y="-280.95" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- d -->
+<g id="node4" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="655.11" cy="-416.15" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="655.11" y="-412.45" font-family="Times,serif" font-size="14.00">d/dust</text>
+</g>
+<!-- a&#45;&gt;d -->
+<g id="edge3" class="edge">
+<title>a&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M526.48,-387.87C549.62,-392.99 580.29,-399.79 605.78,-405.44"/>
+<polygon fill="black" stroke="black" points="605.1,-408.87 615.62,-407.62 606.61,-402.04 605.1,-408.87"/>
+<text text-anchor="middle" x="574.17" y="-404.95" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- o -->
+<g id="node5" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="655.11" cy="-310.15" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="655.11" y="-306.45" font-family="Times,serif" font-size="14.00">o/object</text>
+</g>
+<!-- a&#45;&gt;o -->
+<g id="edge4" class="edge">
+<title>a&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M524.51,-365.98C546.63,-356.45 576.27,-343.68 601.62,-332.76"/>
+<polygon fill="black" stroke="black" points="603.3,-335.85 611.1,-328.68 600.53,-329.42 603.3,-335.85"/>
+<text text-anchor="middle" x="574.17" y="-353.95" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- s -->
+<g id="node6" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="824.61" cy="-366.15" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="824.61" y="-362.45" font-family="Times,serif" font-size="14.00">s/small</text>
+</g>
+<!-- o&#45;&gt;s -->
+<g id="edge5" class="edge">
+<title>o&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M700.56,-325.01C722.95,-332.49 750.18,-341.6 773.33,-349.34"/>
+<polygon fill="black" stroke="black" points="772.38,-352.71 782.97,-352.56 774.6,-346.07 772.38,-352.71"/>
+<text text-anchor="middle" x="738.56" y="-347.95" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- o2 -->
+<g id="node7" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="824.61" cy="-254.15" rx="50.09" ry="50.09"/>
+<text text-anchor="middle" x="824.61" y="-250.45" font-family="Times,serif" font-size="14.00">o2/other</text>
+</g>
+<!-- o&#45;&gt;o2 -->
+<g id="edge6" class="edge">
+<title>o&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M700.56,-295.29C720.98,-288.46 745.44,-280.28 767.15,-273.02"/>
+<polygon fill="black" stroke="black" points="768.53,-276.25 776.9,-269.76 766.31,-269.61 768.53,-276.25"/>
+<text text-anchor="middle" x="738.56" y="-291.95" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- o3 -->
+<g id="node10" class="node">
+<title>o3</title>
+<ellipse fill="none" stroke="black" cx="490.62" cy="-160.15" rx="50.09" ry="50.09"/>
+<text text-anchor="middle" x="490.62" y="-156.45" font-family="Times,serif" font-size="14.00">o3/outer</text>
+</g>
+<!-- p2&#45;&gt;o3 -->
+<g id="edge9" class="edge">
+<title>p2&#45;&gt;o3</title>
+<path fill="none" stroke="black" d="M331.66,-160.15C361.7,-160.15 399.21,-160.15 430.14,-160.15"/>
+<polygon fill="black" stroke="black" points="430.35,-163.65 440.35,-160.15 430.35,-156.65 430.35,-163.65"/>
+<text text-anchor="middle" x="386.08" y="-163.95" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- e2 -->
+<g id="node11" class="node">
+<title>e2</title>
+<ellipse fill="none" stroke="black" cx="490.62" cy="-46.15" rx="46.29" ry="46.29"/>
+<text text-anchor="middle" x="490.62" y="-42.45" font-family="Times,serif" font-size="14.00">e2/each</text>
+</g>
+<!-- p2&#45;&gt;e2 -->
+<g id="edge10" class="edge">
+<title>p2&#45;&gt;e2</title>
+<path fill="none" stroke="black" d="M325.48,-134.56C359.82,-116.06 406.09,-91.14 440.75,-72.47"/>
+<polygon fill="black" stroke="black" points="442.6,-75.45 449.75,-67.63 439.28,-69.29 442.6,-75.45"/>
+<text text-anchor="middle" x="386.08" y="-123.95" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..228701796bcb03702eb4c5324747c9cf7885eade
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.dot
@@ -0,0 +1,33 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	c [label="c/create-01" shape=circle]
+	w [label="w/wind" shape=circle]
+	s [label="s/sun" shape=circle]
+	m [label="m/mean-01" shape=circle]
+	s2 [label="s2/stream-01" shape=circle]
+	p [label="p/particle" shape=circle]
+	c2 [label="c2/charge-03" shape=circle]
+	o [label="o/outwards" shape=circle]
+	r [label="r/region" shape=circle]
+	r2 [label="r2/resemble-01" shape=circle]
+	b [label="b/bubble" shape=circle]
+	m2 [label="m2/medium" shape=circle]
+	ii [label="ii/interstellar" shape=circle]
+	k [label="k/know-02" shape=circle]
+	h [label="h/heliosphere" shape=circle]
+	c -> w [label=":ARG0"]
+	w -> s [label=":mod"]
+	w -> m [label=":ARG1-of"]
+	m -> s2 [label=":ARG2"]
+	s2 -> p [label=":ARG1"]
+	p -> c2 [label=":ARG1-of"]
+	s2 -> o [label=":direction"]
+	s2 -> s [label=":source"]
+	c -> r [label=":ARG1"]
+	r -> r2 [label=":ARG1-of"]
+	r2 -> b [label=":ARG2"]
+	r -> m2 [label=":location"]
+	m2 -> ii [label=":mod"]
+	r -> k [label=":ARG1-of"]
+	k -> h [label=":ARG2"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..1da30991cec5524c96f89e8d220e611102479b84
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.penman
@@ -0,0 +1,18 @@
+# ::id WikiAbstract-SolarSystem-19
+# ::snt The solar wind, a stream of charged particles flowing outwards from the Sun, creates a bubble-like region in the interstellar medium known as the heliosphere.
+(c / create-01
+      :ARG0 (w / wind
+            :mod (s / sun)
+            :ARG1-of (m / mean-01
+                  :ARG2 (s2 / stream-01
+                        :ARG1 (p / particle
+                              :ARG1-of (c2 / charge-03))
+                        :direction (o / outwards)
+                        :source s)))
+      :ARG1 (r / region
+            :ARG1-of (r2 / resemble-01
+                  :ARG2 (b / bubble))
+            :location (m2 / medium
+                  :mod (ii / interstellar))
+            :ARG1-of (k / know-02
+                  :ARG2 (h / heliosphere))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..31701274ba6bccf31b05a65fa7e0743b01a34576
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..4648a8bdd42338b4d3a47b17579b9d33670a2f04
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.svg
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="472pt"
+ viewBox="0.00 0.00 864.00 472.44" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.47 1.47) rotate(0) translate(4 692.54)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-692.54 1269.83,-692.54 1269.83,4 -4,4"/>
+<!-- c -->
+<g id="node1" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="62.39" cy="-426.44" rx="62.29" ry="62.29"/>
+<text text-anchor="middle" x="62.39" y="-422.74" font-family="Times,serif" font-size="14.00">c/create&#45;01</text>
+</g>
+<!-- w -->
+<g id="node2" class="node">
+<title>w</title>
+<ellipse fill="none" stroke="black" cx="254.88" cy="-557.44" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="254.88" y="-553.74" font-family="Times,serif" font-size="14.00">w/wind</text>
+</g>
+<!-- c&#45;&gt;w -->
+<g id="edge1" class="edge">
+<title>c&#45;&gt;w</title>
+<path fill="none" stroke="black" d="M114.19,-461.38C143.86,-481.78 180.94,-507.28 209.44,-526.88"/>
+<polygon fill="black" stroke="black" points="207.77,-529.98 217.99,-532.76 211.73,-524.21 207.77,-529.98"/>
+<text text-anchor="middle" x="165.79" y="-514.24" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- r -->
+<g id="node9" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="254.88" cy="-345.44" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="254.88" y="-341.74" font-family="Times,serif" font-size="14.00">r/region</text>
+</g>
+<!-- c&#45;&gt;r -->
+<g id="edge9" class="edge">
+<title>c&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M120.03,-402.36C145.61,-391.48 175.65,-378.71 200.79,-368.02"/>
+<polygon fill="black" stroke="black" points="202.34,-371.17 210.17,-364.03 199.6,-364.72 202.34,-371.17"/>
+<text text-anchor="middle" x="165.79" y="-394.24" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- s -->
+<g id="node3" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="961.75" cy="-653.44" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="961.75" y="-649.74" font-family="Times,serif" font-size="14.00">s/sun</text>
+</g>
+<!-- w&#45;&gt;s -->
+<g id="edge2" class="edge">
+<title>w&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M292.68,-580.41C321.51,-597.09 363.25,-618.42 402.98,-628.44 589.14,-675.43 821.14,-664.67 916.59,-657.4"/>
+<polygon fill="black" stroke="black" points="917.05,-660.87 926.74,-656.6 916.5,-653.9 917.05,-660.87"/>
+<text text-anchor="middle" x="606.47" y="-663.24" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- m -->
+<g id="node4" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="484.22" cy="-557.44" rx="62.29" ry="62.29"/>
+<text text-anchor="middle" x="484.22" y="-553.74" font-family="Times,serif" font-size="14.00">m/mean&#45;01</text>
+</g>
+<!-- w&#45;&gt;m -->
+<g id="edge3" class="edge">
+<title>w&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M299.18,-557.44C330.86,-557.44 374.55,-557.44 411.42,-557.44"/>
+<polygon fill="black" stroke="black" points="411.62,-560.94 421.62,-557.44 411.62,-553.94 411.62,-560.94"/>
+<text text-anchor="middle" x="352.98" y="-561.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s2 -->
+<g id="node5" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="720.91" cy="-548.44" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="720.91" y="-544.74" font-family="Times,serif" font-size="14.00">s2/stream&#45;01</text>
+</g>
+<!-- m&#45;&gt;s2 -->
+<g id="edge4" class="edge">
+<title>m&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M546.58,-555.09C574.89,-554.01 608.87,-552.7 639.22,-551.54"/>
+<polygon fill="black" stroke="black" points="639.5,-555.03 649.36,-551.15 639.23,-548.03 639.5,-555.03"/>
+<text text-anchor="middle" x="606.47" y="-557.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- s2&#45;&gt;s -->
+<g id="edge8" class="edge">
+<title>s2&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M786.54,-576.86C829.03,-595.54 883.32,-619.4 919.91,-635.49"/>
+<polygon fill="black" stroke="black" points="918.71,-638.79 929.28,-639.61 921.53,-632.38 918.71,-638.79"/>
+<text text-anchor="middle" x="846.85" y="-620.24" font-family="Times,serif" font-size="14.00">:source</text>
+</g>
+<!-- p -->
+<g id="node6" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="961.75" cy="-545.44" rx="55.49" ry="55.49"/>
+<text text-anchor="middle" x="961.75" y="-541.74" font-family="Times,serif" font-size="14.00">p/particle</text>
+</g>
+<!-- s2&#45;&gt;p -->
+<g id="edge5" class="edge">
+<title>s2&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M792.6,-547.56C825.37,-547.14 864.04,-546.66 896.04,-546.26"/>
+<polygon fill="black" stroke="black" points="896.22,-549.75 906.17,-546.13 896.13,-542.75 896.22,-549.75"/>
+<text text-anchor="middle" x="846.85" y="-550.24" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- o -->
+<g id="node8" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="961.75" cy="-409.44" rx="62.29" ry="62.29"/>
+<text text-anchor="middle" x="961.75" y="-405.74" font-family="Times,serif" font-size="14.00">o/outwards</text>
+</g>
+<!-- s2&#45;&gt;o -->
+<g id="edge7" class="edge">
+<title>s2&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M783.11,-512.83C818.53,-492.21 863,-466.33 898.58,-445.62"/>
+<polygon fill="black" stroke="black" points="900.54,-448.53 907.43,-440.48 897.02,-442.48 900.54,-448.53"/>
+<text text-anchor="middle" x="846.85" y="-499.24" font-family="Times,serif" font-size="14.00">:direction</text>
+</g>
+<!-- c2 -->
+<g id="node7" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="1194.99" cy="-545.44" rx="70.69" ry="70.69"/>
+<text text-anchor="middle" x="1194.99" y="-541.74" font-family="Times,serif" font-size="14.00">c2/charge&#45;03</text>
+</g>
+<!-- p&#45;&gt;c2 -->
+<g id="edge6" class="edge">
+<title>p&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M1017.25,-545.44C1046.05,-545.44 1081.94,-545.44 1113.85,-545.44"/>
+<polygon fill="black" stroke="black" points="1114.05,-548.94 1124.05,-545.44 1114.05,-541.94 1114.05,-548.94"/>
+<text text-anchor="middle" x="1074.14" y="-549.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- r2 -->
+<g id="node10" class="node">
+<title>r2</title>
+<ellipse fill="none" stroke="black" cx="484.22" cy="-395.44" rx="81.49" ry="81.49"/>
+<text text-anchor="middle" x="484.22" y="-391.74" font-family="Times,serif" font-size="14.00">r2/resemble&#45;01</text>
+</g>
+<!-- r&#45;&gt;r2 -->
+<g id="edge10" class="edge">
+<title>r&#45;&gt;r2</title>
+<path fill="none" stroke="black" d="M302.16,-355.62C328.76,-361.47 363.05,-369.01 394.63,-375.96"/>
+<polygon fill="black" stroke="black" points="394.25,-379.46 404.77,-378.19 395.76,-372.62 394.25,-379.46"/>
+<text text-anchor="middle" x="352.98" y="-376.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- m2 -->
+<g id="node12" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="484.22" cy="-230.44" rx="65.79" ry="65.79"/>
+<text text-anchor="middle" x="484.22" y="-226.74" font-family="Times,serif" font-size="14.00">m2/medium</text>
+</g>
+<!-- r&#45;&gt;m2 -->
+<g id="edge12" class="edge">
+<title>r&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M298.11,-324.08C331.28,-307.3 378.09,-283.62 416.34,-264.28"/>
+<polygon fill="black" stroke="black" points="418.02,-267.35 425.37,-259.71 414.86,-261.1 418.02,-267.35"/>
+<text text-anchor="middle" x="352.98" y="-315.24" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- k -->
+<g id="node14" class="node">
+<title>k</title>
+<ellipse fill="none" stroke="black" cx="484.22" cy="-84.44" rx="57.69" ry="57.69"/>
+<text text-anchor="middle" x="484.22" y="-80.74" font-family="Times,serif" font-size="14.00">k/know&#45;02</text>
+</g>
+<!-- r&#45;&gt;k -->
+<g id="edge14" class="edge">
+<title>r&#45;&gt;k</title>
+<path fill="none" stroke="black" d="M282.92,-306.25C311.01,-266.59 357.21,-204.31 402.98,-155.44 411.71,-146.12 421.53,-136.7 431.22,-127.89"/>
+<polygon fill="black" stroke="black" points="433.83,-130.25 438.95,-120.97 429.16,-125.04 433.83,-130.25"/>
+<text text-anchor="middle" x="352.98" y="-254.24" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- b -->
+<g id="node11" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="720.91" cy="-395.44" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="720.91" y="-391.74" font-family="Times,serif" font-size="14.00">b/bubble</text>
+</g>
+<!-- r2&#45;&gt;b -->
+<g id="edge11" class="edge">
+<title>r2&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M565.66,-395.44C596.27,-395.44 630.61,-395.44 659.1,-395.44"/>
+<polygon fill="black" stroke="black" points="659.32,-398.94 669.31,-395.44 659.31,-391.94 659.32,-398.94"/>
+<text text-anchor="middle" x="606.47" y="-399.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- ii -->
+<g id="node13" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="720.91" cy="-236.44" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="720.91" y="-232.74" font-family="Times,serif" font-size="14.00">ii/interstellar</text>
+</g>
+<!-- m2&#45;&gt;ii -->
+<g id="edge13" class="edge">
+<title>m2&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M549.97,-232.1C577.52,-232.8 609.95,-233.63 639.05,-234.38"/>
+<polygon fill="black" stroke="black" points="639.11,-237.88 649.19,-234.64 639.29,-230.88 639.11,-237.88"/>
+<text text-anchor="middle" x="606.47" y="-237.24" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- h -->
+<g id="node15" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="720.91" cy="-73.44" rx="73.39" ry="73.39"/>
+<text text-anchor="middle" x="720.91" y="-69.74" font-family="Times,serif" font-size="14.00">h/heliosphere</text>
+</g>
+<!-- k&#45;&gt;h -->
+<g id="edge15" class="edge">
+<title>k&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M542.03,-81.78C570.56,-80.44 605.65,-78.8 637.1,-77.32"/>
+<polygon fill="black" stroke="black" points="637.35,-80.82 647.18,-76.85 637.02,-73.82 637.35,-80.82"/>
+<text text-anchor="middle" x="606.47" y="-84.24" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..9299aa683fb77be3b201a8abc9889edddf4b509a
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.dot
@@ -0,0 +1,32 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	p [label="p/point" shape=circle]
+	e [label="e/equal-01" shape=circle]
+	p2 [label="p2/pressure-01" shape=circle]
+	w [label="w/wind" shape=circle]
+	s [label="s/sun" shape=circle]
+	p3 [label="p3/pressure-01" shape=circle]
+	m [label="m/medium" shape=circle]
+	ii [label="ii/interstellar" shape=circle]
+	o [label="o/oppose-01" shape=circle]
+	h [label="h/heliopause" shape=circle]
+	e2 [label="e2/extend-01" shape=circle]
+	e3 [label="e3/edge" shape=circle]
+	d [label="d/disc" shape=circle]
+	s2 [label="s2/scatter-01" shape=circle]
+	o2 [label="o2/out" shape=circle]
+	p -> e [label=":ARG2-of"]
+	e -> p2 [label=":ARG1"]
+	p2 -> w [label=":ARG0"]
+	w -> s [label=":mod"]
+	e -> p3 [label=":ARG2"]
+	p3 -> m [label=":ARG0"]
+	m -> ii [label=":mod"]
+	p3 -> o [label=":ARG0-of"]
+	p -> h [label=":domain"]
+	p -> e2 [label=":ARG0-of"]
+	e2 -> e3 [label=":ARG4"]
+	e3 -> d [label=":part-of"]
+	d -> s2 [label=":ARG1-of"]
+	e2 -> o2 [label=":direction"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..f180beb2afc23b4341712c3de47761c91a137867
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.penman
@@ -0,0 +1,17 @@
+# ::id WikiAbstract-SolarSystem-20
+# ::snt The heliopause is the point at which pressure from the solar wind is equal to the opposing pressure of the interstellar medium; it extends out to the edge of the scattered disc.
+(p / point
+      :ARG2-of (e / equal-01
+            :ARG1 (p2 / pressure-01
+                  :ARG0 (w / wind
+                        :mod (s / sun)))
+            :ARG2 (p3 / pressure-01
+                  :ARG0 (m / medium
+                        :mod (ii / interstellar))
+                  :ARG0-of (o / oppose-01)))
+      :domain (h / heliopause)
+      :ARG0-of (e2 / extend-01
+            :ARG4 (e3 / edge
+                  :part-of (d / disc
+                        :ARG1-of (s2 / scatter-01)))
+            :direction (o2 / out)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..889bcb38a086b30582dcc8e7293cdc709bd2cc89
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b96db5cb3ebadce901ace9685b85e14724042859
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.svg
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="509pt"
+ viewBox="0.00 0.00 864.00 509.49" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.25 1.25) rotate(0) translate(4 633.54)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-633.54 1077.14,-633.54 1077.14,4 -4,4"/>
+<!-- p -->
+<g id="node1" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="43.55" cy="-262.3" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="43.55" y="-258.6" font-family="Times,serif" font-size="14.00">p/point</text>
+</g>
+<!-- e -->
+<g id="node2" class="node">
+<title>e</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-409.3" rx="59.29" ry="59.29"/>
+<text text-anchor="middle" x="258.59" y="-405.6" font-family="Times,serif" font-size="14.00">e/equal&#45;01</text>
+</g>
+<!-- p&#45;&gt;e -->
+<g id="edge1" class="edge">
+<title>p&#45;&gt;e</title>
+<path fill="none" stroke="black" d="M79.73,-286.57C112.58,-309.24 162.18,-343.47 200.67,-370.02"/>
+<polygon fill="black" stroke="black" points="198.98,-373.11 209.2,-375.91 202.96,-367.35 198.98,-373.11"/>
+<text text-anchor="middle" x="137.09" y="-348.1" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- h -->
+<g id="node10" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-262.3" rx="69.59" ry="69.59"/>
+<text text-anchor="middle" x="258.59" y="-258.6" font-family="Times,serif" font-size="14.00">h/heliopause</text>
+</g>
+<!-- p&#45;&gt;h -->
+<g id="edge9" class="edge">
+<title>p&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M87.15,-262.3C113.22,-262.3 147.4,-262.3 178.3,-262.3"/>
+<polygon fill="black" stroke="black" points="178.64,-265.8 188.64,-262.3 178.64,-258.8 178.64,-265.8"/>
+<text text-anchor="middle" x="137.09" y="-266.1" font-family="Times,serif" font-size="14.00">:domain</text>
+</g>
+<!-- e2 -->
+<g id="node11" class="node">
+<title>e2</title>
+<ellipse fill="none" stroke="black" cx="258.59" cy="-103.3" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="258.59" y="-99.6" font-family="Times,serif" font-size="14.00">e2/extend&#45;01</text>
+</g>
+<!-- p&#45;&gt;e2 -->
+<g id="edge10" class="edge">
+<title>p&#45;&gt;e2</title>
+<path fill="none" stroke="black" d="M79.25,-236.4C109.83,-213.57 155.2,-179.71 192.52,-151.86"/>
+<polygon fill="black" stroke="black" points="194.92,-154.43 200.84,-145.65 190.73,-148.82 194.92,-154.43"/>
+<text text-anchor="middle" x="137.09" y="-219.1" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- p2 -->
+<g id="node3" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="516.32" cy="-548.3" rx="81.49" ry="81.49"/>
+<text text-anchor="middle" x="516.32" y="-544.6" font-family="Times,serif" font-size="14.00">p2/pressure&#45;01</text>
+</g>
+<!-- e&#45;&gt;p2 -->
+<g id="edge2" class="edge">
+<title>e&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M311.03,-437.26C346.77,-456.68 395.09,-482.95 435.76,-505.05"/>
+<polygon fill="black" stroke="black" points="434.13,-508.15 444.58,-509.85 437.47,-502 434.13,-508.15"/>
+<text text-anchor="middle" x="382.58" y="-494.1" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- p3 -->
+<g id="node6" class="node">
+<title>p3</title>
+<ellipse fill="none" stroke="black" cx="516.32" cy="-368.3" rx="81.49" ry="81.49"/>
+<text text-anchor="middle" x="516.32" y="-364.6" font-family="Times,serif" font-size="14.00">p3/pressure&#45;01</text>
+</g>
+<!-- e&#45;&gt;p3 -->
+<g id="edge5" class="edge">
+<title>e&#45;&gt;p3</title>
+<path fill="none" stroke="black" d="M317.3,-400.04C349.35,-394.91 389.91,-388.4 425.97,-382.62"/>
+<polygon fill="black" stroke="black" points="426.69,-386.05 436.01,-381.01 425.58,-379.14 426.69,-386.05"/>
+<text text-anchor="middle" x="382.58" y="-398.1" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- w -->
+<g id="node4" class="node">
+<title>w</title>
+<ellipse fill="none" stroke="black" cx="763.86" cy="-548.3" rx="44.39" ry="44.39"/>
+<text text-anchor="middle" x="763.86" y="-544.6" font-family="Times,serif" font-size="14.00">w/wind</text>
+</g>
+<!-- p2&#45;&gt;w -->
+<g id="edge3" class="edge">
+<title>p2&#45;&gt;w</title>
+<path fill="none" stroke="black" d="M597.72,-548.3C634.32,-548.3 676.64,-548.3 709.28,-548.3"/>
+<polygon fill="black" stroke="black" points="709.52,-551.8 719.52,-548.3 709.52,-544.8 709.52,-551.8"/>
+<text text-anchor="middle" x="647.57" y="-552.1" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- s -->
+<g id="node5" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1001.65" cy="-548.3" rx="35.19" ry="35.19"/>
+<text text-anchor="middle" x="1001.65" y="-544.6" font-family="Times,serif" font-size="14.00">s/sun</text>
+</g>
+<!-- w&#45;&gt;s -->
+<g id="edge4" class="edge">
+<title>w&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M808.11,-548.3C850.23,-548.3 913.97,-548.3 956.42,-548.3"/>
+<polygon fill="black" stroke="black" points="956.47,-551.8 966.47,-548.3 956.47,-544.8 956.47,-551.8"/>
+<text text-anchor="middle" x="880.15" y="-552.1" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- m -->
+<g id="node7" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="763.86" cy="-420.3" rx="59.59" ry="59.59"/>
+<text text-anchor="middle" x="763.86" y="-416.6" font-family="Times,serif" font-size="14.00">m/medium</text>
+</g>
+<!-- p3&#45;&gt;m -->
+<g id="edge6" class="edge">
+<title>p3&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M596.02,-384.96C627.91,-391.72 664.37,-399.44 695.05,-405.94"/>
+<polygon fill="black" stroke="black" points="694.71,-409.44 705.22,-408.09 696.16,-402.59 694.71,-409.44"/>
+<text text-anchor="middle" x="647.57" y="-405.1" font-family="Times,serif" font-size="14.00">:ARG0</text>
+</g>
+<!-- o -->
+<g id="node9" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="763.86" cy="-276.3" rx="66.09" ry="66.09"/>
+<text text-anchor="middle" x="763.86" y="-272.6" font-family="Times,serif" font-size="14.00">o/oppose&#45;01</text>
+</g>
+<!-- p3&#45;&gt;o -->
+<g id="edge8" class="edge">
+<title>p3&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M592.66,-340.07C624.34,-328.2 661.01,-314.46 692.17,-302.78"/>
+<polygon fill="black" stroke="black" points="693.52,-306.01 701.66,-299.23 691.06,-299.46 693.52,-306.01"/>
+<text text-anchor="middle" x="647.57" y="-334.1" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- ii -->
+<g id="node8" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="1001.65" cy="-420.3" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="1001.65" y="-416.6" font-family="Times,serif" font-size="14.00">ii/interstellar</text>
+</g>
+<!-- m&#45;&gt;ii -->
+<g id="edge7" class="edge">
+<title>m&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M823.75,-420.3C852.8,-420.3 888.28,-420.3 919.83,-420.3"/>
+<polygon fill="black" stroke="black" points="919.92,-423.8 929.92,-420.3 919.92,-416.8 919.92,-423.8"/>
+<text text-anchor="middle" x="880.15" y="-424.1" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- e3 -->
+<g id="node12" class="node">
+<title>e3</title>
+<ellipse fill="none" stroke="black" cx="516.32" cy="-146.3" rx="47.39" ry="47.39"/>
+<text text-anchor="middle" x="516.32" y="-142.6" font-family="Times,serif" font-size="14.00">e3/edge</text>
+</g>
+<!-- e2&#45;&gt;e3 -->
+<g id="edge11" class="edge">
+<title>e2&#45;&gt;e3</title>
+<path fill="none" stroke="black" d="M329.13,-114.99C370,-121.86 420.98,-130.43 459.26,-136.87"/>
+<polygon fill="black" stroke="black" points="458.76,-140.34 469.2,-138.54 459.92,-133.43 458.76,-140.34"/>
+<text text-anchor="middle" x="382.58" y="-133.1" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- o2 -->
+<g id="node15" class="node">
+<title>o2</title>
+<ellipse fill="none" stroke="black" cx="516.32" cy="-40.3" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="516.32" y="-36.6" font-family="Times,serif" font-size="14.00">o2/out</text>
+</g>
+<!-- e2&#45;&gt;o2 -->
+<g id="edge14" class="edge">
+<title>e2&#45;&gt;o2</title>
+<path fill="none" stroke="black" d="M328.12,-86.41C371.94,-75.62 427.72,-61.88 466.95,-52.21"/>
+<polygon fill="black" stroke="black" points="467.93,-55.58 476.8,-49.79 466.25,-48.78 467.93,-55.58"/>
+<text text-anchor="middle" x="382.58" y="-85.1" font-family="Times,serif" font-size="14.00">:direction</text>
+</g>
+<!-- d -->
+<g id="node13" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="763.86" cy="-146.3" rx="38.19" ry="38.19"/>
+<text text-anchor="middle" x="763.86" y="-142.6" font-family="Times,serif" font-size="14.00">d/disc</text>
+</g>
+<!-- e3&#45;&gt;d -->
+<g id="edge12" class="edge">
+<title>e3&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M563.79,-146.3C607.17,-146.3 671.6,-146.3 715.32,-146.3"/>
+<polygon fill="black" stroke="black" points="715.41,-149.8 725.41,-146.3 715.41,-142.8 715.41,-149.8"/>
+<text text-anchor="middle" x="647.57" y="-150.1" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- s2 -->
+<g id="node14" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="1001.65" cy="-146.3" rx="71.49" ry="71.49"/>
+<text text-anchor="middle" x="1001.65" y="-142.6" font-family="Times,serif" font-size="14.00">s2/scatter&#45;01</text>
+</g>
+<!-- d&#45;&gt;s2 -->
+<g id="edge13" class="edge">
+<title>d&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M802.22,-146.3C833.64,-146.3 879.67,-146.3 919.49,-146.3"/>
+<polygon fill="black" stroke="black" points="919.73,-149.8 929.73,-146.3 919.73,-142.8 919.73,-149.8"/>
+<text text-anchor="middle" x="880.15" y="-150.1" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..e7d6b4f7bf409fcaa8f3d7bc072efc0624d5b979
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.dot
@@ -0,0 +1,39 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	p [label="p/possible-01" shape=circle]
+	e [label="e/exist-01" shape=circle]
+	c [label="c/cloud" shape=circle]
+	n [label="n/name" shape=circle]
+	s [label="s/source-02" shape=circle]
+	c2 [label="c2/comet" shape=circle]
+	p2 [label="p2/period" shape=circle]
+	l [label="l/long-03" shape=circle]
+	t [label="t/think-01" shape=circle]
+	d [label="d/distant-02" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	t2 [label="t2/times" shape=circle]
+	r [label="r/roughly" shape=circle]
+	h2 [label="h2/heliosphere" shape=circle]
+	a [label="a/also" shape=circle]
+	p -> e [label=":ARG1"]
+	e -> c [label=":ARG1"]
+	c -> n [label=":name"]
+	c -> s [label=":ARG0-of"]
+	s -> c2 [label=":ARG1"]
+	c2 -> p2 [label=":mod"]
+	p2 -> l [label=":ARG1-of"]
+	s -> t [label=":ARG1-of"]
+	e -> d [label=":location"]
+	d -> h [label=":ARG2-of"]
+	h -> c [label=":ARG1"]
+	h -> t2 [label=":ARG3"]
+	t2 -> r [label=":quant"]
+	h -> h2 [label=":ARG4"]
+	e -> a [label=":mod"]
+	node_0 [label="\"Oort\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"cloud\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+	node_2 [label=1000 shape=rectangle]
+	r -> node_2 [label=":op1"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..28da7e22231874fdecf902973f9baf3b4a1e9c51
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.penman
@@ -0,0 +1,21 @@
+# ::id WikiAbstract-SolarSystem-21
+# ::snt The Oort cloud, which is thought to be the source for long-period comets, may also exist at a distance roughly a thousand times further than the heliosphere.
+(p / possible-01
+      :ARG1 (e / exist-01
+            :ARG1 (c / cloud
+                  :name (n / name
+                        :op1 "Oort"
+                        :op2 "cloud")
+                  :ARG0-of (s / source-02
+                        :ARG1 (c2 / comet
+                              :mod (p2 / period
+                                    :ARG1-of (l / long-03)))
+                        :ARG1-of (t / think-01)))
+            :location (d / distant-02
+                  :ARG2-of (h / have-degree-91
+                        :ARG1 c
+                        :ARG3 (t2 / times
+                              :quant (r / roughly
+                                    :op1 1000))
+                        :ARG4 (h2 / heliosphere)))
+            :mod (a / also)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..37c7d0e9c4b45783fd3f9a22af575f3293e1036e
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..2eba0dba45ca87a5bd5436a82d7fed22a2ee5b5d
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.svg
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="253pt"
+ viewBox="0.00 0.00 864.00 252.97" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(2.23 2.23) rotate(0) translate(4 559.29)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-559.29 1919.9,-559.29 1919.9,4 -4,4"/>
+<!-- p -->
+<g id="node1" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="72.14" cy="-244.29" rx="72.29" ry="72.29"/>
+<text text-anchor="middle" x="72.14" y="-240.59" font-family="Times,serif" font-size="14.00">p/possible&#45;01</text>
+</g>
+<!-- e -->
+<g id="node2" class="node">
+<title>e</title>
+<ellipse fill="none" stroke="black" cx="282.18" cy="-244.29" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="282.18" y="-240.59" font-family="Times,serif" font-size="14.00">e/exist&#45;01</text>
+</g>
+<!-- p&#45;&gt;e -->
+<g id="edge1" class="edge">
+<title>p&#45;&gt;e</title>
+<path fill="none" stroke="black" d="M144.45,-244.29C167.6,-244.29 193.16,-244.29 215.86,-244.29"/>
+<polygon fill="black" stroke="black" points="216.07,-247.79 226.07,-244.29 216.07,-240.79 216.07,-247.79"/>
+<text text-anchor="middle" x="185.29" y="-248.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- c -->
+<g id="node3" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="1012.24" cy="-345.29" rx="43.59" ry="43.59"/>
+<text text-anchor="middle" x="1012.24" y="-341.59" font-family="Times,serif" font-size="14.00">c/cloud</text>
+</g>
+<!-- e&#45;&gt;c -->
+<g id="edge2" class="edge">
+<title>e&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M329.71,-274.02C358.79,-290.93 397.68,-310.6 435.08,-320.29 622.71,-368.93 856.07,-358.3 958.68,-350.23"/>
+<polygon fill="black" stroke="black" points="959.1,-353.71 968.78,-349.41 958.53,-346.73 959.1,-353.71"/>
+<text text-anchor="middle" x="618.97" y="-356.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- d -->
+<g id="node10" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="502.02" cy="-244.29" rx="66.89" ry="66.89"/>
+<text text-anchor="middle" x="502.02" y="-240.59" font-family="Times,serif" font-size="14.00">d/distant&#45;02</text>
+</g>
+<!-- e&#45;&gt;d -->
+<g id="edge9" class="edge">
+<title>e&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M338.15,-244.29C364.31,-244.29 396.02,-244.29 424.48,-244.29"/>
+<polygon fill="black" stroke="black" points="424.8,-247.79 434.8,-244.29 424.8,-240.79 424.8,-247.79"/>
+<text text-anchor="middle" x="386.58" y="-248.09" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- a -->
+<g id="node15" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="502.02" cy="-121.29" rx="37.89" ry="37.89"/>
+<text text-anchor="middle" x="502.02" y="-117.59" font-family="Times,serif" font-size="14.00">a/also</text>
+</g>
+<!-- e&#45;&gt;a -->
+<g id="edge15" class="edge">
+<title>e&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M331.26,-217.15C369.84,-195.36 423.41,-165.11 459.99,-144.46"/>
+<polygon fill="black" stroke="black" points="461.92,-147.39 468.91,-139.43 458.48,-141.3 461.92,-147.39"/>
+<text text-anchor="middle" x="386.58" y="-204.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- n -->
+<g id="node4" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="1255.23" cy="-483.29" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="1255.23" y="-479.59" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- c&#45;&gt;n -->
+<g id="edge3" class="edge">
+<title>c&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M1050.37,-366.55C1092.45,-390.65 1161.15,-429.99 1207.01,-456.25"/>
+<polygon fill="black" stroke="black" points="1205.45,-459.39 1215.87,-461.32 1208.93,-453.32 1205.45,-459.39"/>
+<text text-anchor="middle" x="1141.54" y="-438.09" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- s -->
+<g id="node5" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="1255.23" cy="-345.29" rx="63.89" ry="63.89"/>
+<text text-anchor="middle" x="1255.23" y="-341.59" font-family="Times,serif" font-size="14.00">s/source&#45;02</text>
+</g>
+<!-- c&#45;&gt;s -->
+<g id="edge4" class="edge">
+<title>c&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M1056.05,-345.29C1090.71,-345.29 1140.33,-345.29 1181.24,-345.29"/>
+<polygon fill="black" stroke="black" points="1181.44,-348.79 1191.44,-345.29 1181.44,-341.79 1181.44,-348.79"/>
+<text text-anchor="middle" x="1141.54" y="-349.09" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node16" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1505.82,-555.29 1443.82,-555.29 1443.82,-519.29 1505.82,-519.29 1505.82,-555.29"/>
+<text text-anchor="middle" x="1474.82" y="-533.59" font-family="Times,serif" font-size="14.00">&quot;Oort&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge16" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M1298.96,-493.9C1338.15,-503.62 1395.76,-517.92 1434.01,-527.41"/>
+<polygon fill="black" stroke="black" points="1433.22,-530.82 1443.77,-529.84 1434.91,-524.03 1433.22,-530.82"/>
+<text text-anchor="middle" x="1368.92" y="-521.09" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node17" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1508.82,-501.29 1440.82,-501.29 1440.82,-465.29 1508.82,-465.29 1508.82,-501.29"/>
+<text text-anchor="middle" x="1474.82" y="-479.59" font-family="Times,serif" font-size="14.00">&quot;cloud&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge17" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M1300.26,-483.29C1338.17,-483.29 1392.58,-483.29 1430.33,-483.29"/>
+<polygon fill="black" stroke="black" points="1430.51,-486.79 1440.51,-483.29 1430.51,-479.79 1430.51,-486.79"/>
+<text text-anchor="middle" x="1368.92" y="-487.09" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c2 -->
+<g id="node6" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="1474.82" cy="-394.29" rx="52.79" ry="52.79"/>
+<text text-anchor="middle" x="1474.82" y="-390.59" font-family="Times,serif" font-size="14.00">c2/comet</text>
+</g>
+<!-- s&#45;&gt;c2 -->
+<g id="edge5" class="edge">
+<title>s&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M1317.42,-359.07C1347.46,-365.84 1383.53,-373.96 1413.46,-380.7"/>
+<polygon fill="black" stroke="black" points="1412.83,-384.15 1423.35,-382.93 1414.37,-377.32 1412.83,-384.15"/>
+<text text-anchor="middle" x="1368.92" y="-380.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- t -->
+<g id="node9" class="node">
+<title>t</title>
+<ellipse fill="none" stroke="black" cx="1474.82" cy="-267.29" rx="55.79" ry="55.79"/>
+<text text-anchor="middle" x="1474.82" y="-263.59" font-family="Times,serif" font-size="14.00">t/think&#45;01</text>
+</g>
+<!-- s&#45;&gt;t -->
+<g id="edge8" class="edge">
+<title>s&#45;&gt;t</title>
+<path fill="none" stroke="black" d="M1315.4,-324.08C1345.49,-313.29 1382.03,-300.2 1412.43,-289.3"/>
+<polygon fill="black" stroke="black" points="1413.84,-292.51 1422.07,-285.84 1411.47,-285.92 1413.84,-292.51"/>
+<text text-anchor="middle" x="1368.92" y="-319.09" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- p2 -->
+<g id="node7" class="node">
+<title>p2</title>
+<ellipse fill="none" stroke="black" cx="1657.96" cy="-394.29" rx="55.49" ry="55.49"/>
+<text text-anchor="middle" x="1657.96" y="-390.59" font-family="Times,serif" font-size="14.00">p2/period</text>
+</g>
+<!-- c2&#45;&gt;p2 -->
+<g id="edge6" class="edge">
+<title>c2&#45;&gt;p2</title>
+<path fill="none" stroke="black" d="M1527.73,-394.29C1547.85,-394.29 1571.11,-394.29 1592.3,-394.29"/>
+<polygon fill="black" stroke="black" points="1592.52,-397.79 1602.52,-394.29 1592.52,-390.79 1592.52,-397.79"/>
+<text text-anchor="middle" x="1566.71" y="-398.09" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+<!-- l -->
+<g id="node8" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="1864.55" cy="-394.29" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="1864.55" y="-390.59" font-family="Times,serif" font-size="14.00">l/long&#45;03</text>
+</g>
+<!-- p2&#45;&gt;l -->
+<g id="edge7" class="edge">
+<title>p2&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M1713.25,-394.29C1740.77,-394.29 1774.28,-394.29 1802.67,-394.29"/>
+<polygon fill="black" stroke="black" points="1802.88,-397.79 1812.88,-394.29 1802.88,-390.79 1802.88,-397.79"/>
+<text text-anchor="middle" x="1763.2" y="-398.09" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- h -->
+<g id="node11" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="759.96" cy="-226.29" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="759.96" y="-222.59" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- d&#45;&gt;h -->
+<g id="edge10" class="edge">
+<title>d&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M568.93,-239.66C596.34,-237.73 628.77,-235.45 659,-233.32"/>
+<polygon fill="black" stroke="black" points="659.43,-236.8 669.16,-232.61 658.94,-229.82 659.43,-236.8"/>
+<text text-anchor="middle" x="618.97" y="-241.09" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- h&#45;&gt;c -->
+<g id="edge11" class="edge">
+<title>h&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M842.56,-265.09C882.46,-284.06 929.11,-306.24 963.22,-322.46"/>
+<polygon fill="black" stroke="black" points="961.96,-325.74 972.5,-326.87 964.97,-319.42 961.96,-325.74"/>
+<text text-anchor="middle" x="891.95" y="-300.09" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- t2 -->
+<g id="node12" class="node">
+<title>t2</title>
+<ellipse fill="none" stroke="black" cx="1012.24" cy="-226.29" rx="49.29" ry="49.29"/>
+<text text-anchor="middle" x="1012.24" y="-222.59" font-family="Times,serif" font-size="14.00">t2/times</text>
+</g>
+<!-- h&#45;&gt;t2 -->
+<g id="edge12" class="edge">
+<title>h&#45;&gt;t2</title>
+<path fill="none" stroke="black" d="M850.96,-226.29C884.69,-226.29 922.11,-226.29 952.31,-226.29"/>
+<polygon fill="black" stroke="black" points="952.68,-229.79 962.68,-226.29 952.68,-222.79 952.68,-229.79"/>
+<text text-anchor="middle" x="891.95" y="-230.09" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- h2 -->
+<g id="node14" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="1012.24" cy="-79.29" rx="79.09" ry="79.09"/>
+<text text-anchor="middle" x="1012.24" y="-75.59" font-family="Times,serif" font-size="14.00">h2/heliosphere</text>
+</g>
+<!-- h&#45;&gt;h2 -->
+<g id="edge14" class="edge">
+<title>h&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M838.78,-180.59C869.21,-162.71 904.02,-142.27 934.36,-124.45"/>
+<polygon fill="black" stroke="black" points="936.35,-127.34 943.2,-119.25 932.81,-121.3 936.35,-127.34"/>
+<text text-anchor="middle" x="891.95" y="-165.09" font-family="Times,serif" font-size="14.00">:ARG4</text>
+</g>
+<!-- r -->
+<g id="node13" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="1255.23" cy="-187.29" rx="53.89" ry="53.89"/>
+<text text-anchor="middle" x="1255.23" y="-183.59" font-family="Times,serif" font-size="14.00">r/roughly</text>
+</g>
+<!-- t2&#45;&gt;r -->
+<g id="edge13" class="edge">
+<title>t2&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M1061.14,-218.54C1098.6,-212.48 1150.97,-204 1191.73,-197.41"/>
+<polygon fill="black" stroke="black" points="1192.51,-200.83 1201.82,-195.77 1191.39,-193.92 1192.51,-200.83"/>
+<text text-anchor="middle" x="1141.54" y="-213.09" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- node_2 -->
+<g id="node18" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1501.82,-193.29 1447.82,-193.29 1447.82,-157.29 1501.82,-157.29 1501.82,-193.29"/>
+<text text-anchor="middle" x="1474.82" y="-171.59" font-family="Times,serif" font-size="14.00">1000</text>
+</g>
+<!-- r&#45;&gt;node_2 -->
+<g id="edge18" class="edge">
+<title>r&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1309.18,-184.37C1348.97,-182.18 1402.42,-179.23 1437.48,-177.3"/>
+<polygon fill="black" stroke="black" points="1437.94,-180.78 1447.73,-176.73 1437.56,-173.79 1437.94,-180.78"/>
+<text text-anchor="middle" x="1368.92" y="-186.09" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..687254d3249a850175531c3ccf0668462bb7d90e
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.dot
@@ -0,0 +1,56 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	b [label="b/be-located-at-91" shape=circle]
+	s [label="s/system" shape=circle]
+	n [label="n/name" shape=circle]
+	r [label="r/relative-position" shape=circle]
+	c [label="c/center" shape=circle]
+	g [label="g/galaxy" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	a [label="a/arm" shape=circle]
+	n3 [label="n3/name" shape=circle]
+	c2 [label="c2/contain-01" shape=circle]
+	s2 [label="s2/star" shape=circle]
+	ii [label="ii/include-91" shape=circle]
+	s3 [label="s3/star" shape=circle]
+	s4 [label="s4/see-01" shape=circle]
+	p [label="p/possible-01" shape=circle]
+	s5 [label="s5/sky" shape=circle]
+	d [label="d/date-entity" shape=circle]
+	n4 [label="n4/night" shape=circle]
+	m [label="m/most" shape=circle]
+	d2 [label="d2/distance-quantity" shape=circle]
+	l [label="l/light-year" shape=circle]
+	b -> s [label=":ARG1"]
+	s -> n [label=":name"]
+	b -> r [label=":ARG2"]
+	r -> c [label=":op1"]
+	c -> g [label=":part-of"]
+	g -> n2 [label=":name"]
+	c -> a [label=":location"]
+	a -> n3 [label=":name"]
+	a -> c2 [label=":ARG0-of"]
+	c2 -> s2 [label=":ARG1"]
+	s2 -> ii [label=":ARG1-of"]
+	ii -> s3 [label=":ARG2"]
+	s3 -> s4 [label=":ARG1-of"]
+	s4 -> p [label=":ARG1-of"]
+	s4 -> s5 [label=":location"]
+	s5 -> d [label=":time"]
+	d -> n4 [label=":dayperiod"]
+	ii -> m [label=":ARG3"]
+	r -> d2 [label=":quant"]
+	d2 -> l [label=":unit"]
+	node_0 [label="\"Solar\"" shape=rectangle]
+	n -> node_0 [label=":op1"]
+	node_1 [label="\"System\"" shape=rectangle]
+	n -> node_1 [label=":op2"]
+	node_2 [label="\"Milky\"" shape=rectangle]
+	n2 -> node_2 [label=":op1"]
+	node_3 [label="\"Way\"" shape=rectangle]
+	n2 -> node_3 [label=":op2"]
+	node_4 [label="\"Orion\"" shape=rectangle]
+	n3 -> node_4 [label=":op1"]
+	node_5 [label=26000 shape=rectangle]
+	d2 -> node_5 [label=":quant"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..d8e776928f509b791d6e5f854334267d6c9d0720
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.penman
@@ -0,0 +1,29 @@
+# ::id WikiAbstract-SolarSystem-22
+# ::snt The Solar System is located 26,000 light-years from the center of the Milky Way galaxy in the Orion Arm, which contains most of the visible stars in the night sky.
+(b / be-located-at-91
+      :ARG1 (s / system
+            :name (n / name
+                  :op1 "Solar"
+                  :op2 "System"))
+      :ARG2 (r / relative-position
+            :op1 (c / center
+                  :part-of (g / galaxy
+                        :name (n2 / name
+                              :op1 "Milky"
+                              :op2 "Way"))
+                  :location (a / arm
+                        :name (n3 / name
+                              :op1 "Orion")
+                        :ARG0-of (c2 / contain-01
+                              :ARG1 (s2 / star
+                                    :ARG1-of (ii / include-91
+                                          :ARG2 (s3 / star
+                                                :ARG1-of (s4 / see-01
+                                                      :ARG1-of (p / possible-01)
+                                                      :location (s5 / sky
+                                                            :time (d / date-entity
+                                                                  :dayperiod (n4 / night)))))
+                                          :ARG3 (m / most))))))
+            :quant (d2 / distance-quantity
+                  :quant 26000
+                  :unit (l / light-year))))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..d2c44bd0be7dc07dfab34265134c51009c47b439
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d1fd8f0e9dc7d923189987844fd588134bf13445
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.svg
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="164pt"
+ viewBox="0.00 0.00 864.00 163.58" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(3.11 3.11) rotate(0) translate(4 504)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-504 2679.15,-504 2679.15,4 -4,4"/>
+<!-- b -->
+<g id="node1" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="94.24" cy="-349" rx="94.48" ry="94.48"/>
+<text text-anchor="middle" x="94.24" y="-345.3" font-family="Times,serif" font-size="14.00">b/be&#45;located&#45;at&#45;91</text>
+</g>
+<!-- s -->
+<g id="node2" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="364.07" cy="-431" rx="51.99" ry="51.99"/>
+<text text-anchor="middle" x="364.07" y="-427.3" font-family="Times,serif" font-size="14.00">s/system</text>
+</g>
+<!-- b&#45;&gt;s -->
+<g id="edge1" class="edge">
+<title>b&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M184.8,-376.42C224.28,-388.51 269.55,-402.37 304.6,-413.1"/>
+<polygon fill="black" stroke="black" points="303.61,-416.45 314.2,-416.04 305.66,-409.76 303.61,-416.45"/>
+<text text-anchor="middle" x="229.48" y="-397.8" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- r -->
+<g id="node4" class="node">
+<title>r</title>
+<ellipse fill="none" stroke="black" cx="364.07" cy="-267" rx="93.68" ry="93.68"/>
+<text text-anchor="middle" x="364.07" y="-263.3" font-family="Times,serif" font-size="14.00">r/relative&#45;position</text>
+</g>
+<!-- b&#45;&gt;r -->
+<g id="edge3" class="edge">
+<title>b&#45;&gt;r</title>
+<path fill="none" stroke="black" d="M184.8,-321.58C210.28,-313.78 238.19,-305.24 264.19,-297.27"/>
+<polygon fill="black" stroke="black" points="265.52,-300.53 274.06,-294.25 263.47,-293.83 265.52,-300.53"/>
+<text text-anchor="middle" x="229.48" y="-316.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="646.26" cy="-431" rx="44.69" ry="44.69"/>
+<text text-anchor="middle" x="646.26" y="-427.3" font-family="Times,serif" font-size="14.00">n/name</text>
+</g>
+<!-- s&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>s&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M416.14,-431C465.61,-431 540.36,-431 590.91,-431"/>
+<polygon fill="black" stroke="black" points="591,-434.5 601,-431 591,-427.5 591,-434.5"/>
+<text text-anchor="middle" x="498.67" y="-434.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_0 -->
+<g id="node22" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="945.59,-500 877.59,-500 877.59,-464 945.59,-464 945.59,-500"/>
+<text text-anchor="middle" x="911.59" y="-478.3" font-family="Times,serif" font-size="14.00">&quot;Solar&quot;</text>
+</g>
+<!-- n&#45;&gt;node_0 -->
+<g id="edge21" class="edge">
+<title>n&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M690.45,-439.36C739.35,-448.84 818.56,-464.18 867.45,-473.64"/>
+<polygon fill="black" stroke="black" points="866.92,-477.11 877.4,-475.57 868.25,-470.23 866.92,-477.11"/>
+<text text-anchor="middle" x="801.35" y="-468.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node23" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="953.09,-446 870.09,-446 870.09,-410 953.09,-410 953.09,-446"/>
+<text text-anchor="middle" x="911.59" y="-424.3" font-family="Times,serif" font-size="14.00">&quot;System&quot;</text>
+</g>
+<!-- n&#45;&gt;node_1 -->
+<g id="edge22" class="edge">
+<title>n&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M691.33,-430.5C737.81,-429.97 810.93,-429.14 859.8,-428.58"/>
+<polygon fill="black" stroke="black" points="859.88,-432.08 869.84,-428.46 859.8,-425.08 859.88,-432.08"/>
+<text text-anchor="middle" x="801.35" y="-432.8" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c -->
+<g id="node5" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="646.26" cy="-282" rx="48.19" ry="48.19"/>
+<text text-anchor="middle" x="646.26" y="-278.3" font-family="Times,serif" font-size="14.00">c/center</text>
+</g>
+<!-- r&#45;&gt;c -->
+<g id="edge4" class="edge">
+<title>r&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M457.59,-271.95C500.57,-274.25 550.33,-276.92 587.81,-278.92"/>
+<polygon fill="black" stroke="black" points="587.87,-282.43 598.04,-279.47 588.24,-275.44 587.87,-282.43"/>
+<text text-anchor="middle" x="498.67" y="-278.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- d2 -->
+<g id="node20" class="node">
+<title>d2</title>
+<ellipse fill="none" stroke="black" cx="646.26" cy="-109" rx="106.68" ry="106.68"/>
+<text text-anchor="middle" x="646.26" y="-105.3" font-family="Times,serif" font-size="14.00">d2/distance&#45;quantity</text>
+</g>
+<!-- r&#45;&gt;d2 -->
+<g id="edge19" class="edge">
+<title>r&#45;&gt;d2</title>
+<path fill="none" stroke="black" d="M446.12,-221.3C476.7,-204.06 511.87,-184.22 544.07,-166.06"/>
+<polygon fill="black" stroke="black" points="546.07,-168.95 553.06,-160.99 542.63,-162.85 546.07,-168.95"/>
+<text text-anchor="middle" x="498.67" y="-206.8" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+<!-- g -->
+<g id="node6" class="node">
+<title>g</title>
+<ellipse fill="none" stroke="black" cx="911.59" cy="-342" rx="50.09" ry="50.09"/>
+<text text-anchor="middle" x="911.59" y="-338.3" font-family="Times,serif" font-size="14.00">g/galaxy</text>
+</g>
+<!-- c&#45;&gt;g -->
+<g id="edge5" class="edge">
+<title>c&#45;&gt;g</title>
+<path fill="none" stroke="black" d="M693.43,-292.52C737.77,-302.62 804.91,-317.92 852.78,-328.83"/>
+<polygon fill="black" stroke="black" points="852.17,-332.28 862.69,-331.09 853.72,-325.45 852.17,-332.28"/>
+<text text-anchor="middle" x="801.35" y="-326.8" font-family="Times,serif" font-size="14.00">:part&#45;of</text>
+</g>
+<!-- a -->
+<g id="node8" class="node">
+<title>a</title>
+<ellipse fill="none" stroke="black" cx="911.59" cy="-235" rx="37.89" ry="37.89"/>
+<text text-anchor="middle" x="911.59" y="-231.3" font-family="Times,serif" font-size="14.00">a/arm</text>
+</g>
+<!-- c&#45;&gt;a -->
+<g id="edge7" class="edge">
+<title>c&#45;&gt;a</title>
+<path fill="none" stroke="black" d="M693.73,-273.71C741.74,-265.14 816.23,-251.84 864.2,-243.28"/>
+<polygon fill="black" stroke="black" points="865.09,-246.68 874.32,-241.47 863.86,-239.79 865.09,-246.68"/>
+<text text-anchor="middle" x="801.35" y="-263.8" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- n2 -->
+<g id="node7" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="1146.78" cy="-354" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1146.78" y="-350.3" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- g&#45;&gt;n2 -->
+<g id="edge6" class="edge">
+<title>g&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M961.76,-344.53C997.95,-346.39 1047.33,-348.93 1085.83,-350.92"/>
+<polygon fill="black" stroke="black" points="1085.71,-354.41 1095.88,-351.43 1086.07,-347.42 1085.71,-354.41"/>
+<text text-anchor="middle" x="1023.34" y="-352.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- node_2 -->
+<g id="node24" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1380.12,-399 1310.12,-399 1310.12,-363 1380.12,-363 1380.12,-399"/>
+<text text-anchor="middle" x="1345.12" y="-377.3" font-family="Times,serif" font-size="14.00">&quot;Milky&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_2 -->
+<g id="edge23" class="edge">
+<title>n2&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1197.07,-360.78C1228.71,-365.13 1269.44,-370.73 1300.01,-374.93"/>
+<polygon fill="black" stroke="black" points="1299.57,-378.41 1309.96,-376.3 1300.53,-371.47 1299.57,-378.41"/>
+<text text-anchor="middle" x="1261.22" y="-375.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_3 -->
+<g id="node25" class="node">
+<title>node_3</title>
+<polygon fill="none" stroke="black" points="1375.12,-345 1315.12,-345 1315.12,-309 1375.12,-309 1375.12,-345"/>
+<text text-anchor="middle" x="1345.12" y="-323.3" font-family="Times,serif" font-size="14.00">&quot;Way&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_3 -->
+<g id="edge24" class="edge">
+<title>n2&#45;&gt;node_3</title>
+<path fill="none" stroke="black" d="M1197.07,-347.22C1230.44,-342.63 1273.93,-336.65 1304.94,-332.39"/>
+<polygon fill="black" stroke="black" points="1305.52,-335.84 1314.95,-331.01 1304.56,-328.91 1305.52,-335.84"/>
+<text text-anchor="middle" x="1261.22" y="-344.8" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- n3 -->
+<g id="node9" class="node">
+<title>n3</title>
+<ellipse fill="none" stroke="black" cx="1146.78" cy="-235" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="1146.78" y="-231.3" font-family="Times,serif" font-size="14.00">n3/name</text>
+</g>
+<!-- a&#45;&gt;n3 -->
+<g id="edge8" class="edge">
+<title>a&#45;&gt;n3</title>
+<path fill="none" stroke="black" d="M949.54,-235C986.16,-235 1042.86,-235 1085.91,-235"/>
+<polygon fill="black" stroke="black" points="1085.98,-238.5 1095.98,-235 1085.98,-231.5 1085.98,-238.5"/>
+<text text-anchor="middle" x="1023.34" y="-238.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- c2 -->
+<g id="node10" class="node">
+<title>c2</title>
+<ellipse fill="none" stroke="black" cx="1146.78" cy="-93" rx="73.39" ry="73.39"/>
+<text text-anchor="middle" x="1146.78" y="-89.3" font-family="Times,serif" font-size="14.00">c2/contain&#45;01</text>
+</g>
+<!-- a&#45;&gt;c2 -->
+<g id="edge9" class="edge">
+<title>a&#45;&gt;c2</title>
+<path fill="none" stroke="black" d="M944.53,-215.55C977.97,-195.19 1031.58,-162.54 1075.06,-136.06"/>
+<polygon fill="black" stroke="black" points="1076.89,-139.05 1083.61,-130.86 1073.25,-133.07 1076.89,-139.05"/>
+<text text-anchor="middle" x="1023.34" y="-189.8" font-family="Times,serif" font-size="14.00">:ARG0&#45;of</text>
+</g>
+<!-- node_4 -->
+<g id="node26" class="node">
+<title>node_4</title>
+<polygon fill="none" stroke="black" points="1380.12,-253 1310.12,-253 1310.12,-217 1380.12,-217 1380.12,-253"/>
+<text text-anchor="middle" x="1345.12" y="-231.3" font-family="Times,serif" font-size="14.00">&quot;Orion&quot;</text>
+</g>
+<!-- n3&#45;&gt;node_4 -->
+<g id="edge25" class="edge">
+<title>n3&#45;&gt;node_4</title>
+<path fill="none" stroke="black" d="M1197.58,-235C1228.98,-235 1269.19,-235 1299.54,-235"/>
+<polygon fill="black" stroke="black" points="1299.83,-238.5 1309.83,-235 1299.83,-231.5 1299.83,-238.5"/>
+<text text-anchor="middle" x="1261.22" y="-238.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- s2 -->
+<g id="node11" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="1345.12" cy="-93" rx="42.79" ry="42.79"/>
+<text text-anchor="middle" x="1345.12" y="-89.3" font-family="Times,serif" font-size="14.00">s2/star</text>
+</g>
+<!-- c2&#45;&gt;s2 -->
+<g id="edge10" class="edge">
+<title>c2&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M1220.33,-93C1244.1,-93 1270.01,-93 1291.97,-93"/>
+<polygon fill="black" stroke="black" points="1292.07,-96.5 1302.07,-93 1292.07,-89.5 1292.07,-96.5"/>
+<text text-anchor="middle" x="1261.22" y="-96.8" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- ii -->
+<g id="node12" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="1555.61" cy="-93" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="1555.61" y="-89.3" font-family="Times,serif" font-size="14.00">ii/include&#45;91</text>
+</g>
+<!-- s2&#45;&gt;ii -->
+<g id="edge11" class="edge">
+<title>s2&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M1388.31,-93C1413.97,-93 1447.51,-93 1477.74,-93"/>
+<polygon fill="black" stroke="black" points="1477.85,-96.5 1487.85,-93 1477.85,-89.5 1477.85,-96.5"/>
+<text text-anchor="middle" x="1438.02" y="-96.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s3 -->
+<g id="node13" class="node">
+<title>s3</title>
+<ellipse fill="none" stroke="black" cx="1750.7" cy="-180" rx="42.79" ry="42.79"/>
+<text text-anchor="middle" x="1750.7" y="-176.3" font-family="Times,serif" font-size="14.00">s3/star</text>
+</g>
+<!-- ii&#45;&gt;s3 -->
+<g id="edge12" class="edge">
+<title>ii&#45;&gt;s3</title>
+<path fill="none" stroke="black" d="M1617.44,-120.41C1644.81,-132.74 1676.64,-147.08 1702.21,-158.6"/>
+<polygon fill="black" stroke="black" points="1700.78,-161.8 1711.33,-162.71 1703.65,-155.41 1700.78,-161.8"/>
+<text text-anchor="middle" x="1664.2" y="-153.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node19" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="1750.7" cy="-74" rx="45.49" ry="45.49"/>
+<text text-anchor="middle" x="1750.7" y="-70.3" font-family="Times,serif" font-size="14.00">m/most</text>
+</g>
+<!-- ii&#45;&gt;m -->
+<g id="edge18" class="edge">
+<title>ii&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M1623.06,-86.46C1646.62,-84.14 1672.83,-81.56 1695.27,-79.36"/>
+<polygon fill="black" stroke="black" points="1695.68,-82.83 1705.29,-78.37 1694.99,-75.87 1695.68,-82.83"/>
+<text text-anchor="middle" x="1664.2" y="-88.8" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- s4 -->
+<g id="node14" class="node">
+<title>s4</title>
+<ellipse fill="none" stroke="black" cx="1950.79" cy="-180" rx="54.69" ry="54.69"/>
+<text text-anchor="middle" x="1950.79" y="-176.3" font-family="Times,serif" font-size="14.00">s4/see&#45;01</text>
+</g>
+<!-- s3&#45;&gt;s4 -->
+<g id="edge13" class="edge">
+<title>s3&#45;&gt;s4</title>
+<path fill="none" stroke="black" d="M1793.71,-180C1820.55,-180 1855.85,-180 1886.1,-180"/>
+<polygon fill="black" stroke="black" points="1886.14,-183.5 1896.14,-180 1886.14,-176.5 1886.14,-183.5"/>
+<text text-anchor="middle" x="1846.2" y="-183.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- p -->
+<g id="node15" class="node">
+<title>p</title>
+<ellipse fill="none" stroke="black" cx="2177.53" cy="-245" rx="72.29" ry="72.29"/>
+<text text-anchor="middle" x="2177.53" y="-241.3" font-family="Times,serif" font-size="14.00">p/possible&#45;01</text>
+</g>
+<!-- s4&#45;&gt;p -->
+<g id="edge14" class="edge">
+<title>s4&#45;&gt;p</title>
+<path fill="none" stroke="black" d="M2003.35,-194.91C2031.42,-203.03 2066.73,-213.24 2098.14,-222.33"/>
+<polygon fill="black" stroke="black" points="2097.17,-225.69 2107.74,-225.11 2099.11,-218.96 2097.17,-225.69"/>
+<text text-anchor="middle" x="2055.39" y="-222.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s5 -->
+<g id="node16" class="node">
+<title>s5</title>
+<ellipse fill="none" stroke="black" cx="2177.53" cy="-115" rx="40.09" ry="40.09"/>
+<text text-anchor="middle" x="2177.53" y="-111.3" font-family="Times,serif" font-size="14.00">s5/sky</text>
+</g>
+<!-- s4&#45;&gt;s5 -->
+<g id="edge15" class="edge">
+<title>s4&#45;&gt;s5</title>
+<path fill="none" stroke="black" d="M2003.35,-165.09C2041.02,-154.19 2091.73,-139.53 2128.54,-128.88"/>
+<polygon fill="black" stroke="black" points="2129.9,-132.13 2138.53,-125.99 2127.95,-125.41 2129.9,-132.13"/>
+<text text-anchor="middle" x="2055.39" y="-162.8" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- d -->
+<g id="node17" class="node">
+<title>d</title>
+<ellipse fill="none" stroke="black" cx="2392.87" cy="-115" rx="70.39" ry="70.39"/>
+<text text-anchor="middle" x="2392.87" y="-111.3" font-family="Times,serif" font-size="14.00">d/date&#45;entity</text>
+</g>
+<!-- s5&#45;&gt;d -->
+<g id="edge16" class="edge">
+<title>s5&#45;&gt;d</title>
+<path fill="none" stroke="black" d="M2218.16,-115C2244.58,-115 2280.23,-115 2312.36,-115"/>
+<polygon fill="black" stroke="black" points="2312.65,-118.5 2322.65,-115 2312.65,-111.5 2312.65,-118.5"/>
+<text text-anchor="middle" x="2286.17" y="-118.8" font-family="Times,serif" font-size="14.00">:time</text>
+</g>
+<!-- n4 -->
+<g id="node18" class="node">
+<title>n4</title>
+<ellipse fill="none" stroke="black" cx="2625.11" cy="-115" rx="50.09" ry="50.09"/>
+<text text-anchor="middle" x="2625.11" y="-111.3" font-family="Times,serif" font-size="14.00">n4/night</text>
+</g>
+<!-- d&#45;&gt;n4 -->
+<g id="edge17" class="edge">
+<title>d&#45;&gt;n4</title>
+<path fill="none" stroke="black" d="M2463.26,-115C2495.62,-115 2533.73,-115 2564.73,-115"/>
+<polygon fill="black" stroke="black" points="2564.95,-118.5 2574.95,-115 2564.95,-111.5 2564.95,-118.5"/>
+<text text-anchor="middle" x="2519.06" y="-118.8" font-family="Times,serif" font-size="14.00">:dayperiod</text>
+</g>
+<!-- l -->
+<g id="node21" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="911.59" cy="-116" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="911.59" y="-112.3" font-family="Times,serif" font-size="14.00">l/light&#45;year</text>
+</g>
+<!-- d2&#45;&gt;l -->
+<g id="edge20" class="edge">
+<title>d2&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M752.85,-111.81C782.03,-112.58 812.99,-113.41 839.69,-114.12"/>
+<polygon fill="black" stroke="black" points="839.61,-117.61 849.7,-114.38 839.79,-110.62 839.61,-117.61"/>
+<text text-anchor="middle" x="801.35" y="-117.8" font-family="Times,serif" font-size="14.00">:unit</text>
+</g>
+<!-- node_5 -->
+<g id="node27" class="node">
+<title>node_5</title>
+<polygon fill="none" stroke="black" points="942.59,-36 880.59,-36 880.59,0 942.59,0 942.59,-36"/>
+<text text-anchor="middle" x="911.59" y="-14.3" font-family="Times,serif" font-size="14.00">26000</text>
+</g>
+<!-- d2&#45;&gt;node_5 -->
+<g id="edge26" class="edge">
+<title>d2&#45;&gt;node_5</title>
+<path fill="none" stroke="black" d="M747.19,-74.47C790.17,-59.61 837.96,-43.1 870.69,-31.79"/>
+<polygon fill="black" stroke="black" points="872.04,-35.03 880.35,-28.45 869.75,-28.41 872.04,-35.03"/>
+<text text-anchor="middle" x="801.35" y="-70.8" font-family="Times,serif" font-size="14.00">:quant</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.dot b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.dot
new file mode 100644
index 0000000000000000000000000000000000000000..a9264604ee38ad3dec57f205071435c02e2c12a5
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.dot
@@ -0,0 +1,41 @@
+digraph amr_graph {
+	rankdir=LR size="12,8"
+	s [label="s/star" shape=circle]
+	h [label="h/have-degree-91" shape=circle]
+	n [label="n/near-02" shape=circle]
+	m [label="m/most" shape=circle]
+	ii [label="ii/include-91" shape=circle]
+	s2 [label="s2/star" shape=circle]
+	n2 [label="n2/name" shape=circle]
+	h2 [label="h2/have-degree-91" shape=circle]
+	c [label="c/close-10" shape=circle]
+	m2 [label="m2/most" shape=circle]
+	o [label="o/ordinal-entity" shape=circle]
+	l [label="l/light-year" shape=circle]
+	b [label="b/bubble" shape=circle]
+	l2 [label="l2/local-02" shape=circle]
+	s3 [label="s3/so-called" shape=circle]
+	s -> h [label=":ARG1-of"]
+	h -> n [label=":ARG2"]
+	n -> s [label=":ARG1"]
+	h -> m [label=":ARG3"]
+	s -> ii [label=":ARG2-of"]
+	ii -> s2 [label=":ARG1"]
+	s2 -> n2 [label=":name"]
+	s2 -> h2 [label=":ARG1-of"]
+	h2 -> c [label=":ARG2"]
+	c -> s2 [label=":ARG1"]
+	c -> s [label=":ARG2"]
+	h2 -> m2 [label=":ARG3"]
+	m2 -> o [label=":ord"]
+	o -> l [label=":scale"]
+	s -> b [label=":location"]
+	b -> l2 [label=":ARG1-of"]
+	b -> s3 [label=":mod"]
+	node_0 [label="\"Proxima\"" shape=rectangle]
+	n2 -> node_0 [label=":op1"]
+	node_1 [label="\"Centre\"" shape=rectangle]
+	n2 -> node_1 [label=":op2"]
+	node_2 [label=4.25 shape=rectangle]
+	o -> node_2 [label=":value"]
+}
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.penman b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.penman
new file mode 100644
index 0000000000000000000000000000000000000000..2b70a66e92770f1245d24d4d2597ef8e507674ad
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.penman
@@ -0,0 +1,23 @@
+# ::id WikiAbstract-SolarSystem-23
+# ::snt The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.
+(s / star
+      :ARG1-of (h / have-degree-91
+            :ARG2 (n / near-02
+                  :ARG1 s)
+            :ARG3 (m / most))
+      :ARG2-of (ii / include-91
+            :ARG1 (s2 / star
+                  :name (n2 / name
+                        :op1 "Proxima"
+                        :op2 "Centre")
+                  :ARG1-of (h2 / have-degree-91
+                        :ARG2 (c / close-10
+                              :ARG1 s2
+                              :ARG2 s)
+                        :ARG3 (m2 / most
+                              :ord (o / ordinal-entity
+                                    :value 4.25
+                                    :scale (l / light-year))))))
+      :location (b / bubble
+            :ARG1-of (l2 / local-02)
+            :mod (s3 / so-called)))
\ No newline at end of file
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png
new file mode 100644
index 0000000000000000000000000000000000000000..30ebecf9d660c2a09d27626d6dc6ad0bba2017f9
Binary files /dev/null and b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png differ
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.svg b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.svg
new file mode 100644
index 0000000000000000000000000000000000000000..79a6c71515cb3be87213089a640afc782f361577
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.svg
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Generated by graphviz version 2.43.0 (0)
+ -->
+<!-- Title: amr_graph Pages: 1 -->
+<svg width="864pt" height="404pt"
+ viewBox="0.00 0.00 864.00 404.40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1.75 1.75) rotate(0) translate(4 704.7)">
+<title>amr_graph</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-704.7 1510.11,-704.7 1510.11,4 -4,4"/>
+<!-- s -->
+<g id="node1" class="node">
+<title>s</title>
+<ellipse fill="none" stroke="black" cx="37.05" cy="-360" rx="37.09" ry="37.09"/>
+<text text-anchor="middle" x="37.05" y="-356.3" font-family="Times,serif" font-size="14.00">s/star</text>
+</g>
+<!-- h -->
+<g id="node2" class="node">
+<title>h</title>
+<ellipse fill="none" stroke="black" cx="265.09" cy="-360" rx="90.98" ry="90.98"/>
+<text text-anchor="middle" x="265.09" y="-356.3" font-family="Times,serif" font-size="14.00">h/have&#45;degree&#45;91</text>
+</g>
+<!-- s&#45;&gt;h -->
+<g id="edge1" class="edge">
+<title>s&#45;&gt;h</title>
+<path fill="none" stroke="black" d="M74.11,-360C98.41,-360 131.73,-360 163.7,-360"/>
+<polygon fill="black" stroke="black" points="164.01,-363.5 174.01,-360 164.01,-356.5 164.01,-363.5"/>
+<text text-anchor="middle" x="124.09" y="-363.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- ii -->
+<g id="node5" class="node">
+<title>ii</title>
+<ellipse fill="none" stroke="black" cx="265.09" cy="-591" rx="67.69" ry="67.69"/>
+<text text-anchor="middle" x="265.09" y="-587.3" font-family="Times,serif" font-size="14.00">ii/include&#45;91</text>
+</g>
+<!-- s&#45;&gt;ii -->
+<g id="edge5" class="edge">
+<title>s&#45;&gt;ii</title>
+<path fill="none" stroke="black" d="M44.51,-396.47C51.61,-427.4 65.69,-471.33 92.09,-501 118.52,-530.68 157.09,-552.11 191.01,-566.6"/>
+<polygon fill="black" stroke="black" points="189.86,-569.91 200.44,-570.5 192.54,-563.44 189.86,-569.91"/>
+<text text-anchor="middle" x="124.09" y="-551.8" font-family="Times,serif" font-size="14.00">:ARG2&#45;of</text>
+</g>
+<!-- b -->
+<g id="node13" class="node">
+<title>b</title>
+<ellipse fill="none" stroke="black" cx="265.09" cy="-200" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="265.09" y="-196.3" font-family="Times,serif" font-size="14.00">b/bubble</text>
+</g>
+<!-- s&#45;&gt;b -->
+<g id="edge15" class="edge">
+<title>s&#45;&gt;b</title>
+<path fill="none" stroke="black" d="M67.22,-337.96C94.58,-317.43 136.76,-286.15 174.09,-260 186.59,-251.25 200.22,-242.01 213,-233.47"/>
+<polygon fill="black" stroke="black" points="215.31,-236.14 221.7,-227.69 211.43,-230.31 215.31,-236.14"/>
+<text text-anchor="middle" x="124.09" y="-321.8" font-family="Times,serif" font-size="14.00">:location</text>
+</g>
+<!-- n -->
+<g id="node3" class="node">
+<title>n</title>
+<ellipse fill="none" stroke="black" cx="521.07" cy="-479" rx="55.49" ry="55.49"/>
+<text text-anchor="middle" x="521.07" y="-475.3" font-family="Times,serif" font-size="14.00">n/near&#45;02</text>
+</g>
+<!-- h&#45;&gt;n -->
+<g id="edge2" class="edge">
+<title>h&#45;&gt;n</title>
+<path fill="none" stroke="black" d="M347.85,-398.31C384.83,-415.63 427.7,-435.72 461.42,-451.52"/>
+<polygon fill="black" stroke="black" points="460.13,-454.78 470.67,-455.85 463.1,-448.44 460.13,-454.78"/>
+<text text-anchor="middle" x="406.08" y="-443.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m -->
+<g id="node4" class="node">
+<title>m</title>
+<ellipse fill="none" stroke="black" cx="521.07" cy="-360" rx="45.49" ry="45.49"/>
+<text text-anchor="middle" x="521.07" y="-356.3" font-family="Times,serif" font-size="14.00">m/most</text>
+</g>
+<!-- h&#45;&gt;m -->
+<g id="edge4" class="edge">
+<title>h&#45;&gt;m</title>
+<path fill="none" stroke="black" d="M356.35,-360C392.6,-360 433.22,-360 464.93,-360"/>
+<polygon fill="black" stroke="black" points="465.33,-363.5 475.33,-360 465.33,-356.5 465.33,-363.5"/>
+<text text-anchor="middle" x="406.08" y="-363.8" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- n&#45;&gt;s -->
+<g id="edge3" class="edge">
+<title>n&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M466.05,-485.33C396.33,-491.44 272.34,-495.24 174.09,-460 134.83,-445.92 97.19,-416.6 71.49,-393.33"/>
+<polygon fill="black" stroke="black" points="73.63,-390.54 63.91,-386.33 68.88,-395.68 73.63,-390.54"/>
+<text text-anchor="middle" x="265.09" y="-492.8" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- s2 -->
+<g id="node6" class="node">
+<title>s2</title>
+<ellipse fill="none" stroke="black" cx="521.07" cy="-595" rx="42.79" ry="42.79"/>
+<text text-anchor="middle" x="521.07" y="-591.3" font-family="Times,serif" font-size="14.00">s2/star</text>
+</g>
+<!-- ii&#45;&gt;s2 -->
+<g id="edge6" class="edge">
+<title>ii&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M332.82,-592.05C375.05,-592.72 428.85,-593.56 467.94,-594.18"/>
+<polygon fill="black" stroke="black" points="467.99,-597.68 478.05,-594.34 468.1,-590.68 467.99,-597.68"/>
+<text text-anchor="middle" x="406.08" y="-596.8" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- n2 -->
+<g id="node7" class="node">
+<title>n2</title>
+<ellipse fill="none" stroke="black" cx="782.91" cy="-650" rx="50.89" ry="50.89"/>
+<text text-anchor="middle" x="782.91" y="-646.3" font-family="Times,serif" font-size="14.00">n2/name</text>
+</g>
+<!-- s2&#45;&gt;n2 -->
+<g id="edge7" class="edge">
+<title>s2&#45;&gt;n2</title>
+<path fill="none" stroke="black" d="M563.24,-603.71C606.35,-612.84 674.43,-627.25 723.17,-637.57"/>
+<polygon fill="black" stroke="black" points="722.45,-640.99 732.96,-639.64 723.9,-634.14 722.45,-640.99"/>
+<text text-anchor="middle" x="636.07" y="-628.8" font-family="Times,serif" font-size="14.00">:name</text>
+</g>
+<!-- h2 -->
+<g id="node8" class="node">
+<title>h2</title>
+<ellipse fill="none" stroke="black" cx="782.91" cy="-433" rx="96.68" ry="96.68"/>
+<text text-anchor="middle" x="782.91" y="-429.3" font-family="Times,serif" font-size="14.00">h2/have&#45;degree&#45;91</text>
+</g>
+<!-- s2&#45;&gt;h2 -->
+<g id="edge8" class="edge">
+<title>s2&#45;&gt;h2</title>
+<path fill="none" stroke="black" d="M556.33,-569.77C570.85,-559.34 588.09,-547.29 604.07,-537 631.2,-519.52 661.3,-501.44 688.9,-485.36"/>
+<polygon fill="black" stroke="black" points="690.88,-488.26 697.77,-480.21 687.36,-482.2 690.88,-488.26"/>
+<text text-anchor="middle" x="636.07" y="-540.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- node_0 -->
+<g id="node16" class="node">
+<title>node_0</title>
+<polygon fill="none" stroke="black" points="1062.79,-696 973.79,-696 973.79,-660 1062.79,-660 1062.79,-696"/>
+<text text-anchor="middle" x="1018.29" y="-674.3" font-family="Times,serif" font-size="14.00">&quot;Proxima&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_0 -->
+<g id="edge18" class="edge">
+<title>n2&#45;&gt;node_0</title>
+<path fill="none" stroke="black" d="M833.4,-655.94C871.6,-660.52 924.38,-666.85 963.59,-671.56"/>
+<polygon fill="black" stroke="black" points="963.42,-675.06 973.76,-672.78 964.25,-668.11 963.42,-675.06"/>
+<text text-anchor="middle" x="920.75" y="-671.8" font-family="Times,serif" font-size="14.00">:op1</text>
+</g>
+<!-- node_1 -->
+<g id="node17" class="node">
+<title>node_1</title>
+<polygon fill="none" stroke="black" points="1057.79,-642 978.79,-642 978.79,-606 1057.79,-606 1057.79,-642"/>
+<text text-anchor="middle" x="1018.29" y="-620.3" font-family="Times,serif" font-size="14.00">&quot;Centre&quot;</text>
+</g>
+<!-- n2&#45;&gt;node_1 -->
+<g id="edge19" class="edge">
+<title>n2&#45;&gt;node_1</title>
+<path fill="none" stroke="black" d="M833.4,-644.49C873.28,-640.04 929.05,-633.83 968.69,-629.41"/>
+<polygon fill="black" stroke="black" points="969.11,-632.89 978.66,-628.3 968.33,-625.93 969.11,-632.89"/>
+<text text-anchor="middle" x="920.75" y="-640.8" font-family="Times,serif" font-size="14.00">:op2</text>
+</g>
+<!-- c -->
+<g id="node9" class="node">
+<title>c</title>
+<ellipse fill="none" stroke="black" cx="1018.29" cy="-504" rx="56.59" ry="56.59"/>
+<text text-anchor="middle" x="1018.29" y="-500.3" font-family="Times,serif" font-size="14.00">c/close&#45;10</text>
+</g>
+<!-- h2&#45;&gt;c -->
+<g id="edge9" class="edge">
+<title>h2&#45;&gt;c</title>
+<path fill="none" stroke="black" d="M875.81,-460.96C902.05,-468.94 930.03,-477.45 954.13,-484.79"/>
+<polygon fill="black" stroke="black" points="953.27,-488.18 963.86,-487.74 955.31,-481.48 953.27,-488.18"/>
+<text text-anchor="middle" x="920.75" y="-484.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- m2 -->
+<g id="node10" class="node">
+<title>m2</title>
+<ellipse fill="none" stroke="black" cx="1018.29" cy="-378" rx="51.19" ry="51.19"/>
+<text text-anchor="middle" x="1018.29" y="-374.3" font-family="Times,serif" font-size="14.00">m2/most</text>
+</g>
+<!-- h2&#45;&gt;m2 -->
+<g id="edge12" class="edge">
+<title>h2&#45;&gt;m2</title>
+<path fill="none" stroke="black" d="M877.49,-410.95C904.8,-404.51 933.86,-397.66 958.38,-391.88"/>
+<polygon fill="black" stroke="black" points="959.31,-395.26 968.24,-389.56 957.7,-388.45 959.31,-395.26"/>
+<text text-anchor="middle" x="920.75" y="-408.8" font-family="Times,serif" font-size="14.00">:ARG3</text>
+</g>
+<!-- c&#45;&gt;s -->
+<g id="edge11" class="edge">
+<title>c&#45;&gt;s</title>
+<path fill="none" stroke="black" d="M979.22,-462.97C972.89,-455.03 966.77,-446.51 961.75,-438 950.39,-418.73 951.98,-411.8 943.75,-391 874.65,-216.44 971.64,0 783.91,0 264.09,0 264.09,0 264.09,0 117.79,0 62.53,-215.86 45.03,-313.28"/>
+<polygon fill="black" stroke="black" points="41.58,-312.71 43.32,-323.17 48.48,-313.91 41.58,-312.71"/>
+<text text-anchor="middle" x="521.07" y="-3.8" font-family="Times,serif" font-size="14.00">:ARG2</text>
+</g>
+<!-- c&#45;&gt;s2 -->
+<g id="edge10" class="edge">
+<title>c&#45;&gt;s2</title>
+<path fill="none" stroke="black" d="M963.67,-518.89C938.35,-525.6 907.63,-533.28 879.75,-539 771.84,-561.13 644.05,-579.2 574.17,-588.4"/>
+<polygon fill="black" stroke="black" points="573.34,-584.98 563.88,-589.75 574.25,-591.92 573.34,-584.98"/>
+<text text-anchor="middle" x="782.91" y="-574.8" font-family="Times,serif" font-size="14.00">:ARG1</text>
+</g>
+<!-- o -->
+<g id="node11" class="node">
+<title>o</title>
+<ellipse fill="none" stroke="black" cx="1221.73" cy="-378" rx="81.79" ry="81.79"/>
+<text text-anchor="middle" x="1221.73" y="-374.3" font-family="Times,serif" font-size="14.00">o/ordinal&#45;entity</text>
+</g>
+<!-- m2&#45;&gt;o -->
+<g id="edge13" class="edge">
+<title>m2&#45;&gt;o</title>
+<path fill="none" stroke="black" d="M1069.86,-378C1087.99,-378 1109.03,-378 1129.54,-378"/>
+<polygon fill="black" stroke="black" points="1129.55,-381.5 1139.55,-378 1129.55,-374.5 1129.55,-381.5"/>
+<text text-anchor="middle" x="1107.34" y="-381.8" font-family="Times,serif" font-size="14.00">:ord</text>
+</g>
+<!-- l -->
+<g id="node12" class="node">
+<title>l</title>
+<ellipse fill="none" stroke="black" cx="1444.37" cy="-427" rx="61.99" ry="61.99"/>
+<text text-anchor="middle" x="1444.37" y="-423.3" font-family="Times,serif" font-size="14.00">l/light&#45;year</text>
+</g>
+<!-- o&#45;&gt;l -->
+<g id="edge14" class="edge">
+<title>o&#45;&gt;l</title>
+<path fill="none" stroke="black" d="M1301.76,-395.55C1325.35,-400.79 1351.02,-406.49 1373.95,-411.58"/>
+<polygon fill="black" stroke="black" points="1373.41,-415.05 1383.93,-413.8 1374.92,-408.21 1373.41,-415.05"/>
+<text text-anchor="middle" x="1343.12" y="-411.8" font-family="Times,serif" font-size="14.00">:scale</text>
+</g>
+<!-- node_2 -->
+<g id="node18" class="node">
+<title>node_2</title>
+<polygon fill="none" stroke="black" points="1471.37,-347 1417.37,-347 1417.37,-311 1471.37,-311 1471.37,-347"/>
+<text text-anchor="middle" x="1444.37" y="-325.3" font-family="Times,serif" font-size="14.00">4.25</text>
+</g>
+<!-- o&#45;&gt;node_2 -->
+<g id="edge20" class="edge">
+<title>o&#45;&gt;node_2</title>
+<path fill="none" stroke="black" d="M1301.76,-360.45C1337.88,-352.43 1378.89,-343.32 1407.44,-336.98"/>
+<polygon fill="black" stroke="black" points="1408.36,-340.36 1417.36,-334.78 1406.84,-333.53 1408.36,-340.36"/>
+<text text-anchor="middle" x="1343.12" y="-357.8" font-family="Times,serif" font-size="14.00">:value</text>
+</g>
+<!-- l2 -->
+<g id="node14" class="node">
+<title>l2</title>
+<ellipse fill="none" stroke="black" cx="521.07" cy="-91" rx="58.49" ry="58.49"/>
+<text text-anchor="middle" x="521.07" y="-87.3" font-family="Times,serif" font-size="14.00">l2/local&#45;02</text>
+</g>
+<!-- b&#45;&gt;l2 -->
+<g id="edge16" class="edge">
+<title>b&#45;&gt;l2</title>
+<path fill="none" stroke="black" d="M312.67,-180.01C353.32,-162.56 412.63,-137.11 457.42,-117.89"/>
+<polygon fill="black" stroke="black" points="458.94,-121.04 466.75,-113.88 456.18,-114.61 458.94,-121.04"/>
+<text text-anchor="middle" x="406.08" y="-156.8" font-family="Times,serif" font-size="14.00">:ARG1&#45;of</text>
+</g>
+<!-- s3 -->
+<g id="node15" class="node">
+<title>s3</title>
+<ellipse fill="none" stroke="black" cx="521.07" cy="-232" rx="64.99" ry="64.99"/>
+<text text-anchor="middle" x="521.07" y="-228.3" font-family="Times,serif" font-size="14.00">s3/so&#45;called</text>
+</g>
+<!-- b&#45;&gt;s3 -->
+<g id="edge17" class="edge">
+<title>b&#45;&gt;s3</title>
+<path fill="none" stroke="black" d="M316.26,-206.32C353.39,-211 404.55,-217.45 446.33,-222.71"/>
+<polygon fill="black" stroke="black" points="446.1,-226.21 456.46,-223.99 446.97,-219.26 446.1,-226.21"/>
+<text text-anchor="middle" x="406.08" y="-224.8" font-family="Times,serif" font-size="14.00">:mod</text>
+</g>
+</g>
+</svg>
diff --git a/SolarSystem-20230619/WikiAbstract-SolarSystem.sentence.txt b/SolarSystem-20230619/WikiAbstract-SolarSystem.sentence.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ebee7931f8b5580f503354289f1409536959c694
--- /dev/null
+++ b/SolarSystem-20230619/WikiAbstract-SolarSystem.sentence.txt
@@ -0,0 +1,23 @@
+The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly.
+Of the objects that orbit the Sun directly, the largest are the eight planets, with the remainder being smaller objects, the dwarf planets and small Solar System bodies.
+Of the objects that orbit the Sun indirectly—the natural satellites—two are larger than the smallest planet, Mercury, and one more almost equals it in size.
+The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud.
+The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter.
+The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal.
+The four outer system planets are giant planets, being substantially more massive than the terrestrials.
+The two largest planets, Jupiter and Saturn, are gas giants, being composed mainly of hydrogen and helium; the two outermost planets, Uranus and Neptune, are ice giants, being composed mostly of substances with relatively high melting points compared with hydrogen and helium, called volatiles, such as water, ammonia and methane.
+All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic.
+The Solar System also contains smaller objects.
+The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal.
+Beyond Neptune's orbit lie the Kuiper belt and scattered disc, which are populations of trans-Neptunian objects composed mostly of ices, and beyond them a newly discovered population of sednoids.
+Within these populations, some objects are large enough to have rounded under their own gravity, though there is considerable debate as to how many there will prove to be.
+Such objects are categorized as dwarf planets.
+Astronomers generally accept at least nine objects as dwarf planets: the asteroid Ceres and the trans-Neptunian objects Pluto, Eris, Haumea, Makemake, Gonggong, Quaoar, Sedna, and Orcus.
+In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions.
+Six of the planets, the six largest possible dwarf planets, and many of the smaller bodies are orbited by natural satellites, usually termed "moons" after the Moon.
+Each of the outer planets is encircled by planetary rings of dust and other small objects.
+The solar wind, a stream of charged particles flowing outwards from the Sun, creates a bubble-like region in the interstellar medium known as the heliosphere.
+The heliopause is the point at which pressure from the solar wind is equal to the opposing pressure of the interstellar medium; it extends out to the edge of the scattered disc.
+The Oort cloud, which is thought to be the source for long-period comets, may also exist at a distance roughly a thousand times further than the heliosphere.
+The Solar System is located 26,000 light-years from the center of the Milky Way galaxy in the Orion Arm, which contains most of the visible stars in the night sky.
+The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.
\ No newline at end of file