Skip to content
Snippets Groups Projects
Commit 61b4e9fc authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Update Test for SolarSystem-20231005

parent 40680fe9
No related branches found
No related tags found
No related merge requests found
Showing
with 765 additions and 0 deletions
# ::id animals-04
# ::snt Mammals (Mammalia) are a class of vertebrate animals.
(c / class
:consist-of (a / animal
:mod (v / vertebrate))
:domain (m / mammal))
\ No newline at end of file
tests/output/Animals-20231011/animals-04/animals-04.stog.amr.png

33.2 KiB

<?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 9.0.0 (0)
-->
<!-- Title: amr_graph Pages: 1 -->
<svg width="557pt" height="287pt"
viewBox="0.00 0.00 557.33 287.30" 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 283.3)">
<title>amr_graph</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-283.3 553.33,-283.3 553.33,4 -4,4"/>
<!-- c -->
<g id="node1" class="node">
<title>c</title>
<ellipse fill="none" stroke="black" cx="44.37" cy="-86.99" rx="44.37" ry="44.37"/>
<text text-anchor="middle" x="44.37" y="-82.32" font-family="Times,serif" font-size="14.00">c/class</text>
</g>
<!-- a -->
<g id="node2" class="node">
<title>a</title>
<ellipse fill="none" stroke="black" cx="264.48" cy="-205.99" rx="53.84" ry="53.84"/>
<text text-anchor="middle" x="264.48" y="-201.32" font-family="Times,serif" font-size="14.00">a/animal</text>
</g>
<!-- c&#45;&gt;a -->
<g id="edge1" class="edge">
<title>c&#45;&gt;a</title>
<path fill="none" stroke="black" d="M83.86,-107.99C117.88,-126.55 167.94,-153.87 206.58,-174.95"/>
<polygon fill="black" stroke="black" points="204.86,-178 215.32,-179.72 208.22,-171.85 204.86,-178"/>
<text text-anchor="middle" x="143.11" y="-161.94" font-family="Times,serif" font-size="14.00">:consist&#45;of</text>
</g>
<!-- m -->
<g id="node4" class="node">
<title>m</title>
<ellipse fill="none" stroke="black" cx="264.48" cy="-66.99" rx="66.99" ry="66.99"/>
<text text-anchor="middle" x="264.48" y="-62.32" font-family="Times,serif" font-size="14.00">m/mammal</text>
</g>
<!-- c&#45;&gt;m -->
<g id="edge3" class="edge">
<title>c&#45;&gt;m</title>
<path fill="none" stroke="black" d="M88.98,-82.99C116.78,-80.44 153.59,-77.07 186.23,-74.07"/>
<polygon fill="black" stroke="black" points="186.43,-77.57 196.07,-73.17 185.79,-70.6 186.43,-77.57"/>
<text text-anchor="middle" x="143.11" y="-85.94" font-family="Times,serif" font-size="14.00">:domain</text>
</g>
<!-- v -->
<g id="node3" class="node">
<title>v</title>
<ellipse fill="none" stroke="black" cx="476.02" cy="-205.99" rx="73.3" ry="73.3"/>
<text text-anchor="middle" x="476.02" y="-201.32" font-family="Times,serif" font-size="14.00">v/vertebrate</text>
</g>
<!-- a&#45;&gt;v -->
<g id="edge2" class="edge">
<title>a&#45;&gt;v</title>
<path fill="none" stroke="black" d="M318.63,-205.99C340.61,-205.99 366.63,-205.99 391.08,-205.99"/>
<polygon fill="black" stroke="black" points="391.04,-209.49 401.04,-205.99 391.04,-202.49 391.04,-209.49"/>
<text text-anchor="middle" x="367.09" y="-209.94" font-family="Times,serif" font-size="14.00">:mod</text>
</g>
</g>
</svg>
@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> .
@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:Concept a rdfs:Class ;
rdfs:label "AMR-Concept" .
ns1:Role a rdfs:Class ;
rdfs:label "AMR-Role" .
<http://amr.isi.edu/amr_data/animals-04#a> a <http://amr.isi.edu/entity-types#animal> ;
ns2:consist <http://amr.isi.edu/amr_data/animals-04#c> ;
ns2:mod <http://amr.isi.edu/amr_data/animals-04#v> .
<http://amr.isi.edu/amr_data/animals-04#root01> a ns1:AMR ;
ns1:has-id "animals-04" ;
ns1:has-sentence "Mammals (Mammalia) are a class of vertebrate animals." ;
ns1:root <http://amr.isi.edu/amr_data/animals-04#c> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> a ns1:Role ;
rdfs:label "AMR-PropBank-Role" .
ns2:consist a ns1:Role .
ns2:domain a ns1:Role .
ns2:mod a ns1:Role .
ns1:Frame a ns1:Concept ;
rdfs:label "AMR-PropBank-Frame" .
<http://amr.isi.edu/amr_data/animals-04#m> a ns2:mammal .
<http://amr.isi.edu/amr_data/animals-04#v> a ns2:vertebrate .
<http://amr.isi.edu/entity-types#animal> a ns1:NamedEntity .
ns2:class a ns1:Concept .
ns2:mammal a ns1:Concept .
ns2:vertebrate a ns1:Concept .
ns1:NamedEntity a ns1:Concept ;
rdfs:label "AMR-EntityType",
"AMR-Term" .
<http://amr.isi.edu/amr_data/animals-04#c> a ns2:class ;
ns2:domain <http://amr.isi.edu/amr_data/animals-04#m> .
digraph amr_graph {
rankdir=LR size="12,8"
c [label="c/characterize-01" shape=circle]
m [label="m/mammal" shape=circle]
p [label="p/present-02" shape=circle]
a [label="a/and" shape=circle]
f [label="f/fur" shape=circle]
e [label="e/ear" shape=circle]
m2 [label="m2/middle" shape=circle]
b [label="b/bone" shape=circle]
n [label="n/neocortex" shape=circle]
g [label="g/gland" shape=circle]
m3 [label="m3/mammary" shape=circle]
c -> m [label=":ARG1"]
c -> p [label=":ARG2"]
p -> a [label=":ARG1"]
a -> f [label=":op1"]
a -> e [label=":op2"]
e -> m2 [label=":mod"]
e -> b [label=":part"]
a -> n [label=":op3"]
a -> g [label=":op4"]
g -> m3 [label=":mod"]
node_0 [label=3 shape=rectangle]
b -> node_0 [label=":quant"]
}
<http://amr.isi.edu/amr_data/animals-05#e> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/animals-05#b> .
<http://amr.isi.edu/frames/ld/v1.2.2/present-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/rdf/amr-terms#mammary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#b> <http://amr.isi.edu/rdf/amr-terms#quant> "3" .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/amr_data/animals-05#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#fur> .
<http://amr.isi.edu/frames/ld/v1.2.2/present-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/frames/ld/v1.2.2/characterize-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" .
<http://amr.isi.edu/amr_data/animals-05#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/present-02> .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" .
<http://amr.isi.edu/amr_data/animals-05#a> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/animals-05#n> .
<http://amr.isi.edu/amr_data/animals-05#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#neocortex> .
<http://amr.isi.edu/amr_data/animals-05#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/animals-05#e> .
<http://amr.isi.edu/amr_data/animals-05#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Mammals are characterized by the presence of fur, a middle ear with three bones, a neocortex, and mammary glands." .
<http://amr.isi.edu/amr_data/animals-05#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mammal> .
<http://amr.isi.edu/amr_data/animals-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/characterize-01.ARG2> <http://amr.isi.edu/amr_data/animals-05#p> .
<http://amr.isi.edu/amr_data/animals-05#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "animals-05" .
<http://amr.isi.edu/amr_data/animals-05#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/characterize-01> .
<http://amr.isi.edu/amr_data/animals-05#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/animals-05#f> .
<http://amr.isi.edu/amr_data/animals-05#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> .
<http://amr.isi.edu/rdf/amr-terms#gland> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> .
<http://amr.isi.edu/rdf/amr-terms#fur> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#m3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mammary> .
<http://amr.isi.edu/amr_data/animals-05#p> <http://amr.isi.edu/frames/ld/v1.2.2/present-02.ARG1> <http://amr.isi.edu/amr_data/animals-05#a> .
<http://amr.isi.edu/amr_data/animals-05#a> <http://amr.isi.edu/rdf/amr-terms#op4> <http://amr.isi.edu/amr_data/animals-05#g> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/animals-05#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#bone> .
<http://amr.isi.edu/amr_data/animals-05#e> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/animals-05#m2> .
<http://amr.isi.edu/rdf/amr-terms#neocortex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" .
<http://amr.isi.edu/amr_data/animals-05#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#middle> .
<http://amr.isi.edu/rdf/amr-terms#op4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/amr-terms#mammal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#op3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/amr-terms#middle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#g> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/animals-05#m3> .
<http://amr.isi.edu/rdf/amr-terms#ear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ear> .
<http://amr.isi.edu/rdf/amr-terms#bone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/characterize-01.ARG1> <http://amr.isi.edu/amr_data/animals-05#m> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" .
<http://amr.isi.edu/frames/ld/v1.2.2/characterize-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/rdf/amr-terms#part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/animals-05#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gland> .
<http://amr.isi.edu/frames/ld/v1.2.2/characterize-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" .
<http://amr.isi.edu/amr_data/animals-05#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/animals-05#c> .
# ::id animals-05
# ::snt Mammals are characterized by the presence of fur, a middle ear with three bones, a neocortex, and mammary glands.
(c / characterize-01
:ARG1 (m / mammal)
:ARG2 (p / present-02
:ARG1 (a / and
:op1 (f / fur)
:op2 (e / ear
:mod (m2 / middle)
:part (b / bone
:quant 3))
:op3 (n / neocortex)
:op4 (g / gland
:mod (m3 / mammary)))))
\ No newline at end of file
tests/output/Animals-20231011/animals-05/animals-05.stog.amr.png

82.2 KiB

<?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 9.0.0 (0)
-->
<!-- Title: amr_graph Pages: 1 -->
<svg width="864pt" height="381pt"
viewBox="0.00 0.00 864.00 380.93" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(0.740153 0.740153) rotate(0) translate(4 510.66)">
<title>amr_graph</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-510.66 1163.33,-510.66 1163.33,4 -4,4"/>
<!-- c -->
<g id="node1" class="node">
<title>c</title>
<ellipse fill="none" stroke="black" cx="97.51" cy="-359.67" rx="97.51" ry="97.51"/>
<text text-anchor="middle" x="97.51" y="-355" font-family="Times,serif" font-size="14.00">c/characterize&#45;01</text>
</g>
<!-- m -->
<g id="node2" class="node">
<title>m</title>
<ellipse fill="none" stroke="black" cx="350.89" cy="-439.67" rx="66.99" ry="66.99"/>
<text text-anchor="middle" x="350.89" y="-435" font-family="Times,serif" font-size="14.00">m/mammal</text>
</g>
<!-- c&#45;&gt;m -->
<g id="edge1" class="edge">
<title>c&#45;&gt;m</title>
<path fill="none" stroke="black" d="M190.69,-389C218.77,-397.94 249.25,-407.64 275.96,-416.14"/>
<polygon fill="black" stroke="black" points="274.74,-419.43 285.33,-419.12 276.86,-412.76 274.74,-419.43"/>
<text text-anchor="middle" x="235.51" y="-412.62" font-family="Times,serif" font-size="14.00">:ARG1</text>
</g>
<!-- p -->
<g id="node3" class="node">
<title>p</title>
<ellipse fill="none" stroke="black" cx="350.89" cy="-279.67" rx="74.88" ry="74.88"/>
<text text-anchor="middle" x="350.89" y="-275" font-family="Times,serif" font-size="14.00">p/present&#45;02</text>
</g>
<!-- c&#45;&gt;p -->
<g id="edge2" class="edge">
<title>c&#45;&gt;p</title>
<path fill="none" stroke="black" d="M190.69,-330.34C216.08,-322.26 243.43,-313.55 268.19,-305.67"/>
<polygon fill="black" stroke="black" points="269.08,-309.06 277.55,-302.69 266.96,-302.39 269.08,-309.06"/>
<text text-anchor="middle" x="235.51" y="-325.62" font-family="Times,serif" font-size="14.00">:ARG2</text>
</g>
<!-- a -->
<g id="node4" class="node">
<title>a</title>
<ellipse fill="none" stroke="black" cx="545.36" cy="-279.67" rx="38.58" ry="38.58"/>
<text text-anchor="middle" x="545.36" y="-275" font-family="Times,serif" font-size="14.00">a/and</text>
</g>
<!-- p&#45;&gt;a -->
<g id="edge3" class="edge">
<title>p&#45;&gt;a</title>
<path fill="none" stroke="black" d="M426.03,-279.67C449.06,-279.67 473.88,-279.67 494.81,-279.67"/>
<polygon fill="black" stroke="black" points="494.81,-283.17 504.81,-279.67 494.81,-276.17 494.81,-283.17"/>
<text text-anchor="middle" x="466.28" y="-283.62" font-family="Times,serif" font-size="14.00">:ARG1</text>
</g>
<!-- f -->
<g id="node5" class="node">
<title>f</title>
<ellipse fill="none" stroke="black" cx="720.84" cy="-429.67" rx="32.79" ry="32.79"/>
<text text-anchor="middle" x="720.84" y="-425" font-family="Times,serif" font-size="14.00">f/fur</text>
</g>
<!-- a&#45;&gt;f -->
<g id="edge4" class="edge">
<title>a&#45;&gt;f</title>
<path fill="none" stroke="black" d="M570.71,-308.72C590.8,-331.69 620.75,-363.74 650.69,-387.67 660.25,-395.31 671.32,-402.62 681.75,-408.93"/>
<polygon fill="black" stroke="black" points="679.8,-411.84 690.19,-413.89 683.35,-405.81 679.8,-411.84"/>
<text text-anchor="middle" x="617.32" y="-375.62" font-family="Times,serif" font-size="14.00">:op1</text>
</g>
<!-- e -->
<g id="node6" class="node">
<title>e</title>
<ellipse fill="none" stroke="black" cx="720.84" cy="-342.67" rx="36.48" ry="36.48"/>
<text text-anchor="middle" x="720.84" y="-338" font-family="Times,serif" font-size="14.00">e/ear</text>
</g>
<!-- a&#45;&gt;e -->
<g id="edge5" class="edge">
<title>a&#45;&gt;e</title>
<path fill="none" stroke="black" d="M581.88,-292.57C608.96,-302.4 646.4,-316 675.45,-326.55"/>
<polygon fill="black" stroke="black" points="674.11,-329.79 684.71,-329.91 676.5,-323.21 674.11,-329.79"/>
<text text-anchor="middle" x="617.32" y="-312.62" font-family="Times,serif" font-size="14.00">:op2</text>
</g>
<!-- n -->
<g id="node9" class="node">
<title>n</title>
<ellipse fill="none" stroke="black" cx="720.84" cy="-217.67" rx="70.15" ry="70.15"/>
<text text-anchor="middle" x="720.84" y="-213" font-family="Times,serif" font-size="14.00">n/neocortex</text>
</g>
<!-- a&#45;&gt;n -->
<g id="edge8" class="edge">
<title>a&#45;&gt;n</title>
<path fill="none" stroke="black" d="M581.88,-266.97C599.78,-260.58 622.2,-252.57 643.73,-244.87"/>
<polygon fill="black" stroke="black" points="644.88,-248.18 653.12,-241.51 642.53,-241.58 644.88,-248.18"/>
<text text-anchor="middle" x="617.32" y="-262.62" font-family="Times,serif" font-size="14.00">:op3</text>
</g>
<!-- g -->
<g id="node10" class="node">
<title>g</title>
<ellipse fill="none" stroke="black" cx="720.84" cy="-80.67" rx="48.58" ry="48.58"/>
<text text-anchor="middle" x="720.84" y="-76" font-family="Times,serif" font-size="14.00">g/gland</text>
</g>
<!-- a&#45;&gt;g -->
<g id="edge9" class="edge">
<title>a&#45;&gt;g</title>
<path fill="none" stroke="black" d="M566.97,-247.49C586.72,-217.77 618.24,-173.16 650.69,-138.67 657.56,-131.37 665.3,-124.1 673.07,-117.3"/>
<polygon fill="black" stroke="black" points="675.31,-119.99 680.64,-110.83 670.77,-114.67 675.31,-119.99"/>
<text text-anchor="middle" x="617.32" y="-197.62" font-family="Times,serif" font-size="14.00">:op4</text>
</g>
<!-- m2 -->
<g id="node7" class="node">
<title>m2</title>
<ellipse fill="none" stroke="black" cx="942.91" cy="-410.67" rx="64.36" ry="64.36"/>
<text text-anchor="middle" x="942.91" y="-406" font-family="Times,serif" font-size="14.00">m2/middle</text>
</g>
<!-- e&#45;&gt;m2 -->
<g id="edge6" class="edge">
<title>e&#45;&gt;m2</title>
<path fill="none" stroke="black" d="M756.22,-353.3C786.72,-362.72 832.25,-376.79 870.58,-388.63"/>
<polygon fill="black" stroke="black" points="869.16,-391.85 879.74,-391.46 871.22,-385.17 869.16,-391.85"/>
<text text-anchor="middle" x="826.61" y="-382.62" font-family="Times,serif" font-size="14.00">:mod</text>
</g>
<!-- b -->
<g id="node8" class="node">
<title>b</title>
<ellipse fill="none" stroke="black" cx="942.91" cy="-283.67" rx="44.89" ry="44.89"/>
<text text-anchor="middle" x="942.91" y="-279" font-family="Times,serif" font-size="14.00">b/bone</text>
</g>
<!-- e&#45;&gt;b -->
<g id="edge7" class="edge">
<title>e&#45;&gt;b</title>
<path fill="none" stroke="black" d="M756.22,-333.45C791.55,-323.98 847.03,-309.11 888.16,-298.08"/>
<polygon fill="black" stroke="black" points="888.87,-301.51 897.62,-295.54 887.06,-294.75 888.87,-301.51"/>
<text text-anchor="middle" x="826.61" y="-321.62" font-family="Times,serif" font-size="14.00">:part</text>
</g>
<!-- node_0 -->
<g id="node12" class="node">
<title>node_0</title>
<polygon fill="none" stroke="black" points="1159.33,-301.67 1105.33,-301.67 1105.33,-265.67 1159.33,-265.67 1159.33,-301.67"/>
<text text-anchor="middle" x="1132.33" y="-279" font-family="Times,serif" font-size="14.00">3</text>
</g>
<!-- b&#45;&gt;node_0 -->
<g id="edge11" class="edge">
<title>b&#45;&gt;node_0</title>
<path fill="none" stroke="black" d="M987.85,-283.67C1019.94,-283.67 1063.01,-283.67 1093.56,-283.67"/>
<polygon fill="black" stroke="black" points="1093.49,-287.17 1103.49,-283.67 1093.49,-280.17 1093.49,-287.17"/>
<text text-anchor="middle" x="1064.45" y="-287.62" font-family="Times,serif" font-size="14.00">:quant</text>
</g>
<!-- m3 -->
<g id="node11" class="node">
<title>m3</title>
<ellipse fill="none" stroke="black" cx="942.91" cy="-80.67" rx="80.67" ry="80.67"/>
<text text-anchor="middle" x="942.91" y="-76" font-family="Times,serif" font-size="14.00">m3/mammary</text>
</g>
<!-- g&#45;&gt;m3 -->
<g id="edge10" class="edge">
<title>g&#45;&gt;m3</title>
<path fill="none" stroke="black" d="M769.86,-80.67C793.54,-80.67 822.9,-80.67 850.63,-80.67"/>
<polygon fill="black" stroke="black" points="850.46,-84.17 860.46,-80.67 850.46,-77.17 850.46,-84.17"/>
<text text-anchor="middle" x="826.61" y="-84.62" font-family="Times,serif" font-size="14.00">:mod</text>
</g>
</g>
</svg>
@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> .
@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> .
@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns2:Concept a rdfs:Class ;
rdfs:label "AMR-Concept" .
ns2:Role a rdfs:Class ;
rdfs:label "AMR-Role" .
<http://amr.isi.edu/amr_data/animals-05#root01> a ns2:AMR ;
ns2:has-id "animals-05" ;
ns2:has-sentence "Mammals are characterized by the presence of fur, a middle ear with three bones, a neocortex, and mammary glands." ;
ns2:root <http://amr.isi.edu/amr_data/animals-05#c> .
ns3:characterize-01.ARG1 a ns3:FrameRole .
ns3:characterize-01.ARG2 a ns3:FrameRole .
ns3:present-02.ARG1 a ns3:FrameRole .
ns1:mod a ns2:Role .
ns1:op1 a ns2:Role .
ns1:op2 a ns2:Role .
ns1:op3 a ns2:Role .
ns1:op4 a ns2:Role .
ns1:part a ns2:Role .
ns2:NamedEntity a ns2:Concept ;
rdfs:label "AMR-EntityType",
"AMR-Term" .
<http://amr.isi.edu/amr_data/animals-05#a> a ns2:and ;
ns1:op1 <http://amr.isi.edu/amr_data/animals-05#f> ;
ns1:op2 <http://amr.isi.edu/amr_data/animals-05#e> ;
ns1:op3 <http://amr.isi.edu/amr_data/animals-05#n> ;
ns1:op4 <http://amr.isi.edu/amr_data/animals-05#g> .
<http://amr.isi.edu/amr_data/animals-05#b> a ns1:bone ;
ns1:quant "3" .
<http://amr.isi.edu/amr_data/animals-05#c> a ns3:characterize-01 ;
ns3:characterize-01.ARG1 <http://amr.isi.edu/amr_data/animals-05#m> ;
ns3:characterize-01.ARG2 <http://amr.isi.edu/amr_data/animals-05#p> .
<http://amr.isi.edu/amr_data/animals-05#e> a ns1:ear ;
ns1:mod <http://amr.isi.edu/amr_data/animals-05#m2> ;
ns1:part <http://amr.isi.edu/amr_data/animals-05#b> .
<http://amr.isi.edu/amr_data/animals-05#f> a ns1:fur .
<http://amr.isi.edu/amr_data/animals-05#g> a ns1:gland ;
ns1:mod <http://amr.isi.edu/amr_data/animals-05#m3> .
<http://amr.isi.edu/amr_data/animals-05#m> a ns1:mammal .
<http://amr.isi.edu/amr_data/animals-05#m2> a ns1:middle .
<http://amr.isi.edu/amr_data/animals-05#m3> a ns1:mammary .
<http://amr.isi.edu/amr_data/animals-05#n> a ns1:neocortex .
<http://amr.isi.edu/amr_data/animals-05#p> a ns3:present-02 ;
ns3:present-02.ARG1 <http://amr.isi.edu/amr_data/animals-05#a> .
ns3:characterize-01 a ns2:Frame .
ns3:present-02 a ns2:Frame .
ns1:bone a ns2:Concept .
ns1:ear a ns2:Concept .
ns1:fur a ns2:Concept .
ns1:gland a ns2:Concept .
ns1:mammal a ns2:Concept .
ns1:mammary a ns2:Concept .
ns1:middle a ns2:Concept .
ns1:neocortex a ns2:Concept .
ns2:and a ns2:Concept .
ns2:Frame a ns2:Concept ;
rdfs:label "AMR-PropBank-Frame" .
ns3:FrameRole a ns2:Role ;
rdfs:label "AMR-PropBank-Role" .
digraph amr_graph {
rankdir=LR size="12,8"
h [label="h/have-03" shape=circle]
m [label="m/mammal" shape=circle]
a [label="a/all" shape=circle]
g [label="g/gland" shape=circle]
m2 [label="m2/mammary" shape=circle]
h -> m [label=":ARG0"]
m -> a [label=":mod"]
h -> g [label=":ARG1"]
g -> m2 [label=":mod"]
}
<http://amr.isi.edu/amr_data/animals-06#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mammal> .
<http://amr.isi.edu/frames/ld/v1.2.2/have-03> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/rdf/amr-terms#gland> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/core-amr#all> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/amr_data/animals-06#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "All mammals have mammary glands." .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" .
<http://amr.isi.edu/rdf/amr-terms#mammal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-06#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-03.ARG1> <http://amr.isi.edu/amr_data/animals-06#g> .
<http://amr.isi.edu/amr_data/animals-06#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gland> .
<http://amr.isi.edu/rdf/amr-terms#mammary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-06#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#all> .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-06#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mammary> .
<http://amr.isi.edu/amr_data/animals-06#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-03> .
<http://amr.isi.edu/amr_data/animals-06#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/animals-06#h> .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/animals-06#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> .
<http://amr.isi.edu/amr_data/animals-06#m> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/animals-06#a> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/frames/ld/v1.2.2/have-03.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/amr_data/animals-06#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-03.ARG0> <http://amr.isi.edu/amr_data/animals-06#m> .
<http://amr.isi.edu/frames/ld/v1.2.2/have-03.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/amr_data/animals-06#g> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/animals-06#m2> .
<http://amr.isi.edu/amr_data/animals-06#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "animals-06" .
# ::id animals-06
# ::snt All mammals have mammary glands.
(h / have-03
:ARG0 (m / mammal
:mod (a / all))
:ARG1 (g / gland
:mod (m2 / mammary)))
\ No newline at end of file
tests/output/Animals-20231011/animals-06/animals-06.stog.amr.png

44.9 KiB

<?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 9.0.0 (0)
-->
<!-- Title: amr_graph Pages: 1 -->
<svg width="576pt" height="290pt"
viewBox="0.00 0.00 575.88 289.66" 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 285.66)">
<title>amr_graph</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-285.66 571.88,-285.66 571.88,4 -4,4"/>
<!-- h -->
<g id="node1" class="node">
<title>h</title>
<ellipse fill="none" stroke="black" cx="60.15" cy="-147.67" rx="60.15" ry="60.15"/>
<text text-anchor="middle" x="60.15" y="-143" font-family="Times,serif" font-size="14.00">h/have&#45;03</text>
</g>
<!-- m -->
<g id="node2" class="node">
<title>m</title>
<ellipse fill="none" stroke="black" cx="268.3" cy="-214.67" rx="66.99" ry="66.99"/>
<text text-anchor="middle" x="268.3" y="-210" font-family="Times,serif" font-size="14.00">m/mammal</text>
</g>
<!-- h&#45;&gt;m -->
<g id="edge1" class="edge">
<title>h&#45;&gt;m</title>
<path fill="none" stroke="black" d="M117.75,-166.07C141.12,-173.66 168.5,-182.56 193.41,-190.66"/>
<polygon fill="black" stroke="black" points="192.26,-193.96 202.85,-193.72 194.42,-187.3 192.26,-193.96"/>
<text text-anchor="middle" x="160.8" y="-190.62" font-family="Times,serif" font-size="14.00">:ARG0</text>
</g>
<!-- g -->
<g id="node4" class="node">
<title>g</title>
<ellipse fill="none" stroke="black" cx="268.3" cy="-80.67" rx="48.58" ry="48.58"/>
<text text-anchor="middle" x="268.3" y="-76" font-family="Times,serif" font-size="14.00">g/gland</text>
</g>
<!-- h&#45;&gt;g -->
<g id="edge3" class="edge">
<title>h&#45;&gt;g</title>
<path fill="none" stroke="black" d="M117.75,-129.27C146.71,-119.86 181.86,-108.44 210.81,-99.03"/>
<polygon fill="black" stroke="black" points="211.7,-102.42 220.13,-96 209.54,-95.76 211.7,-102.42"/>
<text text-anchor="middle" x="160.8" y="-125.62" font-family="Times,serif" font-size="14.00">:ARG1</text>
</g>
<!-- a -->
<g id="node3" class="node">
<title>a</title>
<ellipse fill="none" stroke="black" cx="487.21" cy="-214.67" rx="32.27" ry="32.27"/>
<text text-anchor="middle" x="487.21" y="-210" font-family="Times,serif" font-size="14.00">a/all</text>
</g>
<!-- m&#45;&gt;a -->
<g id="edge2" class="edge">
<title>m&#45;&gt;a</title>
<path fill="none" stroke="black" d="M335.55,-214.67C370.58,-214.67 412.55,-214.67 443.29,-214.67"/>
<polygon fill="black" stroke="black" points="442.97,-218.17 452.97,-214.67 442.97,-211.17 442.97,-218.17"/>
<text text-anchor="middle" x="370.91" y="-218.62" font-family="Times,serif" font-size="14.00">:mod</text>
</g>
<!-- m2 -->
<g id="node5" class="node">
<title>m2</title>
<ellipse fill="none" stroke="black" cx="487.21" cy="-80.67" rx="80.67" ry="80.67"/>
<text text-anchor="middle" x="487.21" y="-76" font-family="Times,serif" font-size="14.00">m2/mammary</text>
</g>
<!-- g&#45;&gt;m2 -->
<g id="edge4" class="edge">
<title>g&#45;&gt;m2</title>
<path fill="none" stroke="black" d="M317.17,-80.67C339.98,-80.67 368.06,-80.67 394.74,-80.67"/>
<polygon fill="black" stroke="black" points="394.55,-84.17 404.55,-80.67 394.55,-77.17 394.55,-84.17"/>
<text text-anchor="middle" x="370.91" y="-84.62" font-family="Times,serif" font-size="14.00">:mod</text>
</g>
</g>
</svg>
@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> .
@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> .
@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns2:Concept a rdfs:Class ;
rdfs:label "AMR-Concept" .
ns2:Role a rdfs:Class ;
rdfs:label "AMR-Role" .
<http://amr.isi.edu/amr_data/animals-06#root01> a ns2:AMR ;
ns2:has-id "animals-06" ;
ns2:has-sentence "All mammals have mammary glands." ;
ns2:root <http://amr.isi.edu/amr_data/animals-06#h> .
ns3:have-03.ARG0 a ns3:FrameRole .
ns3:have-03.ARG1 a ns3:FrameRole .
ns1:mod a ns2:Role .
ns2:NamedEntity a ns2:Concept ;
rdfs:label "AMR-EntityType",
"AMR-Term" .
<http://amr.isi.edu/amr_data/animals-06#a> a ns2:all .
<http://amr.isi.edu/amr_data/animals-06#g> a ns1:gland ;
ns1:mod <http://amr.isi.edu/amr_data/animals-06#m2> .
<http://amr.isi.edu/amr_data/animals-06#h> a ns3:have-03 ;
ns3:have-03.ARG0 <http://amr.isi.edu/amr_data/animals-06#m> ;
ns3:have-03.ARG1 <http://amr.isi.edu/amr_data/animals-06#g> .
<http://amr.isi.edu/amr_data/animals-06#m> a ns1:mammal ;
ns1:mod <http://amr.isi.edu/amr_data/animals-06#a> .
<http://amr.isi.edu/amr_data/animals-06#m2> a ns1:mammary .
ns3:have-03 a ns2:Frame .
ns1:gland a ns2:Concept .
ns1:mammal a ns2:Concept .
ns1:mammary a ns2:Concept .
ns2:Frame a ns2:Concept ;
rdfs:label "AMR-PropBank-Frame" .
ns2:all a ns2:Concept .
ns3:FrameRole a ns2:Role ;
rdfs:label "AMR-PropBank-Role" .
A cat is a domestic animal.
Fish are marine animals.
The dog is a mammal belonging to the Canidae family.
Mammals (Mammalia) are a class of vertebrate animals.
Mammals are characterized by the presence of fur, a middle ear with three bones, a neocortex, and mammary glands.
All mammals have mammary glands.
\ No newline at end of file
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"]
}
<http://amr.isi.edu/amr_data/SolarSystem-01#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." .
<http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/frames/ld/v1.2.2/bind-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/amr_data/SolarSystem-01#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o2> <http://amr.isi.edu/rdf/amr-terms#manner> <http://amr.isi.edu/amr_data/SolarSystem-01#o3> .
<http://amr.isi.edu/rdf/amr-terms#system> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/SolarSystem-01#s> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/SolarSystem-01#p> .
<http://amr.isi.edu/rdf/core-amr#or> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/SolarSystem-01#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/direct-02> .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" .
<http://amr.isi.edu/amr_data/SolarSystem-01#s> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/SolarSystem-01#a> .
<http://amr.isi.edu/amr_data/SolarSystem-01#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/SolarSystem-01#o> .
<http://amr.isi.edu/amr_data/SolarSystem-01#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/direct-02> .
<http://amr.isi.edu/amr_data/SolarSystem-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/SolarSystem-01#s> .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" .
<http://amr.isi.edu/amr_data/SolarSystem-01#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/SolarSystem-01#s2> .
<http://amr.isi.edu/entity-types#planet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> .
<http://amr.isi.edu/frames/ld/v1.2.2/orbit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/amr_data/SolarSystem-01#b> <http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG1> <http://amr.isi.edu/amr_data/SolarSystem-01#s> .
<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/SolarSystem-01#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> .
<http://amr.isi.edu/rdf/amr-terms#gravitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/SolarSystem-01#p> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/amr_data/SolarSystem-01#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/bind-01> .
<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/amr_data/SolarSystem-01#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> .
<http://amr.isi.edu/frames/ld/v1.2.2/direct-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> .
<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/SolarSystem-01#d2> .
<http://amr.isi.edu/amr_data/SolarSystem-01#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gravitation> .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" .
<http://amr.isi.edu/amr_data/SolarSystem-01#o3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#or> .
<http://amr.isi.edu/amr_data/SolarSystem-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "SolarSystem-01" .
<http://amr.isi.edu/amr_data/SolarSystem-01#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://amr.isi.edu/rdf/amr-terms#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/SolarSystem-01#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> .
<http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/SolarSystem-01#o> .
<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" .
<http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/amr_data/SolarSystem-01#b> <http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG0> <http://amr.isi.edu/amr_data/SolarSystem-01#g> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://amr.isi.edu/amr_data/SolarSystem-01#s2> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/SolarSystem-01#d> .
<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" .
<http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> .
<http://amr.isi.edu/amr_data/SolarSystem-01#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01> .
<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#sun> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> .
<http://amr.isi.edu/rdf/amr-terms#manner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/rdf/amr-terms#part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> .
<http://amr.isi.edu/amr_data/SolarSystem-01#d2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" .
# ::id 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment