diff --git a/tenet/main.py b/tenet/main.py index 3d6c877b678080846796b9c988c7504281dc6bb3..65a906673246a23071841437a05a887b59b84492 100644 --- a/tenet/main.py +++ b/tenet/main.py @@ -251,11 +251,12 @@ def create_ontology_from_amrld_dir(amrld_dir_path, # ----- Sentence File List sentence_dir = config.source_sentence_file sentence_file_list = glob.glob(sentence_dir, recursive = True) + sentence_file_list = sorted(sentence_file_list) # ----- Computing Extraction Argument mapIterable = [] for i in range(len(sentence_file_list)): - config_dict['sentence_id'] = i + config_dict['sentence_id'] = i+1 config_dict['sentence_file'] = sentence_file_list[i] mapIterable = mapIterable + [config_dict.copy()] diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..e12eab02e19e3f95d9efd3dd799ce8d7614df466 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..a1075c8d1157da4b5452711ca08d717c99a924be --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.nt @@ -0,0 +1,58 @@ +<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/amr_data/WikiAbstract-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/amr_data/WikiAbstract-SolarSystem-01#s> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> . +<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/WikiAbstract-SolarSystem-01#o2> <http://amr.isi.edu/rdf/amr-terms#manner> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> . +<http://amr.isi.edu/amr_data/WikiAbstract-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-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<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/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/WikiAbstract-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/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/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/amr_data/WikiAbstract-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#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/WikiAbstract-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/WikiAbstract-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/amr_data/WikiAbstract-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/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-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/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/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-01" . +<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/WikiAbstract-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/amr_data/WikiAbstract-SolarSystem-01#d2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<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/WikiAbstract-SolarSystem-01#b> <http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> <http://amr.isi.edu/frames/ld/v1.2.2/bind-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> . +<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/WikiAbstract-SolarSystem-01#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> . +<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/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/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/WikiAbstract-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/amr_data/WikiAbstract-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/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/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/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/WikiAbstract-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/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "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#gravitation> <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/WikiAbstract-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/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/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/amr_data/WikiAbstract-SolarSystem-01#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> . +<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/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/WikiAbstract-SolarSystem-01#o3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" . +<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/WikiAbstract-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> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..c4e993d166c65545402d7068dd2c4d905c678a03 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..3868f818d6c33617c10e57e729f3191476c40def Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ca5d9ba4a1f988a200583888ccc2369708b7cccb --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="357pt" + viewBox="0.00 0.00 864.00 357.12" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.642871 0.642871) rotate(0) translate(4 551.51)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-551.51 1339.97,-551.51 1339.97,4 -4,4"/> +<!-- s --> +<g id="node1" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="55.42" cy="-360.25" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="55.42" y="-355.58" 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="268.41" cy="-495.25" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="268.41" y="-490.58" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- s->p --> +<g id="edge1" class="edge"> +<title>s->p</title> +<path fill="none" stroke="black" d="M102.72,-389.88C135.79,-411.04 180.34,-439.54 214.76,-461.57"/> +<polygon fill="black" stroke="black" points="212.43,-464.87 222.74,-467.31 216.2,-458.97 212.43,-464.87"/> +<text text-anchor="middle" x="160.33" y="-447.2" 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="268.41" cy="-360.25" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="268.41" y="-355.58" font-family="Times,serif" font-size="14.00">b/bind-01</text> +</g> +<!-- s->b --> +<g id="edge3" class="edge"> +<title>s->b</title> +<path fill="none" stroke="black" d="M111.3,-360.25C138.04,-360.25 170.47,-360.25 198.83,-360.25"/> +<polygon fill="black" stroke="black" points="198.48,-363.75 208.48,-360.25 198.48,-356.75 198.48,-363.75"/> +<text text-anchor="middle" x="160.33" y="-364.2" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- a --> +<g id="node6" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="268.41" cy="-245.25" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="268.41" y="-240.58" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- s->a --> +<g id="edge5" class="edge"> +<title>s->a</title> +<path fill="none" stroke="black" d="M104.56,-334.01C140.69,-314.32 189.72,-287.6 224.51,-268.63"/> +<polygon fill="black" stroke="black" points="225.82,-271.36 232.92,-263.5 222.47,-265.22 225.82,-271.36"/> +<text text-anchor="middle" x="160.33" y="-323.2" 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="483.92" cy="-499.25" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="483.92" y="-494.58" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M321.09,-496.22C352.47,-496.81 392.59,-497.56 425.03,-498.17"/> +<polygon fill="black" stroke="black" points="424.65,-501.68 434.72,-498.37 424.79,-494.68 424.65,-501.68"/> +<text text-anchor="middle" x="367.48" y="-501.2" 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="758.82,-544.25 691.82,-544.25 691.82,-508.25 758.82,-508.25 758.82,-544.25"/> +<text text-anchor="middle" x="725.32" y="-521.58" font-family="Times,serif" font-size="14.00">"Solar"</text> +</g> +<!-- n->node_0 --> +<g id="edge13" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M531.93,-504.55C575.18,-509.43 638.81,-516.61 680.88,-521.35"/> +<polygon fill="black" stroke="black" points="680.29,-524.92 690.62,-522.56 681.07,-517.97 680.29,-524.92"/> +<text text-anchor="middle" x="609.35" y="-520.2" 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="766.69,-490.25 683.94,-490.25 683.94,-454.25 766.69,-454.25 766.69,-490.25"/> +<text text-anchor="middle" x="725.32" y="-467.58" font-family="Times,serif" font-size="14.00">"System"</text> +</g> +<!-- n->node_1 --> +<g id="edge14" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M531.93,-493.95C572.55,-489.37 631.16,-482.76 672.99,-478.04"/> +<polygon fill="black" stroke="black" points="673.24,-481.42 682.78,-476.82 672.45,-474.47 673.24,-481.42"/> +<text text-anchor="middle" x="609.35" y="-491.2" 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="483.92" cy="-357.25" rx="75.94" ry="75.94"/> +<text text-anchor="middle" x="483.92" y="-352.58" font-family="Times,serif" font-size="14.00">g/gravitation</text> +</g> +<!-- b->g --> +<g id="edge4" class="edge"> +<title>b->g</title> +<path fill="none" stroke="black" d="M327.47,-359.44C348.79,-359.14 373.41,-358.79 396.67,-358.46"/> +<polygon fill="black" stroke="black" points="396.66,-361.95 406.61,-358.31 396.56,-354.95 396.66,-361.95"/> +<text text-anchor="middle" x="367.48" y="-362.2" 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="930.87" cy="-249.25" rx="43.84" ry="43.84"/> +<text text-anchor="middle" x="930.87" y="-244.58" font-family="Times,serif" font-size="14.00">s2/sun</text> +</g> +<!-- a->s2 --> +<g id="edge6" class="edge"> +<title>a->s2</title> +<path fill="none" stroke="black" d="M307.29,-245.48C418.75,-246.16 745.89,-248.14 875.8,-248.92"/> +<polygon fill="black" stroke="black" points="875.63,-252.43 885.65,-248.99 875.67,-245.43 875.63,-252.43"/> +<text text-anchor="middle" x="609.35" y="-251.2" 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="483.92" cy="-166.25" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="483.92" y="-161.58" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- a->o --> +<g id="edge7" class="edge"> +<title>a->o</title> +<path fill="none" stroke="black" d="M305.14,-232.03C338.05,-219.85 387.44,-201.58 425.82,-187.38"/> +<polygon fill="black" stroke="black" points="426.66,-190.43 434.82,-183.68 424.23,-183.86 426.66,-190.43"/> +<text text-anchor="middle" x="367.48" y="-218.2" 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="725.32" cy="-155.25" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="725.32" y="-150.58" font-family="Times,serif" font-size="14.00">o2/orbit-01</text> +</g> +<!-- o->o2 --> +<g id="edge8" class="edge"> +<title>o->o2</title> +<path fill="none" stroke="black" d="M534.81,-163.96C567.49,-162.46 610.83,-160.47 647.82,-158.77"/> +<polygon fill="black" stroke="black" points="647.75,-162.23 657.57,-158.27 647.42,-155.24 647.75,-162.23"/> +<text text-anchor="middle" x="609.35" y="-166.2" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- o2->s2 --> +<g id="edge9" class="edge"> +<title>o2->s2</title> +<path fill="none" stroke="black" d="M787.1,-181.02C812.57,-192.06 842.39,-205.32 869.03,-218 873.13,-219.96 877.37,-222.02 881.6,-224.12"/> +<polygon fill="black" stroke="black" points="879.92,-227.7 890.43,-229.06 883.06,-221.44 879.92,-227.7"/> +<text text-anchor="middle" x="839.41" y="-221.2" 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="930.87" cy="-150.25" rx="37" ry="37"/> +<text text-anchor="middle" x="930.87" y="-145.58" font-family="Times,serif" font-size="14.00">o3/or</text> +</g> +<!-- o2->o3 --> +<g id="edge10" class="edge"> +<title>o2->o3</title> +<path fill="none" stroke="black" d="M792.12,-153.64C821.73,-152.91 856,-152.07 882.95,-151.41"/> +<polygon fill="black" stroke="black" points="882.73,-154.89 892.64,-151.14 882.56,-147.89 882.73,-154.89"/> +<text text-anchor="middle" x="839.41" y="-157.2" 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="1113.72" cy="-228.25" rx="65.94" ry="65.94"/> +<text text-anchor="middle" x="1113.72" y="-223.58" font-family="Times,serif" font-size="14.00">d/direct-02</text> +</g> +<!-- o3->d --> +<g id="edge11" class="edge"> +<title>o3->d</title> +<path fill="none" stroke="black" d="M965.04,-164.56C986.74,-173.92 1015.92,-186.5 1042.6,-198.01"/> +<polygon fill="black" stroke="black" points="1041.12,-201.61 1051.69,-202.36 1043.89,-195.19 1041.12,-201.61"/> +<text text-anchor="middle" x="1008.09" y="-193.2" 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="1113.72" cy="-72.25" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="1113.72" y="-67.58" font-family="Times,serif" font-size="14.00">d2/direct-02</text> +</g> +<!-- o3->d2 --> +<g id="edge12" class="edge"> +<title>o3->d2</title> +<path fill="none" stroke="black" d="M965.04,-135.95C985.21,-127.25 1011.83,-115.77 1036.9,-104.95"/> +<polygon fill="black" stroke="black" points="1037.99,-107.86 1045.79,-100.69 1035.22,-101.43 1037.99,-107.86"/> +<text text-anchor="middle" x="1008.09" y="-127.2" 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="1335.97,-90.25 1281.97,-90.25 1281.97,-54.25 1335.97,-54.25 1335.97,-90.25"/> +<text text-anchor="middle" x="1308.97" y="-67.58" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- d2->node_2 --> +<g id="edge15" class="edge"> +<title>d2->node_2</title> +<path fill="none" stroke="black" d="M1186.4,-72.25C1215.15,-72.25 1247.06,-72.25 1270.97,-72.25"/> +<polygon fill="black" stroke="black" points="1270.68,-75.75 1280.68,-72.25 1270.68,-68.75 1270.68,-75.75"/> +<text text-anchor="middle" x="1233.97" y="-76.2" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..96663e3d3056bebf97e0ac6343917d2e586b295d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.ttl @@ -0,0 +1,99 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> a ns2:bind-01 ; + ns2:bind-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + ns2:bind-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + ns2:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns1:manner <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-01" ; + ns3:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +ns2:bind-01.ARG0 a ns2:FrameRole . + +ns2:bind-01.ARG1 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns2:orbit-01.ARG1 a ns2:FrameRole . + +ns1:domain a ns3:Role . + +ns1:manner a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:op2 a ns3:Role . + +ns1:part a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> a ns2:direct-02 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> a ns2:direct-02 ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> a ns1:gravitation . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> a ns3:or ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns2:bind-01 a ns3:Frame . + +ns2:orbit-01 a ns3:Frame . + +ns1:gravitation a ns3:Concept . + +ns1:object a ns3:Concept . + +ns1:sun a ns3:Concept . + +ns1:system a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:and a ns3:Concept . + +ns3:or a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> a ns1:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> a ns1:system ; + ns1:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + ns1:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> a ns1:sun . + +ns2:direct-02 a ns3:Frame . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..033fa2a6dcb5b4be488fb22f517cccb29007581d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..2c8ef1b68af4bc2c0cc19e633b5a00917162e93c --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.nt @@ -0,0 +1,84 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/remain-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#more> <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/WikiAbstract-SolarSystem-02#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG5> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<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#most> <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/WikiAbstract-SolarSystem-02#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#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/WikiAbstract-SolarSystem-02#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#op3> <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/WikiAbstract-SolarSystem-02#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> . +<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/frames/ld/v1.2.2/remain-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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#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/WikiAbstract-SolarSystem-02#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<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/WikiAbstract-SolarSystem-02#b> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/WikiAbstract-SolarSystem-02#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> . +<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/WikiAbstract-SolarSystem-02#r> <http://amr.isi.edu/frames/ld/v1.2.2/remain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> . +<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/WikiAbstract-SolarSystem-02#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> <http://amr.isi.edu/frames/ld/v1.2.2/direct-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> . +<http://amr.isi.edu/rdf/amr-terms#small> <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#mod> <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/WikiAbstract-SolarSystem-02#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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/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/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/WikiAbstract-SolarSystem-02#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dwarf> . +<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/WikiAbstract-SolarSystem-02#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> <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#large> <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/WikiAbstract-SolarSystem-02#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-02" . +<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/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/WikiAbstract-SolarSystem-02#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> . +<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/amr-terms#body> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/have-degree-91.ARG5> <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/WikiAbstract-SolarSystem-02#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/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/rdf/amr-terms#dwarf> <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/WikiAbstract-SolarSystem-02#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/direct-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/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/WikiAbstract-SolarSystem-02#p> <http://amr.isi.edu/rdf/amr-terms#quant> "8" . +<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/WikiAbstract-SolarSystem-02#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#body> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> <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/WikiAbstract-SolarSystem-02#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#large> . +<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/WikiAbstract-SolarSystem-02#s4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#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/have-degree-91> <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#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/WikiAbstract-SolarSystem-02#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/remain-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<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> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..b29309dcdffd72d9ff59dd396ca0ab4c9f6e6284 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2ebbb720ba3c64182ee1452914706eb91ec608 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..2861d050f4f6265aed425306bc784208ed153138 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="543pt" + viewBox="0.00 0.00 864.00 543.24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.610383 0.610383) rotate(0) translate(4 885.99)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-885.99 1411.5,-885.99 1411.5,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="38.58" cy="-501.73" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="38.58" y="-497.06" 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="241.94" cy="-605.73" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="241.94" y="-601.06" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- a->h --> +<g id="edge1" class="edge"> +<title>a->h</title> +<path fill="none" stroke="black" d="M73.29,-519.14C93.13,-529.39 119.32,-542.92 145.1,-556.23"/> +<polygon fill="black" stroke="black" points="143.07,-559.63 153.56,-561.11 146.28,-553.42 143.07,-559.63"/> +<text text-anchor="middle" x="110.54" y="-547.68" 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="241.94" cy="-408.73" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="241.94" y="-404.06" font-family="Times,serif" font-size="14.00">r/remain-01</text> +</g> +<!-- a->r --> +<g id="edge9" class="edge"> +<title>a->r</title> +<path fill="none" stroke="black" d="M74.2,-485.74C99.98,-473.84 136.11,-457.15 168.15,-442.35"/> +<polygon fill="black" stroke="black" points="169.33,-445.2 176.95,-437.83 166.4,-438.84 169.33,-445.2"/> +<text text-anchor="middle" x="110.54" y="-477.68" 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="473.24" cy="-829.73" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="473.24" y="-825.06" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- h->p --> +<g id="edge2" class="edge"> +<title>h->p</title> +<path fill="none" stroke="black" d="M312.67,-673.85C350,-710.31 394.87,-754.15 427.51,-786.03"/> +<polygon fill="black" stroke="black" points="424.51,-787.98 434.11,-792.46 429.4,-782.97 424.51,-787.98"/> +<text text-anchor="middle" x="380.48" y="-760.68" 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="473.24" cy="-715.73" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="473.24" y="-711.06" font-family="Times,serif" font-size="14.00">l/large</text> +</g> +<!-- h->l --> +<g id="edge3" class="edge"> +<title>h->l</title> +<path fill="none" stroke="black" d="M330.94,-647.94C362.55,-663.11 397.01,-679.64 423.99,-692.59"/> +<polygon fill="black" stroke="black" points="422.05,-696.01 432.58,-697.18 425.07,-689.7 422.05,-696.01"/> +<text text-anchor="middle" x="380.48" y="-683.68" 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="473.24" cy="-605.73" rx="48.58" ry="48.58"/> +<text text-anchor="middle" x="473.24" y="-601.06" font-family="Times,serif" font-size="14.00">m/most</text> +</g> +<!-- h->m --> +<g id="edge4" class="edge"> +<title>h->m</title> +<path fill="none" stroke="black" d="M340.19,-605.73C365.04,-605.73 391,-605.73 413.27,-605.73"/> +<polygon fill="black" stroke="black" points="413.22,-609.23 423.22,-605.73 413.22,-602.23 413.22,-609.23"/> +<text text-anchor="middle" x="380.48" y="-609.68" 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="473.24" cy="-488.73" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="473.24" y="-484.06" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- h->o --> +<g id="edge5" class="edge"> +<title>h->o</title> +<path fill="none" stroke="black" d="M329.63,-561.5C359.21,-546.41 391.42,-529.97 417.74,-516.54"/> +<polygon fill="black" stroke="black" points="419.21,-519.21 426.52,-511.55 416.02,-512.97 419.21,-519.21"/> +<text text-anchor="middle" x="380.48" y="-546.68" 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="717.96,-847.73 663.96,-847.73 663.96,-811.73 717.96,-811.73 717.96,-847.73"/> +<text text-anchor="middle" x="690.96" y="-825.06" font-family="Times,serif" font-size="14.00">8</text> +</g> +<!-- p->node_0 --> +<g id="edge21" class="edge"> +<title>p->node_0</title> +<path fill="none" stroke="black" d="M525.91,-829.73C565.05,-829.73 617.89,-829.73 652.9,-829.73"/> +<polygon fill="black" stroke="black" points="652.6,-833.23 662.6,-829.73 652.6,-826.23 652.6,-833.23"/> +<text text-anchor="middle" x="575" y="-833.68" 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="690.96" cy="-687.73" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="690.96" y="-683.06" font-family="Times,serif" font-size="14.00">o2/orbit-01</text> +</g> +<!-- o->o2 --> +<g id="edge6" class="edge"> +<title>o->o2</title> +<path fill="none" stroke="black" d="M510.83,-522.49C544.39,-553.44 594.6,-599.76 633.33,-635.49"/> +<polygon fill="black" stroke="black" points="630.69,-637.74 640.41,-641.94 635.44,-632.59 630.69,-637.74"/> +<text text-anchor="middle" x="575" y="-609.68" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- s --> +<g id="node8" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="960.77" cy="-808.73" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="960.77" y="-804.06" font-family="Times,serif" font-size="14.00">s/sun</text> +</g> +<!-- o2->s --> +<g id="edge7" class="edge"> +<title>o2->s</title> +<path fill="none" stroke="black" d="M751.67,-715.11C782.85,-729.38 821.66,-747.07 856.43,-762.73 876.07,-771.58 897.85,-781.29 916.33,-789.5"/> +<polygon fill="black" stroke="black" points="914.67,-793.03 925.23,-793.89 917.51,-786.64 914.67,-793.03"/> +<text text-anchor="middle" x="806.93" y="-755.68" 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="960.77" cy="-687.73" rx="65.94" ry="65.94"/> +<text text-anchor="middle" x="960.77" y="-683.06" font-family="Times,serif" font-size="14.00">d/direct-02</text> +</g> +<!-- o2->d --> +<g id="edge8" class="edge"> +<title>o2->d</title> +<path fill="none" stroke="black" d="M757.82,-687.73C795.9,-687.73 843.98,-687.73 883.68,-687.73"/> +<polygon fill="black" stroke="black" points="883.63,-691.23 893.63,-687.73 883.63,-684.23 883.63,-691.23"/> +<text text-anchor="middle" x="806.93" y="-691.68" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- a2 --> +<g id="node11" class="node"> +<title>a2</title> +<ellipse fill="none" stroke="black" cx="473.24" cy="-368.73" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="473.24" y="-364.06" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- r->a2 --> +<g id="edge10" class="edge"> +<title>r->a2</title> +<path fill="none" stroke="black" d="M311.43,-396.78C345.57,-390.83 386.28,-383.73 418.19,-378.16"/> +<polygon fill="black" stroke="black" points="418.4,-381.5 427.65,-376.33 417.2,-374.6 418.4,-381.5"/> +<text text-anchor="middle" x="380.48" y="-390.68" 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="690.96" cy="-472.73" rx="57" ry="57"/> +<text text-anchor="middle" x="690.96" y="-468.06" font-family="Times,serif" font-size="14.00">o3/object</text> +</g> +<!-- a2->o3 --> +<g id="edge11" class="edge"> +<title>a2->o3</title> +<path fill="none" stroke="black" d="M514.31,-388.05C546.63,-403.63 592.62,-425.8 629.43,-443.55"/> +<polygon fill="black" stroke="black" points="627.54,-447 638.06,-448.19 630.58,-440.7 627.54,-447"/> +<text text-anchor="middle" x="575" y="-433.68" 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="690.96" cy="-332.73" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="690.96" y="-328.06" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- a2->p2 --> +<g id="edge15" class="edge"> +<title>a2->p2</title> +<path fill="none" stroke="black" d="M517.89,-361.45C547.78,-356.46 588,-349.75 622.04,-344.06"/> +<polygon fill="black" stroke="black" points="622.57,-347.36 631.85,-342.26 621.42,-340.45 622.57,-347.36"/> +<text text-anchor="middle" x="575" y="-360.68" 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="690.96" cy="-194.73" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="690.96" y="-190.06" font-family="Times,serif" font-size="14.00">b/body</text> +</g> +<!-- a2->b --> +<g id="edge17" class="edge"> +<title>a2->b</title> +<path fill="none" stroke="black" d="M508.9,-340.77C546.48,-310.46 606.51,-262.04 647.05,-229.34"/> +<polygon fill="black" stroke="black" points="648.8,-231.62 654.39,-222.62 644.41,-226.17 648.8,-231.62"/> +<text text-anchor="middle" x="575" y="-315.68" 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="960.77" cy="-499.73" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="960.77" y="-495.06" font-family="Times,serif" font-size="14.00">h2/have-degree-91</text> +</g> +<!-- o3->h2 --> +<g id="edge12" class="edge"> +<title>o3->h2</title> +<path fill="none" stroke="black" d="M748.1,-478.39C776.48,-481.25 811.98,-484.83 845.75,-488.23"/> +<polygon fill="black" stroke="black" points="845.34,-491.81 855.64,-489.33 846.05,-484.85 845.34,-491.81"/> +<text text-anchor="middle" x="806.93" y="-490.68" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s2 --> +<g id="node14" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="1202.06" cy="-562.73" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="1202.06" y="-558.06" font-family="Times,serif" font-size="14.00">s2/small</text> +</g> +<!-- h2->s2 --> +<g id="edge13" class="edge"> +<title>h2->s2</title> +<path fill="none" stroke="black" d="M1062.21,-526.17C1088.61,-533.12 1116.29,-540.41 1139.92,-546.63"/> +<polygon fill="black" stroke="black" points="1138.92,-550.25 1149.48,-549.41 1140.7,-543.48 1138.92,-550.25"/> +<text text-anchor="middle" x="1105.62" y="-545.68" 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="1202.06" cy="-435.73" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="1202.06" y="-431.06" font-family="Times,serif" font-size="14.00">m2/more</text> +</g> +<!-- h2->m2 --> +<g id="edge14" class="edge"> +<title>h2->m2</title> +<path fill="none" stroke="black" d="M1061.87,-472.96C1087.41,-466.13 1114.18,-458.97 1137.33,-452.77"/> +<polygon fill="black" stroke="black" points="1137.95,-455.97 1146.7,-450 1136.14,-449.2 1137.95,-455.97"/> +<text text-anchor="middle" x="1105.62" y="-469.68" 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="960.77" cy="-321.73" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="960.77" y="-317.06" font-family="Times,serif" font-size="14.00">d2/dwarf</text> +</g> +<!-- p2->d2 --> +<g id="edge16" class="edge"> +<title>p2->d2</title> +<path fill="none" stroke="black" d="M749.74,-330.36C791.99,-328.62 849.36,-326.27 893.47,-324.45"/> +<polygon fill="black" stroke="black" points="893.54,-327.91 903.38,-324.01 893.25,-320.92 893.54,-327.91"/> +<text text-anchor="middle" x="806.93" y="-332.68" 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="960.77" cy="-194.73" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="960.77" y="-190.06" font-family="Times,serif" font-size="14.00">s3/small</text> +</g> +<!-- b->s3 --> +<g id="edge18" class="edge"> +<title>b->s3</title> +<path fill="none" stroke="black" d="M736.19,-194.73C779.97,-194.73 847.43,-194.73 896.8,-194.73"/> +<polygon fill="black" stroke="black" points="896.67,-198.23 906.67,-194.73 896.67,-191.23 896.67,-198.23"/> +<text text-anchor="middle" x="806.93" y="-198.68" 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="960.77" cy="-61.73" rx="61.73" ry="61.73"/> +<text text-anchor="middle" x="960.77" y="-57.06" font-family="Times,serif" font-size="14.00">s4/system</text> +</g> +<!-- b->s4 --> +<g id="edge19" class="edge"> +<title>b->s4</title> +<path fill="none" stroke="black" d="M731.77,-174.96C774.89,-153.55 844.33,-119.06 895.26,-93.77"/> +<polygon fill="black" stroke="black" points="896.47,-96.58 903.87,-89 893.36,-90.31 896.47,-96.58"/> +<text text-anchor="middle" x="806.93" y="-154.68" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- n --> +<g id="node21" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="1202.06" cy="-61.73" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1202.06" y="-57.06" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- s4->n --> +<g id="edge20" class="edge"> +<title>s4->n</title> +<path fill="none" stroke="black" d="M1022.77,-61.73C1059.67,-61.73 1106.44,-61.73 1142.83,-61.73"/> +<polygon fill="black" stroke="black" points="1142.76,-65.23 1152.76,-61.73 1142.76,-58.23 1142.76,-65.23"/> +<text text-anchor="middle" x="1105.62" y="-65.68" 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="1399.63,-106.73 1332.63,-106.73 1332.63,-70.73 1399.63,-70.73 1399.63,-106.73"/> +<text text-anchor="middle" x="1366.13" y="-84.06" font-family="Times,serif" font-size="14.00">"Solar"</text> +</g> +<!-- n->node_1 --> +<g id="edge22" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M1249.94,-69.54C1272.49,-73.3 1299.36,-77.77 1321.48,-81.46"/> +<polygon fill="black" stroke="black" points="1320.8,-85.06 1331.24,-83.25 1321.95,-78.15 1320.8,-85.06"/> +<text text-anchor="middle" x="1291.38" y="-81.68" 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="1407.5,-52.73 1324.75,-52.73 1324.75,-16.73 1407.5,-16.73 1407.5,-52.73"/> +<text text-anchor="middle" x="1366.13" y="-30.06" font-family="Times,serif" font-size="14.00">"System"</text> +</g> +<!-- n->node_2 --> +<g id="edge23" class="edge"> +<title>n->node_2</title> +<path fill="none" stroke="black" d="M1249.94,-53.92C1269.91,-50.59 1293.26,-46.7 1313.71,-43.3"/> +<polygon fill="black" stroke="black" points="1314.12,-46.61 1323.41,-41.51 1312.97,-39.71 1314.12,-46.61"/> +<text text-anchor="middle" x="1291.38" y="-53.68" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..e5a2e842bebfbf9363dc43b0c0eaac1e1532aadc --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.ttl @@ -0,0 +1,143 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@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/WikiAbstract-SolarSystem-02#d> a ns1:direct-02 ; + ns1:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-02" ; + ns2:has-sentence "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." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . + +ns1:direct-02.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG5 a ns1:FrameRole . + +ns1:orbit-01.ARG0 a ns1:FrameRole . + +ns1:orbit-01.ARG1 a ns1:FrameRole . + +ns1:remain-01.ARG1 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +ns3:op3 a ns2:Role . + +ns3:part a ns2:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns1:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns2:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns2:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns1:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns1:remain-01 ; + ns1:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small . + +ns1:direct-02 a ns2:Frame . + +ns1:orbit-01 a ns2:Frame . + +ns1:remain-01 a ns2:Frame . + +ns3:body a ns2:Concept . + +ns3:dwarf a ns2:Concept . + +ns3:large a ns2:Concept . + +ns3:sun a ns2:Concept . + +ns3:system a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:more a ns2:Concept . + +ns2:most a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns1:have-degree-91 a ns2:Frame . + +ns3:object a ns2:Concept . + +ns3:small a ns2:Concept . + +ns2:and a ns2:Concept . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..770c6be922da8ff3ce8229daa4167f4a19b209e4 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..cc6490e0bc0cf17caf472553c27e8347afd2a09f --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.nt @@ -0,0 +1,96 @@ +<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/frames/ld/v1.2.2/direct-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/frames/ld/v1.2.2/include-91.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/WikiAbstract-SolarSystem-03#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/natural-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/WikiAbstract-SolarSystem-03#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m3> . +<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/WikiAbstract-SolarSystem-03#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<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/have-degree-91.ARG4> <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#op1> <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/equal-01.ARG3> <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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/mean-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/amr_data/WikiAbstract-SolarSystem-03#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> . +<http://amr.isi.edu/frames/ld/v1.2.2/equal-01> <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/include-91> <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/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/WikiAbstract-SolarSystem-03#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> . +<http://amr.isi.edu/rdf/core-amr#more> <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/WikiAbstract-SolarSystem-03#o3> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#d> <http://amr.isi.edu/frames/ld/v1.2.2/direct-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> . +<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/WikiAbstract-SolarSystem-03#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/frames/ld/v1.2.2/equal-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/amr-terms#satellite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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#sun> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/mean-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/amr-terms#size> <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#small> <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/WikiAbstract-SolarSystem-03#m4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> <http://www.w3.org/2000/01/rdf-schema#label> "Mercury" . +<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/WikiAbstract-SolarSystem-03#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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/amr_data/WikiAbstract-SolarSystem-03#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01> . +<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/WikiAbstract-SolarSystem-03#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> <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/WikiAbstract-SolarSystem-03#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-03" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/mean-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/WikiAbstract-SolarSystem-03#n> <http://amr.isi.edu/frames/ld/v1.2.2/natural-03.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> . +<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/WikiAbstract-SolarSystem-03#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<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/WikiAbstract-SolarSystem-03#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-03#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#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/WikiAbstract-SolarSystem-03#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/WikiAbstract-SolarSystem-03#d> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> . +<http://amr.isi.edu/rdf/amr-terms#almost> <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/WikiAbstract-SolarSystem-03#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#satellite> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#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/amr_data/WikiAbstract-SolarSystem-03#o> <http://amr.isi.edu/rdf/amr-terms#quant> "2" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#size> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> . +<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/core-amr#most> <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/WikiAbstract-SolarSystem-03#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#almost> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/natural-03> . +<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/WikiAbstract-SolarSystem-03#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/WikiAbstract-SolarSystem-03#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<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/WikiAbstract-SolarSystem-03#o3> <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/frames/ld/v1.2.2/natural-03> <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/WikiAbstract-SolarSystem-03#m4> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/frames/ld/v1.2.2/equal-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/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/WikiAbstract-SolarSystem-03#m3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<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/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/WikiAbstract-SolarSystem-03#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m4> . +<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/WikiAbstract-SolarSystem-03#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#large> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<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/amr_data/WikiAbstract-SolarSystem-03#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> . +<http://amr.isi.edu/rdf/amr-terms#large> <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#quant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..fd815b78818745520a33139e5e94fbaaa3b5b8f0 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..35373efd3ad2a4050edb8a262817cd077c9d5ef9 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..cd847ac452bc7d85e15830dfecc34b3606756ff6 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="452pt" + viewBox="0.00 0.00 864.00 452.43" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.492866 0.492866) rotate(0) translate(4 913.95)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-913.95 1749.01,-913.95 1749.01,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="38.58" cy="-290.42" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="38.58" y="-285.75" 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="241.94" cy="-416.42" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="241.94" y="-411.75" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- a->h --> +<g id="edge1" class="edge"> +<title>a->h</title> +<path fill="none" stroke="black" d="M71.93,-310.66C92.91,-323.79 121.38,-341.6 148.96,-358.87"/> +<polygon fill="black" stroke="black" points="146.94,-362.35 157.28,-364.69 150.65,-356.42 146.94,-362.35"/> +<text text-anchor="middle" x="110.54" y="-345.37" 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="241.94" cy="-201.42" rx="63.31" ry="63.31"/> +<text text-anchor="middle" x="241.94" y="-196.75" font-family="Times,serif" font-size="14.00">e/equal-01</text> +</g> +<!-- a->e --> +<g id="edge18" class="edge"> +<title>a->e</title> +<path fill="none" stroke="black" d="M74.2,-275.12C101.52,-263.04 140.47,-245.83 173.86,-231.07"/> +<polygon fill="black" stroke="black" points="174.83,-234.03 182.57,-226.78 172,-227.62 174.83,-234.03"/> +<text text-anchor="middle" x="110.54" y="-268.37" 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="476.92" cy="-645.42" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="476.92" y="-640.75" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- h->o --> +<g id="edge2" class="edge"> +<title>h->o</title> +<path fill="none" stroke="black" d="M312.53,-484.82C351.38,-523.01 398.59,-569.41 432.25,-602.5"/> +<polygon fill="black" stroke="black" points="429.49,-604.68 439.08,-609.19 434.4,-599.68 429.49,-604.68"/> +<text text-anchor="middle" x="380.48" y="-574.37" 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="476.92" cy="-533.42" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="476.92" y="-528.75" font-family="Times,serif" font-size="14.00">l/large</text> +</g> +<!-- h->l --> +<g id="edge11" class="edge"> +<title>h->l</title> +<path fill="none" stroke="black" d="M330.03,-460.15C363.21,-476.82 399.79,-495.19 428.03,-509.37"/> +<polygon fill="black" stroke="black" points="426.14,-512.84 436.65,-514.2 429.28,-506.59 426.14,-512.84"/> +<text text-anchor="middle" x="380.48" y="-499.37" 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="476.92" cy="-416.42" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="476.92" y="-411.75" font-family="Times,serif" font-size="14.00">m2/more</text> +</g> +<!-- h->m2 --> +<g id="edge12" class="edge"> +<title>h->m2</title> +<path fill="none" stroke="black" d="M340.4,-416.42C363.76,-416.42 388.17,-416.42 409.73,-416.42"/> +<polygon fill="black" stroke="black" points="409.73,-419.92 419.73,-416.42 409.73,-412.92 409.73,-419.92"/> +<text text-anchor="middle" x="380.48" y="-420.37" 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="476.92" cy="-290.42" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="476.92" y="-285.75" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- h->p --> +<g id="edge13" class="edge"> +<title>h->p</title> +<path fill="none" stroke="black" d="M328.7,-370.04C359.58,-353.34 393.55,-334.97 421.07,-320.08"/> +<polygon fill="black" stroke="black" points="422.39,-322.81 429.52,-314.97 419.06,-316.65 422.39,-322.81"/> +<text text-anchor="middle" x="380.48" y="-357.37" 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="736.21" cy="-690.42" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="736.21" y="-685.75" font-family="Times,serif" font-size="14.00">ii/include-91</text> +</g> +<!-- o->ii --> +<g id="edge3" class="edge"> +<title>o->ii</title> +<path fill="none" stroke="black" d="M527.22,-654.04C562.93,-660.29 612.01,-668.87 653.53,-676.14"/> +<polygon fill="black" stroke="black" points="652.73,-679.72 663.19,-678 653.94,-672.83 652.73,-679.72"/> +<text text-anchor="middle" x="582.36" y="-671.37" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_0 --> +<g id="node23" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="763.21,-599.42 709.21,-599.42 709.21,-563.42 763.21,-563.42 763.21,-599.42"/> +<text text-anchor="middle" x="736.21" y="-576.75" font-family="Times,serif" font-size="14.00">2</text> +</g> +<!-- o->node_0 --> +<g id="edge23" class="edge"> +<title>o->node_0</title> +<path fill="none" stroke="black" d="M526.62,-633.31C576.55,-620.89 653.1,-601.84 698.26,-590.61"/> +<polygon fill="black" stroke="black" points="698.9,-593.81 707.76,-588 697.21,-587.02 698.9,-593.81"/> +<text text-anchor="middle" x="582.36" y="-630.37" 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="978.55" cy="-690.42" rx="57" ry="57"/> +<text text-anchor="middle" x="978.55" y="-685.75" font-family="Times,serif" font-size="14.00">o2/object</text> +</g> +<!-- ii->o2 --> +<g id="edge4" class="edge"> +<title>ii->o2</title> +<path fill="none" stroke="black" d="M809.32,-690.42C841.35,-690.42 878.84,-690.42 910.29,-690.42"/> +<polygon fill="black" stroke="black" points="910.14,-693.92 920.14,-690.42 910.14,-686.92 910.14,-693.92"/> +<text text-anchor="middle" x="881.05" y="-694.37" 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="1201.53" cy="-752.42" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="1201.53" y="-747.75" font-family="Times,serif" font-size="14.00">o3/orbit-01</text> +</g> +<!-- o2->o3 --> +<g id="edge5" class="edge"> +<title>o2->o3</title> +<path fill="none" stroke="black" d="M1033.89,-705.67C1061.78,-713.49 1096.18,-723.14 1126.47,-731.64"/> +<polygon fill="black" stroke="black" points="1125.42,-735.26 1135.99,-734.59 1127.31,-728.52 1125.42,-735.26"/> +<text text-anchor="middle" x="1085.04" y="-732.37" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- m --> +<g id="node9" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="1201.53" cy="-601.42" rx="66.99" ry="66.99"/> +<text text-anchor="middle" x="1201.53" y="-596.75" font-family="Times,serif" font-size="14.00">m/mean-01</text> +</g> +<!-- o2->m --> +<g id="edge8" class="edge"> +<title>o2->m</title> +<path fill="none" stroke="black" d="M1031.92,-669.33C1060.94,-657.64 1097.44,-642.94 1129.06,-630.21"/> +<polygon fill="black" stroke="black" points="1130.16,-633.13 1138.13,-626.15 1127.55,-626.64 1130.16,-633.13"/> +<text text-anchor="middle" x="1085.04" y="-662.37" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s --> +<g id="node7" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="1433.99" cy="-872.42" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="1433.99" y="-867.75" font-family="Times,serif" font-size="14.00">s/sun</text> +</g> +<!-- o3->s --> +<g id="edge6" class="edge"> +<title>o3->s</title> +<path fill="none" stroke="black" d="M1260.99,-782.86C1301.5,-803.95 1354.51,-831.55 1390.91,-850.51"/> +<polygon fill="black" stroke="black" points="1388.76,-853.86 1399.25,-855.37 1392,-847.65 1388.76,-853.86"/> +<text text-anchor="middle" x="1318.03" y="-830.37" 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="1433.99" cy="-751.42" rx="65.94" ry="65.94"/> +<text text-anchor="middle" x="1433.99" y="-746.75" font-family="Times,serif" font-size="14.00">d/direct-02</text> +</g> +<!-- o3->d --> +<g id="edge7" class="edge"> +<title>o3->d</title> +<path fill="none" stroke="black" d="M1268.27,-752.14C1295.87,-752.02 1328.15,-751.88 1356.79,-751.75"/> +<polygon fill="black" stroke="black" points="1356.59,-755.25 1366.57,-751.7 1356.56,-748.25 1356.59,-755.25"/> +<text text-anchor="middle" x="1318.03" y="-755.37" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_1 --> +<g id="node24" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="1699.23,-769.42 1645.23,-769.42 1645.23,-733.42 1699.23,-733.42 1699.23,-769.42"/> +<text text-anchor="middle" x="1672.23" y="-746.75" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- d->node_1 --> +<g id="edge24" class="edge"> +<title>d->node_1</title> +<path fill="none" stroke="black" d="M1500.17,-751.42C1543.18,-751.42 1598,-751.42 1633.83,-751.42"/> +<polygon fill="black" stroke="black" points="1633.75,-754.92 1643.75,-751.42 1633.75,-747.92 1633.75,-754.92"/> +<text text-anchor="middle" x="1549.96" y="-755.37" 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="1433.99" cy="-601.42" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="1433.99" y="-596.75" font-family="Times,serif" font-size="14.00">s2/satellite</text> +</g> +<!-- m->s2 --> +<g id="edge9" class="edge"> +<title>m->s2</title> +<path fill="none" stroke="black" d="M1268.88,-601.42C1296.24,-601.42 1328.1,-601.42 1356.44,-601.42"/> +<polygon fill="black" stroke="black" points="1356.11,-604.92 1366.11,-601.42 1356.11,-597.92 1356.11,-604.92"/> +<text text-anchor="middle" x="1318.03" y="-605.37" 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="1672.23" cy="-601.42" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="1672.23" y="-596.75" font-family="Times,serif" font-size="14.00">n/natural-03</text> +</g> +<!-- s2->n --> +<g id="edge10" class="edge"> +<title>s2->n</title> +<path fill="none" stroke="black" d="M1500.8,-601.42C1527.92,-601.42 1559.64,-601.42 1588.32,-601.42"/> +<polygon fill="black" stroke="black" points="1588.15,-604.92 1598.15,-601.42 1588.15,-597.92 1588.15,-604.92"/> +<text text-anchor="middle" x="1549.96" y="-605.37" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- n2 --> +<g id="node15" class="node"> +<title>n2</title> +<ellipse fill="none" stroke="black" cx="736.21" cy="-467.42" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="736.21" y="-462.75" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- p->n2 --> +<g id="edge14" class="edge"> +<title>p->n2</title> +<path fill="none" stroke="black" d="M519.1,-322.02C549.75,-345.19 592.84,-377.08 631.86,-403.42 647.21,-413.79 664.19,-424.57 679.87,-434.26"/> +<polygon fill="black" stroke="black" points="677.57,-437.57 687.93,-439.83 681.24,-431.61 677.57,-437.57"/> +<text text-anchor="middle" x="582.36" y="-392.37" 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="736.21" cy="-290.42" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="736.21" y="-285.75" font-family="Times,serif" font-size="14.00">h2/have-degree-91</text> +</g> +<!-- p->h2 --> +<g id="edge15" class="edge"> +<title>p->h2</title> +<path fill="none" stroke="black" d="M529.68,-290.42C555.91,-290.42 588.89,-290.42 620.7,-290.42"/> +<polygon fill="black" stroke="black" points="620.43,-293.92 630.43,-290.42 620.43,-286.92 620.43,-293.92"/> +<text text-anchor="middle" x="582.36" y="-294.37" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_2 --> +<g id="node25" class="node"> +<title>node_2</title> +<polygon fill="none" stroke="black" points="1023.67,-485.42 933.42,-485.42 933.42,-449.42 1023.67,-449.42 1023.67,-485.42"/> +<text text-anchor="middle" x="978.55" y="-462.75" font-family="Times,serif" font-size="14.00">"Mercury"</text> +</g> +<!-- n2->node_2 --> +<g id="edge25" class="edge"> +<title>n2->node_2</title> +<path fill="none" stroke="black" d="M790.85,-467.42C829.92,-467.42 882.7,-467.42 922.17,-467.42"/> +<polygon fill="black" stroke="black" points="921.93,-470.92 931.93,-467.42 921.93,-463.92 921.93,-470.92"/> +<text text-anchor="middle" x="881.05" y="-471.37" 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="978.55" cy="-334.42" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="978.55" y="-329.75" font-family="Times,serif" font-size="14.00">s3/small</text> +</g> +<!-- h2->s3 --> +<g id="edge16" class="edge"> +<title>h2->s3</title> +<path fill="none" stroke="black" d="M839.13,-309.08C865.09,-313.83 892.21,-318.8 915.49,-323.06"/> +<polygon fill="black" stroke="black" points="914.78,-326.67 925.24,-325.03 916.04,-319.78 914.78,-326.67"/> +<text text-anchor="middle" x="881.05" y="-323.37" 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="978.55" cy="-208.42" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="978.55" y="-203.75" font-family="Times,serif" font-size="14.00">m3/most</text> +</g> +<!-- h2->m3 --> +<g id="edge17" class="edge"> +<title>h2->m3</title> +<path fill="none" stroke="black" d="M835.31,-256.95C862.57,-247.65 891.39,-237.82 915.92,-229.45"/> +<polygon fill="black" stroke="black" points="916.81,-232.5 925.15,-225.96 914.55,-225.88 916.81,-232.5"/> +<text text-anchor="middle" x="881.05" y="-251.37" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +<!-- e->p --> +<g id="edge21" class="edge"> +<title>e->p</title> +<path fill="none" stroke="black" d="M301.43,-223.76C336.89,-237.31 381.97,-254.53 417.42,-268.07"/> +<polygon fill="black" stroke="black" points="416.03,-271.67 426.62,-271.97 418.53,-265.13 416.03,-271.67"/> +<text text-anchor="middle" x="380.48" y="-266.37" 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="476.92" cy="-164.42" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="476.92" y="-159.75" font-family="Times,serif" font-size="14.00">m4/more</text> +</g> +<!-- e->m4 --> +<g id="edge19" class="edge"> +<title>e->m4</title> +<path fill="none" stroke="black" d="M304.77,-191.6C337.49,-186.41 377.65,-180.03 410.85,-174.76"/> +<polygon fill="black" stroke="black" points="411.03,-178.11 420.36,-173.09 409.94,-171.2 411.03,-178.11"/> +<text text-anchor="middle" x="380.48" y="-187.37" 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="476.92" cy="-45.42" rx="45.42" ry="45.42"/> +<text text-anchor="middle" x="476.92" y="-40.75" font-family="Times,serif" font-size="14.00">s4/size</text> +</g> +<!-- e->s4 --> +<g id="edge22" class="edge"> +<title>e->s4</title> +<path fill="none" stroke="black" d="M295.23,-166.41C335.59,-139.38 390.92,-102.34 429.68,-76.38"/> +<polygon fill="black" stroke="black" points="431.3,-78.84 437.66,-70.37 427.41,-73.02 431.3,-78.84"/> +<text text-anchor="middle" x="380.48" y="-127.37" 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="736.21" cy="-108.42" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="736.21" y="-103.75" font-family="Times,serif" font-size="14.00">a2/almost</text> +</g> +<!-- m4->a2 --> +<g id="edge20" class="edge"> +<title>m4->a2</title> +<path fill="none" stroke="black" d="M531.86,-152.68C571.11,-144.14 624.58,-132.5 666.83,-123.3"/> +<polygon fill="black" stroke="black" points="667.29,-126.57 676.32,-121.02 665.8,-119.73 667.29,-126.57"/> +<text text-anchor="middle" x="582.36" y="-152.37" font-family="Times,serif" font-size="14.00">:quant</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b5fa534c8e574976188f14d0bc01059757e6ad1e --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.ttl @@ -0,0 +1,164 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#d> a ns1:direct-02 ; + ns1:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h2> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#ii> a ns1:include-91 ; + ns1:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> ; + ns1:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m> a ns1:mean-01 ; + ns1:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> ; + ns1:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#n> a ns1:natural-03 ; + ns1:natural-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-03" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> . + +ns1:direct-02.ARG1 a ns1:FrameRole . + +ns1:equal-01.ARG1 a ns1:FrameRole . + +ns1:equal-01.ARG2 a ns1:FrameRole . + +ns1:equal-01.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG4 a ns1:FrameRole . + +ns1:include-91.ARG1 a ns1:FrameRole . + +ns1:include-91.ARG2 a ns1:FrameRole . + +ns1:mean-01.ARG1 a ns1:FrameRole . + +ns1:mean-01.ARG2 a ns1:FrameRole . + +ns1:natural-03.ARG1 a ns1:FrameRole . + +ns1:orbit-01.ARG0 a ns1:FrameRole . + +ns1:orbit-01.ARG1 a ns1:FrameRole . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a2> a ns2:almost . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> a ns1:equal-01 ; + ns1:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m4> ; + ns1:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> ; + ns1:equal-01.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#l> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m2> ; + ns1:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m2> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m3> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m4> a ns3:more ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> ; + ns1:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s> a ns2:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> a ns2:size . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns1:direct-02 a ns3:Frame . + +ns1:equal-01 a ns3:Frame . + +ns1:include-91 a ns3:Frame . + +ns1:mean-01 a ns3:Frame . + +ns1:natural-03 a ns3:Frame . + +ns1:orbit-01 a ns3:Frame . + +ns2:almost a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:satellite a ns3:Concept . + +ns2:size a ns3:Concept . + +ns2:small a ns3:Concept . + +ns2:sun a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:and a ns3:Concept . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> a ns2:object ; + ns2:quant "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> a ns2:satellite . + +ns1:have-degree-91 a ns3:Frame . + +ns2:object a ns3:Concept . + +ns3:more a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> a ns2:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..e92917aa7c3c9322a06846ecd8ddba5774850eba --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..a4c633f9d6f82a9c78c65d9c3c284d2b71a53c8b --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.nt @@ -0,0 +1,66 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#year> . +<http://amr.isi.edu/rdf/amr-terms#consist> <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/WikiAbstract-SolarSystem-04#m> <http://amr.isi.edu/rdf/amr-terms#consist> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . +<http://amr.isi.edu/frames/ld/v1.2.2/cause-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/WikiAbstract-SolarSystem-04#s> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" . +<http://amr.isi.edu/rdf/amr-terms#intercontinental> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/form-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/WikiAbstract-SolarSystem-04#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#intercontinental> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> . +<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/WikiAbstract-SolarSystem-04#n2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#now> . +<http://amr.isi.edu/frames/ld/v1.2.2/cause-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/WikiAbstract-SolarSystem-04#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#temporal-quantity> . +<http://amr.isi.edu/frames/ld/v1.2.2/cause-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/rdf/amr-terms#unit> <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#gravity> <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/WikiAbstract-SolarSystem-04#g2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gravity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/collapse-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#molecule> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#t> . +<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/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/form-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/WikiAbstract-SolarSystem-04#b> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#n2> . +<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#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#molecule> <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/WikiAbstract-SolarSystem-04#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/WikiAbstract-SolarSystem-04#c3> <http://amr.isi.edu/frames/ld/v1.2.2/cause-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> . +<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/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/WikiAbstract-SolarSystem-04#f> <http://amr.isi.edu/frames/ld/v1.2.2/form-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/cause-01> . +<http://amr.isi.edu/rdf/amr-terms#time> <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/WikiAbstract-SolarSystem-04#t> <http://amr.isi.edu/rdf/amr-terms#unit> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> <http://amr.isi.edu/frames/ld/v1.2.2/form-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> . +<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/WikiAbstract-SolarSystem-04#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#giant> . +<http://amr.isi.edu/rdf/amr-terms#giant> <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/WikiAbstract-SolarSystem-04#f> <http://amr.isi.edu/rdf/amr-terms#time> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> <http://amr.isi.edu/frames/ld/v1.2.2/collapse-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . +<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/amr_data/WikiAbstract-SolarSystem-04#t> <http://amr.isi.edu/rdf/amr-terms#quant> "4600000000" . +<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/WikiAbstract-SolarSystem-04#c2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#cloud> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c3> <http://amr.isi.edu/frames/ld/v1.2.2/cause-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g2> . +<http://amr.isi.edu/rdf/core-amr#year> <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/WikiAbstract-SolarSystem-04#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/form-01> . +<http://amr.isi.edu/rdf/amr-terms#cloud> <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/WikiAbstract-SolarSystem-04#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#before> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/amr-terms#before> <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/frames/ld/v1.2.2/form-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/amr_data/WikiAbstract-SolarSystem-04#c2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#ii> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-04" . +<http://amr.isi.edu/frames/ld/v1.2.2/collapse-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/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/amr-terms#quant> <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#now> <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/WikiAbstract-SolarSystem-04#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> . +<http://amr.isi.edu/rdf/amr-terms#temporal-quantity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/collapse-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..c7027d96ee033c8a4bf46f2a45def5b874c1473e --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..547c4f5bec682af2915a36000b7220896fc78908 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..f679355fc084ca63c3c2e793c07afa66b182dcbd --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="631pt" height="576pt" + viewBox="0.00 0.00 631.23 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.641368 0.641368) rotate(0) translate(4 894.08)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-894.08 980.2,-894.08 980.2,4 -4,4"/> +<!-- f --> +<g id="node1" class="node"> +<title>f</title> +<ellipse fill="none" stroke="black" cx="57.52" cy="-447.08" rx="57.52" ry="57.52"/> +<text text-anchor="middle" x="57.52" y="-442.41" font-family="Times,serif" font-size="14.00">f/form-01</text> +</g> +<!-- s --> +<g id="node2" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="271.98" cy="-612.08" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="271.98" y="-607.41" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- f->s --> +<g id="edge1" class="edge"> +<title>f->s</title> +<path fill="none" stroke="black" d="M103.58,-482.07C137.52,-508.43 184.1,-544.61 219.51,-572.11"/> +<polygon fill="black" stroke="black" points="216.76,-575.18 226.8,-578.55 221.05,-569.65 216.76,-575.18"/> +<text text-anchor="middle" x="155.54" y="-543.03" 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="271.98" cy="-447.08" rx="75.94" ry="75.94"/> +<text text-anchor="middle" x="271.98" y="-442.41" font-family="Times,serif" font-size="14.00">c/collapse-01</text> +</g> +<!-- f->c --> +<g id="edge3" class="edge"> +<title>f->c</title> +<path fill="none" stroke="black" d="M115.46,-447.08C136.78,-447.08 161.52,-447.08 184.9,-447.08"/> +<polygon fill="black" stroke="black" points="184.89,-450.58 194.89,-447.08 184.89,-443.58 184.89,-450.58"/> +<text text-anchor="middle" x="155.54" y="-451.03" 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="271.98" cy="-296.08" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="271.98" y="-291.41" font-family="Times,serif" font-size="14.00">b/before</text> +</g> +<!-- f->b --> +<g id="edge10" class="edge"> +<title>f->b</title> +<path fill="none" stroke="black" d="M105.15,-413.94C139.04,-389.85 184.9,-357.26 219.81,-332.45"/> +<polygon fill="black" stroke="black" points="221.31,-334.96 227.43,-326.32 217.25,-329.26 221.31,-334.96"/> +<text text-anchor="middle" x="155.54" y="-397.03" 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="555.99" cy="-818.08" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="555.99" y="-813.41" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- s->n --> +<g id="edge2" class="edge"> +<title>s->n</title> +<path fill="none" stroke="black" d="M317.35,-644.49C369.26,-682.41 454.83,-744.92 507.89,-783.67"/> +<polygon fill="black" stroke="black" points="505.62,-787.08 515.76,-790.15 509.75,-781.43 505.62,-787.08"/> +<text text-anchor="middle" x="397.41" y="-725.03" 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="908.51,-890.08 841.51,-890.08 841.51,-854.08 908.51,-854.08 908.51,-890.08"/> +<text text-anchor="middle" x="875.01" y="-867.41" font-family="Times,serif" font-size="14.00">"Solar"</text> +</g> +<!-- n->node_0 --> +<g id="edge14" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M603.77,-826.05C664.9,-836.46 771.13,-854.56 830.57,-864.68"/> +<polygon fill="black" stroke="black" points="829.65,-868.24 840.1,-866.47 830.83,-861.34 829.65,-868.24"/> +<text text-anchor="middle" x="719.45" y="-855.03" 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="916.39,-836.08 833.64,-836.08 833.64,-800.08 916.39,-800.08 916.39,-836.08"/> +<text text-anchor="middle" x="875.01" y="-813.41" font-family="Times,serif" font-size="14.00">"System"</text> +</g> +<!-- n->node_1 --> +<g id="edge15" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M604.45,-818.08C662.99,-818.08 762.14,-818.08 822.49,-818.08"/> +<polygon fill="black" stroke="black" points="822.29,-821.58 832.29,-818.08 822.29,-814.58 822.29,-821.58"/> +<text text-anchor="middle" x="719.45" y="-822.03" 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="555.99" cy="-578.08" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="555.99" y="-573.41" font-family="Times,serif" font-size="14.00">c2/cloud</text> +</g> +<!-- c->c2 --> +<g id="edge4" class="edge"> +<title>c->c2</title> +<path fill="none" stroke="black" d="M341.25,-478.79C389.14,-501.04 452.44,-530.44 497.71,-551.47"/> +<polygon fill="black" stroke="black" points="496.11,-555.05 506.65,-556.09 499.06,-548.7 496.11,-555.05"/> +<text text-anchor="middle" x="397.41" y="-520.03" 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="555.99" cy="-436.08" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="555.99" y="-431.41" font-family="Times,serif" font-size="14.00">c3/cause-01</text> +</g> +<!-- c->c3 --> +<g id="edge8" class="edge"> +<title>c->c3</title> +<path fill="none" stroke="black" d="M348.18,-444.15C387.34,-442.62 435.23,-440.75 475.06,-439.2"/> +<polygon fill="black" stroke="black" points="474.94,-442.67 484.8,-438.78 474.67,-435.67 474.94,-442.67"/> +<text text-anchor="middle" x="397.41" y="-447.03" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- m --> +<g id="node6" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="875.01" cy="-713.08" rx="68.57" ry="68.57"/> +<text text-anchor="middle" x="875.01" y="-708.41" font-family="Times,serif" font-size="14.00">m/molecule</text> +</g> +<!-- c2->m --> +<g id="edge5" class="edge"> +<title>c2->m</title> +<path fill="none" stroke="black" d="M605.14,-598.58C657.4,-620.84 741.43,-656.62 801.64,-682.26"/> +<polygon fill="black" stroke="black" points="799.9,-685.75 810.47,-686.45 802.64,-679.31 799.9,-685.75"/> +<text text-anchor="middle" x="719.45" y="-665.03" font-family="Times,serif" font-size="14.00">:consist-of</text> +</g> +<!-- g --> +<g id="node7" class="node"> +<title>g</title> +<ellipse fill="none" stroke="black" cx="875.01" cy="-580.08" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="875.01" y="-575.41" font-family="Times,serif" font-size="14.00">g/giant</text> +</g> +<!-- c2->g --> +<g id="edge6" class="edge"> +<title>c2->g</title> +<path fill="none" stroke="black" d="M608.99,-578.41C666.37,-578.77 758.41,-579.35 817.53,-579.72"/> +<polygon fill="black" stroke="black" points="817.15,-583.23 827.17,-579.79 817.19,-576.23 817.15,-583.23"/> +<text text-anchor="middle" x="719.45" y="-583.03" 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="875.01" cy="-414.08" rx="101.19" ry="101.19"/> +<text text-anchor="middle" x="875.01" y="-409.41" font-family="Times,serif" font-size="14.00">ii/intercontinental</text> +</g> +<!-- c2->ii --> +<g id="edge7" class="edge"> +<title>c2->ii</title> +<path fill="none" stroke="black" d="M603.43,-554.06C648.39,-530.8 717.99,-494.79 775.34,-465.12"/> +<polygon fill="black" stroke="black" points="776.52,-467.94 783.8,-460.23 773.31,-461.72 776.52,-467.94"/> +<text text-anchor="middle" x="719.45" y="-514.03" 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="875.01" cy="-232.08" rx="62.78" ry="62.78"/> +<text text-anchor="middle" x="875.01" y="-227.41" font-family="Times,serif" font-size="14.00">g2/gravity</text> +</g> +<!-- c3->g2 --> +<g id="edge9" class="edge"> +<title>c3->g2</title> +<path fill="none" stroke="black" d="M615.51,-398.43C671.43,-362.44 755.43,-308.39 812.37,-271.74"/> +<polygon fill="black" stroke="black" points="814.11,-274.15 820.62,-265.79 810.32,-268.26 814.11,-274.15"/> +<text text-anchor="middle" x="719.45" y="-356.03" 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="555.99" cy="-296.08" rx="47.53" ry="47.53"/> +<text text-anchor="middle" x="555.99" y="-291.41" font-family="Times,serif" font-size="14.00">n2/now</text> +</g> +<!-- b->n2 --> +<g id="edge11" class="edge"> +<title>b->n2</title> +<path fill="none" stroke="black" d="M325.03,-296.08C373.96,-296.08 447.05,-296.08 497.63,-296.08"/> +<polygon fill="black" stroke="black" points="497.39,-299.58 507.39,-296.08 497.39,-292.58 497.39,-299.58"/> +<text text-anchor="middle" x="397.41" y="-300.03" 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="555.99" cy="-109.08" rx="109.08" ry="109.08"/> +<text text-anchor="middle" x="555.99" y="-104.41" font-family="Times,serif" font-size="14.00">t/temporal-quantity</text> +</g> +<!-- b->t --> +<g id="edge12" class="edge"> +<title>b->t</title> +<path fill="none" stroke="black" d="M316.42,-267.27C353.37,-242.78 407.83,-206.66 455.39,-175.12"/> +<polygon fill="black" stroke="black" points="457.1,-177.53 463.5,-169.09 453.23,-171.69 457.1,-177.53"/> +<text text-anchor="middle" x="397.41" y="-234.03" 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="875.01" cy="-109.08" rx="42.26" ry="42.26"/> +<text text-anchor="middle" x="875.01" y="-104.41" font-family="Times,serif" font-size="14.00">y/year</text> +</g> +<!-- t->y --> +<g id="edge13" class="edge"> +<title>t->y</title> +<path fill="none" stroke="black" d="M665.21,-109.08C718.06,-109.08 779.24,-109.08 821.65,-109.08"/> +<polygon fill="black" stroke="black" points="821.56,-112.58 831.56,-109.08 821.56,-105.58 821.56,-112.58"/> +<text text-anchor="middle" x="719.45" y="-113.03" 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="928.01,-49.08 822.01,-49.08 822.01,-13.08 928.01,-13.08 928.01,-49.08"/> +<text text-anchor="middle" x="875.01" y="-26.41" font-family="Times,serif" font-size="14.00">4600000000</text> +</g> +<!-- t->node_2 --> +<g id="edge16" class="edge"> +<title>t->node_2</title> +<path fill="none" stroke="black" d="M662.12,-83.22C711.46,-71.07 768.63,-57.01 811.14,-46.55"/> +<polygon fill="black" stroke="black" points="811.74,-49.76 820.62,-43.97 810.07,-42.96 811.74,-49.76"/> +<text text-anchor="middle" x="719.45" y="-80.03" font-family="Times,serif" font-size="14.00">:quant</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..0a35d5162e285c117323a876f9ba2129ae1888eb --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.ttl @@ -0,0 +1,114 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c3> a ns1:cause-01 ; + ns1:cause-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> ; + ns1:cause-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#m> a ns2:molecule ; + ns2:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-04" ; + ns3:has-sentence "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> . + +ns1:cause-01.ARG0 a ns1:FrameRole . + +ns1:cause-01.ARG1 a ns1:FrameRole . + +ns1:collapse-01.ARG1 a ns1:FrameRole . + +ns1:form-01.ARG1 a ns1:FrameRole . + +ns1:form-01.ARG2 a ns1:FrameRole . + +ns2:consist a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:quant a ns3:Role . + +ns2:time a ns3:Role . + +ns2:unit a ns3:Role . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> a ns2:before ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#n2> ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> a ns1:form-01 ; + ns1:form-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#s> ; + ns1:form-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> ; + ns2:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g> a ns2:giant . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g2> a ns2:gravity . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#ii> a ns2:intercontinental . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#n2> a ns2:now . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#s> a ns2:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#t> a ns2:temporal-quantity ; + ns2:quant "4600000000" ; + ns2:unit <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> a ns3:year . + +ns1:cause-01 a ns3:Frame . + +ns1:collapse-01 a ns3:Frame . + +ns1:form-01 a ns3:Frame . + +ns2:before a ns3:Concept . + +ns2:cloud a ns3:Concept . + +ns2:giant a ns3:Concept . + +ns2:gravity a ns3:Concept . + +ns2:intercontinental a ns3:Concept . + +ns2:molecule a ns3:Concept . + +ns2:now a ns3:Concept . + +ns2:system a ns3:Concept . + +ns2:temporal-quantity a ns3:Concept . + +ns3:year a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> a ns1:collapse-01 ; + ns1:collapse-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> a ns2:cloud ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#ii> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..599466135439a7ae36cb23849705d11587400304 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..918decbfa713f018f2a5b79a47e7cc5c34de848b --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.nt @@ -0,0 +1,59 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> . +<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/WikiAbstract-SolarSystem-05#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<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/remain-01> <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/contain-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/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/WikiAbstract-SolarSystem-05#r> <http://amr.isi.edu/frames/ld/v1.2.2/remain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#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/be-located-at-91.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/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/WikiAbstract-SolarSystem-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#op2> <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/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/WikiAbstract-SolarSystem-05#v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#vast> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#majority> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mass> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-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/contain-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/amr-terms#majority> <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/frames/ld/v1.2.2/be-located-at-91.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/WikiAbstract-SolarSystem-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#majority> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> <http://www.w3.org/2000/01/rdf-schema#label> "Jupiter" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#v> . +<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/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/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> . +<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#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-05" . +<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#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-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#vast> <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/WikiAbstract-SolarSystem-05#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<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#quant> <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/WikiAbstract-SolarSystem-05#m3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#mass> . +<http://amr.isi.edu/frames/ld/v1.2.2/remain-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/WikiAbstract-SolarSystem-05#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/remain-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . +<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/frames/ld/v1.2.2/be-located-at-91> <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#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#mass> <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#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..d3e9dd2c86899b597fe2fffa660bac51c1e96a47 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..68889d41e1c0473f5efbdb1db2fdfdb37bcef781 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..96ac82175e4029aa07a5ca1a3060bd84f97a64fe --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="759pt" height="576pt" + viewBox="0.00 0.00 758.99 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.803718 0.803718) rotate(0) translate(4 712.67)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-712.67 940.35,-712.67 940.35,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="38.58" cy="-448.25" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="38.58" y="-443.58" 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="245.1" cy="-544.25" rx="101.19" ry="101.19"/> +<text text-anchor="middle" x="245.1" y="-539.58" font-family="Times,serif" font-size="14.00">b/be-located-at-91</text> +</g> +<!-- a->b --> +<g id="edge1" class="edge"> +<title>a->b</title> +<path fill="none" stroke="black" d="M73.81,-464.32C93.17,-473.41 118.49,-485.29 143.65,-497.1"/> +<polygon fill="black" stroke="black" points="141.74,-500.54 152.28,-501.62 144.71,-494.2 141.74,-500.54"/> +<text text-anchor="middle" x="110.54" y="-491.2" 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="245.1" cy="-353.25" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="245.1" y="-348.58" font-family="Times,serif" font-size="14.00">c/contain-01</text> +</g> +<!-- a->c --> +<g id="edge7" class="edge"> +<title>a->c</title> +<path fill="none" stroke="black" d="M73.81,-432.35C99.89,-420.24 136.78,-403.1 169.56,-387.88"/> +<polygon fill="black" stroke="black" points="170.54,-390.82 178.13,-383.43 167.59,-384.47 170.54,-390.82"/> +<text text-anchor="middle" x="110.54" y="-423.2" 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="483.23" cy="-620.25" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="483.23" y="-615.58" font-family="Times,serif" font-size="14.00">m/mass</text> +</g> +<!-- b->m --> +<g id="edge2" class="edge"> +<title>b->m</title> +<path fill="none" stroke="black" d="M341.8,-575.05C370.11,-584.16 400.19,-593.85 425.22,-601.9"/> +<polygon fill="black" stroke="black" points="424.02,-605.52 434.61,-605.25 426.17,-598.85 424.02,-605.52"/> +<text text-anchor="middle" x="386.79" y="-599.2" 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="483.23" cy="-509.25" rx="43.84" ry="43.84"/> +<text text-anchor="middle" x="483.23" y="-504.58" font-family="Times,serif" font-size="14.00">s2/sun</text> +</g> +<!-- b->s2 --> +<g id="edge6" class="edge"> +<title>b->s2</title> +<path fill="none" stroke="black" d="M345.56,-529.51C374.21,-525.26 404.37,-520.79 429.04,-517.14"/> +<polygon fill="black" stroke="black" points="429.24,-520.5 438.62,-515.57 428.21,-513.57 429.24,-520.5"/> +<text text-anchor="middle" x="386.79" y="-529.2" 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="710.43" cy="-653.25" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="710.43" y="-648.58" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- m->s --> +<g id="edge3" class="edge"> +<title>m->s</title> +<path fill="none" stroke="black" d="M532.82,-627.37C565.51,-632.16 608.99,-638.53 644.62,-643.76"/> +<polygon fill="black" stroke="black" points="644,-647.35 654.4,-645.34 645.02,-640.42 644,-647.35"/> +<text text-anchor="middle" x="588.68" y="-643.2" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- m2 --> +<g id="node5" class="node"> +<title>m2</title> +<ellipse fill="none" stroke="black" cx="710.43" cy="-507.25" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="710.43" y="-502.58" font-family="Times,serif" font-size="14.00">m2/majority</text> +</g> +<!-- m->m2 --> +<g id="edge4" class="edge"> +<title>m->m2</title> +<path fill="none" stroke="black" d="M528.19,-598.2C558.85,-582.81 600.51,-561.91 636.15,-544.02"/> +<polygon fill="black" stroke="black" points="637.18,-546.92 644.55,-539.31 634.04,-540.66 637.18,-546.92"/> +<text text-anchor="middle" x="588.68" y="-584.2" 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="895.14" cy="-507.25" rx="41.21" ry="41.21"/> +<text text-anchor="middle" x="895.14" y="-502.58" font-family="Times,serif" font-size="14.00">v/vast</text> +</g> +<!-- m2->v --> +<g id="edge5" class="edge"> +<title>m2->v</title> +<path fill="none" stroke="black" d="M783.12,-507.25C803,-507.25 824.18,-507.25 842.66,-507.25"/> +<polygon fill="black" stroke="black" points="842.49,-510.75 852.49,-507.25 842.49,-503.75 842.49,-510.75"/> +<text text-anchor="middle" x="818.31" y="-511.2" 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="483.23" cy="-361.25" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="483.23" y="-356.58" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- c->p --> +<g id="edge8" class="edge"> +<title>c->p</title> +<path fill="none" stroke="black" d="M317.59,-355.67C350.25,-356.78 388.58,-358.08 420.03,-359.15"/> +<polygon fill="black" stroke="black" points="419.74,-362.67 429.85,-359.51 419.98,-355.67 419.74,-362.67"/> +<text text-anchor="middle" x="386.79" y="-362.2" 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="483.23" cy="-232.25" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="483.23" y="-227.58" font-family="Times,serif" font-size="14.00">m3/mass</text> +</g> +<!-- c->m3 --> +<g id="edge10" class="edge"> +<title>c->m3</title> +<path fill="none" stroke="black" d="M310,-320.51C345.33,-302.4 388.93,-280.06 423.42,-262.39"/> +<polygon fill="black" stroke="black" points="424.58,-265.21 431.89,-257.54 421.39,-258.98 424.58,-265.21"/> +<text text-anchor="middle" x="386.79" y="-292.2" 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="710.43" cy="-368.25" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="710.43" y="-363.58" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge9" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M535.9,-362.86C570.38,-363.93 615.77,-365.34 651.48,-366.45"/> +<polygon fill="black" stroke="black" points="651.12,-369.97 661.23,-366.79 651.34,-362.98 651.12,-369.97"/> +<text text-anchor="middle" x="588.68" y="-369.2" 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="934.27,-386.25 856.02,-386.25 856.02,-350.25 934.27,-350.25 934.27,-386.25"/> +<text text-anchor="middle" x="895.14" y="-363.58" font-family="Times,serif" font-size="14.00">"Jupiter"</text> +</g> +<!-- n->node_0 --> +<g id="edge13" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M758.96,-368.25C785.44,-368.25 818.37,-368.25 845.1,-368.25"/> +<polygon fill="black" stroke="black" points="844.76,-371.75 854.76,-368.25 844.76,-364.75 844.76,-371.75"/> +<text text-anchor="middle" x="818.31" y="-372.2" 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="710.43" cy="-232.25" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="710.43" y="-227.58" font-family="Times,serif" font-size="14.00">r/remain-01</text> +</g> +<!-- m3->r --> +<g id="edge11" class="edge"> +<title>m3->r</title> +<path fill="none" stroke="black" d="M539.61,-232.25C566.64,-232.25 599.65,-232.25 629.36,-232.25"/> +<polygon fill="black" stroke="black" points="629.14,-235.75 639.14,-232.25 629.14,-228.75 629.14,-235.75"/> +<text text-anchor="middle" x="588.68" y="-236.2" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- m4 --> +<g id="node13" class="node"> +<title>m4</title> +<ellipse fill="none" stroke="black" cx="710.43" cy="-72.25" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="710.43" y="-67.58" font-family="Times,serif" font-size="14.00">m4/majority</text> +</g> +<!-- m3->m4 --> +<g id="edge12" class="edge"> +<title>m3->m4</title> +<path fill="none" stroke="black" d="M529.53,-200.07C561.88,-177.09 605.92,-145.79 642.33,-119.92"/> +<polygon fill="black" stroke="black" points="643.81,-122.46 649.93,-113.81 639.75,-116.75 643.81,-122.46"/> +<text text-anchor="middle" x="588.68" y="-179.2" font-family="Times,serif" font-size="14.00">:quant</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6d73cf684e1e7d6dee01bdaa129797c9baa193dc --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.ttl @@ -0,0 +1,102 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@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/WikiAbstract-SolarSystem-05#r> a ns1:remain-01 ; + ns1:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-05" ; + ns2:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> . + +ns1:be-located-at-91.ARG1 a ns1:FrameRole . + +ns1:be-located-at-91.ARG2 a ns1:FrameRole . + +ns1:contain-01.ARG0 a ns1:FrameRole . + +ns1:contain-01.ARG1 a ns1:FrameRole . + +ns1:remain-01.ARG1 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +ns3:part a ns2:Role . + +ns3:quant a ns2:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> a ns1:be-located-at-91 ; + ns1:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> ; + ns1:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> a ns1:contain-01 ; + ns1:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> ; + ns1:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#v> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> a ns3:majority . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#v> a ns3:vast . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns1:be-located-at-91 a ns2:Frame . + +ns1:contain-01 a ns2:Frame . + +ns1:remain-01 a ns2:Frame . + +ns3:sun a ns2:Concept . + +ns3:system a ns2:Concept . + +ns3:vast a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> . + +ns3:majority a ns2:Concept . + +ns3:mass a ns2:Concept . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..f58e27c203d74cec87363f28bb0eebf2964a6688 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..a9f6847a6d03640a8cc98981fd08f970cdb6c7f4 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.nt @@ -0,0 +1,76 @@ +<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/WikiAbstract-SolarSystem-06#p5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<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/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/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> <http://amr.isi.edu/rdf/amr-terms#op4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-06#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> . +<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/frames/ld/v1.2.2/have-degree-91> <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/WikiAbstract-SolarSystem-06#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-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/rdf/amr-terms#small> <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/WikiAbstract-SolarSystem-06#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-06" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<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/WikiAbstract-SolarSystem-06#c> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> <http://www.w3.org/2000/01/rdf-schema#label> "Venus" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> . +<http://amr.isi.edu/rdf/amr-terms#rock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/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/rdf/amr-terms#metal> <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/WikiAbstract-SolarSystem-06#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#primary> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#rock> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<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/WikiAbstract-SolarSystem-06#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01> . +<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/WikiAbstract-SolarSystem-06#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/WikiAbstract-SolarSystem-06#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> . +<http://amr.isi.edu/rdf/amr-terms#primary> <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#mod> <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/WikiAbstract-SolarSystem-06#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#terrestrial> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> <http://www.w3.org/2000/01/rdf-schema#label> "Mars" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "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/amr_data/WikiAbstract-SolarSystem-06#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> <http://www.w3.org/2000/01/rdf-schema#label> "Mercury" . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/WikiAbstract-SolarSystem-06#a2> <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/WikiAbstract-SolarSystem-06#p> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . +<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/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> <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#op3> <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/WikiAbstract-SolarSystem-06#p4> <http://www.w3.org/2000/01/rdf-schema#label> "Earth" . +<http://amr.isi.edu/rdf/amr-terms#inner> <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/WikiAbstract-SolarSystem-06#s> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . +<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/WikiAbstract-SolarSystem-06#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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#op4> <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/WikiAbstract-SolarSystem-06#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#metal> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-01> <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/compose-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/compose-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/amr_data/WikiAbstract-SolarSystem-06#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#inner> . +<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#more> <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#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-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . +<http://amr.isi.edu/rdf/amr-terms#terrestrial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..b6d587908203c0fbbe021ac58123db61deab0d72 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5f26ab5d5a9f0527a66cfba81bcfeb5ee77c332f Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..97c2220c9d02370fedd70468d8bc6228bd14e22d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="511pt" height="576pt" + viewBox="0.00 0.00 511.12 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.497617 0.497617) rotate(0) translate(4 1153.52)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-1153.52 1023.13,-1153.52 1023.13,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="52.26" cy="-749.94" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="52.26" y="-745.27" 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="267.67" cy="-812.94" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="267.67" y="-808.27" font-family="Times,serif" font-size="14.00">t/terrestrial</text> +</g> +<!-- p->t --> +<g id="edge1" class="edge"> +<title>p->t</title> +<path fill="none" stroke="black" d="M102.76,-764.55C128.53,-772.16 160.62,-781.64 189.56,-790.18"/> +<polygon fill="black" stroke="black" points="188.48,-793.8 199.06,-793.28 190.46,-787.09 188.48,-793.8"/> +<text text-anchor="middle" x="151.02" y="-790.89" 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="267.67" cy="-685.94" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="267.67" y="-681.27" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- p->a --> +<g id="edge2" class="edge"> +<title>p->a</title> +<path fill="none" stroke="black" d="M102.76,-735.1C138.13,-724.49 185.41,-710.31 220.1,-699.91"/> +<polygon fill="black" stroke="black" points="220.86,-703.03 229.44,-696.81 218.85,-696.33 220.86,-703.03"/> +<text text-anchor="middle" x="151.02" y="-730.89" 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="534.85" cy="-1090.94" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="534.85" y="-1086.27" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- a->p2 --> +<g id="edge3" class="edge"> +<title>a->p2</title> +<path fill="none" stroke="black" d="M303.16,-701.94C316.15,-709.74 329.72,-720.4 337.82,-733.94 374.08,-794.61 332.79,-825.12 355.82,-891.94 378.25,-957.02 389.48,-973.98 436.82,-1023.94 448.02,-1035.77 461.63,-1046.71 475.08,-1056.19"/> +<polygon fill="black" stroke="black" points="472.63,-1059.44 482.86,-1062.19 476.58,-1053.66 472.63,-1059.44"/> +<text text-anchor="middle" x="387.32" y="-1005.89" 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="534.85" cy="-955.94" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="534.85" y="-951.27" font-family="Times,serif" font-size="14.00">p3/planet</text> +</g> +<!-- a->p3 --> +<g id="edge5" class="edge"> +<title>a->p3</title> +<path fill="none" stroke="black" d="M302.27,-703.48C314.81,-711.39 328.3,-721.72 337.82,-733.94 351.81,-751.92 344.83,-761.99 355.82,-781.94 384.59,-834.19 393.73,-847.7 436.82,-888.94 448.46,-900.09 462.12,-910.72 475.46,-920.1"/> +<polygon fill="black" stroke="black" points="472.93,-923.29 483.15,-926.07 476.89,-917.52 472.93,-923.29"/> +<text text-anchor="middle" x="387.32" y="-874.89" 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="534.85" cy="-820.94" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="534.85" y="-816.27" font-family="Times,serif" font-size="14.00">p4/planet</text> +</g> +<!-- a->p4 --> +<g id="edge7" class="edge"> +<title>a->p4</title> +<path fill="none" stroke="black" d="M302.52,-703.18C345.37,-724.99 419.97,-762.97 472.85,-789.89"/> +<polygon fill="black" stroke="black" points="470.97,-793.37 481.46,-794.78 474.14,-787.13 470.97,-793.37"/> +<text text-anchor="middle" x="387.32" y="-764.89" 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="534.85" cy="-685.94" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="534.85" y="-681.27" font-family="Times,serif" font-size="14.00">p5/planet</text> +</g> +<!-- a->p5 --> +<g id="edge9" class="edge"> +<title>a->p5</title> +<path fill="none" stroke="black" d="M306.66,-685.94C347.89,-685.94 414.58,-685.94 465.06,-685.94"/> +<polygon fill="black" stroke="black" points="464.9,-689.44 474.9,-685.94 464.9,-682.44 464.9,-689.44"/> +<text text-anchor="middle" x="387.32" y="-689.89" 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="534.85" cy="-553.94" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="534.85" y="-549.27" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- a->s --> +<g id="edge11" class="edge"> +<title>a->s</title> +<path fill="none" stroke="black" d="M302.79,-668.96C346.38,-647.26 422.5,-609.37 475.4,-583.04"/> +<polygon fill="black" stroke="black" points="476.6,-585.85 484,-578.26 473.48,-579.58 476.6,-585.85"/> +<text text-anchor="middle" x="387.32" y="-642.89" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- c --> +<g id="node14" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="534.85" cy="-400.94" rx="79.09" ry="79.09"/> +<text text-anchor="middle" x="534.85" y="-396.27" font-family="Times,serif" font-size="14.00">c/compose-01</text> +</g> +<!-- a->c --> +<g id="edge13" class="edge"> +<title>a->c</title> +<path fill="none" stroke="black" d="M292.4,-656.09C324.05,-616.81 382.42,-546.17 436.82,-489.94 446.32,-480.12 456.67,-470.04 466.96,-460.35"/> +<polygon fill="black" stroke="black" points="468.88,-463.41 473.8,-454.02 464.1,-458.29 468.88,-463.41"/> +<text text-anchor="middle" x="387.32" y="-582.89" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- h --> +<g id="node19" class="node"> +<title>h</title> +<ellipse fill="none" stroke="black" cx="534.85" cy="-182.94" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="534.85" y="-178.27" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- a->h --> +<g id="edge18" class="edge"> +<title>a->h</title> +<path fill="none" stroke="black" d="M281.87,-649.64C307.38,-581.37 367.1,-430.16 436.82,-312.94 445.78,-297.87 456.13,-282.43 466.65,-267.71"/> +<polygon fill="black" stroke="black" points="469.83,-270.28 472.86,-260.13 464.16,-266.18 469.83,-270.28"/> +<text text-anchor="middle" x="387.32" y="-465.89" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- n --> +<g id="node5" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="780.87" cy="-1090.94" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="780.87" y="-1086.27" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p2->n --> +<g id="edge4" class="edge"> +<title>p2->n</title> +<path fill="none" stroke="black" d="M593.68,-1090.94C632.46,-1090.94 683.32,-1090.94 722.09,-1090.94"/> +<polygon fill="black" stroke="black" points="721.68,-1094.44 731.68,-1090.94 721.68,-1087.44 721.68,-1094.44"/> +<text text-anchor="middle" x="673.38" y="-1094.89" 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="1012,-1108.94 921.75,-1108.94 921.75,-1072.94 1012,-1072.94 1012,-1108.94"/> +<text text-anchor="middle" x="966.87" y="-1086.27" font-family="Times,serif" font-size="14.00">"Mercury"</text> +</g> +<!-- n->node_0 --> +<g id="edge21" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M829.26,-1090.94C854.13,-1090.94 884.75,-1090.94 910.69,-1090.94"/> +<polygon fill="black" stroke="black" points="910.49,-1094.44 920.49,-1090.94 910.49,-1087.44 910.49,-1094.44"/> +<text text-anchor="middle" x="881.24" y="-1094.89" 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="780.87" cy="-955.94" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="780.87" y="-951.27" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- p3->n2 --> +<g id="edge6" class="edge"> +<title>p3->n2</title> +<path fill="none" stroke="black" d="M593.68,-955.94C630.24,-955.94 677.54,-955.94 715.32,-955.94"/> +<polygon fill="black" stroke="black" points="715.21,-959.44 725.21,-955.94 715.21,-952.44 715.21,-959.44"/> +<text text-anchor="middle" x="673.38" y="-959.89" 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="1003,-973.94 930.75,-973.94 930.75,-937.94 1003,-937.94 1003,-973.94"/> +<text text-anchor="middle" x="966.87" y="-951.27" font-family="Times,serif" font-size="14.00">"Venus"</text> +</g> +<!-- n2->node_1 --> +<g id="edge22" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M835.59,-955.94C862.2,-955.94 894.01,-955.94 919.54,-955.94"/> +<polygon fill="black" stroke="black" points="919.42,-959.44 929.42,-955.94 919.42,-952.44 919.42,-959.44"/> +<text text-anchor="middle" x="881.24" y="-959.89" 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="780.87" cy="-820.94" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="780.87" y="-816.27" font-family="Times,serif" font-size="14.00">n3/name</text> +</g> +<!-- p4->n3 --> +<g id="edge8" class="edge"> +<title>p4->n3</title> +<path fill="none" stroke="black" d="M593.68,-820.94C630.24,-820.94 677.54,-820.94 715.32,-820.94"/> +<polygon fill="black" stroke="black" points="715.21,-824.44 725.21,-820.94 715.21,-817.44 715.21,-824.44"/> +<text text-anchor="middle" x="673.38" y="-824.89" 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="1001.87,-838.94 931.87,-838.94 931.87,-802.94 1001.87,-802.94 1001.87,-838.94"/> +<text text-anchor="middle" x="966.87" y="-816.27" font-family="Times,serif" font-size="14.00">"Earth"</text> +</g> +<!-- n3->node_2 --> +<g id="edge23" class="edge"> +<title>n3->node_2</title> +<path fill="none" stroke="black" d="M835.59,-820.94C862.57,-820.94 894.9,-820.94 920.6,-820.94"/> +<polygon fill="black" stroke="black" points="920.54,-824.44 930.54,-820.94 920.54,-817.44 920.54,-824.44"/> +<text text-anchor="middle" x="881.24" y="-824.89" 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="780.87" cy="-685.94" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="780.87" y="-681.27" font-family="Times,serif" font-size="14.00">n4/name</text> +</g> +<!-- p5->n4 --> +<g id="edge10" class="edge"> +<title>p5->n4</title> +<path fill="none" stroke="black" d="M593.68,-685.94C630.24,-685.94 677.54,-685.94 715.32,-685.94"/> +<polygon fill="black" stroke="black" points="715.21,-689.44 725.21,-685.94 715.21,-682.44 715.21,-689.44"/> +<text text-anchor="middle" x="673.38" y="-689.89" 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="1000,-703.94 933.75,-703.94 933.75,-667.94 1000,-667.94 1000,-703.94"/> +<text text-anchor="middle" x="966.87" y="-681.27" font-family="Times,serif" font-size="14.00">"Mars"</text> +</g> +<!-- n4->node_3 --> +<g id="edge24" class="edge"> +<title>n4->node_3</title> +<path fill="none" stroke="black" d="M835.59,-685.94C863.34,-685.94 896.75,-685.94 922.79,-685.94"/> +<polygon fill="black" stroke="black" points="922.46,-689.44 932.46,-685.94 922.46,-682.44 922.46,-689.44"/> +<text text-anchor="middle" x="881.24" y="-689.89" 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="780.87" cy="-560.94" rx="47" ry="47"/> +<text text-anchor="middle" x="780.87" y="-556.27" font-family="Times,serif" font-size="14.00">ii/inner</text> +</g> +<!-- s->ii --> +<g id="edge12" class="edge"> +<title>s->ii</title> +<path fill="none" stroke="black" d="M590.61,-555.51C629.92,-556.64 682.76,-558.16 722.62,-559.3"/> +<polygon fill="black" stroke="black" points="722.4,-562.82 732.49,-559.61 722.6,-555.83 722.4,-562.82"/> +<text text-anchor="middle" x="673.38" y="-561.89" 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="780.87" cy="-450.94" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="780.87" y="-446.27" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- c->a2 --> +<g id="edge14" class="edge"> +<title>c->a2</title> +<path fill="none" stroke="black" d="M612.72,-416.69C649.53,-424.24 692.72,-433.09 725.98,-439.9"/> +<polygon fill="black" stroke="black" points="724.91,-443.46 735.41,-442.04 726.31,-436.6 724.91,-443.46"/> +<text text-anchor="middle" x="673.38" y="-437.89" 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="780.87" cy="-320.94" rx="66.99" ry="66.99"/> +<text text-anchor="middle" x="780.87" y="-316.27" font-family="Times,serif" font-size="14.00">p6/primary</text> +</g> +<!-- c->p6 --> +<g id="edge17" class="edge"> +<title>c->p6</title> +<path fill="none" stroke="black" d="M610.39,-376.51C640.99,-366.47 676.31,-354.89 706.76,-344.91"/> +<polygon fill="black" stroke="black" points="707.47,-348.03 715.89,-341.59 705.29,-341.38 707.47,-348.03"/> +<text text-anchor="middle" x="673.38" y="-364.89" 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="966.87" cy="-505.94" rx="40.69" ry="40.69"/> +<text text-anchor="middle" x="966.87" y="-501.27" font-family="Times,serif" font-size="14.00">r/rock</text> +</g> +<!-- a2->r --> +<g id="edge15" class="edge"> +<title>a2->r</title> +<path fill="none" stroke="black" d="M824.09,-463.56C851.87,-471.87 888.32,-482.76 917.3,-491.42"/> +<polygon fill="black" stroke="black" points="916.03,-495 926.61,-494.51 918.03,-488.29 916.03,-495"/> +<text text-anchor="middle" x="881.24" y="-488.89" 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="966.87" cy="-394.94" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="966.87" y="-390.27" font-family="Times,serif" font-size="14.00">m/metal</text> +</g> +<!-- a2->m --> +<g id="edge16" class="edge"> +<title>a2->m</title> +<path fill="none" stroke="black" d="M824.09,-438.1C848.34,-430.71 879.21,-421.32 905.95,-413.18"/> +<polygon fill="black" stroke="black" points="906.81,-416.27 915.36,-410.01 904.77,-409.58 906.81,-416.27"/> +<text text-anchor="middle" x="881.24" y="-428.89" 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="780.87" cy="-182.94" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="780.87" y="-178.27" font-family="Times,serif" font-size="14.00">s2/small</text> +</g> +<!-- h->s2 --> +<g id="edge19" class="edge"> +<title>h->s2</title> +<path fill="none" stroke="black" d="M633.34,-182.94C661.45,-182.94 691.36,-182.94 716.78,-182.94"/> +<polygon fill="black" stroke="black" points="716.75,-186.44 726.75,-182.94 716.75,-179.44 716.75,-186.44"/> +<text text-anchor="middle" x="673.38" y="-186.89" 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="780.87" cy="-55.94" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="780.87" y="-51.27" font-family="Times,serif" font-size="14.00">m2/more</text> +</g> +<!-- h->m2 --> +<g id="edge20" class="edge"> +<title>h->m2</title> +<path fill="none" stroke="black" d="M622.23,-137.99C655.13,-120.86 691.83,-101.76 721.54,-86.3"/> +<polygon fill="black" stroke="black" points="722.67,-89.14 729.92,-81.42 719.44,-82.93 722.67,-89.14"/> +<text text-anchor="middle" x="673.38" y="-123.89" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..5ff51bd2e3edf9d238e98ed4d26d25f020c75e66 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.ttl @@ -0,0 +1,128 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@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/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns2:part a ns1:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial . + +ns3:compose-01 a ns1:Frame . + +ns3:have-degree-91 a ns1:Frame . + +ns2:inner a ns1:Concept . + +ns2:metal a ns1:Concept . + +ns2:primary a ns1:Concept . + +ns2:rock a ns1:Concept . + +ns2:small a ns1:Concept . + +ns2:system a ns1:Concept . + +ns2:terrestrial a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:more a ns1:Concept . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:and a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity . + +ns3:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..209e3ac996ae33323a823117b0630a5e65bfa6c2 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..92f3e4a318c78ca28510d91ef4c0174a2099eef2 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.nt @@ -0,0 +1,52 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#massive> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/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/WikiAbstract-SolarSystem-07#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <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/WikiAbstract-SolarSystem-07#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> <http://amr.isi.edu/rdf/amr-terms#degree> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> . +<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/WikiAbstract-SolarSystem-07#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#substantial> <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/WikiAbstract-SolarSystem-07#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-07#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#substantial> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/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#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/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/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/rdf/amr-terms#outer> <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/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> . +<http://amr.isi.edu/rdf/core-amr#more> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/amr_data/WikiAbstract-SolarSystem-07#s> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#terrestrial> . +<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/frames/ld/v1.2.2/have-degree-91> <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/WikiAbstract-SolarSystem-07#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#outer> . +<http://amr.isi.edu/rdf/amr-terms#giant> <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/WikiAbstract-SolarSystem-07#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-07" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> <http://amr.isi.edu/rdf/amr-terms#quant> "4" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#giant> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . +<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/WikiAbstract-SolarSystem-07#p> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> . +<http://amr.isi.edu/rdf/amr-terms#massive> <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/WikiAbstract-SolarSystem-07#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<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/amr_data/WikiAbstract-SolarSystem-07#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#terrestrial> <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/WikiAbstract-SolarSystem-07#s> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> . +<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#degree> <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> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..5a71daba2f8276f332a4910237078754049edb91 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b83c1ba5815f81078cb71f5a1e42a5006fb38b Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ee283602453974540a0f46e80f1c6d100f4695ea --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="814pt" height="576pt" + viewBox="0.00 0.00 814.04 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.914836 0.914836) rotate(0) translate(4 625.62)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-625.62 885.82,-625.62 885.82,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="52.26" cy="-452.15" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="52.26" y="-447.47" 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="301.55" cy="-575.15" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="301.55" y="-570.47" font-family="Times,serif" font-size="14.00">g/giant</text> +</g> +<!-- p->g --> +<g id="edge1" class="edge"> +<title>p->g</title> +<path fill="none" stroke="black" d="M99.48,-475.14C142.24,-496.41 205.67,-527.96 249.81,-549.91"/> +<polygon fill="black" stroke="black" points="247.97,-553.4 258.48,-554.72 251.09,-547.13 247.97,-553.4"/> +<text text-anchor="middle" x="154.02" y="-521.1" 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="301.55" cy="-452.15" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="301.55" y="-447.47" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- p->p2 --> +<g id="edge2" class="edge"> +<title>p->p2</title> +<path fill="none" stroke="black" d="M104.8,-452.15C141.62,-452.15 191.56,-452.15 231.79,-452.15"/> +<polygon fill="black" stroke="black" points="231.59,-455.65 241.59,-452.15 231.59,-448.65 231.59,-455.65"/> +<text text-anchor="middle" x="154.02" y="-456.1" 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="301.55" cy="-246.15" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="301.55" y="-241.47" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- p->h --> +<g id="edge5" class="edge"> +<title>p->h</title> +<path fill="none" stroke="black" d="M92.99,-419.05C126.4,-391.22 175.28,-350.5 217.22,-315.57"/> +<polygon fill="black" stroke="black" points="219.06,-317.75 224.5,-308.66 214.58,-312.38 219.06,-317.75"/> +<text text-anchor="middle" x="154.02" y="-395.1" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s --> +<g id="node4" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="558.23" cy="-543.15" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="558.23" y="-538.47" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- p2->s --> +<g id="edge3" class="edge"> +<title>p2->s</title> +<path fill="none" stroke="black" d="M357.19,-471.67C397.83,-486.19 453.33,-506.02 495.57,-521.11"/> +<polygon fill="black" stroke="black" points="494.13,-524.68 504.73,-524.74 496.49,-518.08 494.13,-524.68"/> +<text text-anchor="middle" x="443.83" y="-514.1" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- node_0 --> +<g id="node11" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="585.23,-470.15 531.23,-470.15 531.23,-434.15 585.23,-434.15 585.23,-470.15"/> +<text text-anchor="middle" x="558.23" y="-447.47" font-family="Times,serif" font-size="14.00">4</text> +</g> +<!-- p2->node_0 --> +<g id="edge10" class="edge"> +<title>p2->node_0</title> +<path fill="none" stroke="black" d="M360.34,-452.15C409.28,-452.15 477.98,-452.15 519.95,-452.15"/> +<polygon fill="black" stroke="black" points="519.78,-455.65 529.78,-452.15 519.78,-448.65 519.78,-455.65"/> +<text text-anchor="middle" x="443.83" y="-456.1" 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="800.1" cy="-543.15" rx="47" ry="47"/> +<text text-anchor="middle" x="800.1" y="-538.47" font-family="Times,serif" font-size="14.00">o/outer</text> +</g> +<!-- s->o --> +<g id="edge4" class="edge"> +<title>s->o</title> +<path fill="none" stroke="black" d="M613.96,-543.15C652.26,-543.15 703.3,-543.15 742.09,-543.15"/> +<polygon fill="black" stroke="black" points="741.68,-546.65 751.68,-543.15 741.68,-539.65 741.68,-546.65"/> +<text text-anchor="middle" x="673.38" y="-547.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="558.23" cy="-352.15" rx="64.36" ry="64.36"/> +<text text-anchor="middle" x="558.23" y="-347.47" font-family="Times,serif" font-size="14.00">m/massive</text> +</g> +<!-- h->m --> +<g id="edge6" class="edge"> +<title>h->m</title> +<path fill="none" stroke="black" d="M392.34,-283.52C423.99,-296.69 459.05,-311.28 488.66,-323.61"/> +<polygon fill="black" stroke="black" points="486.91,-327.09 497.49,-327.7 489.6,-320.62 486.91,-327.09"/> +<text text-anchor="middle" x="443.83" y="-318.1" 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="558.23" cy="-214.15" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="558.23" y="-209.47" font-family="Times,serif" font-size="14.00">m2/more</text> +</g> +<!-- h->m2 --> +<g id="edge7" class="edge"> +<title>h->m2</title> +<path fill="none" stroke="black" d="M399.2,-234C430.01,-230.13 463.36,-225.94 491.46,-222.41"/> +<polygon fill="black" stroke="black" points="491.86,-225.76 501.35,-221.04 490.99,-218.82 491.86,-225.76"/> +<text text-anchor="middle" x="443.83" y="-234.1" 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="558.23" cy="-70.15" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="558.23" y="-65.47" font-family="Times,serif" font-size="14.00">t/terrestrial</text> +</g> +<!-- h->t --> +<g id="edge9" class="edge"> +<title>h->t</title> +<path fill="none" stroke="black" d="M382.79,-190.7C417.72,-166.56 458.16,-138.62 491.3,-115.71"/> +<polygon fill="black" stroke="black" points="492.76,-118.26 499,-109.7 488.78,-112.5 492.76,-118.26"/> +<text text-anchor="middle" x="443.83" y="-168.1" 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="800.1" cy="-214.15" rx="81.72" ry="81.72"/> +<text text-anchor="middle" x="800.1" y="-209.47" font-family="Times,serif" font-size="14.00">s2/substantial</text> +</g> +<!-- m2->s2 --> +<g id="edge8" class="edge"> +<title>m2->s2</title> +<path fill="none" stroke="black" d="M614.56,-214.15C642.04,-214.15 675.96,-214.15 707.2,-214.15"/> +<polygon fill="black" stroke="black" points="707.12,-217.65 717.12,-214.15 707.12,-210.65 707.12,-217.65"/> +<text text-anchor="middle" x="673.38" y="-218.1" font-family="Times,serif" font-size="14.00">:degree</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dbd1f8ad8a22cf657bf219e6f4d393d2ea893d44 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.ttl @@ -0,0 +1,90 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@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/WikiAbstract-SolarSystem-07#h> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns1:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-07" ; + ns2:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> . + +ns1:have-degree-91.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG4 a ns1:FrameRole . + +ns3:degree a ns2:Role . + +ns3:domain a ns2:Role . + +ns3:mod a ns2:Role . + +ns3:part a ns2:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns2:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial . + +ns1:have-degree-91 a ns2:Frame . + +ns3:giant a ns2:Concept . + +ns3:massive a ns2:Concept . + +ns3:outer a ns2:Concept . + +ns3:substantial a ns2:Concept . + +ns3:system a ns2:Concept . + +ns3:terrestrial a ns2:Concept . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:more a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..4f821af1a2fdab7cdfa0d718171b0eb54bcf24aa --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..1c26e20b71d50c649005816fc4ed3517515cdbff --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.nt @@ -0,0 +1,134 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/relative-05> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#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/WikiAbstract-SolarSystem-08#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> <http://amr.isi.edu/rdf/amr-terms#example> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> . +<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/frames/ld/v1.2.2/call-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/WikiAbstract-SolarSystem-08#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/frames/ld/v1.2.2/relative-05> <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/WikiAbstract-SolarSystem-08#g3> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> . +<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#point> <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/WikiAbstract-SolarSystem-08#p5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#point> . +<http://amr.isi.edu/frames/ld/v1.2.2/melt-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/WikiAbstract-SolarSystem-08#c4> <http://amr.isi.edu/frames/ld/v1.2.2/call-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> <http://www.w3.org/2000/01/rdf-schema#label> "Saturn" . +<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/WikiAbstract-SolarSystem-08#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> <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/WikiAbstract-SolarSystem-08#g> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-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/amr_data/WikiAbstract-SolarSystem-08#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> . +<http://amr.isi.edu/rdf/amr-terms#giant> <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/WikiAbstract-SolarSystem-08#h4> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#helium> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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#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/amr-terms#substance> <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#gas> <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#ammonia> <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/WikiAbstract-SolarSystem-08#c4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/call-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ice> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> . +<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/WikiAbstract-SolarSystem-08#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-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/WikiAbstract-SolarSystem-08#r> <http://amr.isi.edu/frames/ld/v1.2.2/relative-05.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> . +<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/WikiAbstract-SolarSystem-08#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> . +<http://amr.isi.edu/rdf/amr-terms#helium> <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/WikiAbstract-SolarSystem-08#h4> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> . +<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/WikiAbstract-SolarSystem-08#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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/WikiAbstract-SolarSystem-08#a3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> <http://amr.isi.edu/frames/ld/v1.2.2/call-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> . +<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/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/amr-terms#methane> <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/WikiAbstract-SolarSystem-08#a4> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> . +<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/amr_data/WikiAbstract-SolarSystem-08#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> . +<http://amr.isi.edu/rdf/amr-terms#water> <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/WikiAbstract-SolarSystem-08#a3> <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/WikiAbstract-SolarSystem-08#p3> <http://www.w3.org/2000/01/rdf-schema#label> "Uranus" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#methane> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/WikiAbstract-SolarSystem-08#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#main> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<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/WikiAbstract-SolarSystem-08#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . +<http://amr.isi.edu/rdf/amr-terms#hydrogen> <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#more> <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/WikiAbstract-SolarSystem-08#a5> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#volatile> . +<http://amr.isi.edu/frames/ld/v1.2.2/high-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#ice> <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/WikiAbstract-SolarSystem-08#c3> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<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/WikiAbstract-SolarSystem-08#m3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/melt-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#helium> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#substance> . +<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#large> <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/WikiAbstract-SolarSystem-08#h6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#hydrogen> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-08#c3> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <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/WikiAbstract-SolarSystem-08#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-08" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/high-02> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#water> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ammonia> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gas> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-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/WikiAbstract-SolarSystem-08#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> <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/WikiAbstract-SolarSystem-08#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#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/WikiAbstract-SolarSystem-08#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#large> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#giant> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> <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/WikiAbstract-SolarSystem-08#a5> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/rdf/core-amr#most> <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/WikiAbstract-SolarSystem-08#a5> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> <http://www.w3.org/2000/01/rdf-schema#label> "Neptune" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#hydrogen> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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/WikiAbstract-SolarSystem-08#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> . +<http://amr.isi.edu/frames/ld/v1.2.2/relative-05.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/amr_data/WikiAbstract-SolarSystem-08#g3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#giant> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> <http://www.w3.org/2000/01/rdf-schema#label> "Jupiter" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> <http://amr.isi.edu/frames/ld/v1.2.2/high-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> . +<http://amr.isi.edu/frames/ld/v1.2.2/call-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/amr-terms#example> <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/2000/01/rdf-schema#label> "AMR-Role" . +<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/frames/ld/v1.2.2/high-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/call-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/amr_data/WikiAbstract-SolarSystem-08#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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#volatile> <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#main> <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/WikiAbstract-SolarSystem-08#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..f0c6a39d803c00779ed2983833653d32df2c9e5a --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..416af6fe288293331adc2f47f7b27ad28b32f493 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..578a2834442fa4fe95c7570c9c9c98c11d5c78c6 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="805pt" height="576pt" + viewBox="0.00 0.00 805.33 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.31804 0.31804) rotate(0) translate(4 1807.09)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-1807.09 2528.15,-1807.09 2528.15,4 -4,4"/> +<!-- c --> +<g id="node1" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="76.99" cy="-1235.83" rx="76.99" ry="76.99"/> +<text text-anchor="middle" x="76.99" y="-1231.16" font-family="Times,serif" font-size="14.00">c/contrast-01</text> +</g> +<!-- g --> +<g id="node2" class="node"> +<title>g</title> +<ellipse fill="none" stroke="black" cx="287.76" cy="-1346.83" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="287.76" y="-1342.16" font-family="Times,serif" font-size="14.00">g/giant</text> +</g> +<!-- c->g --> +<g id="edge1" class="edge"> +<title>c->g</title> +<path fill="none" stroke="black" d="M145.48,-1271.72C175.21,-1287.52 209.53,-1305.77 236.9,-1320.32"/> +<polygon fill="black" stroke="black" points="234.79,-1323.7 245.27,-1325.3 238.08,-1317.52 234.79,-1323.7"/> +<text text-anchor="middle" x="194.47" y="-1310.78" 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="287.76" cy="-1106.83" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="287.76" y="-1102.16" font-family="Times,serif" font-size="14.00">g3/giant</text> +</g> +<!-- c->g3 --> +<g id="edge16" class="edge"> +<title>c->g3</title> +<path fill="none" stroke="black" d="M142.9,-1195.72C171.94,-1177.78 205.75,-1156.89 233.3,-1139.86"/> +<polygon fill="black" stroke="black" points="234.72,-1142.48 241.39,-1134.25 231.04,-1136.53 234.72,-1142.48"/> +<text text-anchor="middle" x="194.47" y="-1178.78" 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="524.95" cy="-1539.83" rx="44.37" ry="44.37"/> +<text text-anchor="middle" x="524.95" y="-1535.16" font-family="Times,serif" font-size="14.00">g2/gas</text> +</g> +<!-- g->g2 --> +<g id="edge2" class="edge"> +<title>g->g2</title> +<path fill="none" stroke="black" d="M320.03,-1380.51C331.83,-1392.84 345.55,-1406.73 358.55,-1418.83 392.95,-1450.86 401.55,-1459.16 439.55,-1486.83 451.36,-1495.44 464.57,-1504.13 476.96,-1511.92"/> +<polygon fill="black" stroke="black" points="474.9,-1515.39 485.25,-1517.69 478.6,-1509.44 474.9,-1515.39"/> +<text text-anchor="middle" x="390.05" y="-1475.78" 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="524.95" cy="-1438.83" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="524.95" y="-1434.16" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- g->a --> +<g id="edge3" class="edge"> +<title>g->a</title> +<path fill="none" stroke="black" d="M331.63,-1363.6C373.24,-1379.88 436.18,-1404.5 478.62,-1421.1"/> +<polygon fill="black" stroke="black" points="477.08,-1424.65 487.67,-1425.03 479.63,-1418.13 477.08,-1424.65"/> +<text text-anchor="middle" x="390.05" y="-1401.78" 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="524.95" cy="-1266.83" rx="85.41" ry="85.41"/> +<text text-anchor="middle" x="524.95" y="-1262.16" font-family="Times,serif" font-size="14.00">c2/compose-01</text> +</g> +<!-- g->c2 --> +<g id="edge11" class="edge"> +<title>g->c2</title> +<path fill="none" stroke="black" d="M332.17,-1332.06C360.56,-1322.41 398.7,-1309.44 433.49,-1297.6"/> +<polygon fill="black" stroke="black" points="434.34,-1300.67 442.68,-1294.14 432.08,-1294.04 434.34,-1300.67"/> +<text text-anchor="middle" x="390.05" y="-1324.78" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- p --> +<g id="node5" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="807.39" cy="-1750.83" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="807.39" y="-1746.16" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- a->p --> +<g id="edge4" class="edge"> +<title>a->p</title> +<path fill="none" stroke="black" d="M561.7,-1451.47C578.76,-1459.21 598.07,-1470.76 610.36,-1486.83 629.87,-1512.35 615.72,-1527.3 628.36,-1556.83 655.15,-1619.41 661.85,-1638.08 709.36,-1686.83 721.72,-1699.52 737.01,-1711.03 751.77,-1720.68"/> +<polygon fill="black" stroke="black" points="749.55,-1724.04 759.87,-1726.44 753.29,-1718.13 749.55,-1724.04"/> +<text text-anchor="middle" x="659.86" y="-1668.78" 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="807.39" cy="-1618.83" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="807.39" y="-1614.16" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- a->p2 --> +<g id="edge6" class="edge"> +<title>a->p2</title> +<path fill="none" stroke="black" d="M559.16,-1456.95C574.85,-1465.71 593.74,-1476.53 610.36,-1486.83 658.51,-1516.67 711.73,-1552.72 750.56,-1579.6"/> +<polygon fill="black" stroke="black" points="747.9,-1582.71 758.12,-1585.53 751.89,-1576.95 747.9,-1582.71"/> +<text text-anchor="middle" x="659.86" y="-1539.78" 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="807.39" cy="-1438.83" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="807.39" y="-1434.16" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- a->h --> +<g id="edge8" class="edge"> +<title>a->h</title> +<path fill="none" stroke="black" d="M563.77,-1438.83C598.17,-1438.83 650.65,-1438.83 698.01,-1438.83"/> +<polygon fill="black" stroke="black" points="697.97,-1442.33 707.97,-1438.83 697.97,-1435.33 697.97,-1442.33"/> +<text text-anchor="middle" x="659.86" y="-1442.78" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- n --> +<g id="node6" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="1060.78" cy="-1753.83" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1060.78" y="-1749.16" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge5" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M859.87,-1751.45C901.1,-1751.94 958.92,-1752.63 1001.78,-1753.14"/> +<polygon fill="black" stroke="black" points="1001.57,-1756.65 1011.61,-1753.27 1001.66,-1749.65 1001.57,-1756.65"/> +<text text-anchor="middle" x="945.92" y="-1755.78" 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="1377.61,-1771.83 1299.36,-1771.83 1299.36,-1735.83 1377.61,-1735.83 1377.61,-1771.83"/> +<text text-anchor="middle" x="1338.48" y="-1749.16" font-family="Times,serif" font-size="14.00">"Jupiter"</text> +</g> +<!-- n->node_0 --> +<g id="edge41" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M1109.17,-1753.83C1159.13,-1753.83 1237.45,-1753.83 1288.13,-1753.83"/> +<polygon fill="black" stroke="black" points="1288.13,-1757.33 1298.13,-1753.83 1288.13,-1750.33 1288.13,-1757.33"/> +<text text-anchor="middle" x="1184.64" y="-1757.78" 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="1060.78" cy="-1633.83" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1060.78" y="-1629.16" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- p2->n2 --> +<g id="edge7" class="edge"> +<title>p2->n2</title> +<path fill="none" stroke="black" d="M866.06,-1622.27C904.62,-1624.57 955.4,-1627.6 995.29,-1629.98"/> +<polygon fill="black" stroke="black" points="995.05,-1633.53 1005.24,-1630.64 995.46,-1626.55 995.05,-1633.53"/> +<text text-anchor="middle" x="945.92" y="-1631.78" 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="1377.61,-1651.83 1299.36,-1651.83 1299.36,-1615.83 1377.61,-1615.83 1377.61,-1651.83"/> +<text text-anchor="middle" x="1338.48" y="-1629.16" font-family="Times,serif" font-size="14.00">"Saturn"</text> +</g> +<!-- n2->node_1 --> +<g id="edge42" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M1115.59,-1633.83C1165.6,-1633.83 1239.48,-1633.83 1288.04,-1633.83"/> +<polygon fill="black" stroke="black" points="1287.9,-1637.33 1297.9,-1633.83 1287.9,-1630.33 1287.9,-1637.33"/> +<text text-anchor="middle" x="1184.64" y="-1637.78" 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="1060.78" cy="-1517.83" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="1060.78" y="-1513.16" font-family="Times,serif" font-size="14.00">l/large</text> +</g> +<!-- h->l --> +<g id="edge9" class="edge"> +<title>h->l</title> +<path fill="none" stroke="black" d="M901.28,-1468.02C937.72,-1479.47 978.12,-1492.17 1009.01,-1501.88"/> +<polygon fill="black" stroke="black" points="1007.51,-1505.39 1018.1,-1505.05 1009.61,-1498.71 1007.51,-1505.39"/> +<text text-anchor="middle" x="945.92" y="-1490.78" 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="1060.78" cy="-1407.83" rx="48.58" ry="48.58"/> +<text text-anchor="middle" x="1060.78" y="-1403.16" font-family="Times,serif" font-size="14.00">m/most</text> +</g> +<!-- h->m --> +<g id="edge10" class="edge"> +<title>h->m</title> +<path fill="none" stroke="black" d="M904.86,-1426.93C937.52,-1422.91 972.97,-1418.54 1001.7,-1414.99"/> +<polygon fill="black" stroke="black" points="1001.87,-1418.38 1011.36,-1413.68 1001.01,-1411.43 1001.87,-1418.38"/> +<text text-anchor="middle" x="945.92" y="-1427.78" 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="807.39" cy="-1266.83" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="807.39" y="-1262.16" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- c2->a2 --> +<g id="edge12" class="edge"> +<title>c2->a2</title> +<path fill="none" stroke="black" d="M610.85,-1266.83C656.39,-1266.83 711.19,-1266.83 751.18,-1266.83"/> +<polygon fill="black" stroke="black" points="751.04,-1270.33 761.04,-1266.83 751.04,-1263.33 751.04,-1270.33"/> +<text text-anchor="middle" x="659.86" y="-1270.78" 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="807.39" cy="-1148.83" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="807.39" y="-1144.16" font-family="Times,serif" font-size="14.00">m2/main</text> +</g> +<!-- c2->m2 --> +<g id="edge15" class="edge"> +<title>c2->m2</title> +<path fill="none" stroke="black" d="M604.07,-1233.96C649.14,-1215 704.93,-1191.52 746.5,-1174.03"/> +<polygon fill="black" stroke="black" points="747.62,-1176.93 755.48,-1169.83 744.91,-1170.48 747.62,-1176.93"/> +<text text-anchor="middle" x="659.86" y="-1225.78" 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="1060.78" cy="-1266.83" rx="74.36" ry="74.36"/> +<text text-anchor="middle" x="1060.78" y="-1262.16" font-family="Times,serif" font-size="14.00">h2/hydrogen</text> +</g> +<!-- a2->h2 --> +<g id="edge13" class="edge"> +<title>a2->h2</title> +<path fill="none" stroke="black" d="M852.75,-1266.83C886.65,-1266.83 934.39,-1266.83 975.48,-1266.83"/> +<polygon fill="black" stroke="black" points="975.32,-1270.33 985.32,-1266.83 975.32,-1263.33 975.32,-1270.33"/> +<text text-anchor="middle" x="945.92" y="-1270.78" 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="1060.78" cy="-1112.83" rx="61.2" ry="61.2"/> +<text text-anchor="middle" x="1060.78" y="-1108.16" font-family="Times,serif" font-size="14.00">h3/helium</text> +</g> +<!-- a2->h3 --> +<g id="edge14" class="edge"> +<title>a2->h3</title> +<path fill="none" stroke="black" d="M847.45,-1245.87C865.28,-1236.1 886.59,-1224.16 905.42,-1212.83 937.27,-1193.68 972.07,-1171.27 1000.55,-1152.52"/> +<polygon fill="black" stroke="black" points="1002.15,-1155 1008.57,-1146.57 998.29,-1149.16 1002.15,-1155"/> +<text text-anchor="middle" x="945.92" y="-1202.78" 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="524.95" cy="-1106.83" rx="34.9" ry="34.9"/> +<text text-anchor="middle" x="524.95" y="-1102.16" font-family="Times,serif" font-size="14.00">ii/ice</text> +</g> +<!-- g3->ii --> +<g id="edge17" class="edge"> +<title>g3->ii</title> +<path fill="none" stroke="black" d="M340.96,-1106.83C382.31,-1106.83 439.48,-1106.83 478.86,-1106.83"/> +<polygon fill="black" stroke="black" points="478.72,-1110.33 488.72,-1106.83 478.72,-1103.33 478.72,-1110.33"/> +<text text-anchor="middle" x="390.05" y="-1110.78" 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="524.95" cy="-891.83" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="524.95" y="-887.16" font-family="Times,serif" font-size="14.00">a3/and</text> +</g> +<!-- g3->a3 --> +<g id="edge18" class="edge"> +<title>g3->a3</title> +<path fill="none" stroke="black" d="M327.33,-1071.57C370.27,-1032.32 439.37,-969.15 483.18,-929.1"/> +<polygon fill="black" stroke="black" points="485.04,-932.23 490.06,-922.9 480.31,-927.07 485.04,-932.23"/> +<text text-anchor="middle" x="390.05" y="-1040.78" 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="807.39" cy="-982.83" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="807.39" y="-978.16" font-family="Times,serif" font-size="14.00">p3/planet</text> +</g> +<!-- a3->p3 --> +<g id="edge19" class="edge"> +<title>a3->p3</title> +<path fill="none" stroke="black" d="M567.94,-905.45C613.7,-920.31 687.53,-944.26 740.93,-961.59"/> +<polygon fill="black" stroke="black" points="739.72,-965.2 750.32,-964.96 741.89,-958.54 739.72,-965.2"/> +<text text-anchor="middle" x="659.86" y="-948.78" 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="807.39" cy="-847.83" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="807.39" y="-843.16" font-family="Times,serif" font-size="14.00">p4/planet</text> +</g> +<!-- a3->p4 --> +<g id="edge21" class="edge"> +<title>a3->p4</title> +<path fill="none" stroke="black" d="M569.77,-884.96C614.95,-877.87 686.02,-866.72 738.48,-858.49"/> +<polygon fill="black" stroke="black" points="738.71,-861.84 748.05,-856.83 737.63,-854.92 738.71,-861.84"/> +<text text-anchor="middle" x="659.86" y="-878.78" 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="807.39" cy="-685.83" rx="85.41" ry="85.41"/> +<text text-anchor="middle" x="807.39" y="-681.16" font-family="Times,serif" font-size="14.00">c3/compose-01</text> +</g> +<!-- a3->c3 --> +<g id="edge23" class="edge"> +<title>a3->c3</title> +<path fill="none" stroke="black" d="M561.76,-865.53C603.8,-834.64 674.75,-782.53 729.45,-742.35"/> +<polygon fill="black" stroke="black" points="731.09,-744.75 737.08,-736.01 726.95,-739.11 731.09,-744.75"/> +<text text-anchor="middle" x="659.86" y="-816.78" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- n3 --> +<g id="node21" class="node"> +<title>n3</title> +<ellipse fill="none" stroke="black" cx="1060.78" cy="-978.83" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1060.78" y="-974.16" font-family="Times,serif" font-size="14.00">n3/name</text> +</g> +<!-- p3->n3 --> +<g id="edge20" class="edge"> +<title>p3->n3</title> +<path fill="none" stroke="black" d="M866.38,-981.91C904.82,-981.3 955.29,-980.49 995.04,-979.86"/> +<polygon fill="black" stroke="black" points="995,-983.35 1004.95,-979.69 994.89,-976.35 995,-983.35"/> +<text text-anchor="middle" x="945.92" y="-984.78" 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="1379.48,-996.83 1297.48,-996.83 1297.48,-960.83 1379.48,-960.83 1379.48,-996.83"/> +<text text-anchor="middle" x="1338.48" y="-974.16" font-family="Times,serif" font-size="14.00">"Uranus"</text> +</g> +<!-- n3->node_2 --> +<g id="edge43" class="edge"> +<title>n3->node_2</title> +<path fill="none" stroke="black" d="M1115.59,-978.83C1165.02,-978.83 1237.76,-978.83 1286.33,-978.83"/> +<polygon fill="black" stroke="black" points="1286.22,-982.33 1296.22,-978.83 1286.22,-975.33 1286.22,-982.33"/> +<text text-anchor="middle" x="1184.64" y="-982.78" 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="1060.78" cy="-847.83" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1060.78" y="-843.16" font-family="Times,serif" font-size="14.00">n4/name</text> +</g> +<!-- p4->n4 --> +<g id="edge22" class="edge"> +<title>p4->n4</title> +<path fill="none" stroke="black" d="M866.38,-847.83C904.82,-847.83 955.29,-847.83 995.04,-847.83"/> +<polygon fill="black" stroke="black" points="994.95,-851.33 1004.95,-847.83 994.95,-844.33 994.95,-851.33"/> +<text text-anchor="middle" x="945.92" y="-851.78" 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="1383.98,-865.83 1292.98,-865.83 1292.98,-829.83 1383.98,-829.83 1383.98,-865.83"/> +<text text-anchor="middle" x="1338.48" y="-843.16" font-family="Times,serif" font-size="14.00">"Neptune"</text> +</g> +<!-- n4->node_3 --> +<g id="edge44" class="edge"> +<title>n4->node_3</title> +<path fill="none" stroke="black" d="M1115.59,-847.83C1163.57,-847.83 1233.5,-847.83 1281.99,-847.83"/> +<polygon fill="black" stroke="black" points="1281.9,-851.33 1291.9,-847.83 1281.9,-844.33 1281.9,-851.33"/> +<text text-anchor="middle" x="1184.64" y="-851.78" 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="1060.78" cy="-695.83" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="1060.78" y="-691.16" font-family="Times,serif" font-size="14.00">s/substance</text> +</g> +<!-- c3->s --> +<g id="edge24" class="edge"> +<title>c3->s</title> +<path fill="none" stroke="black" d="M893.15,-689.2C921.08,-690.31 952.05,-691.55 979.63,-692.64"/> +<polygon fill="black" stroke="black" points="979.29,-696.17 989.42,-693.07 979.57,-689.18 979.29,-696.17"/> +<text text-anchor="middle" x="945.92" y="-696.78" 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="1060.78" cy="-552.83" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="1060.78" y="-548.16" font-family="Times,serif" font-size="14.00">m6/most</text> +</g> +<!-- c3->m6 --> +<g id="edge40" class="edge"> +<title>c3->m6</title> +<path fill="none" stroke="black" d="M883.47,-646.11C921.43,-626.03 966.77,-602.04 1001.97,-583.41"/> +<polygon fill="black" stroke="black" points="1003.41,-586.08 1010.62,-578.31 1000.14,-579.89 1003.41,-586.08"/> +<text text-anchor="middle" x="945.92" y="-627.78" 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="1338.48" cy="-695.83" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="1338.48" y="-691.16" font-family="Times,serif" font-size="14.00">h4/have-degree-91</text> +</g> +<!-- s->h4 --> +<g id="edge25" class="edge"> +<title>s->h4</title> +<path fill="none" stroke="black" d="M1131.35,-695.83C1159.1,-695.83 1191.8,-695.83 1222.87,-695.83"/> +<polygon fill="black" stroke="black" points="1222.78,-699.33 1232.78,-695.83 1222.78,-692.33 1222.78,-699.33"/> +<text text-anchor="middle" x="1184.64" y="-699.78" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- h5 --> +<g id="node27" class="node"> +<title>h5</title> +<ellipse fill="none" stroke="black" cx="1588.71" cy="-836.83" rx="64.89" ry="64.89"/> +<text text-anchor="middle" x="1588.71" y="-832.16" font-family="Times,serif" font-size="14.00">h5/high-02</text> +</g> +<!-- h4->h5 --> +<g id="edge26" class="edge"> +<title>h4->h5</title> +<path fill="none" stroke="black" d="M1429.8,-747.13C1460.44,-764.54 1494.05,-783.63 1522.36,-799.71"/> +<polygon fill="black" stroke="black" points="1520.32,-803.14 1530.75,-805.04 1523.78,-797.06 1520.32,-803.14"/> +<text text-anchor="middle" x="1483.33" y="-790.78" 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="1588.71" cy="-695.83" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="1588.71" y="-691.16" font-family="Times,serif" font-size="14.00">m4/more</text> +</g> +<!-- h4->m4 --> +<g id="edge29" class="edge"> +<title>h4->m4</title> +<path fill="none" stroke="black" d="M1443.31,-695.83C1469.81,-695.83 1497.58,-695.83 1521.6,-695.83"/> +<polygon fill="black" stroke="black" points="1521.36,-699.33 1531.36,-695.83 1521.36,-692.33 1521.36,-699.33"/> +<text text-anchor="middle" x="1483.33" y="-699.78" 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="1588.71" cy="-452.83" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="1588.71" y="-448.16" font-family="Times,serif" font-size="14.00">a4/and</text> +</g> +<!-- h4->a4 --> +<g id="edge31" class="edge"> +<title>h4->a4</title> +<path fill="none" stroke="black" d="M1413.62,-623.25C1457.9,-579.9 1512.37,-526.58 1548.46,-491.25"/> +<polygon fill="black" stroke="black" points="1550.18,-494.49 1554.88,-484.99 1545.28,-489.49 1550.18,-494.49"/> +<text text-anchor="middle" x="1483.33" y="-578.78" 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="1826.96" cy="-839.83" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="1826.96" y="-835.16" font-family="Times,serif" font-size="14.00">p5/point</text> +</g> +<!-- h5->p5 --> +<g id="edge27" class="edge"> +<title>h5->p5</title> +<path fill="none" stroke="black" d="M1653.96,-837.65C1687.98,-838.08 1729.6,-838.61 1763.38,-839.04"/> +<polygon fill="black" stroke="black" points="1763.01,-842.54 1773.05,-839.17 1763.1,-835.54 1763.01,-842.54"/> +<text text-anchor="middle" x="1703.1" y="-841.78" 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="2050.88" cy="-839.83" rx="68.57" ry="68.57"/> +<text text-anchor="middle" x="2050.88" y="-835.16" font-family="Times,serif" font-size="14.00">m3/melt-01</text> +</g> +<!-- p5->m3 --> +<g id="edge28" class="edge"> +<title>p5->m3</title> +<path fill="none" stroke="black" d="M1879.99,-839.83C1907.14,-839.83 1940.93,-839.83 1971.21,-839.83"/> +<polygon fill="black" stroke="black" points="1971.19,-843.33 1981.19,-839.83 1971.19,-836.33 1971.19,-843.33"/> +<text text-anchor="middle" x="1941.81" y="-843.78" 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="1826.96" cy="-695.83" rx="73.3" ry="73.3"/> +<text text-anchor="middle" x="1826.96" y="-691.16" font-family="Times,serif" font-size="14.00">r/relative-05</text> +</g> +<!-- m4->r --> +<g id="edge30" class="edge"> +<title>m4->r</title> +<path fill="none" stroke="black" d="M1645.1,-695.83C1674.14,-695.83 1710.31,-695.83 1742.65,-695.83"/> +<polygon fill="black" stroke="black" points="1742.45,-699.33 1752.45,-695.83 1742.45,-692.33 1742.45,-699.33"/> +<text text-anchor="middle" x="1703.1" y="-699.78" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- h6 --> +<g id="node33" class="node"> +<title>h6</title> +<ellipse fill="none" stroke="black" cx="1826.96" cy="-529.83" rx="74.36" ry="74.36"/> +<text text-anchor="middle" x="1826.96" y="-525.16" font-family="Times,serif" font-size="14.00">h6/hydrogen</text> +</g> +<!-- a4->h6 --> +<g id="edge32" class="edge"> +<title>a4->h6</title> +<path fill="none" stroke="black" d="M1631.95,-466.6C1663.5,-476.88 1707.59,-491.25 1745.76,-503.69"/> +<polygon fill="black" stroke="black" points="1744.24,-507.21 1754.84,-506.98 1746.41,-500.55 1744.24,-507.21"/> +<text text-anchor="middle" x="1703.1" y="-502.78" 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="1826.96" cy="-375.83" rx="61.2" ry="61.2"/> +<text text-anchor="middle" x="1826.96" y="-371.16" font-family="Times,serif" font-size="14.00">h7/helium</text> +</g> +<!-- a4->h7 --> +<g id="edge33" class="edge"> +<title>a4->h7</title> +<path fill="none" stroke="black" d="M1631.95,-439.06C1666.99,-427.64 1717.48,-411.19 1758.17,-397.93"/> +<polygon fill="black" stroke="black" points="1759.13,-400.97 1767.55,-394.54 1756.96,-394.31 1759.13,-400.97"/> +<text text-anchor="middle" x="1703.1" y="-429.78" 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="1826.96" cy="-237.83" rx="59.1" ry="59.1"/> +<text text-anchor="middle" x="1826.96" y="-233.16" font-family="Times,serif" font-size="14.00">c4/call-01</text> +</g> +<!-- a4->c4 --> +<g id="edge34" class="edge"> +<title>a4->c4</title> +<path fill="none" stroke="black" d="M1622.56,-422.94C1661.91,-387.13 1728.29,-326.71 1774.48,-284.68"/> +<polygon fill="black" stroke="black" points="1776.53,-287.64 1781.57,-278.32 1771.81,-282.46 1776.53,-287.64"/> +<text text-anchor="middle" x="1703.1" y="-381.78" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- v --> +<g id="node36" class="node"> +<title>v</title> +<ellipse fill="none" stroke="black" cx="2050.88" cy="-237.83" rx="57" ry="57"/> +<text text-anchor="middle" x="2050.88" y="-233.16" font-family="Times,serif" font-size="14.00">v/volatile</text> +</g> +<!-- c4->v --> +<g id="edge35" class="edge"> +<title>c4->v</title> +<path fill="none" stroke="black" d="M1886.56,-237.83C1916.19,-237.83 1952.3,-237.83 1983.02,-237.83"/> +<polygon fill="black" stroke="black" points="1982.64,-241.33 1992.64,-237.83 1982.64,-234.33 1982.64,-241.33"/> +<text text-anchor="middle" x="1941.81" y="-241.78" 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="2264.85" cy="-237.83" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="2264.85" y="-233.16" font-family="Times,serif" font-size="14.00">a5/and</text> +</g> +<!-- v->a5 --> +<g id="edge36" class="edge"> +<title>v->a5</title> +<path fill="none" stroke="black" d="M2108.13,-237.83C2139.4,-237.83 2178.13,-237.83 2209.15,-237.83"/> +<polygon fill="black" stroke="black" points="2208.77,-241.33 2218.77,-237.83 2208.77,-234.33 2208.77,-241.33"/> +<text text-anchor="middle" x="2169.7" y="-241.78" 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="2450.32" cy="-379.83" rx="51.73" ry="51.73"/> +<text text-anchor="middle" x="2450.32" y="-375.16" font-family="Times,serif" font-size="14.00">w/water</text> +</g> +<!-- a5->w --> +<g id="edge37" class="edge"> +<title>a5->w</title> +<path fill="none" stroke="black" d="M2300.79,-264.87C2328.92,-286.65 2368.8,-317.51 2400.15,-341.78"/> +<polygon fill="black" stroke="black" points="2397.7,-345.08 2407.75,-348.43 2401.99,-339.54 2397.7,-345.08"/> +<text text-anchor="middle" x="2343.12" y="-312.78" 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="2450.32" cy="-237.83" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="2450.32" y="-233.16" font-family="Times,serif" font-size="14.00">a6/ammonia</text> +</g> +<!-- a5->a6 --> +<g id="edge38" class="edge"> +<title>a5->a6</title> +<path fill="none" stroke="black" d="M2309.79,-237.83C2326.97,-237.83 2347.24,-237.83 2366.94,-237.83"/> +<polygon fill="black" stroke="black" points="2366.8,-241.33 2376.8,-237.83 2366.8,-234.33 2366.8,-241.33"/> +<text text-anchor="middle" x="2343.12" y="-241.78" 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="2450.32" cy="-73.83" rx="73.83" ry="73.83"/> +<text text-anchor="middle" x="2450.32" y="-69.16" font-family="Times,serif" font-size="14.00">m5/methane</text> +</g> +<!-- a5->m5 --> +<g id="edge39" class="edge"> +<title>a5->m5</title> +<path fill="none" stroke="black" d="M2299.07,-208.13C2323.43,-186.36 2357.22,-156.16 2386.59,-129.9"/> +<polygon fill="black" stroke="black" points="2388.63,-132.89 2393.75,-123.61 2383.96,-127.67 2388.63,-132.89"/> +<text text-anchor="middle" x="2343.12" y="-184.78" font-family="Times,serif" font-size="14.00">:op3</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2a344365410bc315d719331fafd36c930e260ef1 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.ttl @@ -0,0 +1,224 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-08" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:compose-01.ARG1 a ns2:FrameRole . + +ns2:compose-01.ARG2 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:high-02.ARG1 a ns2:FrameRole . + +ns2:relative-05.ARG2 a ns2:FrameRole . + +ns1:domain a ns3:Role . + +ns1:example a ns3:Role . + +ns1:mod a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:op2 a ns3:Role . + +ns1:op3 a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + ns1:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> a ns1:ammonia . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> a ns1:gas . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> a ns1:giant ; + ns1:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> a ns1:hydrogen . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> a ns1:helium . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> a ns1:hydrogen . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> a ns1:helium . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> a ns1:ice . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> a ns1:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> a ns1:main . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> a ns2:melt-01 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> a ns1:methane . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> a ns1:point ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> a ns1:volatile ; + ns1:example <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> a ns1:water . + +ns2:call-01 a ns3:Frame . + +ns2:contrast-01 a ns3:Frame . + +ns2:high-02 a ns3:Frame . + +ns2:melt-01 a ns3:Frame . + +ns2:relative-05 a ns3:Frame . + +ns1:ammonia a ns3:Concept . + +ns1:gas a ns3:Concept . + +ns1:ice a ns3:Concept . + +ns1:large a ns3:Concept . + +ns1:main a ns3:Concept . + +ns1:methane a ns3:Concept . + +ns1:point a ns3:Concept . + +ns1:substance a ns3:Concept . + +ns1:volatile a ns3:Concept . + +ns1:water a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:more a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> a ns1:giant ; + ns1:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> a ns1:substance . + +ns2:compose-01 a ns3:Frame . + +ns2:have-degree-91 a ns3:Frame . + +ns1:giant a ns3:Concept . + +ns1:helium a ns3:Concept . + +ns1:hydrogen a ns3:Concept . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns3:and a ns3:Concept . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..3df1a765f156ff679ecf0c4fad7415e807476910 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..d36f8fde5a35a246398c6c35005c5532ed33840e --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.nt @@ -0,0 +1,57 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#all> . +<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/rdf/amr-terms#almost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/flat-06> <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/WikiAbstract-SolarSystem-09#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/WikiAbstract-SolarSystem-09#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#circular> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> . +<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#all> <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/WikiAbstract-SolarSystem-09#f> <http://amr.isi.edu/frames/ld/v1.2.2/flat-06.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> <http://amr.isi.edu/frames/ld/v1.2.2/call-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> <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/amr_data/WikiAbstract-SolarSystem-09#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . +<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/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/flat-06.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/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/WikiAbstract-SolarSystem-09#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/call-01> . +<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/entity-types#thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> <http://www.w3.org/2000/01/rdf-schema#label> "ecliptic" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#near> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> . +<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/frames/ld/v1.2.2/call-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/WikiAbstract-SolarSystem-09#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/flat-06> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#thing> . +<http://amr.isi.edu/rdf/amr-terms#degree> <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/WikiAbstract-SolarSystem-09#f> <http://amr.isi.edu/rdf/amr-terms#degree> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> . +<http://amr.isi.edu/rdf/amr-terms#circular> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/frames/ld/v1.2.2/call-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/WikiAbstract-SolarSystem-09#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<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/lie-07.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/frames/ld/v1.2.2/call-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/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/frames/ld/v1.2.2/lie-07.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/WikiAbstract-SolarSystem-09#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#almost> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> . +<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/amr_data/WikiAbstract-SolarSystem-09#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#disc> . +<http://amr.isi.edu/frames/ld/v1.2.2/lie-07> <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/WikiAbstract-SolarSystem-09#p> <http://amr.isi.edu/rdf/amr-terms#quant> "8" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> <http://amr.isi.edu/frames/ld/v1.2.2/call-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> . +<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/amr_data/WikiAbstract-SolarSystem-09#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-09" . +<http://amr.isi.edu/rdf/core-amr#near> <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#disc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..59a3c0630cbddd1dd8001b5d0c23d9ed53593dfb --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..9136535150da2fb6ef59ce5027e6c73495790bd0 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..f6bf499913bea6e497b6c57fcc745d00215c0425 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="313pt" + viewBox="0.00 0.00 864.00 313.10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.675702 0.675702) rotate(0) translate(4 459.37)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-459.37 1274.67,-459.37 1274.67,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="60.15" cy="-243.1" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="60.15" y="-238.42" font-family="Times,serif" font-size="14.00">o/orbit-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="277.35" cy="-371.1" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="277.35" y="-366.42" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- o->p --> +<g id="edge1" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M112.42,-273.6C145.72,-293.4 189.04,-319.16 222.78,-339.24"/> +<polygon fill="black" stroke="black" points="220.64,-342.63 231.03,-344.74 224.22,-336.62 220.64,-342.63"/> +<text text-anchor="middle" x="169.8" y="-329.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="277.35" cy="-243.1" rx="58.05" ry="58.05"/> +<text text-anchor="middle" x="277.35" y="-238.42" font-family="Times,serif" font-size="14.00">c/circular</text> +</g> +<!-- o->c --> +<g id="edge3" class="edge"> +<title>o->c</title> +<path fill="none" stroke="black" d="M120.53,-243.1C147.65,-243.1 179.94,-243.1 208.07,-243.1"/> +<polygon fill="black" stroke="black" points="208.03,-246.6 218.03,-243.1 208.03,-239.6 208.03,-246.6"/> +<text text-anchor="middle" x="169.8" y="-247.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="277.35" cy="-122.1" rx="45.42" ry="45.42"/> +<text text-anchor="middle" x="277.35" y="-117.42" font-family="Times,serif" font-size="14.00">l/lie-07</text> +</g> +<!-- o->l --> +<g id="edge5" class="edge"> +<title>o->l</title> +<path fill="none" stroke="black" d="M113.25,-213.81C148.15,-194.18 193.79,-168.52 227.91,-149.34"/> +<polygon fill="black" stroke="black" points="229.21,-152.06 236.21,-144.11 225.78,-145.96 229.21,-152.06"/> +<text text-anchor="middle" x="169.8" y="-200.05" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- a --> +<g id="node3" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="477.3" cy="-423.1" rx="32.27" ry="32.27"/> +<text text-anchor="middle" x="477.3" y="-418.42" font-family="Times,serif" font-size="14.00">a/all</text> +</g> +<!-- p->a --> +<g id="edge2" class="edge"> +<title>p->a</title> +<path fill="none" stroke="black" d="M328.3,-384.22C361.39,-392.91 404.27,-404.18 435.35,-412.34"/> +<polygon fill="black" stroke="black" points="434.25,-415.93 444.81,-415.09 436.03,-409.16 434.25,-415.93"/> +<text text-anchor="middle" x="376.27" y="-405.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="504.3,-373.1 450.3,-373.1 450.3,-337.1 504.3,-337.1 504.3,-373.1"/> +<text text-anchor="middle" x="477.3" y="-350.42" font-family="Times,serif" font-size="14.00">8</text> +</g> +<!-- p->node_0 --> +<g id="edge12" class="edge"> +<title>p->node_0</title> +<path fill="none" stroke="black" d="M329.84,-366.94C364.12,-364.17 408.36,-360.59 439.21,-358.1"/> +<polygon fill="black" stroke="black" points="439.24,-361.53 448.92,-357.23 438.68,-354.55 439.24,-361.53"/> +<text text-anchor="middle" x="376.27" y="-368.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="477.3" cy="-243.1" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="477.3" y="-238.42" font-family="Times,serif" font-size="14.00">a2/almost</text> +</g> +<!-- c->a2 --> +<g id="edge4" class="edge"> +<title>c->a2</title> +<path fill="none" stroke="black" d="M335.87,-243.1C357.85,-243.1 383.15,-243.1 406.17,-243.1"/> +<polygon fill="black" stroke="black" points="405.92,-246.6 415.92,-243.1 405.92,-239.6 405.92,-246.6"/> +<text text-anchor="middle" x="376.27" y="-247.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="477.3" cy="-122.1" rx="40.69" ry="40.69"/> +<text text-anchor="middle" x="477.3" y="-117.42" font-family="Times,serif" font-size="14.00">d/disc</text> +</g> +<!-- l->d --> +<g id="edge6" class="edge"> +<title>l->d</title> +<path fill="none" stroke="black" d="M323.27,-122.1C353.68,-122.1 393.9,-122.1 425.48,-122.1"/> +<polygon fill="black" stroke="black" points="425.26,-125.6 435.26,-122.1 425.26,-118.6 425.26,-125.6"/> +<text text-anchor="middle" x="376.27" y="-126.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="695.55" cy="-186.1" rx="50.16" ry="50.16"/> +<text text-anchor="middle" x="695.55" y="-181.42" font-family="Times,serif" font-size="14.00">f/flat-06</text> +</g> +<!-- d->f --> +<g id="edge7" class="edge"> +<title>d->f</title> +<path fill="none" stroke="black" d="M516.46,-133.39C549.71,-143.23 598.43,-157.65 636.51,-168.92"/> +<polygon fill="black" stroke="black" points="635.37,-172.53 645.95,-172.01 637.35,-165.82 635.37,-172.53"/> +<text text-anchor="middle" x="586.95" y="-167.05" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- c2 --> +<g id="node10" class="node"> +<title>c2</title> +<ellipse fill="none" stroke="black" cx="695.55" cy="-59.1" rx="59.1" ry="59.1"/> +<text text-anchor="middle" x="695.55" y="-54.42" font-family="Times,serif" font-size="14.00">c2/call-01</text> +</g> +<!-- d->c2 --> +<g id="edge9" class="edge"> +<title>d->c2</title> +<path fill="none" stroke="black" d="M516.46,-110.98C547.39,-101.97 591.69,-89.07 628.37,-78.38"/> +<polygon fill="black" stroke="black" points="628.87,-81.59 637.49,-75.43 626.91,-74.87 628.87,-81.59"/> +<text text-anchor="middle" x="586.95" y="-102.05" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- n --> +<g id="node9" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="889.55" cy="-186.1" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="889.55" y="-181.42" font-family="Times,serif" font-size="14.00">n/near</text> +</g> +<!-- f->n --> +<g id="edge8" class="edge"> +<title>f->n</title> +<path fill="none" stroke="black" d="M746,-186.1C773.26,-186.1 807.14,-186.1 835.03,-186.1"/> +<polygon fill="black" stroke="black" points="834.79,-189.6 844.79,-186.1 834.79,-182.6 834.79,-189.6"/> +<text text-anchor="middle" x="799.65" y="-190.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="889.55" cy="-59.1" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="889.55" y="-54.42" font-family="Times,serif" font-size="14.00">t/thing</text> +</g> +<!-- c2->t --> +<g id="edge10" class="edge"> +<title>c2->t</title> +<path fill="none" stroke="black" d="M754.94,-59.1C779.81,-59.1 808.69,-59.1 833.22,-59.1"/> +<polygon fill="black" stroke="black" points="833.15,-62.6 843.15,-59.1 833.15,-55.6 833.15,-62.6"/> +<text text-anchor="middle" x="799.65" y="-63.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="1068.31" cy="-59.1" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1068.31" y="-54.42" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- t->n2 --> +<g id="edge11" class="edge"> +<title>t->n2</title> +<path fill="none" stroke="black" d="M934.69,-59.1C955.26,-59.1 980.12,-59.1 1002.74,-59.1"/> +<polygon fill="black" stroke="black" points="1002.64,-62.6 1012.64,-59.1 1002.64,-55.6 1002.64,-62.6"/> +<text text-anchor="middle" x="974.19" y="-63.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="1270.67,-77.1 1189.42,-77.1 1189.42,-41.1 1270.67,-41.1 1270.67,-77.1"/> +<text text-anchor="middle" x="1230.05" y="-54.42" font-family="Times,serif" font-size="14.00">"ecliptic"</text> +</g> +<!-- n2->node_1 --> +<g id="edge13" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M1122.94,-59.1C1140.81,-59.1 1160.64,-59.1 1178.28,-59.1"/> +<polygon fill="black" stroke="black" points="1177.94,-62.6 1187.94,-59.1 1177.94,-55.6 1177.94,-62.6"/> +<text text-anchor="middle" x="1156.05" y="-63.05" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..26c0a77956ae253edd972195cd6b693f58a61726 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.ttl @@ -0,0 +1,98 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> a ns2:flat-06 ; + ns2:flat-06.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns1:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> a ns2:lie-07 ; + ns2:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + ns2:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-09" ; + ns3:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:flat-06.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG2 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns1:degree a ns3:Role . + +ns1:mod a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> a ns3:all . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> a ns1:almost . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> a ns1:circular ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> a ns3:near . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> a <http://amr.isi.edu/entity-types#planet> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + ns1:quant "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity . + +ns2:call-01 a ns3:Frame . + +ns2:flat-06 a ns3:Frame . + +ns2:lie-07 a ns3:Frame . + +ns2:orbit-01 a ns3:Frame . + +ns1:almost a ns3:Concept . + +ns1:circular a ns3:Concept . + +ns1:disc a ns3:Concept . + +ns3:all a ns3:Concept . + +ns3:near a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> a ns1:disc . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..2080fa884d1f8d4befdddfd4ca1778881d69088f --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..94619a58008b3552767382a8150a23cb390a20a6 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.nt @@ -0,0 +1,42 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> . +<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/amr_data/WikiAbstract-SolarSystem-10#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/rdf/amr-terms#also> <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/WikiAbstract-SolarSystem-10#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01> . +<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#more> <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/WikiAbstract-SolarSystem-10#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#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/contain-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#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-10#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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#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/WikiAbstract-SolarSystem-10#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> <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#system> <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-Term" . +<http://amr.isi.edu/rdf/amr-terms#small> <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/WikiAbstract-SolarSystem-10#s> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" . +<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/WikiAbstract-SolarSystem-10#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-10" . +<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/WikiAbstract-SolarSystem-10#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#also> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> . +<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/WikiAbstract-SolarSystem-10#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The Solar System also contains smaller objects." . +<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/WikiAbstract-SolarSystem-10#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/WikiAbstract-SolarSystem-10#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-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#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#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/contain-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..a0f26ba09458d8418c6fc9a36dc53c08058ba04a --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..13d4769d3fe978ac238889e9a6c86fb6a4c97197 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..4ee6da2d6e58ac3fff9ccc66799d02c8651d23ca --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="826pt" height="357pt" + viewBox="0.00 0.00 825.98 357.21" 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 353.21)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-353.21 821.98,-353.21 821.98,4 -4,4"/> +<!-- c --> +<g id="node1" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="72.25" cy="-149.16" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="72.25" y="-144.48" font-family="Times,serif" font-size="14.00">c/contain-01</text> +</g> +<!-- s --> +<g id="node2" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="280.92" cy="-293.16" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="280.92" y="-288.48" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- c->s --> +<g id="edge1" class="edge"> +<title>c->s</title> +<path fill="none" stroke="black" d="M132.2,-190.23C161.82,-210.87 197.46,-235.7 226.31,-255.8"/> +<polygon fill="black" stroke="black" points="223.82,-259.03 234.03,-261.88 227.82,-253.29 223.82,-259.03"/> +<text text-anchor="middle" x="185" y="-246.11" 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="280.92" cy="-149.16" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="280.92" y="-144.48" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- c->o --> +<g id="edge3" class="edge"> +<title>c->o</title> +<path fill="none" stroke="black" d="M144.96,-149.16C169.11,-149.16 195.82,-149.16 219.05,-149.16"/> +<polygon fill="black" stroke="black" points="218.81,-152.66 228.81,-149.16 218.81,-145.66 218.81,-152.66"/> +<text text-anchor="middle" x="185" y="-153.11" 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="280.92" cy="-40.16" rx="40.16" ry="40.16"/> +<text text-anchor="middle" x="280.92" y="-35.48" font-family="Times,serif" font-size="14.00">a/also</text> +</g> +<!-- c->a --> +<g id="edge7" class="edge"> +<title>c->a</title> +<path fill="none" stroke="black" d="M136.66,-115.72C168.65,-98.85 206.66,-78.8 235.48,-63.6"/> +<polygon fill="black" stroke="black" points="236.67,-66.4 243.89,-58.64 233.41,-60.21 236.67,-66.4"/> +<text text-anchor="middle" x="185" y="-106.11" 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="533.37" cy="-301.16" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="533.37" y="-296.48" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- s->n --> +<g id="edge2" class="edge"> +<title>s->n</title> +<path fill="none" stroke="black" d="M336.57,-294.91C377.27,-296.21 432.72,-297.98 474.23,-299.3"/> +<polygon fill="black" stroke="black" points="473.9,-302.83 484,-299.65 474.12,-295.83 473.9,-302.83"/> +<text text-anchor="middle" x="385.84" y="-301.11" 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="798.69,-346.16 731.69,-346.16 731.69,-310.16 798.69,-310.16 798.69,-346.16"/> +<text text-anchor="middle" x="765.19" y="-323.48" font-family="Times,serif" font-size="14.00">"Solar"</text> +</g> +<!-- n->node_0 --> +<g id="edge8" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M581.43,-306.69C622.24,-311.48 680.85,-318.37 720.6,-323.04"/> +<polygon fill="black" stroke="black" points="719.95,-326.6 730.29,-324.29 720.76,-319.65 719.95,-326.6"/> +<text text-anchor="middle" x="671.9" y="-323.11" 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="806.56,-292.16 723.81,-292.16 723.81,-256.16 806.56,-256.16 806.56,-292.16"/> +<text text-anchor="middle" x="765.19" y="-269.48" font-family="Times,serif" font-size="14.00">"System"</text> +</g> +<!-- n->node_1 --> +<g id="edge9" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M581.43,-295.63C619.6,-291.15 673.34,-284.83 712.66,-280.21"/> +<polygon fill="black" stroke="black" points="712.82,-283.6 722.34,-278.96 712,-276.65 712.82,-283.6"/> +<text text-anchor="middle" x="671.9" y="-290.11" 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="533.37" cy="-137.16" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="533.37" y="-132.48" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- o->h --> +<g id="edge4" class="edge"> +<title>o->h</title> +<path fill="none" stroke="black" d="M332,-146.76C358.49,-145.49 392.09,-143.88 424.17,-142.34"/> +<polygon fill="black" stroke="black" points="424.15,-145.8 433.98,-141.83 423.82,-138.81 424.15,-145.8"/> +<text text-anchor="middle" x="385.84" y="-150.11" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s2 --> +<g id="node6" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="765.19" cy="-175.16" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="765.19" y="-170.48" font-family="Times,serif" font-size="14.00">s2/small</text> +</g> +<!-- h->s2 --> +<g id="edge5" class="edge"> +<title>h->s2</title> +<path fill="none" stroke="black" d="M630.5,-153.05C654.6,-157.04 679.83,-161.21 701.79,-164.84"/> +<polygon fill="black" stroke="black" points="701.19,-168.46 711.63,-166.63 702.33,-161.55 701.19,-168.46"/> +<text text-anchor="middle" x="671.9" y="-166.11" 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="765.19" cy="-55.16" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="765.19" y="-50.48" font-family="Times,serif" font-size="14.00">m/more</text> +</g> +<!-- h->m --> +<g id="edge6" class="edge"> +<title>h->m</title> +<path fill="none" stroke="black" d="M626.19,-104.4C653.76,-94.56 683.18,-84.06 707.74,-75.3"/> +<polygon fill="black" stroke="black" points="708.7,-78.32 716.95,-71.66 706.35,-71.72 708.7,-78.32"/> +<text text-anchor="middle" x="671.9" y="-98.11" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7794db589baefa04b8dbcb24410920535ca50417 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.ttl @@ -0,0 +1,73 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@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/WikiAbstract-SolarSystem-10#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-10" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . + +ns3:contain-01.ARG0 a ns3:FrameRole . + +ns3:contain-01.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> a ns2:also . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> a ns3:contain-01 ; + ns3:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + ns3:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> a ns1:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> a ns2:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> a ns2:small . + +ns3:contain-01 a ns1:Frame . + +ns3:have-degree-91 a ns1:Frame . + +ns2:also a ns1:Concept . + +ns2:object a ns1:Concept . + +ns2:small a ns1:Concept . + +ns2:system a ns1:Concept . + +ns1:more a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> a ns2:object . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..f119637195f35099cc2e87cb2a09cba501116fc7 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..38669739c43f90e41a83d0c38577dcfed4676a3d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.nt @@ -0,0 +1,79 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#rock> . +<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/amr_data/WikiAbstract-SolarSystem-11#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . +<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/WikiAbstract-SolarSystem-11#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#terrestrial> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> <http://www.w3.org/2000/01/rdf-schema#label> "Jupiter" . +<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/WikiAbstract-SolarSystem-11#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#belt> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> <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/amr_data/WikiAbstract-SolarSystem-11#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> <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/resemble-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/WikiAbstract-SolarSystem-11#o> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "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/amr-terms#terrestrial> <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/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/WikiAbstract-SolarSystem-11#p> <http://www.w3.org/2000/01/rdf-schema#label> "Mars" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> . +<http://amr.isi.edu/rdf/core-amr#between> <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/WikiAbstract-SolarSystem-11#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-11" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07> . +<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/WikiAbstract-SolarSystem-11#a2> <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/WikiAbstract-SolarSystem-11#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> . +<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/frames/ld/v1.2.2/compose-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/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#between> . +<http://amr.isi.edu/frames/ld/v1.2.2/lie-07.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/frames/ld/v1.2.2/compose-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/WikiAbstract-SolarSystem-11#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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/amr-terms#rock> <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/WikiAbstract-SolarSystem-11#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/frames/ld/v1.2.2/resemble-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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<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/WikiAbstract-SolarSystem-11#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/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/WikiAbstract-SolarSystem-11#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#metal> . +<http://amr.isi.edu/rdf/amr-terms#metal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/lie-07> <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/WikiAbstract-SolarSystem-11#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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> . +<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/amr-terms#belt> <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/WikiAbstract-SolarSystem-11#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#asteroid> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-01> <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/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#most> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/lie-07.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/contain-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/WikiAbstract-SolarSystem-11#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<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/amr_data/WikiAbstract-SolarSystem-11#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/resemble-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/amr_data/WikiAbstract-SolarSystem-11#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-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/WikiAbstract-SolarSystem-11#b2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> . +<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/WikiAbstract-SolarSystem-11#b2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> . +<http://amr.isi.edu/rdf/amr-terms#asteroid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..59a42e95cfc57117ec93c6815ba89634c9fd7c64 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5dbdbb76daf791c34988d6907067fcf2e2928e95 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..f588ffb32f8c7a63932d63753c631b706803ac93 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="337pt" + viewBox="0.00 0.00 864.00 337.47" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.520551 0.520551) rotate(0) translate(4 644.3)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-644.3 1655.78,-644.3 1655.78,4 -4,4"/> +<!-- c --> +<g id="node1" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="72.25" cy="-289.15" rx="72.25" ry="72.25"/> +<text text-anchor="middle" x="72.25" y="-284.47" font-family="Times,serif" font-size="14.00">c/contain-01</text> +</g> +<!-- b --> +<g id="node2" class="node"> +<title>b</title> +<ellipse fill="none" stroke="black" cx="282.5" cy="-417.15" rx="40.16" ry="40.16"/> +<text text-anchor="middle" x="282.5" y="-412.47" font-family="Times,serif" font-size="14.00">b/belt</text> +</g> +<!-- c->b --> +<g id="edge1" class="edge"> +<title>c->b</title> +<path fill="none" stroke="black" d="M134.33,-326.69C167.83,-347.28 208.54,-372.3 238.65,-390.81"/> +<polygon fill="black" stroke="black" points="236.28,-394.08 246.63,-396.33 239.94,-388.11 236.28,-394.08"/> +<text text-anchor="middle" x="185" y="-372.1" 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="282.5" cy="-289.15" rx="57" ry="57"/> +<text text-anchor="middle" x="282.5" y="-284.47" font-family="Times,serif" font-size="14.00">o3/object</text> +</g> +<!-- c->o3 --> +<g id="edge11" class="edge"> +<title>c->o3</title> +<path fill="none" stroke="black" d="M144.92,-289.15C167.36,-289.15 192.04,-289.15 214.18,-289.15"/> +<polygon fill="black" stroke="black" points="214.16,-292.65 224.16,-289.15 214.16,-285.65 214.16,-292.65"/> +<text text-anchor="middle" x="185" y="-293.1" 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="282.5" cy="-159.15" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="282.5" y="-154.47" font-family="Times,serif" font-size="14.00">m2/most</text> +</g> +<!-- c->m2 --> +<g id="edge19" class="edge"> +<title>c->m2</title> +<path fill="none" stroke="black" d="M134.05,-251.2C163.29,-232.94 198.1,-211.21 226.54,-193.46"/> +<polygon fill="black" stroke="black" points="227.91,-196.1 234.54,-187.84 224.2,-190.17 227.91,-196.1"/> +<text text-anchor="middle" x="185" y="-236.1" 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="523.9" cy="-542.15" rx="61.2" ry="61.2"/> +<text text-anchor="middle" x="523.9" y="-537.47" font-family="Times,serif" font-size="14.00">a/asteroid</text> +</g> +<!-- b->a --> +<g id="edge2" class="edge"> +<title>b->a</title> +<path fill="none" stroke="black" d="M318.57,-435.46C355.47,-454.73 414.35,-485.47 459.44,-509.01"/> +<polygon fill="black" stroke="black" points="457.65,-512.55 468.13,-514.07 460.89,-506.34 457.65,-512.55"/> +<text text-anchor="middle" x="389" y="-490.1" 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="523.9" cy="-417.15" rx="45.42" ry="45.42"/> +<text text-anchor="middle" x="523.9" y="-412.47" font-family="Times,serif" font-size="14.00">l/lie-07</text> +</g> +<!-- b->l --> +<g id="edge3" class="edge"> +<title>b->l</title> +<path fill="none" stroke="black" d="M323.03,-417.15C362.33,-417.15 422.97,-417.15 467.15,-417.15"/> +<polygon fill="black" stroke="black" points="467.01,-420.65 477.01,-417.15 467.01,-413.65 467.01,-420.65"/> +<text text-anchor="middle" x="389" y="-421.1" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- b2 --> +<g id="node5" class="node"> +<title>b2</title> +<ellipse fill="none" stroke="black" cx="795.82" cy="-435.15" rx="69.62" ry="69.62"/> +<text text-anchor="middle" x="795.82" y="-430.47" font-family="Times,serif" font-size="14.00">b2/between</text> +</g> +<!-- l->b2 --> +<g id="edge4" class="edge"> +<title>l->b2</title> +<path fill="none" stroke="black" d="M569.47,-420.12C608.92,-422.75 667.45,-426.65 714.96,-429.82"/> +<polygon fill="black" stroke="black" points="714.64,-433.38 724.85,-430.55 715.11,-426.39 714.64,-433.38"/> +<text text-anchor="middle" x="658.81" y="-431.1" 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="1030.79" cy="-580.15" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="1030.79" y="-575.47" font-family="Times,serif" font-size="14.00">o/orbit-01</text> +</g> +<!-- b2->o --> +<g id="edge5" class="edge"> +<title>b2->o</title> +<path fill="none" stroke="black" d="M855.6,-471.74C890.62,-493.53 934.95,-521.12 970.12,-543.01"/> +<polygon fill="black" stroke="black" points="967.98,-546.42 978.32,-548.74 971.68,-540.48 967.98,-546.42"/> +<text text-anchor="middle" x="923.82" y="-528.1" 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="1030.79" cy="-435.15" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="1030.79" y="-430.47" font-family="Times,serif" font-size="14.00">o2/orbit-01</text> +</g> +<!-- b2->o2 --> +<g id="edge8" class="edge"> +<title>b2->o2</title> +<path fill="none" stroke="black" d="M865.77,-435.15C893.37,-435.15 925.27,-435.15 953.56,-435.15"/> +<polygon fill="black" stroke="black" points="953.21,-438.65 963.21,-435.15 953.21,-431.65 953.21,-438.65"/> +<text text-anchor="middle" x="923.82" y="-439.1" 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="1248.4" cy="-580.15" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="1248.4" y="-575.47" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- o->p --> +<g id="edge6" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M1091.28,-580.15C1120.48,-580.15 1155.63,-580.15 1185.19,-580.15"/> +<polygon fill="black" stroke="black" points="1184.8,-583.65 1194.8,-580.15 1184.8,-576.65 1184.8,-583.65"/> +<text text-anchor="middle" x="1137.76" y="-584.1" 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="1452.42" cy="-580.15" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1452.42" y="-575.47" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge7" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M1300.9,-580.15C1329.1,-580.15 1364.13,-580.15 1393.3,-580.15"/> +<polygon fill="black" stroke="black" points="1393.16,-583.65 1403.16,-580.15 1393.16,-576.65 1393.16,-583.65"/> +<text text-anchor="middle" x="1358.3" y="-584.1" 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="1645.78,-598.15 1579.53,-598.15 1579.53,-562.15 1645.78,-562.15 1645.78,-598.15"/> +<text text-anchor="middle" x="1612.66" y="-575.47" font-family="Times,serif" font-size="14.00">"Mars"</text> +</g> +<!-- n->node_0 --> +<g id="edge20" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M1500.89,-580.15C1522.35,-580.15 1547.51,-580.15 1568.43,-580.15"/> +<polygon fill="black" stroke="black" points="1568.25,-583.65 1578.25,-580.15 1568.25,-576.65 1568.25,-583.65"/> +<text text-anchor="middle" x="1540.16" y="-584.1" 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="1248.4" cy="-435.15" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="1248.4" y="-430.47" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- o2->p2 --> +<g id="edge9" class="edge"> +<title>o2->p2</title> +<path fill="none" stroke="black" d="M1097.65,-435.15C1123.33,-435.15 1152.78,-435.15 1178.73,-435.15"/> +<polygon fill="black" stroke="black" points="1178.61,-438.65 1188.61,-435.15 1178.61,-431.65 1178.61,-438.65"/> +<text text-anchor="middle" x="1137.76" y="-439.1" 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="1452.42" cy="-435.15" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1452.42" y="-430.47" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- p2->n2 --> +<g id="edge10" class="edge"> +<title>p2->n2</title> +<path fill="none" stroke="black" d="M1307.29,-435.15C1332.18,-435.15 1361.38,-435.15 1386.96,-435.15"/> +<polygon fill="black" stroke="black" points="1386.67,-438.65 1396.67,-435.15 1386.67,-431.65 1386.67,-438.65"/> +<text text-anchor="middle" x="1358.3" y="-439.1" 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="1651.78,-453.15 1573.53,-453.15 1573.53,-417.15 1651.78,-417.15 1651.78,-453.15"/> +<text text-anchor="middle" x="1612.66" y="-430.47" font-family="Times,serif" font-size="14.00">"Jupiter"</text> +</g> +<!-- n2->node_1 --> +<g id="edge21" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M1506.99,-435.15C1524.96,-435.15 1544.9,-435.15 1562.51,-435.15"/> +<polygon fill="black" stroke="black" points="1562.14,-438.65 1572.14,-435.15 1562.14,-431.65 1562.14,-438.65"/> +<text text-anchor="middle" x="1540.16" y="-439.1" 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="523.9" cy="-260.15" rx="85.41" ry="85.41"/> +<text text-anchor="middle" x="523.9" y="-255.47" font-family="Times,serif" font-size="14.00">c2/compose-01</text> +</g> +<!-- o3->c2 --> +<g id="edge12" class="edge"> +<title>o3->c2</title> +<path fill="none" stroke="black" d="M339.33,-282.39C365.78,-279.18 398.11,-275.26 428.23,-271.62"/> +<polygon fill="black" stroke="black" points="428.27,-275.02 437.78,-270.34 427.43,-268.07 428.27,-275.02"/> +<text text-anchor="middle" x="389" y="-284.1" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- a2 --> +<g id="node14" class="node"> +<title>a2</title> +<ellipse fill="none" stroke="black" cx="795.82" cy="-260.15" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="795.82" y="-255.47" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- c2->a2 --> +<g id="edge13" class="edge"> +<title>c2->a2</title> +<path fill="none" stroke="black" d="M609.56,-260.15C652.06,-260.15 702.32,-260.15 739.76,-260.15"/> +<polygon fill="black" stroke="black" points="739.45,-263.65 749.45,-260.15 739.45,-256.65 739.45,-263.65"/> +<text text-anchor="middle" x="658.81" y="-264.1" 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="795.82" cy="-106.15" rx="87.51" ry="87.51"/> +<text text-anchor="middle" x="795.82" y="-101.47" font-family="Times,serif" font-size="14.00">r2/resemble-01</text> +</g> +<!-- c2->r2 --> +<g id="edge16" class="edge"> +<title>c2->r2</title> +<path fill="none" stroke="black" d="M598.66,-218.07C633.04,-198.45 674.16,-174.99 709.84,-154.63"/> +<polygon fill="black" stroke="black" points="711.32,-157.25 718.27,-149.25 707.85,-151.17 711.32,-157.25"/> +<text text-anchor="middle" x="658.81" y="-206.1" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- r --> +<g id="node15" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="1030.79" cy="-310.15" rx="40.69" ry="40.69"/> +<text text-anchor="middle" x="1030.79" y="-305.47" font-family="Times,serif" font-size="14.00">r/rock</text> +</g> +<!-- a2->r --> +<g id="edge14" class="edge"> +<title>a2->r</title> +<path fill="none" stroke="black" d="M840.09,-269.44C879.71,-277.94 938.34,-290.52 979.91,-299.44"/> +<polygon fill="black" stroke="black" points="979.11,-303.07 989.62,-301.74 980.58,-296.22 979.11,-303.07"/> +<text text-anchor="middle" x="923.82" y="-294.1" 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="1030.79" cy="-199.15" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="1030.79" y="-194.47" font-family="Times,serif" font-size="14.00">m/metal</text> +</g> +<!-- a2->m --> +<g id="edge15" class="edge"> +<title>a2->m</title> +<path fill="none" stroke="black" d="M839.55,-248.96C875.96,-239.42 928.72,-225.61 969.44,-214.95"/> +<polygon fill="black" stroke="black" points="970.26,-218.09 979.05,-212.17 968.49,-211.32 970.26,-218.09"/> +<text text-anchor="middle" x="923.82" y="-236.1" 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="1030.79" cy="-70.15" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="1030.79" y="-65.47" font-family="Times,serif" font-size="14.00">p3/planet</text> +</g> +<!-- r2->p3 --> +<g id="edge17" class="edge"> +<title>r2->p3</title> +<path fill="none" stroke="black" d="M882.57,-92.9C908.68,-88.86 937.01,-84.49 961.77,-80.66"/> +<polygon fill="black" stroke="black" points="962.17,-83.98 971.52,-79 961.1,-77.07 962.17,-83.98"/> +<text text-anchor="middle" x="923.82" y="-94.1" 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="1248.4" cy="-70.15" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="1248.4" y="-65.47" font-family="Times,serif" font-size="14.00">t/terrestrial</text> +</g> +<!-- p3->t --> +<g id="edge18" class="edge"> +<title>p3->t</title> +<path fill="none" stroke="black" d="M1089.85,-70.15C1113.65,-70.15 1141.58,-70.15 1167.26,-70.15"/> +<polygon fill="black" stroke="black" points="1167.11,-73.65 1177.11,-70.15 1167.11,-66.65 1167.11,-73.65"/> +<text text-anchor="middle" x="1137.76" y="-74.1" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cdd20c68837421891bea81da7a58db52692359fe --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.ttl @@ -0,0 +1,135 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns1:lie-07 ; + ns1:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns1:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns1:resemble-01 ; + ns1:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns1:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +ns1:compose-01.ARG1 a ns1:FrameRole . + +ns1:compose-01.ARG2 a ns1:FrameRole . + +ns1:contain-01.ARG0 a ns1:FrameRole . + +ns1:contain-01.ARG1 a ns1:FrameRole . + +ns1:lie-07.ARG1 a ns1:FrameRole . + +ns1:lie-07.ARG2 a ns1:FrameRole . + +ns1:orbit-01.ARG0 a ns1:FrameRole . + +ns1:resemble-01.ARG1 a ns1:FrameRole . + +ns1:resemble-01.ARG2 a ns1:FrameRole . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns1:contain-01 ; + ns1:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns1:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns1:compose-01 ; + ns1:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns1:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial . + +ns1:compose-01 a ns3:Frame . + +ns1:contain-01 a ns3:Frame . + +ns1:lie-07 a ns3:Frame . + +ns1:resemble-01 a ns3:Frame . + +ns2:asteroid a ns3:Concept . + +ns2:belt a ns3:Concept . + +ns2:metal a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:rock a ns3:Concept . + +ns2:terrestrial a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:and a ns3:Concept . + +ns3:between a ns3:Concept . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object . + +ns1:orbit-01 a ns3:Frame . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..8d2625317469635c3b2ac634f0f95d86e50d727f --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..2957a648b95dd65c9fe0803895bf76936903afb1 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.nt @@ -0,0 +1,91 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/transpire-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<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/amr_data/WikiAbstract-SolarSystem-12#p2> <http://www.w3.org/2000/01/rdf-schema#label> "Neptunian" . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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/amr-terms#disc> <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#most> <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#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/amr-terms#belt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/transpire-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/WikiAbstract-SolarSystem-12#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07> . +<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/WikiAbstract-SolarSystem-12#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/transpire-01> . +<http://amr.isi.edu/rdf/amr-terms#beyond> <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#ice> <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/WikiAbstract-SolarSystem-12#n3> <http://amr.isi.edu/frames/ld/v1.2.2/new-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#c> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> <http://amr.isi.edu/rdf/amr-terms#consist> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> . +<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/amr_data/WikiAbstract-SolarSystem-12#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/frames/ld/v1.2.2/scatter-01> <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/new-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#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#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/WikiAbstract-SolarSystem-12#b3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#beyond> . +<http://amr.isi.edu/frames/ld/v1.2.2/compose-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#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/WikiAbstract-SolarSystem-12#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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/new-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/amr-terms#population> <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#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/WikiAbstract-SolarSystem-12#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#disc> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#c> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> <http://amr.isi.edu/frames/ld/v1.2.2/discover-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/discover-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/WikiAbstract-SolarSystem-12#p3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . +<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/rdf/amr-terms#location> <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/WikiAbstract-SolarSystem-12#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#t> <http://amr.isi.edu/frames/ld/v1.2.2/transpire-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#n3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/new-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/scatter-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/WikiAbstract-SolarSystem-12#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#belt> . +<http://amr.isi.edu/rdf/amr-terms#consist> <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/WikiAbstract-SolarSystem-12#b2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#beyond> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#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/lie-07.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/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#population> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sednoid> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> <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/WikiAbstract-SolarSystem-12#b> <http://www.w3.org/2000/01/rdf-schema#label> "Kuiper Belt" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#t> <http://amr.isi.edu/frames/ld/v1.2.2/transpire-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> . +<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/frames/ld/v1.2.2/compose-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/amr_data/WikiAbstract-SolarSystem-12#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/compose-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> <http://amr.isi.edu/frames/ld/v1.2.2/lie-07.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#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/WikiAbstract-SolarSystem-12#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-12" . +<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/lie-07> <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/WikiAbstract-SolarSystem-12#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/scatter-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#population> . +<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/WikiAbstract-SolarSystem-12#s> <http://amr.isi.edu/frames/ld/v1.2.2/scatter-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/discover-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ice> . +<http://amr.isi.edu/frames/ld/v1.2.2/discover-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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<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/WikiAbstract-SolarSystem-12#b3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> . +<http://amr.isi.edu/rdf/amr-terms#sednoid> <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#quant> <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/lie-07.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/WikiAbstract-SolarSystem-12#o2> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . +<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/frames/ld/v1.2.2/transpire-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..1afb8d5b471a471ef9eb559f3bb9e9c158953090 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d08cdc1abdaca5a5f0097170876ad1ecd847ef Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..97ebf44dfc5b2bb940b822c46b800cad94d144da --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="238pt" + viewBox="0.00 0.00 864.00 237.62" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.355539 0.355539) rotate(0) translate(4 664.34)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-664.34 2426.11,-664.34 2426.11,4 -4,4"/> +<!-- l --> +<g id="node1" class="node"> +<title>l</title> +<ellipse fill="none" stroke="black" cx="45.42" cy="-126.47" rx="45.42" ry="45.42"/> +<text text-anchor="middle" x="45.42" y="-121.79" font-family="Times,serif" font-size="14.00">l/lie-07</text> +</g> +<!-- a --> +<g id="node2" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="235.15" cy="-186.47" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="235.15" y="-181.79" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- l->a --> +<g id="edge1" class="edge"> +<title>l->a</title> +<path fill="none" stroke="black" d="M89.02,-140.08C118.44,-149.48 157.55,-161.98 187.75,-171.64"/> +<polygon fill="black" stroke="black" points="186.45,-175.21 197.04,-174.92 188.58,-168.54 186.45,-175.21"/> +<text text-anchor="middle" x="131.34" y="-164.42" 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="235.15" cy="-66.47" rx="63.31" ry="63.31"/> +<text text-anchor="middle" x="235.15" y="-61.79" font-family="Times,serif" font-size="14.00">b3/beyond</text> +</g> +<!-- l->b3 --> +<g id="edge21" class="edge"> +<title>l->b3</title> +<path fill="none" stroke="black" d="M89.02,-112.85C111.17,-105.77 138.82,-96.93 164.03,-88.88"/> +<polygon fill="black" stroke="black" points="164.83,-91.98 173.29,-85.6 162.69,-85.31 164.83,-91.98"/> +<text text-anchor="middle" x="131.34" y="-109.42" 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="1026.49" cy="-291.47" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="1026.49" y="-286.79" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- a->a2 --> +<g id="edge2" class="edge"> +<title>a->a2</title> +<path fill="none" stroke="black" d="M273.27,-179.67C371.97,-163.09 648.07,-126.31 864.19,-189.47 908.81,-202.51 952.97,-231.89 983.78,-255.79"/> +<polygon fill="black" stroke="black" points="981.09,-258.91 991.1,-262.37 985.43,-253.42 981.09,-258.91"/> +<text text-anchor="middle" x="609.96" y="-161.42" 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="445.35" cy="-317.47" rx="80.14" ry="80.14"/> +<text text-anchor="middle" x="445.35" y="-312.79" font-family="Times,serif" font-size="14.00">p3/population</text> +</g> +<!-- a->p3 --> +<g id="edge15" class="edge"> +<title>a->p3</title> +<path fill="none" stroke="black" d="M268.23,-206.65C294.72,-223.32 333.42,-247.66 367.79,-269.3"/> +<polygon fill="black" stroke="black" points="365.57,-272.66 375.9,-275.02 369.3,-266.73 365.57,-272.66"/> +<text text-anchor="middle" x="331.83" y="-260.42" 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="1272.38" cy="-291.47" rx="40.16" ry="40.16"/> +<text text-anchor="middle" x="1272.38" y="-286.79" font-family="Times,serif" font-size="14.00">b/belt</text> +</g> +<!-- a2->b --> +<g id="edge3" class="edge"> +<title>a2->b</title> +<path fill="none" stroke="black" d="M1071.66,-291.47C1113.8,-291.47 1177.21,-291.47 1221.23,-291.47"/> +<polygon fill="black" stroke="black" points="1220.98,-294.97 1230.98,-291.47 1220.98,-287.97 1220.98,-294.97"/> +<text text-anchor="middle" x="1144.18" y="-295.42" 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="1272.38" cy="-177.47" rx="40.69" ry="40.69"/> +<text text-anchor="middle" x="1272.38" y="-172.79" font-family="Times,serif" font-size="14.00">d/disc</text> +</g> +<!-- a2->d --> +<g id="edge5" class="edge"> +<title>a2->d</title> +<path fill="none" stroke="black" d="M1067.77,-272.64C1111.04,-252.42 1179.7,-220.32 1225.14,-199.08"/> +<polygon fill="black" stroke="black" points="1226.46,-201.86 1234.04,-194.46 1223.49,-195.52 1226.46,-201.86"/> +<text text-anchor="middle" x="1144.18" y="-255.42" 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="1272.38" cy="-423.47" rx="73.83" ry="73.83"/> +<text text-anchor="middle" x="1272.38" y="-418.79" font-family="Times,serif" font-size="14.00">p/population</text> +</g> +<!-- a2->p --> +<g id="edge7" class="edge"> +<title>a2->p</title> +<path fill="none" stroke="black" d="M1066.41,-312.53C1101.54,-331.54 1154.19,-360.03 1197.33,-383.38"/> +<polygon fill="black" stroke="black" points="1195.48,-386.9 1205.94,-388.59 1198.81,-380.75 1195.48,-386.9"/> +<text text-anchor="middle" x="1144.18" y="-376.42" font-family="Times,serif" font-size="14.00">:consist-of</text> +</g> +<!-- n --> +<g id="node5" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="1524.31" cy="-302.47" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1524.31" y="-297.79" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- b->n --> +<g id="edge4" class="edge"> +<title>b->n</title> +<path fill="none" stroke="black" d="M1312.98,-293.21C1354.01,-295.01 1418.56,-297.86 1465.34,-299.91"/> +<polygon fill="black" stroke="black" points="1465.08,-303.45 1475.22,-300.39 1465.39,-296.46 1465.08,-303.45"/> +<text text-anchor="middle" x="1395.71" y="-301.42" 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="1821.82,-266.47 1744.32,-266.47 1744.32,-230.47 1821.82,-230.47 1821.82,-266.47"/> +<text text-anchor="middle" x="1783.07" y="-243.79" font-family="Times,serif" font-size="14.00">"Kuiper"</text> +</g> +<!-- n->node_0 --> +<g id="edge24" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M1571.7,-292.04C1587.46,-288.54 1605.19,-284.66 1621.4,-281.22 1659.05,-273.22 1701.75,-264.53 1733.66,-258.11"/> +<polygon fill="black" stroke="black" points="1733.93,-261.43 1743.05,-256.03 1732.56,-254.57 1733.93,-261.43"/> +<text text-anchor="middle" x="1652.9" y="-285.42" 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="1812.44,-320.47 1753.69,-320.47 1753.69,-284.47 1812.44,-284.47 1812.44,-320.47"/> +<text text-anchor="middle" x="1783.07" y="-297.79" font-family="Times,serif" font-size="14.00">"Belt"</text> +</g> +<!-- n->node_1 --> +<g id="edge25" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M1572.7,-302.47C1621.46,-302.47 1696.56,-302.47 1742.31,-302.47"/> +<polygon fill="black" stroke="black" points="1742.28,-305.97 1752.28,-302.47 1742.28,-298.97 1742.28,-305.97"/> +<text text-anchor="middle" x="1652.9" y="-306.42" 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="1524.31" cy="-165.47" rx="70.67" ry="70.67"/> +<text text-anchor="middle" x="1524.31" y="-160.79" font-family="Times,serif" font-size="14.00">s/scatter-01</text> +</g> +<!-- d->s --> +<g id="edge6" class="edge"> +<title>d->s</title> +<path fill="none" stroke="black" d="M1313.26,-175.55C1347.94,-173.89 1399.28,-171.42 1442.52,-169.34"/> +<polygon fill="black" stroke="black" points="1442.5,-172.8 1452.32,-168.83 1442.17,-165.81 1442.5,-172.8"/> +<text text-anchor="middle" x="1395.71" y="-177.42" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- o --> +<g id="node9" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="1524.31" cy="-419.47" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="1524.31" y="-414.79" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- p->o --> +<g id="edge8" class="edge"> +<title>p->o</title> +<path fill="none" stroke="black" d="M1346.68,-422.29C1383.46,-421.7 1427.49,-421 1462.39,-420.44"/> +<polygon fill="black" stroke="black" points="1462.43,-423.92 1472.37,-420.26 1462.32,-416.92 1462.43,-423.92"/> +<text text-anchor="middle" x="1395.71" y="-425.42" 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="1524.31" cy="-567.47" rx="79.09" ry="79.09"/> +<text text-anchor="middle" x="1524.31" y="-562.79" font-family="Times,serif" font-size="14.00">c/compose-01</text> +</g> +<!-- p->c --> +<g id="edge12" class="edge"> +<title>p->c</title> +<path fill="none" stroke="black" d="M1336.77,-459.99C1369.96,-479.11 1410.87,-502.68 1445.92,-522.88"/> +<polygon fill="black" stroke="black" points="1443.75,-526.24 1454.16,-528.2 1447.24,-520.18 1443.75,-526.24"/> +<text text-anchor="middle" x="1395.71" y="-511.42" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- t --> +<g id="node10" class="node"> +<title>t</title> +<ellipse fill="none" stroke="black" cx="1783.07" cy="-419.47" rx="80.67" ry="80.67"/> +<text text-anchor="middle" x="1783.07" y="-414.79" font-family="Times,serif" font-size="14.00">t/transpire-01</text> +</g> +<!-- o->t --> +<g id="edge9" class="edge"> +<title>o->t</title> +<path fill="none" stroke="black" d="M1575.42,-419.47C1608.31,-419.47 1652.27,-419.47 1691.19,-419.47"/> +<polygon fill="black" stroke="black" points="1691.02,-422.97 1701.02,-419.47 1691.02,-415.97 1691.02,-422.97"/> +<text text-anchor="middle" x="1652.9" y="-423.42" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- p2 --> +<g id="node11" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="2004.06" cy="-163.47" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="2004.06" y="-158.79" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- t->p2 --> +<g id="edge10" class="edge"> +<title>t->p2</title> +<path fill="none" stroke="black" d="M1837.43,-359.63C1846.26,-349.6 1855.29,-339.26 1863.74,-329.47 1896.01,-292.03 1931.85,-249.3 1959.09,-216.57"/> +<polygon fill="black" stroke="black" points="1962.13,-219.4 1965.83,-209.47 1956.74,-214.92 1962.13,-219.4"/> +<text text-anchor="middle" x="1904.61" y="-310.42" 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="2196.5" cy="-163.47" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="2196.5" y="-158.79" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- p2->n2 --> +<g id="edge11" class="edge"> +<title>p2->n2</title> +<path fill="none" stroke="black" d="M2062.98,-163.47C2084.41,-163.47 2108.85,-163.47 2130.85,-163.47"/> +<polygon fill="black" stroke="black" points="2130.76,-166.97 2140.76,-163.47 2130.76,-159.97 2130.76,-166.97"/> +<text text-anchor="middle" x="2102.39" y="-167.42" 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="2422.11,-181.47 2317.61,-181.47 2317.61,-145.47 2422.11,-145.47 2422.11,-181.47"/> +<text text-anchor="middle" x="2369.86" y="-158.79" font-family="Times,serif" font-size="14.00">"Neptunian"</text> +</g> +<!-- n2->node_2 --> +<g id="edge26" class="edge"> +<title>n2->node_2</title> +<path fill="none" stroke="black" d="M2251.25,-163.47C2268.81,-163.47 2288.46,-163.47 2306.59,-163.47"/> +<polygon fill="black" stroke="black" points="2306.35,-166.97 2316.35,-163.47 2306.35,-159.97 2306.35,-166.97"/> +<text text-anchor="middle" x="2284.24" y="-167.42" 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="1783.07" cy="-567.47" rx="34.9" ry="34.9"/> +<text text-anchor="middle" x="1783.07" y="-562.79" font-family="Times,serif" font-size="14.00">ii/ice</text> +</g> +<!-- c->ii --> +<g id="edge13" class="edge"> +<title>c->ii</title> +<path fill="none" stroke="black" d="M1603.74,-567.47C1647.44,-567.47 1700.3,-567.47 1737.07,-567.47"/> +<polygon fill="black" stroke="black" points="1736.93,-570.97 1746.93,-567.47 1736.93,-563.97 1736.93,-570.97"/> +<text text-anchor="middle" x="1652.9" y="-571.42" 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="2004.06" cy="-567.47" rx="48.58" ry="48.58"/> +<text text-anchor="middle" x="2004.06" y="-562.79" font-family="Times,serif" font-size="14.00">m/most</text> +</g> +<!-- ii->m --> +<g id="edge14" class="edge"> +<title>ii->m</title> +<path fill="none" stroke="black" d="M1818.29,-567.47C1852.01,-567.47 1904.18,-567.47 1944.51,-567.47"/> +<polygon fill="black" stroke="black" points="1944.27,-570.97 1954.27,-567.47 1944.27,-563.97 1944.27,-570.97"/> +<text text-anchor="middle" x="1904.61" y="-571.42" 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="779.31" cy="-263.47" rx="64.89" ry="64.89"/> +<text text-anchor="middle" x="779.31" y="-258.79" font-family="Times,serif" font-size="14.00">s2/sednoid</text> +</g> +<!-- p3->s2 --> +<g id="edge16" class="edge"> +<title>p3->s2</title> +<path fill="none" stroke="black" d="M524.6,-304.74C578.85,-295.91 650.64,-284.23 704,-275.55"/> +<polygon fill="black" stroke="black" points="704.45,-278.86 713.76,-273.8 703.33,-271.95 704.45,-278.86"/> +<text text-anchor="middle" x="609.96" y="-305.42" 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="779.31" cy="-575.47" rx="84.88" ry="84.88"/> +<text text-anchor="middle" x="779.31" y="-570.79" font-family="Times,serif" font-size="14.00">d2/discover-01</text> +</g> +<!-- p3->d2 --> +<g id="edge17" class="edge"> +<title>p3->d2</title> +<path fill="none" stroke="black" d="M506.46,-369.9C518.6,-380.18 531.36,-390.78 543.5,-400.47 595.1,-441.67 654.78,-486.1 701.06,-519.89"/> +<polygon fill="black" stroke="black" points="698.69,-523.23 708.84,-526.29 702.82,-517.57 698.69,-523.23"/> +<text text-anchor="middle" x="609.96" y="-505.42" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- b2 --> +<g id="node20" class="node"> +<title>b2</title> +<ellipse fill="none" stroke="black" cx="779.31" cy="-409.47" rx="63.31" ry="63.31"/> +<text text-anchor="middle" x="779.31" y="-404.79" font-family="Times,serif" font-size="14.00">b2/beyond</text> +</g> +<!-- p3->b2 --> +<g id="edge19" class="edge"> +<title>p3->b2</title> +<path fill="none" stroke="black" d="M522.93,-338.69C578.48,-354.08 653.09,-374.76 707.31,-389.79"/> +<polygon fill="black" stroke="black" points="706.3,-393.42 716.87,-392.72 708.17,-386.67 706.3,-393.42"/> +<text text-anchor="middle" x="609.96" y="-383.42" 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="1026.49" cy="-575.47" rx="63.31" ry="63.31"/> +<text text-anchor="middle" x="1026.49" y="-570.79" font-family="Times,serif" font-size="14.00">n3/new-01</text> +</g> +<!-- d2->n3 --> +<g id="edge18" class="edge"> +<title>d2->n3</title> +<path fill="none" stroke="black" d="M864.34,-575.47C892.86,-575.47 924.47,-575.47 952.09,-575.47"/> +<polygon fill="black" stroke="black" points="951.86,-578.97 961.86,-575.47 951.86,-571.97 951.86,-578.97"/> +<text text-anchor="middle" x="913.69" y="-579.42" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- b2->a2 --> +<g id="edge20" class="edge"> +<title>b2->a2</title> +<path fill="none" stroke="black" d="M836.87,-382.25C878.85,-362.04 935.55,-334.75 975.8,-315.38"/> +<polygon fill="black" stroke="black" points="977.17,-318.13 984.66,-310.64 974.13,-311.82 977.17,-318.13"/> +<text text-anchor="middle" x="913.69" y="-361.42" 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="609.96" cy="-66.47" rx="66.47" ry="66.47"/> +<text text-anchor="middle" x="609.96" y="-61.79" font-family="Times,serif" font-size="14.00">o2/orbit-01</text> +</g> +<!-- b3->o2 --> +<g id="edge22" class="edge"> +<title>b3->o2</title> +<path fill="none" stroke="black" d="M298.55,-66.47C362.89,-66.47 463.3,-66.47 532.41,-66.47"/> +<polygon fill="black" stroke="black" points="532.22,-69.97 542.22,-66.47 532.22,-62.97 532.22,-69.97"/> +<text text-anchor="middle" x="331.83" y="-70.42" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- o2->p2 --> +<g id="edge23" class="edge"> +<title>o2->p2</title> +<path fill="none" stroke="black" d="M676.88,-66.47C738.01,-66.47 831.49,-66.47 912.69,-66.47 912.69,-66.47 912.69,-66.47 1784.07,-66.47 1843.34,-66.47 1904.5,-96.54 1947.07,-123.19"/> +<polygon fill="black" stroke="black" points="1944.82,-126.55 1955.13,-128.99 1948.6,-120.66 1944.82,-126.55"/> +<text text-anchor="middle" x="1272.38" y="-70.42" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..42b73d851470e7e18d42bb3cb6a229f2b1fcd8fc --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.ttl @@ -0,0 +1,155 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#c> a ns1:compose-01 ; + ns1:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> ; + ns1:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#n3> a ns1:new-01 ; + ns1:new-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-12" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s> a ns1:scatter-01 ; + ns1:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#t> a ns1:transpire-01 ; + ns1:transpire-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> ; + ns1:transpire-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . + +ns1:compose-01.ARG1 a ns1:FrameRole . + +ns1:compose-01.ARG2 a ns1:FrameRole . + +ns1:discover-01.ARG1 a ns1:FrameRole . + +ns1:lie-07.ARG1 a ns1:FrameRole . + +ns1:lie-07.ARG2 a ns1:FrameRole . + +ns1:new-01.ARG1 a ns1:FrameRole . + +ns1:orbit-01.ARG0 a ns1:FrameRole . + +ns1:scatter-01.ARG1 a ns1:FrameRole . + +ns1:transpire-01.ARG0 a ns1:FrameRole . + +ns1:transpire-01.ARG1 a ns1:FrameRole . + +ns2:consist a ns3:Role . + +ns2:location a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b> a ns2:belt ; + rdfs:label "Kuiper Belt" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> a ns2:beyond ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b3> a ns2:beyond ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> a ns1:discover-01 ; + ns1:discover-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> a ns2:ice ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> a ns1:lie-07 ; + ns1:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> ; + ns1:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o2> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> a ns2:population ; + ns2:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> a ns2:sednoid . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns1:compose-01 a ns3:Frame . + +ns1:discover-01 a ns3:Frame . + +ns1:lie-07 a ns3:Frame . + +ns1:new-01 a ns3:Frame . + +ns1:orbit-01 a ns3:Frame . + +ns1:scatter-01 a ns3:Frame . + +ns1:transpire-01 a ns3:Frame . + +ns2:belt a ns3:Concept . + +ns2:disc a ns3:Concept . + +ns2:ice a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:sednoid a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> a ns2:disc . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> a ns2:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptunian" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> a ns2:population ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> . + +ns2:beyond a ns3:Concept . + +ns2:population a ns3:Concept . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..8b98d069dd15d70f26d4520de8ea76983bdd6048 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..535a169a1794ae26828d474ee5f3ec6a648a2010 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.nt @@ -0,0 +1,79 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/frames/ld/v1.2.2/debate-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/amr-terms#quant> <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/WikiAbstract-SolarSystem-13#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-concession-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> . +<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/WikiAbstract-SolarSystem-13#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#considerable> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<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/WikiAbstract-SolarSystem-13#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#under> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> . +<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#enough> <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/WikiAbstract-SolarSystem-13#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/have-degree-91> <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#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#mod> <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/WikiAbstract-SolarSystem-13#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG6> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> . +<http://amr.isi.edu/rdf/amr-terms#population> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/prove-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/WikiAbstract-SolarSystem-13#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> . +<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/WikiAbstract-SolarSystem-13#d> <http://amr.isi.edu/rdf/amr-terms#degree> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#c> . +<http://amr.isi.edu/rdf/amr-terms#considerable> <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/WikiAbstract-SolarSystem-13#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#large> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/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/WikiAbstract-SolarSystem-13#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#gravity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#population> . +<http://amr.isi.edu/rdf/amr-terms#gravity> <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/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> <http://amr.isi.edu/frames/ld/v1.2.2/debate-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#enough> . +<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/WikiAbstract-SolarSystem-13#r> <http://amr.isi.edu/frames/ld/v1.2.2/round-03.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> . +<http://amr.isi.edu/rdf/amr-terms#location> <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/WikiAbstract-SolarSystem-13#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-13" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> . +<http://amr.isi.edu/rdf/amr-terms#this> <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#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> . +<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/WikiAbstract-SolarSystem-13#m> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-concession-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/round-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#some> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/debate-01> <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/have-concession-91> <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/WikiAbstract-SolarSystem-13#t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#thing> . +<http://amr.isi.edu/rdf/amr-terms#poss> <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/WikiAbstract-SolarSystem-13#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#under> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-concession-91.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/WikiAbstract-SolarSystem-13#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/round-03> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/prove-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/round-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/frames/ld/v1.2.2/have-degree-91.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/WikiAbstract-SolarSystem-13#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/debate-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#some> . +<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/entity-types#thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-concession-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> <http://amr.isi.edu/rdf/amr-terms#poss> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> . +<http://amr.isi.edu/rdf/amr-terms#degree> <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-concession-91.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/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p2> <http://amr.isi.edu/frames/ld/v1.2.2/prove-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/amr-terms#large> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/prove-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/amr-terms#many> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG6> <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/WikiAbstract-SolarSystem-13#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#many> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..64d90500569de576be93f705235d3a5d8bea1b9d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..197374acd98fccf10f4b4a661c867f080215ab22 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..4cac24aa7044c9bfdfbac3abc1eea89823f2c508 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="484pt" + viewBox="0.00 0.00 864.00 483.64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.544299 0.544299) rotate(0) translate(4 884.55)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-884.55 1583.36,-884.55 1583.36,4 -4,4"/> +<!-- h --> +<g id="node1" class="node"> +<title>h</title> +<ellipse fill="none" stroke="black" cx="117.5" cy="-455.3" rx="117.5" ry="117.5"/> +<text text-anchor="middle" x="117.5" y="-450.63" font-family="Times,serif" font-size="14.00">h/have-concession-91</text> +</g> +<!-- h2 --> +<g id="node2" class="node"> +<title>h2</title> +<ellipse fill="none" stroke="black" cx="420.34" cy="-624.3" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="420.34" y="-619.63" font-family="Times,serif" font-size="14.00">h2/have-degree-91</text> +</g> +<!-- h->h2 --> +<g id="edge1" class="edge"> +<title>h->h2</title> +<path fill="none" stroke="black" d="M220.35,-512.52C252.31,-530.47 287.55,-550.27 319.38,-568.15"/> +<polygon fill="black" stroke="black" points="317.26,-571.53 327.7,-573.38 320.69,-565.43 317.26,-571.53"/> +<text text-anchor="middle" x="275.5" y="-558.25" 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="420.34" cy="-236.3" rx="70.67" ry="70.67"/> +<text text-anchor="middle" x="420.34" y="-231.63" font-family="Times,serif" font-size="14.00">d/debate-01</text> +</g> +<!-- h->d --> +<g id="edge13" class="edge"> +<title>h->d</title> +<path fill="none" stroke="black" d="M212.86,-386.61C258.61,-353.3 312.44,-314.12 353.67,-284.11"/> +<polygon fill="black" stroke="black" points="355.5,-286.37 361.53,-277.66 351.38,-280.71 355.5,-286.37"/> +<text text-anchor="middle" x="275.5" y="-356.25" 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="1355.04" cy="-619.3" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="1355.04" y="-614.63" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- h2->o --> +<g id="edge2" class="edge"> +<title>h2->o</title> +<path fill="none" stroke="black" d="M479.67,-710.62C515.36,-756.97 564.97,-811.23 621.44,-844.3 653.83,-863.27 666.2,-863.3 703.74,-863.3 703.74,-863.3 703.74,-863.3 1161.4,-863.3 1255.28,-863.3 1310.52,-750.65 1336.29,-678.43"/> +<polygon fill="black" stroke="black" points="1339.9,-679.69 1339.87,-669.09 1333.29,-677.39 1339.9,-679.69"/> +<text text-anchor="middle" x="939" y="-867.25" 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="704.74" cy="-792.3" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="704.74" y="-787.63" font-family="Times,serif" font-size="14.00">l/large</text> +</g> +<!-- h2->l --> +<g id="edge4" class="edge"> +<title>h2->l</title> +<path fill="none" stroke="black" d="M510.69,-677.46C559.51,-706.5 617.92,-741.25 657.62,-764.86"/> +<polygon fill="black" stroke="black" points="655.65,-768.36 666.04,-770.47 659.23,-762.35 655.65,-768.36"/> +<text text-anchor="middle" x="573.06" y="-731.25" 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="704.74" cy="-674.3" rx="57" ry="57"/> +<text text-anchor="middle" x="704.74" y="-669.63" font-family="Times,serif" font-size="14.00">e/enough</text> +</g> +<!-- h2->e --> +<g id="edge5" class="edge"> +<title>h2->e</title> +<path fill="none" stroke="black" d="M523.29,-642.35C561.36,-649.09 603.55,-656.56 637.56,-662.58"/> +<polygon fill="black" stroke="black" points="636.85,-666.19 647.3,-664.49 638.07,-659.3 636.85,-666.19"/> +<text text-anchor="middle" x="573.06" y="-658.25" 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="704.74" cy="-535.3" rx="64.36" ry="64.36"/> +<text text-anchor="middle" x="704.74" y="-530.63" font-family="Times,serif" font-size="14.00">r/round-03</text> +</g> +<!-- h2->r --> +<g id="edge6" class="edge"> +<title>h2->r</title> +<path fill="none" stroke="black" d="M520.11,-593.17C557.15,-581.5 598.49,-568.47 632.55,-557.73"/> +<polygon fill="black" stroke="black" points="633.39,-560.82 641.88,-554.48 631.29,-554.15 633.39,-560.82"/> +<text text-anchor="middle" x="573.06" y="-588.25" 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="704.74" cy="-379.3" rx="73.83" ry="73.83"/> +<text text-anchor="middle" x="704.74" y="-374.63" font-family="Times,serif" font-size="14.00">p/population</text> +</g> +<!-- h2->p --> +<g id="edge11" class="edge"> +<title>h2->p</title> +<path fill="none" stroke="black" d="M499.63,-556.38C544.01,-517.88 598.81,-470.34 640.45,-434.21"/> +<polygon fill="black" stroke="black" points="642.33,-436.34 647.59,-427.14 637.75,-431.05 642.33,-436.34"/> +<text text-anchor="middle" x="573.06" y="-520.25" 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="1533.41" cy="-619.3" rx="45.95" ry="45.95"/> +<text text-anchor="middle" x="1533.41" y="-614.63" font-family="Times,serif" font-size="14.00">s/some</text> +</g> +<!-- o->s --> +<g id="edge3" class="edge"> +<title>o->s</title> +<path fill="none" stroke="black" d="M1406.11,-619.3C1427.99,-619.3 1453.75,-619.3 1476.27,-619.3"/> +<polygon fill="black" stroke="black" points="1476.04,-622.8 1486.04,-619.3 1476.04,-615.8 1476.04,-622.8"/> +<text text-anchor="middle" x="1446.59" y="-623.25" font-family="Times,serif" font-size="14.00">:quant</text> +</g> +<!-- r->o --> +<g id="edge7" class="edge"> +<title>r->o</title> +<path fill="none" stroke="black" d="M764.99,-558.83C800.11,-571.68 845.81,-586.51 887.79,-594.3 1031.44,-620.96 1203.92,-622.47 1293.44,-621.03"/> +<polygon fill="black" stroke="black" points="1293.26,-624.52 1303.2,-620.84 1293.13,-617.52 1293.26,-624.52"/> +<text text-anchor="middle" x="1039.7" y="-619.25" 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="939" cy="-535.3" rx="50.16" ry="50.16"/> +<text text-anchor="middle" x="939" y="-530.63" font-family="Times,serif" font-size="14.00">u/under</text> +</g> +<!-- r->u --> +<g id="edge8" class="edge"> +<title>r->u</title> +<path fill="none" stroke="black" d="M769.51,-535.3C803.17,-535.3 844.26,-535.3 877.43,-535.3"/> +<polygon fill="black" stroke="black" points="877.35,-538.8 887.35,-535.3 877.35,-531.8 877.35,-538.8"/> +<text text-anchor="middle" x="837.91" y="-539.25" 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="1160.4" cy="-535.3" rx="56.47" ry="56.47"/> +<text text-anchor="middle" x="1160.4" y="-530.63" font-family="Times,serif" font-size="14.00">g/gravity</text> +</g> +<!-- u->g --> +<g id="edge9" class="edge"> +<title>u->g</title> +<path fill="none" stroke="black" d="M989.51,-535.3C1019.94,-535.3 1059.32,-535.3 1092.51,-535.3"/> +<polygon fill="black" stroke="black" points="1092.5,-538.8 1102.5,-535.3 1092.5,-531.8 1092.5,-538.8"/> +<text text-anchor="middle" x="1039.7" y="-539.25" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- g->o --> +<g id="edge10" class="edge"> +<title>g->o</title> +<path fill="none" stroke="black" d="M1212.94,-556.61C1235.54,-566.07 1262.34,-577.44 1286.35,-588.05 1290.42,-589.85 1294.61,-591.72 1298.81,-593.62"/> +<polygon fill="black" stroke="black" points="1297.07,-597.13 1307.62,-598.08 1299.97,-590.76 1297.07,-597.13"/> +<text text-anchor="middle" x="1267.98" y="-591.25" 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="939" cy="-379.3" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="939" y="-374.63" font-family="Times,serif" font-size="14.00">t/this</text> +</g> +<!-- p->t --> +<g id="edge12" class="edge"> +<title>p->t</title> +<path fill="none" stroke="black" d="M778.91,-379.3C815.3,-379.3 858.25,-379.3 890.35,-379.3"/> +<polygon fill="black" stroke="black" points="890.22,-382.8 900.22,-379.3 890.22,-375.8 890.22,-382.8"/> +<text text-anchor="middle" x="837.91" y="-383.25" 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="704.74" cy="-236.3" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="704.74" y="-231.63" font-family="Times,serif" font-size="14.00">t2/thing</text> +</g> +<!-- d->t2 --> +<g id="edge14" class="edge"> +<title>d->t2</title> +<path fill="none" stroke="black" d="M491.51,-236.3C537.74,-236.3 597.71,-236.3 642.1,-236.3"/> +<polygon fill="black" stroke="black" points="642.03,-239.8 652.03,-236.3 642.03,-232.8 642.03,-239.8"/> +<text text-anchor="middle" x="573.06" y="-240.25" 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="704.74" cy="-83.3" rx="83.3" ry="83.3"/> +<text text-anchor="middle" x="704.74" y="-78.63" font-family="Times,serif" font-size="14.00">c/considerable</text> +</g> +<!-- d->c --> +<g id="edge17" class="edge"> +<title>d->c</title> +<path fill="none" stroke="black" d="M482.96,-202.91C523.56,-180.92 577.19,-151.86 621.42,-127.9"/> +<polygon fill="black" stroke="black" points="622.87,-130.55 630,-122.71 619.54,-124.4 622.87,-130.55"/> +<text text-anchor="middle" x="573.06" y="-173.25" 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="939" cy="-236.3" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="939" y="-231.63" font-family="Times,serif" font-size="14.00">m/many</text> +</g> +<!-- t2->m --> +<g id="edge15" class="edge"> +<title>t2->m</title> +<path fill="none" stroke="black" d="M756.42,-236.3C791.77,-236.3 839.14,-236.3 876.63,-236.3"/> +<polygon fill="black" stroke="black" points="876.42,-239.8 886.42,-236.3 876.42,-232.8 876.42,-239.8"/> +<text text-anchor="middle" x="837.91" y="-240.25" font-family="Times,serif" font-size="14.00">:quant-of</text> +</g> +<!-- p2 --> +<g id="node15" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="1160.4" cy="-236.3" rx="71.2" ry="71.2"/> +<text text-anchor="middle" x="1160.4" y="-231.63" font-family="Times,serif" font-size="14.00">p2/prove-01</text> +</g> +<!-- m->p2 --> +<g id="edge16" class="edge"> +<title>m->p2</title> +<path fill="none" stroke="black" d="M990.61,-236.3C1016.64,-236.3 1049.01,-236.3 1078.42,-236.3"/> +<polygon fill="black" stroke="black" points="1078.1,-239.8 1088.1,-236.3 1078.1,-232.8 1078.1,-239.8"/> +<text text-anchor="middle" x="1039.7" y="-240.25" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3dfa35d98247d4cd7a8d585a3facdf64741f0823 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.ttl @@ -0,0 +1,137 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p2> a ns1:prove-01 ; + ns1:prove-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-13" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> . + +ns1:debate-01.ARG1 a ns1:FrameRole . + +ns1:have-concession-91.ARG1 a ns1:FrameRole . + +ns1:have-concession-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG6 a ns1:FrameRole . + +ns1:prove-01.ARG1 a ns1:FrameRole . + +ns1:round-03.ARG1 a ns1:FrameRole . + +ns2:degree a ns3:Role . + +ns2:location a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:poss a ns3:Role . + +ns2:quant a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#c> a ns2:considerable . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> a ns1:debate-01 ; + ns1:debate-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> ; + ns2:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> a ns2:enough . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> a ns2:gravity ; + ns2:poss <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> a ns1:have-concession-91 ; + ns1:have-concession-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> ; + ns1:have-concession-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#l> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> ; + ns1:have-degree-91.ARG6 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#m> a ns2:many ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> a ns2:population ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> a ns1:round-03 ; + ns1:round-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> a ns2:some . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> a ns2:this . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> a ns2:under ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity . + +ns1:debate-01 a ns3:Frame . + +ns1:have-concession-91 a ns3:Frame . + +ns1:have-degree-91 a ns3:Frame . + +ns1:prove-01 a ns3:Frame . + +ns1:round-03 a ns3:Frame . + +ns2:considerable a ns3:Concept . + +ns2:enough a ns3:Concept . + +ns2:gravity a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:many a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:population a ns3:Concept . + +ns2:some a ns3:Concept . + +ns2:this a ns3:Concept . + +ns2:under a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> a <http://amr.isi.edu/entity-types#thing> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> a ns2:object ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..38de38f600ddc218a4ec2b0182b676338860d58e --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..5364f1982bcc3797ac2f5bdce9f61fbd04487c89 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.nt @@ -0,0 +1,32 @@ +<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/rdf/amr-terms#dwarf> <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/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/WikiAbstract-SolarSystem-14#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-14" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/categorize-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> <http://amr.isi.edu/frames/ld/v1.2.2/categorize-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> . +<http://amr.isi.edu/rdf/amr-terms#such> <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#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/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/WikiAbstract-SolarSystem-14#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Such objects are categorized as dwarf planets." . +<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/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#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/WikiAbstract-SolarSystem-14#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#such> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dwarf> . +<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/amr_data/WikiAbstract-SolarSystem-14#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/categorize-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/categorize-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/amr_data/WikiAbstract-SolarSystem-14#c> <http://amr.isi.edu/frames/ld/v1.2.2/categorize-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> . +<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/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<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/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/amr_data/WikiAbstract-SolarSystem-14#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . +<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/WikiAbstract-SolarSystem-14#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#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/categorize-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..f653af56ae2e767bbcee7c51178e859955d3566c --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b7d394f387e717850bed258e485a0a673299b5 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..a587e847b8cfcebe637ebbfcfbf08cc589f4c023 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="539pt" height="232pt" + viewBox="0.00 0.00 539.05 231.94" 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 227.94)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-227.94 535.05,-227.94 535.05,4 -4,4"/> +<!-- c --> +<g id="node1" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="87.51" cy="-112.26" rx="87.51" ry="87.51"/> +<text text-anchor="middle" x="87.51" y="-107.59" font-family="Times,serif" font-size="14.00">c/categorize-01</text> +</g> +<!-- o --> +<g id="node2" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="308.28" cy="-173.26" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="308.28" y="-168.59" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- c->o --> +<g id="edge1" class="edge"> +<title>c->o</title> +<path fill="none" stroke="black" d="M172.15,-135.58C197.68,-142.7 225.18,-150.37 248.67,-156.92"/> +<polygon fill="black" stroke="black" points="247.59,-160.53 258.16,-159.84 249.47,-153.79 247.59,-160.53"/> +<text text-anchor="middle" x="215.52" y="-157.21" 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="308.28" cy="-52.26" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="308.28" y="-47.59" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- c->p --> +<g id="edge3" class="edge"> +<title>c->p</title> +<path fill="none" stroke="black" d="M172.15,-89.32C197.15,-82.46 224.06,-75.09 247.22,-68.73"/> +<polygon fill="black" stroke="black" points="247.87,-71.91 256.59,-65.89 246.02,-65.16 247.87,-71.91"/> +<text text-anchor="middle" x="215.52" y="-86.21" 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="481.42" cy="-173.26" rx="42.79" ry="42.79"/> +<text text-anchor="middle" x="481.42" y="-168.59" font-family="Times,serif" font-size="14.00">s/such</text> +</g> +<!-- o->s --> +<g id="edge2" class="edge"> +<title>o->s</title> +<path fill="none" stroke="black" d="M359.24,-173.26C380.68,-173.26 405.75,-173.26 427.5,-173.26"/> +<polygon fill="black" stroke="black" points="427.21,-176.76 437.21,-173.26 427.21,-169.76 427.21,-176.76"/> +<text text-anchor="middle" x="396.16" y="-177.21" 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="481.42" cy="-52.26" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="481.42" y="-47.59" font-family="Times,serif" font-size="14.00">d/dwarf</text> +</g> +<!-- p->d --> +<g id="edge4" class="edge"> +<title>p->d</title> +<path fill="none" stroke="black" d="M360.63,-52.26C379.48,-52.26 400.99,-52.26 420.53,-52.26"/> +<polygon fill="black" stroke="black" points="420.46,-55.76 430.46,-52.26 420.46,-48.76 420.46,-55.76"/> +<text text-anchor="middle" x="396.16" y="-56.21" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1b37b0840f30b7edfcbb19a67611e2f0be953810 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.ttl @@ -0,0 +1,56 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@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/WikiAbstract-SolarSystem-14#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-14" ; + ns2:has-sentence "Such objects are categorized as dwarf planets." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . + +ns1:categorize-01.ARG1 a ns1:FrameRole . + +ns1:categorize-01.ARG2 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> a ns1:categorize-01 ; + ns1:categorize-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + ns1:categorize-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> a ns3:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> a ns3:object ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> a ns3:such . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns1:categorize-01 a ns2:Frame . + +ns3:dwarf a ns2:Concept . + +ns3:object a ns2:Concept . + +ns3:such a ns2:Concept . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..c5ab756b94fe2088639d3fa30d3f5868f78b802c --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..5821947870710d812a76286627f235e365715884 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.nt @@ -0,0 +1,94 @@ +<http://amr.isi.edu/rdf/amr-terms#dwarf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/observe-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/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/amr_data/WikiAbstract-SolarSystem-15#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <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/WikiAbstract-SolarSystem-15#p2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/accept-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#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/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/amr-terms#op7> <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/accept-01.ARG3> <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/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#g> <http://amr.isi.edu/frames/ld/v1.2.2/general-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> . +<http://amr.isi.edu/rdf/amr-terms#op6> <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/WikiAbstract-SolarSystem-15#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dwarf> . +<http://amr.isi.edu/rdf/amr-terms#trans-Neptunian> <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-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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#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/WikiAbstract-SolarSystem-15#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#asteroid> . +<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/frames/ld/v1.2.2/general-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/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> <http://www.w3.org/2000/01/rdf-schema#label> "Gonggong" . +<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/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/WikiAbstract-SolarSystem-15#o8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> <http://www.w3.org/2000/01/rdf-schema#label> "Makemake" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> . +<http://amr.isi.edu/frames/ld/v1.2.2/accept-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/WikiAbstract-SolarSystem-15#a> <http://amr.isi.edu/frames/ld/v1.2.2/accept-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<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/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op6> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/observe-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o> <http://amr.isi.edu/frames/ld/v1.2.2/observe-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op8> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> <http://www.w3.org/2000/01/rdf-schema#label> "Eris" . +<http://amr.isi.edu/frames/ld/v1.2.2/accept-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/WikiAbstract-SolarSystem-15#a2> <http://amr.isi.edu/rdf/amr-terms#op1> "9" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-15" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> <http://www.w3.org/2000/01/rdf-schema#label> "Orcus" . +<http://amr.isi.edu/frames/ld/v1.2.2/observe-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/amr-terms#quant> <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/WikiAbstract-SolarSystem-15#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#trans-Neptunian> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> <http://amr.isi.edu/frames/ld/v1.2.2/accept-01.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> . +<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#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#op9> <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/WikiAbstract-SolarSystem-15#a> <http://amr.isi.edu/frames/ld/v1.2.2/accept-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#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/WikiAbstract-SolarSystem-15#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/accept-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#t> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#at-least> . +<http://amr.isi.edu/frames/ld/v1.2.2/general-02> <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/WikiAbstract-SolarSystem-15#o3> <http://www.w3.org/2000/01/rdf-schema#label> "Pluto" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/general-02> . +<http://amr.isi.edu/rdf/amr-terms#at-least> <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/WikiAbstract-SolarSystem-15#o7> <http://www.w3.org/2000/01/rdf-schema#label> "Sedna" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> <http://www.w3.org/2000/01/rdf-schema#label> "Cerre" . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op7> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> <http://www.w3.org/2000/01/rdf-schema#label> "Haumea" . +<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/WikiAbstract-SolarSystem-15#o5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op9> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> . +<http://amr.isi.edu/rdf/amr-terms#op8> <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/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> <http://amr.isi.edu/rdf/amr-terms#op5> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<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/include-91.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#op5> <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/include-91> <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/WikiAbstract-SolarSystem-15#a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#asteroid> . +<http://amr.isi.edu/rdf/amr-terms#asteroid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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#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/WikiAbstract-SolarSystem-15#a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#asteroid> . +<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/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/WikiAbstract-SolarSystem-15#o6> <http://www.w3.org/2000/01/rdf-schema#label> "Quaoar" . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..a102a945b893e666b73f4c8b97ded5a4de0bfd04 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..b342bd015b190f3c4ea72d885b9eaad048b00229 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..a9ee197cd148813ae3a3a3cdd84cc2200c698927 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="570pt" height="576pt" + viewBox="0.00 0.00 570.32 576.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.393932 0.393932) rotate(0) translate(4 1458.18)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-1458.18 1443.76,-1458.18 1443.76,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="68.57" cy="-675.66" rx="68.57" ry="68.57"/> +<text text-anchor="middle" x="68.57" y="-670.99" font-family="Times,serif" font-size="14.00">a/accept-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="310.5" cy="-959.66" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="310.5" y="-954.99" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- a->p --> +<g id="edge1" class="edge"> +<title>a->p</title> +<path fill="none" stroke="black" d="M113.58,-727.75C157.4,-779.63 224.21,-858.71 267.36,-909.79"/> +<polygon fill="black" stroke="black" points="265.22,-911.67 274.34,-917.05 270.56,-907.16 265.22,-911.67"/> +<text text-anchor="middle" x="186.64" y="-854.61" 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="310.5" cy="-766.66" rx="57" ry="57"/> +<text text-anchor="middle" x="310.5" y="-761.99" font-family="Times,serif" font-size="14.00">o2/object</text> +</g> +<!-- a->o2 --> +<g id="edge3" class="edge"> +<title>a->o2</title> +<path fill="none" stroke="black" d="M133.24,-699.81C168.36,-713.13 211.82,-729.61 246.79,-742.88"/> +<polygon fill="black" stroke="black" points="245.29,-746.43 255.88,-746.71 247.77,-739.89 245.29,-746.43"/> +<text text-anchor="middle" x="186.64" y="-735.61" 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="310.5" cy="-632.66" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="310.5" y="-627.99" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- a->p2 --> +<g id="edge26" class="edge"> +<title>a->p2</title> +<path fill="none" stroke="black" d="M136.4,-663.68C169.31,-657.79 208.9,-650.69 241.9,-644.78"/> +<polygon fill="black" stroke="black" points="242.15,-648.11 251.37,-642.9 240.91,-641.22 242.15,-648.11"/> +<text text-anchor="middle" x="186.64" y="-662.61" 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="310.5" cy="-481.66" rx="74.36" ry="74.36"/> +<text text-anchor="middle" x="310.5" y="-476.99" font-family="Times,serif" font-size="14.00">g/general-02</text> +</g> +<!-- a->g --> +<g id="edge28" class="edge"> +<title>a->g</title> +<path fill="none" stroke="black" d="M122.52,-632.85C158.19,-604.01 205.49,-565.76 243.59,-534.95"/> +<polygon fill="black" stroke="black" points="245.49,-537.11 251.07,-528.1 241.09,-531.66 245.49,-537.11"/> +<text text-anchor="middle" x="186.64" y="-606.61" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- o --> +<g id="node3" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="559.26" cy="-1027.66" rx="75.41" ry="75.41"/> +<text text-anchor="middle" x="559.26" y="-1022.99" font-family="Times,serif" font-size="14.00">o/observe-01</text> +</g> +<!-- p->o --> +<g id="edge2" class="edge"> +<title>p->o</title> +<path fill="none" stroke="black" d="M363.83,-974.08C396.42,-983.06 439.04,-994.81 476.07,-1005.01"/> +<polygon fill="black" stroke="black" points="474.78,-1008.56 485.35,-1007.85 476.64,-1001.81 474.78,-1008.56"/> +<text text-anchor="middle" x="434.35" y="-1005.61" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- a2 --> +<g id="node5" class="node"> +<title>a2</title> +<ellipse fill="none" stroke="black" cx="559.26" cy="-870.66" rx="63.83" ry="63.83"/> +<text text-anchor="middle" x="559.26" y="-865.99" font-family="Times,serif" font-size="14.00">a2/at-least</text> +</g> +<!-- o2->a2 --> +<g id="edge4" class="edge"> +<title>o2->a2</title> +<path fill="none" stroke="black" d="M363.53,-788.59C400.42,-804.14 450.27,-825.15 490.31,-842.02"/> +<polygon fill="black" stroke="black" points="488.68,-845.56 499.26,-846.22 491.4,-839.11 488.68,-845.56"/> +<text text-anchor="middle" x="434.35" y="-834.61" 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="559.26" cy="-715.66" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="559.26" y="-710.99" font-family="Times,serif" font-size="14.00">ii/include-91</text> +</g> +<!-- o2->ii --> +<g id="edge5" class="edge"> +<title>o2->ii</title> +<path fill="none" stroke="black" d="M366.57,-755.28C399.15,-748.55 441.01,-739.9 477.29,-732.4"/> +<polygon fill="black" stroke="black" points="477.78,-735.66 486.86,-730.21 476.36,-728.81 477.78,-735.66"/> +<text text-anchor="middle" x="434.35" y="-750.61" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- node_0 --> +<g id="node30" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="787.57,-888.66 733.57,-888.66 733.57,-852.66 787.57,-852.66 787.57,-888.66"/> +<text text-anchor="middle" x="760.57" y="-865.99" font-family="Times,serif" font-size="14.00">9</text> +</g> +<!-- a2->node_0 --> +<g id="edge29" class="edge"> +<title>a2->node_0</title> +<path fill="none" stroke="black" d="M623.32,-870.66C655.9,-870.66 694.53,-870.66 722.33,-870.66"/> +<polygon fill="black" stroke="black" points="722.15,-874.16 732.15,-870.66 722.15,-867.16 722.15,-874.16"/> +<text text-anchor="middle" x="675.17" y="-874.61" 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="760.57" cy="-715.66" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="760.57" y="-710.99" font-family="Times,serif" font-size="14.00">a3/and</text> +</g> +<!-- ii->a3 --> +<g id="edge6" class="edge"> +<title>ii->a3</title> +<path fill="none" stroke="black" d="M632.5,-715.66C656.23,-715.66 682.21,-715.66 704.45,-715.66"/> +<polygon fill="black" stroke="black" points="704.38,-719.16 714.38,-715.66 704.38,-712.16 704.38,-719.16"/> +<text text-anchor="middle" x="675.17" y="-719.61" 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="977.37" cy="-1386.66" rx="67.52" ry="67.52"/> +<text text-anchor="middle" x="977.37" y="-1381.99" font-family="Times,serif" font-size="14.00">a4/asteroid</text> +</g> +<!-- a3->a4 --> +<g id="edge7" class="edge"> +<title>a3->a4</title> +<path fill="none" stroke="black" d="M778.97,-756.95C788.55,-781.65 799.66,-813.92 805.46,-843.66 845.6,-1049.3 751.89,-1141.39 876.71,-1309.66 886.27,-1322.56 898.55,-1334.39 911.19,-1344.7"/> +<polygon fill="black" stroke="black" points="908.51,-1347.83 918.53,-1351.26 912.84,-1342.33 908.51,-1347.83"/> +<text text-anchor="middle" x="841.09" y="-1283.61" 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="977.37" cy="-1243.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-1238.99" font-family="Times,serif" font-size="14.00">o3/object</text> +</g> +<!-- a3->o3 --> +<g id="edge9" class="edge"> +<title>a3->o3</title> +<path fill="none" stroke="black" d="M778.44,-757.37C787.78,-782.08 798.82,-814.21 805.46,-843.66 838.87,-991.73 786.09,-1055.9 876.71,-1177.66 887.23,-1191.79 901.73,-1203.81 916.41,-1213.56"/> +<polygon fill="black" stroke="black" points="914.22,-1216.95 924.55,-1219.34 917.97,-1211.03 914.22,-1216.95"/> +<text text-anchor="middle" x="841.09" y="-1152.61" 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="977.37" cy="-1100.66" rx="67.52" ry="67.52"/> +<text text-anchor="middle" x="977.37" y="-1095.99" font-family="Times,serif" font-size="14.00">a5/asteroid</text> +</g> +<!-- a3->a5 --> +<g id="edge11" class="edge"> +<title>a3->a5</title> +<path fill="none" stroke="black" d="M775.96,-758.25C803.02,-837.69 860.24,-1002.44 876.71,-1024.66 886.08,-1037.3 898.11,-1048.86 910.55,-1058.95"/> +<polygon fill="black" stroke="black" points="908.16,-1062.3 918.2,-1065.69 912.46,-1056.78 908.16,-1062.3"/> +<text text-anchor="middle" x="841.09" y="-984.61" 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="977.37" cy="-947.66" rx="67.52" ry="67.52"/> +<text text-anchor="middle" x="977.37" y="-942.99" font-family="Times,serif" font-size="14.00">a6/asteroid</text> +</g> +<!-- a3->a6 --> +<g id="edge13" class="edge"> +<title>a3->a6</title> +<path fill="none" stroke="black" d="M785.47,-753.61C807.12,-786.47 841.02,-834.29 876.71,-870.66 887.66,-881.82 900.27,-892.75 912.75,-902.71"/> +<polygon fill="black" stroke="black" points="910.32,-906.04 920.36,-909.45 914.64,-900.53 910.32,-906.04"/> +<text text-anchor="middle" x="841.09" y="-850.61" 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="977.37" cy="-804.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-799.99" font-family="Times,serif" font-size="14.00">o4/object</text> +</g> +<!-- a3->o4 --> +<g id="edge15" class="edge"> +<title>a3->o4</title> +<path fill="none" stroke="black" d="M802.48,-732.61C834.07,-745.7 878.33,-764.04 914.29,-778.94"/> +<polygon fill="black" stroke="black" points="912.62,-782.45 923.2,-783.05 915.3,-775.98 912.62,-782.45"/> +<text text-anchor="middle" x="841.09" y="-758.61" 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="977.37" cy="-672.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-667.99" font-family="Times,serif" font-size="14.00">o5/object</text> +</g> +<!-- a3->o5 --> +<g id="edge17" class="edge"> +<title>a3->o5</title> +<path fill="none" stroke="black" d="M805.04,-706.96C835.37,-700.89 876.39,-692.68 910.69,-685.81"/> +<polygon fill="black" stroke="black" points="910.98,-689.12 920.1,-683.73 909.61,-682.26 910.98,-689.12"/> +<text text-anchor="middle" x="841.09" y="-706.61" 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="977.37" cy="-540.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-535.99" font-family="Times,serif" font-size="14.00">o6/object</text> +</g> +<!-- a3->o6 --> +<g id="edge19" class="edge"> +<title>a3->o6</title> +<path fill="none" stroke="black" d="M792.48,-683.57C814.93,-660.99 846.54,-630.64 876.71,-606.66 890.1,-596.02 905.19,-585.4 919.51,-575.87"/> +<polygon fill="black" stroke="black" points="920.86,-578.52 927.3,-570.1 917.02,-572.67 920.86,-578.52"/> +<text text-anchor="middle" x="841.09" y="-655.61" 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="977.37" cy="-408.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-403.99" font-family="Times,serif" font-size="14.00">o7/object</text> +</g> +<!-- a3->o7 --> +<g id="edge21" class="edge"> +<title>a3->o7</title> +<path fill="none" stroke="black" d="M774.31,-672.48C791.18,-620.9 824.98,-534.15 876.71,-474.66 888.1,-461.56 902.69,-449.98 917.16,-440.32"/> +<polygon fill="black" stroke="black" points="918.61,-442.9 925.14,-434.55 914.83,-437.02 918.61,-442.9"/> +<text text-anchor="middle" x="841.09" y="-557.61" 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="977.37" cy="-276.66" rx="57" ry="57"/> +<text text-anchor="middle" x="977.37" y="-271.99" font-family="Times,serif" font-size="14.00">o8/object</text> +</g> +<!-- a3->o8 --> +<g id="edge23" class="edge"> +<title>a3->o8</title> +<path fill="none" stroke="black" d="M764.89,-670.54C772.58,-595.03 797.52,-441.61 876.71,-342.66 887.61,-329.04 902.1,-317.25 916.64,-307.56"/> +<polygon fill="black" stroke="black" points="918.12,-310.12 924.67,-301.79 914.36,-304.22 918.12,-310.12"/> +<text text-anchor="middle" x="841.09" y="-428.61" 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="977.37" cy="-100.66" rx="100.66" ry="100.66"/> +<text text-anchor="middle" x="977.37" y="-95.99" font-family="Times,serif" font-size="14.00">t/trans-Neptunian</text> +</g> +<!-- a3->t --> +<g id="edge25" class="edge"> +<title>a3->t</title> +<path fill="none" stroke="black" d="M762.29,-670.51C765.72,-577.51 783.91,-360.77 876.71,-210.66 883.17,-200.22 890.68,-189.85 898.62,-179.89"/> +<polygon fill="black" stroke="black" points="901.75,-182.58 905.38,-172.63 896.34,-178.15 901.75,-182.58"/> +<text text-anchor="middle" x="841.09" y="-315.61" 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="1211.9" cy="-1386.66" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1211.9" y="-1381.99" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- a4->n --> +<g id="edge8" class="edge"> +<title>a4->n</title> +<path fill="none" stroke="black" d="M1045.32,-1386.66C1079.31,-1386.66 1120.21,-1386.66 1152.85,-1386.66"/> +<polygon fill="black" stroke="black" points="1152.58,-1390.16 1162.58,-1386.66 1152.58,-1383.16 1152.58,-1390.16"/> +<text text-anchor="middle" x="1117.79" y="-1390.61" 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="1421.39,-1404.66 1351.39,-1404.66 1351.39,-1368.66 1421.39,-1368.66 1421.39,-1404.66"/> +<text text-anchor="middle" x="1386.39" y="-1381.99" font-family="Times,serif" font-size="14.00">"Cerre"</text> +</g> +<!-- n->node_1 --> +<g id="edge30" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M1260.03,-1386.66C1284.95,-1386.66 1315.38,-1386.66 1340.02,-1386.66"/> +<polygon fill="black" stroke="black" points="1339.9,-1390.16 1349.9,-1386.66 1339.9,-1383.16 1339.9,-1390.16"/> +<text text-anchor="middle" x="1299.64" y="-1390.61" 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="1211.9" cy="-1243.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-1238.99" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- o3->n2 --> +<g id="edge10" class="edge"> +<title>o3->n2</title> +<path fill="none" stroke="black" d="M1034.66,-1243.66C1068.4,-1243.66 1111.42,-1243.66 1146.51,-1243.66"/> +<polygon fill="black" stroke="black" points="1146.13,-1247.16 1156.13,-1243.66 1146.13,-1240.16 1146.13,-1247.16"/> +<text text-anchor="middle" x="1117.79" y="-1247.61" 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="1419.89,-1261.66 1352.89,-1261.66 1352.89,-1225.66 1419.89,-1225.66 1419.89,-1261.66"/> +<text text-anchor="middle" x="1386.39" y="-1238.99" font-family="Times,serif" font-size="14.00">"Pluto"</text> +</g> +<!-- n2->node_2 --> +<g id="edge31" class="edge"> +<title>n2->node_2</title> +<path fill="none" stroke="black" d="M1266.53,-1243.66C1290.75,-1243.66 1319,-1243.66 1341.88,-1243.66"/> +<polygon fill="black" stroke="black" points="1341.64,-1247.16 1351.64,-1243.66 1341.64,-1240.16 1341.64,-1247.16"/> +<text text-anchor="middle" x="1299.64" y="-1247.61" 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="1211.9" cy="-1100.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-1095.99" font-family="Times,serif" font-size="14.00">n3/name</text> +</g> +<!-- a5->n3 --> +<g id="edge12" class="edge"> +<title>a5->n3</title> +<path fill="none" stroke="black" d="M1045.32,-1100.66C1077.12,-1100.66 1114.97,-1100.66 1146.45,-1100.66"/> +<polygon fill="black" stroke="black" points="1146.3,-1104.16 1156.3,-1100.66 1146.3,-1097.16 1146.3,-1104.16"/> +<text text-anchor="middle" x="1117.79" y="-1104.61" 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="1415.76,-1118.66 1357.01,-1118.66 1357.01,-1082.66 1415.76,-1082.66 1415.76,-1118.66"/> +<text text-anchor="middle" x="1386.39" y="-1095.99" font-family="Times,serif" font-size="14.00">"Eris"</text> +</g> +<!-- n3->node_3 --> +<g id="edge32" class="edge"> +<title>n3->node_3</title> +<path fill="none" stroke="black" d="M1266.53,-1100.66C1292.2,-1100.66 1322.38,-1100.66 1345.91,-1100.66"/> +<polygon fill="black" stroke="black" points="1345.88,-1104.16 1355.88,-1100.66 1345.88,-1097.16 1345.88,-1104.16"/> +<text text-anchor="middle" x="1299.64" y="-1104.61" 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="1211.9" cy="-947.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-942.99" font-family="Times,serif" font-size="14.00">n4/name</text> +</g> +<!-- a6->n4 --> +<g id="edge14" class="edge"> +<title>a6->n4</title> +<path fill="none" stroke="black" d="M1045.32,-947.66C1077.12,-947.66 1114.97,-947.66 1146.45,-947.66"/> +<polygon fill="black" stroke="black" points="1146.3,-951.16 1156.3,-947.66 1146.3,-944.16 1146.3,-951.16"/> +<text text-anchor="middle" x="1117.79" y="-951.61" 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="1430.76,-965.66 1342.01,-965.66 1342.01,-929.66 1430.76,-929.66 1430.76,-965.66"/> +<text text-anchor="middle" x="1386.39" y="-942.99" font-family="Times,serif" font-size="14.00">"Haumea"</text> +</g> +<!-- n4->node_4 --> +<g id="edge33" class="edge"> +<title>n4->node_4</title> +<path fill="none" stroke="black" d="M1266.53,-947.66C1286.99,-947.66 1310.31,-947.66 1330.85,-947.66"/> +<polygon fill="black" stroke="black" points="1330.62,-951.16 1340.62,-947.66 1330.62,-944.16 1330.62,-951.16"/> +<text text-anchor="middle" x="1299.64" y="-951.61" 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="1211.9" cy="-804.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-799.99" font-family="Times,serif" font-size="14.00">n5/name</text> +</g> +<!-- o4->n5 --> +<g id="edge16" class="edge"> +<title>o4->n5</title> +<path fill="none" stroke="black" d="M1034.66,-804.66C1068.4,-804.66 1111.42,-804.66 1146.51,-804.66"/> +<polygon fill="black" stroke="black" points="1146.13,-808.16 1156.13,-804.66 1146.13,-801.16 1146.13,-808.16"/> +<text text-anchor="middle" x="1117.79" y="-808.61" 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="1439.76,-822.66 1333.01,-822.66 1333.01,-786.66 1439.76,-786.66 1439.76,-822.66"/> +<text text-anchor="middle" x="1386.39" y="-799.99" font-family="Times,serif" font-size="14.00">"Makemake"</text> +</g> +<!-- n5->node_5 --> +<g id="edge34" class="edge"> +<title>n5->node_5</title> +<path fill="none" stroke="black" d="M1266.53,-804.66C1284.06,-804.66 1303.69,-804.66 1321.87,-804.66"/> +<polygon fill="black" stroke="black" points="1321.68,-808.16 1331.68,-804.66 1321.68,-801.16 1321.68,-808.16"/> +<text text-anchor="middle" x="1299.64" y="-808.61" 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="1211.9" cy="-672.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-667.99" font-family="Times,serif" font-size="14.00">n6/name</text> +</g> +<!-- o5->n6 --> +<g id="edge18" class="edge"> +<title>o5->n6</title> +<path fill="none" stroke="black" d="M1034.66,-672.66C1068.4,-672.66 1111.42,-672.66 1146.51,-672.66"/> +<polygon fill="black" stroke="black" points="1146.13,-676.16 1156.13,-672.66 1146.13,-669.16 1146.13,-676.16"/> +<text text-anchor="middle" x="1117.79" y="-676.61" 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="1437.51,-690.66 1335.26,-690.66 1335.26,-654.66 1437.51,-654.66 1437.51,-690.66"/> +<text text-anchor="middle" x="1386.39" y="-667.99" font-family="Times,serif" font-size="14.00">"Gonggong"</text> +</g> +<!-- n6->node_6 --> +<g id="edge35" class="edge"> +<title>n6->node_6</title> +<path fill="none" stroke="black" d="M1266.53,-672.66C1284.8,-672.66 1305.36,-672.66 1324.18,-672.66"/> +<polygon fill="black" stroke="black" points="1324.03,-676.16 1334.03,-672.66 1324.03,-669.16 1324.03,-676.16"/> +<text text-anchor="middle" x="1299.64" y="-676.61" 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="1211.9" cy="-540.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-535.99" font-family="Times,serif" font-size="14.00">n7/name</text> +</g> +<!-- o6->n7 --> +<g id="edge20" class="edge"> +<title>o6->n7</title> +<path fill="none" stroke="black" d="M1034.66,-540.66C1068.4,-540.66 1111.42,-540.66 1146.51,-540.66"/> +<polygon fill="black" stroke="black" points="1146.13,-544.16 1156.13,-540.66 1146.13,-537.16 1146.13,-544.16"/> +<text text-anchor="middle" x="1117.79" y="-544.61" 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="1427.01,-558.66 1345.76,-558.66 1345.76,-522.66 1427.01,-522.66 1427.01,-558.66"/> +<text text-anchor="middle" x="1386.39" y="-535.99" font-family="Times,serif" font-size="14.00">"Quaoar"</text> +</g> +<!-- n7->node_7 --> +<g id="edge36" class="edge"> +<title>n7->node_7</title> +<path fill="none" stroke="black" d="M1266.53,-540.66C1288.26,-540.66 1313.23,-540.66 1334.65,-540.66"/> +<polygon fill="black" stroke="black" points="1334.5,-544.16 1344.5,-540.66 1334.5,-537.16 1334.5,-544.16"/> +<text text-anchor="middle" x="1299.64" y="-544.61" 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="1211.9" cy="-408.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-403.99" font-family="Times,serif" font-size="14.00">n8/name</text> +</g> +<!-- o7->n8 --> +<g id="edge22" class="edge"> +<title>o7->n8</title> +<path fill="none" stroke="black" d="M1034.66,-408.66C1068.4,-408.66 1111.42,-408.66 1146.51,-408.66"/> +<polygon fill="black" stroke="black" points="1146.13,-412.16 1156.13,-408.66 1146.13,-405.16 1146.13,-412.16"/> +<text text-anchor="middle" x="1117.79" y="-412.61" 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="1423.26,-426.66 1349.51,-426.66 1349.51,-390.66 1423.26,-390.66 1423.26,-426.66"/> +<text text-anchor="middle" x="1386.39" y="-403.99" font-family="Times,serif" font-size="14.00">"Sedna"</text> +</g> +<!-- n8->node_8 --> +<g id="edge37" class="edge"> +<title>n8->node_8</title> +<path fill="none" stroke="black" d="M1266.53,-408.66C1289.54,-408.66 1316.19,-408.66 1338.41,-408.66"/> +<polygon fill="black" stroke="black" points="1338.26,-412.16 1348.26,-408.66 1338.26,-405.16 1338.26,-412.16"/> +<text text-anchor="middle" x="1299.64" y="-412.61" 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="1211.9" cy="-276.66" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1211.9" y="-271.99" font-family="Times,serif" font-size="14.00">n9/name</text> +</g> +<!-- o8->n9 --> +<g id="edge24" class="edge"> +<title>o8->n9</title> +<path fill="none" stroke="black" d="M1034.66,-276.66C1068.4,-276.66 1111.42,-276.66 1146.51,-276.66"/> +<polygon fill="black" stroke="black" points="1146.13,-280.16 1156.13,-276.66 1146.13,-273.16 1146.13,-280.16"/> +<text text-anchor="middle" x="1117.79" y="-280.61" 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="1422.14,-294.66 1350.64,-294.66 1350.64,-258.66 1422.14,-258.66 1422.14,-294.66"/> +<text text-anchor="middle" x="1386.39" y="-271.99" font-family="Times,serif" font-size="14.00">"Orcus"</text> +</g> +<!-- n9->node_9 --> +<g id="edge38" class="edge"> +<title>n9->node_9</title> +<path fill="none" stroke="black" d="M1266.53,-276.66C1289.88,-276.66 1316.97,-276.66 1339.39,-276.66"/> +<polygon fill="black" stroke="black" points="1339.31,-280.16 1349.31,-276.66 1339.31,-273.16 1339.31,-280.16"/> +<text text-anchor="middle" x="1299.64" y="-280.61" 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="559.26" cy="-575.66" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="559.26" y="-570.99" font-family="Times,serif" font-size="14.00">d/dwarf</text> +</g> +<!-- p2->d --> +<g id="edge27" class="edge"> +<title>p2->d</title> +<path fill="none" stroke="black" d="M367.8,-619.66C407.28,-610.54 459.93,-598.38 499.86,-589.15"/> +<polygon fill="black" stroke="black" points="500.55,-592.35 509.51,-586.69 498.98,-585.53 500.55,-592.35"/> +<text text-anchor="middle" x="434.35" y="-615.61" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7b1673ca0e8feb3a91e14c366eaa653b57794ba4 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.ttl @@ -0,0 +1,155 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@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/WikiAbstract-SolarSystem-15#g> a ns3:general-02 ; + ns3:general-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o> a ns3:observe-01 ; + ns3:observe-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-15" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . + +ns3:accept-01.ARG0 a ns3:FrameRole . + +ns3:accept-01.ARG1 a ns3:FrameRole . + +ns3:accept-01.ARG3 a ns3:FrameRole . + +ns3:general-02.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:observe-01.ARG0 a ns3:FrameRole . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns2:op5 a ns1:Role . + +ns2:op6 a ns1:Role . + +ns2:op7 a ns1:Role . + +ns2:op8 a ns1:Role . + +ns2:op9 a ns1:Role . + +ns2:quant a ns1:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> a ns2:at-least ; + ns2:op1 "9" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> a ns1:and ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#t> ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> ; + ns2:op5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> ; + ns2:op6 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> ; + ns2:op7 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> ; + ns2:op8 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> ; + ns2:op9 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> a ns2:asteroid ; + rdfs:label "Cerre" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> a ns2:asteroid ; + rdfs:label "Eris" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> a ns2:asteroid ; + rdfs:label "Haumea" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#d> a ns2:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> a ns2:object ; + rdfs:label "Pluto" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> a ns2:object ; + rdfs:label "Makemake" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> a ns2:object ; + rdfs:label "Gonggong" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> a ns2:object ; + rdfs:label "Quaoar" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> a ns2:object ; + rdfs:label "Sedna" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> a ns2:object ; + rdfs:label "Orcus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#t> a ns2:trans-Neptunian . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity . + +ns3:accept-01 a ns1:Frame . + +ns3:general-02 a ns1:Frame . + +ns3:include-91 a ns1:Frame . + +ns3:observe-01 a ns1:Frame . + +ns2:at-least a ns1:Concept . + +ns2:dwarf a ns1:Concept . + +ns2:trans-Neptunian a ns1:Concept . + +ns1:and a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> a ns3:accept-01 ; + ns3:accept-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> ; + ns3:accept-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> ; + ns3:accept-01.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> a ns2:object ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> a <http://amr.isi.edu/entity-types#person> . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:asteroid a ns1:Concept . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:object a ns1:Concept . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..48471a656098c88b7da171090138d0afad3459fd --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..cab28f59509f01e8535d9d1165ed9a4fc670878c --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.nt @@ -0,0 +1,80 @@ +<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/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/WikiAbstract-SolarSystem-16#t2> <http://amr.isi.edu/frames/ld/v1.2.2/travel-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/travel-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#interplanetary> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#region> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . +<http://amr.isi.edu/rdf/amr-terms#interplanetary> <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#small> <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#mod> <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/WikiAbstract-SolarSystem-16#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." . +<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/WikiAbstract-SolarSystem-16#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/rdf/amr-terms#population> <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#body> <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#cloud> <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/WikiAbstract-SolarSystem-16#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> . +<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/WikiAbstract-SolarSystem-16#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> <http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG3> <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/WikiAbstract-SolarSystem-16#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#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/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#between> <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#Role> <http://www.w3.org/2000/01/rdf-schema#label> "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/WikiAbstract-SolarSystem-16#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#region> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> . +<http://amr.isi.edu/rdf/amr-terms#region> <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#consist> <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/travel-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/rdf/amr-terms#various> <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/WikiAbstract-SolarSystem-16#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/frames/ld/v1.2.2/travel-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/WikiAbstract-SolarSystem-16#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dust> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#various> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-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/WikiAbstract-SolarSystem-16#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/free-04> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> <http://amr.isi.edu/rdf/amr-terms#consist> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . +<http://amr.isi.edu/rdf/amr-terms#comet> <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#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> <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/WikiAbstract-SolarSystem-16#r> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> . +<http://amr.isi.edu/frames/ld/v1.2.2/travel-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/WikiAbstract-SolarSystem-16#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#population> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#centaur> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#other> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-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/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> <http://amr.isi.edu/frames/ld/v1.2.2/travel-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-16" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> <http://amr.isi.edu/rdf/amr-terms#quant> "2" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . +<http://amr.isi.edu/rdf/amr-terms#centaur> <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/WikiAbstract-SolarSystem-16#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#comet> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-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/amr_data/WikiAbstract-SolarSystem-16#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> . +<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/amr_data/WikiAbstract-SolarSystem-16#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#body> . +<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/WikiAbstract-SolarSystem-16#c3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#cloud> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04> <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#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/WikiAbstract-SolarSystem-16#b2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#between> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> <http://amr.isi.edu/rdf/amr-terms#consist> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#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#other> <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#this> <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#dust> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..918afba6ebdee575dd927bea9f51c6f51fe860d6 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..2f761a6cf2cd515aa5bf7b7ae58f172cfa02683b Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..416d5d01ff70cece7e084d57a657e7e785cc92f3 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="440pt" + viewBox="0.00 0.00 864.00 440.11" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.58795 0.58795) rotate(0) translate(4 744.56)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-744.56 1465.51,-744.56 1465.51,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="38.58" cy="-436.08" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="38.58" y="-431.41" 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="214.06" cy="-572.08" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="214.06" y="-567.41" font-family="Times,serif" font-size="14.00">r/region</text> +</g> +<!-- a->r --> +<g id="edge1" class="edge"> +<title>a->r</title> +<path fill="none" stroke="black" d="M69.4,-459.46C95.61,-480.01 134.24,-510.29 164.84,-534.28"/> +<polygon fill="black" stroke="black" points="162.21,-537.45 172.24,-540.87 166.53,-531.94 162.21,-537.45"/> +<text text-anchor="middle" x="110.54" y="-503.03" 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="214.06" cy="-367.08" rx="70.15" ry="70.15"/> +<text text-anchor="middle" x="214.06" y="-362.41" font-family="Times,serif" font-size="14.00">t2/travel-01</text> +</g> +<!-- a->t2 --> +<g id="edge3" class="edge"> +<title>a->t2</title> +<path fill="none" stroke="black" d="M74.69,-422.12C93.06,-414.81 116.29,-405.57 138.45,-396.76"/> +<polygon fill="black" stroke="black" points="139.53,-399.7 147.53,-392.75 136.95,-393.19 139.53,-399.7"/> +<text text-anchor="middle" x="110.54" y="-418.03" 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="457.04" cy="-646.08" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="457.04" y="-641.41" font-family="Times,serif" font-size="14.00">t/this</text> +</g> +<!-- r->t --> +<g id="edge2" class="edge"> +<title>r->t</title> +<path fill="none" stroke="black" d="M263.54,-586.97C306.4,-600.13 368.46,-619.19 410.44,-632.08"/> +<polygon fill="black" stroke="black" points="409.33,-635.71 419.92,-635.3 411.38,-629.02 409.33,-635.71"/> +<text text-anchor="middle" x="333.71" y="-621.03" 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="484.04,-590.08 430.04,-590.08 430.04,-554.08 484.04,-554.08 484.04,-590.08"/> +<text text-anchor="middle" x="457.04" y="-567.41" font-family="Times,serif" font-size="14.00">2</text> +</g> +<!-- r->node_0 --> +<g id="edge19" class="edge"> +<title>r->node_0</title> +<path fill="none" stroke="black" d="M265.58,-572.08C311.37,-572.08 377.8,-572.08 418.89,-572.08"/> +<polygon fill="black" stroke="black" points="418.77,-575.58 428.77,-572.08 418.77,-568.58 418.77,-575.58"/> +<text text-anchor="middle" x="333.71" y="-576.03" 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="457.04" cy="-462.08" rx="73.83" ry="73.83"/> +<text text-anchor="middle" x="457.04" y="-457.41" font-family="Times,serif" font-size="14.00">p/population</text> +</g> +<!-- t2->p --> +<g id="edge4" class="edge"> +<title>t2->p</title> +<path fill="none" stroke="black" d="M279.64,-392.54C309.83,-404.44 346.04,-418.72 377.78,-431.23"/> +<polygon fill="black" stroke="black" points="376.32,-434.81 386.91,-435.23 378.89,-428.3 376.32,-434.81"/> +<text text-anchor="middle" x="333.71" y="-430.03" 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="457.04" cy="-301.08" rx="69.62" ry="69.62"/> +<text text-anchor="middle" x="457.04" y="-296.41" font-family="Times,serif" font-size="14.00">b2/between</text> +</g> +<!-- t2->b2 --> +<g id="edge16" class="edge"> +<title>t2->b2</title> +<path fill="none" stroke="black" d="M282.19,-348.7C312.34,-340.44 348.08,-330.65 379.29,-322.1"/> +<polygon fill="black" stroke="black" points="379.97,-325.27 388.69,-319.26 378.12,-318.52 379.97,-325.27"/> +<text text-anchor="middle" x="333.71" y="-346.03" 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="457.04" cy="-160.08" rx="53.84" ry="53.84"/> +<text text-anchor="middle" x="457.04" y="-155.41" font-family="Times,serif" font-size="14.00">f/free-04</text> +</g> +<!-- t2->f --> +<g id="edge18" class="edge"> +<title>t2->f</title> +<path fill="none" stroke="black" d="M267.62,-321.61C300.74,-292.99 344.42,-255.32 383.21,-222.08 390.98,-215.43 399.22,-208.39 407.27,-201.53"/> +<polygon fill="black" stroke="black" points="409.21,-203.62 414.55,-194.47 404.67,-198.29 409.21,-203.62"/> +<text text-anchor="middle" x="333.71" y="-294.03" font-family="Times,serif" font-size="14.00">:ARG3-of</text> +</g> +<!-- b --> +<g id="node6" class="node"> +<title>b</title> +<ellipse fill="none" stroke="black" cx="712.4" cy="-694.08" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="712.4" y="-689.41" font-family="Times,serif" font-size="14.00">b/body</text> +</g> +<!-- p->b --> +<g id="edge5" class="edge"> +<title>p->b</title> +<path fill="none" stroke="black" d="M507.76,-516.12C520.91,-530 535.25,-544.77 548.87,-558.08 587.75,-596.08 597.69,-605.49 639.62,-640.08 648.28,-647.23 657.75,-654.63 666.88,-661.57"/> +<polygon fill="black" stroke="black" points="664.4,-664.84 674.5,-668.06 668.62,-659.25 664.4,-664.84"/> +<text text-anchor="middle" x="585.25" y="-627.03" font-family="Times,serif" font-size="14.00">:consist-of</text> +</g> +<!-- o --> +<g id="node8" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="712.4" cy="-584.08" rx="47" ry="47"/> +<text text-anchor="middle" x="712.4" y="-579.41" font-family="Times,serif" font-size="14.00">o/other</text> +</g> +<!-- p->o --> +<g id="edge7" class="edge"> +<title>p->o</title> +<path fill="none" stroke="black" d="M523.95,-493.82C566.3,-514.21 620.53,-540.33 659.75,-559.21"/> +<polygon fill="black" stroke="black" points="658.11,-562.79 668.63,-563.97 661.14,-556.48 658.11,-562.79"/> +<text text-anchor="middle" x="585.25" y="-541.03" 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="712.4" cy="-462.08" rx="57" ry="57"/> +<text text-anchor="middle" x="712.4" y="-457.41" font-family="Times,serif" font-size="14.00">v/various</text> +</g> +<!-- p->v --> +<g id="edge8" class="edge"> +<title>p->v</title> +<path fill="none" stroke="black" d="M531.32,-462.08C566.93,-462.08 609.42,-462.08 644.19,-462.08"/> +<polygon fill="black" stroke="black" points="644.18,-465.58 654.18,-462.08 644.18,-458.58 644.18,-465.58"/> +<text text-anchor="middle" x="585.25" y="-466.03" 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="712.4" cy="-314.08" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="712.4" y="-309.41" font-family="Times,serif" font-size="14.00">ii/include-01</text> +</g> +<!-- p->ii --> +<g id="edge9" class="edge"> +<title>p->ii</title> +<path fill="none" stroke="black" d="M521.32,-425.12C557.26,-404.12 602.38,-377.77 639.63,-356.01"/> +<polygon fill="black" stroke="black" points="641.06,-358.64 647.93,-350.58 637.53,-352.6 641.06,-358.64"/> +<text text-anchor="middle" x="585.25" y="-410.03" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- s --> +<g id="node7" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="912.65" cy="-694.08" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="912.65" y="-689.41" font-family="Times,serif" font-size="14.00">s/small</text> +</g> +<!-- b->s --> +<g id="edge6" class="edge"> +<title>b->s</title> +<path fill="none" stroke="black" d="M757.4,-694.08C786.17,-694.08 824.04,-694.08 855.05,-694.08"/> +<polygon fill="black" stroke="black" points="854.71,-697.58 864.71,-694.08 854.71,-690.58 854.71,-697.58"/> +<text text-anchor="middle" x="825.68" y="-698.03" 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="912.65" cy="-314.08" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="912.65" y="-309.41" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- ii->a2 --> +<g id="edge10" class="edge"> +<title>ii->a2</title> +<path fill="none" stroke="black" d="M785.53,-314.08C809.02,-314.08 834.7,-314.08 856.72,-314.08"/> +<polygon fill="black" stroke="black" points="856.54,-317.58 866.54,-314.08 856.54,-310.58 856.54,-317.58"/> +<text text-anchor="middle" x="825.68" y="-318.03" 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="1090.23" cy="-447.08" rx="50.16" ry="50.16"/> +<text text-anchor="middle" x="1090.23" y="-442.41" font-family="Times,serif" font-size="14.00">c/comet</text> +</g> +<!-- a2->c --> +<g id="edge11" class="edge"> +<title>a2->c</title> +<path fill="none" stroke="black" d="M949.18,-341C975.61,-361.02 1011.97,-388.56 1041.02,-410.56"/> +<polygon fill="black" stroke="black" points="1038.69,-413.95 1048.78,-417.2 1042.92,-408.37 1038.69,-413.95"/> +<text text-anchor="middle" x="992.5" y="-389.03" 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="1090.23" cy="-314.08" rx="64.36" ry="64.36"/> +<text text-anchor="middle" x="1090.23" y="-309.41" font-family="Times,serif" font-size="14.00">c2/centaur</text> +</g> +<!-- a2->c2 --> +<g id="edge12" class="edge"> +<title>a2->c2</title> +<path fill="none" stroke="black" d="M957.96,-314.08C975.19,-314.08 995.42,-314.08 1014.76,-314.08"/> +<polygon fill="black" stroke="black" points="1014.7,-317.58 1024.7,-314.08 1014.7,-310.58 1014.7,-317.58"/> +<text text-anchor="middle" x="992.5" y="-318.03" 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="1090.23" cy="-179.08" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="1090.23" y="-174.41" font-family="Times,serif" font-size="14.00">c3/cloud</text> +</g> +<!-- a2->c3 --> +<g id="edge13" class="edge"> +<title>a2->c3</title> +<path fill="none" stroke="black" d="M948.76,-287.09C974.72,-267.13 1010.43,-239.67 1039.35,-217.44"/> +<polygon fill="black" stroke="black" points="1040.91,-219.89 1046.7,-211.02 1036.64,-214.34 1040.91,-219.89"/> +<text text-anchor="middle" x="992.5" y="-267.03" 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="1362.43" cy="-259.08" rx="42.79" ry="42.79"/> +<text text-anchor="middle" x="1362.43" y="-254.41" font-family="Times,serif" font-size="14.00">d/dust</text> +</g> +<!-- c3->d --> +<g id="edge14" class="edge"> +<title>c3->d</title> +<path fill="none" stroke="black" d="M1141.11,-193.85C1189.41,-208.15 1262.27,-229.73 1310.82,-244.1"/> +<polygon fill="black" stroke="black" points="1309.51,-247.66 1320.09,-247.14 1311.5,-240.95 1309.51,-247.66"/> +<text text-anchor="middle" x="1208.97" y="-228.03" font-family="Times,serif" font-size="14.00">:consist-of</text> +</g> +<!-- ii2 --> +<g id="node16" class="node"> +<title>ii2</title> +<ellipse fill="none" stroke="black" cx="1362.43" cy="-99.08" rx="99.08" ry="99.08"/> +<text text-anchor="middle" x="1362.43" y="-94.41" font-family="Times,serif" font-size="14.00">ii2/interplanetary</text> +</g> +<!-- c3->ii2 --> +<g id="edge15" class="edge"> +<title>c3->ii2</title> +<path fill="none" stroke="black" d="M1141.11,-164.32C1173.44,-154.74 1216.78,-141.91 1256.47,-130.16"/> +<polygon fill="black" stroke="black" points="1257.42,-133.23 1266.01,-127.04 1255.43,-126.52 1257.42,-133.23"/> +<text text-anchor="middle" x="1208.97" y="-158.03" 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="712.4" cy="-166.08" rx="57.52" ry="57.52"/> +<text text-anchor="middle" x="712.4" y="-161.41" font-family="Times,serif" font-size="14.00">r2/region</text> +</g> +<!-- b2->r2 --> +<g id="edge17" class="edge"> +<title>b2->r2</title> +<path fill="none" stroke="black" d="M519.05,-268.58C559.22,-247.17 611.58,-219.27 651.52,-197.99"/> +<polygon fill="black" stroke="black" points="652.96,-200.66 660.14,-192.87 649.66,-194.48 652.96,-200.66"/> +<text text-anchor="middle" x="585.25" y="-254.03" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2537b9f5d6b8cf285dc9970a29ad99b33b3a11b4 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.ttl @@ -0,0 +1,137 @@ +@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/WikiAbstract-SolarSystem-16#b> a ns1:body ; + ns1:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> a ns1:dust ; + ns1:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> a ns3:free-04 ; + ns3:free-04.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> a ns3:include-01 ; + ns3:include-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + ns3:include-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-16" ; + ns2:has-sentence "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . + +ns3:free-04.ARG3 a ns3:FrameRole . + +ns3:include-01.ARG1 a ns3:FrameRole . + +ns3:include-01.ARG2 a ns3:FrameRole . + +ns3:travel-01.ARG0 a ns3:FrameRole . + +ns3:travel-01.ARG1 a ns3:FrameRole . + +ns1:consist a ns2:Role . + +ns1:mod a ns2:Role . + +ns1:op1 a ns2:Role . + +ns1:op2 a ns2:Role . + +ns1:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> a ns2:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> a ns2:and ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + ns1:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> a ns2:between ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> a ns1:comet . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> a ns1:centaur . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> a ns1:interplanetary . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> a ns1:other . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> a ns1:region ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + ns1:quant "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> a ns1:region . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> a ns1:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> a ns1:this . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> a ns1:various . + +ns3:free-04 a ns2:Frame . + +ns3:include-01 a ns2:Frame . + +ns3:travel-01 a ns2:Frame . + +ns1:body a ns2:Concept . + +ns1:centaur a ns2:Concept . + +ns1:cloud a ns2:Concept . + +ns1:comet a ns2:Concept . + +ns1:dust a ns2:Concept . + +ns1:interplanetary a ns2:Concept . + +ns1:other a ns2:Concept . + +ns1:population a ns2:Concept . + +ns1:small a ns2:Concept . + +ns1:this a ns2:Concept . + +ns1:various a ns2:Concept . + +ns2:between a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> a ns1:cloud ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> a ns3:travel-01 ; + ns3:travel-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns3:travel-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> . + +ns1:region a ns2:Concept . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> a ns1:population ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..d0f56644867d0f5e51098c27a87d599171533d70 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..af2abce90aa315d9ed0d5a74f9b4d0f56d72f57d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.nt @@ -0,0 +1,100 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/natural-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/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/entity-types#moon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> . +<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/frames/ld/v1.2.2/have-degree-91.ARG3> <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/have-degree-91.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/have-degree-91.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/amr_data/WikiAbstract-SolarSystem-17#o> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> . +<http://amr.isi.edu/rdf/amr-terms#small> <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/WikiAbstract-SolarSystem-17#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-17" . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91> <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/possible-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/WikiAbstract-SolarSystem-17#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/natural-03> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#body> . +<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/WikiAbstract-SolarSystem-17#t> <http://amr.isi.edu/frames/ld/v1.2.2/term-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> <http://amr.isi.edu/rdf/amr-terms#quant> "6" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#many> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> <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/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/frames/ld/v1.2.2/include-91.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#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/amr-terms#usual> <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/WikiAbstract-SolarSystem-17#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<http://amr.isi.edu/rdf/amr-terms#large> <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/WikiAbstract-SolarSystem-17#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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/WikiAbstract-SolarSystem-17#t> <http://amr.isi.edu/frames/ld/v1.2.2/term-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/term-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/WikiAbstract-SolarSystem-17#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/rdf/amr-terms#body> <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/WikiAbstract-SolarSystem-17#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> <http://amr.isi.edu/rdf/amr-terms#quant> "6" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> . +<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/frames/ld/v1.2.2/have-degree-91.ARG4> <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/WikiAbstract-SolarSystem-17#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<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/rdf/amr-terms#time> <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#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/amr-terms#many> <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/WikiAbstract-SolarSystem-17#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<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/WikiAbstract-SolarSystem-17#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#moon> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#large> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p3> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> . +<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/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> <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/WikiAbstract-SolarSystem-17#a2> <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/WikiAbstract-SolarSystem-17#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<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/WikiAbstract-SolarSystem-17#ii2> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#more> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#body> . +<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/WikiAbstract-SolarSystem-17#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#t> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> . +<http://amr.isi.edu/rdf/core-amr#more> <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#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/term-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/amr_data/WikiAbstract-SolarSystem-17#o> <http://amr.isi.edu/frames/ld/v1.2.2/orbit-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#n> <http://amr.isi.edu/frames/ld/v1.2.2/natural-03.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> . +<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/frames/ld/v1.2.2/natural-03> <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/WikiAbstract-SolarSystem-17#ii2> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> <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/WikiAbstract-SolarSystem-17#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/frames/ld/v1.2.2/term-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#most> <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#satellite> <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#quant> <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/WikiAbstract-SolarSystem-17#p2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dwarf> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#satellite> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#after> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/term-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#usual> . +<http://amr.isi.edu/rdf/amr-terms#dwarf> <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-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#t> <http://amr.isi.edu/rdf/amr-terms#time> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-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#after> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..cc36145c42dedea97364756e96f86bc9bf199d8d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..c59914afc01f58a0b969f1163cb80d81538b6d22 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ccd6bba4a4cc6a76e928ae8100d0d2d024332a10 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="222pt" + viewBox="0.00 0.00 864.00 221.85" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.325361 0.325361) rotate(0) translate(4 677.87)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-677.87 2651.51,-677.87 2651.51,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="60.15" cy="-381.09" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="60.15" y="-376.42" font-family="Times,serif" font-size="14.00">o/orbit-01</text> +</g> +<!-- s --> +<g id="node2" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="261.46" cy="-452.09" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="261.46" y="-447.42" font-family="Times,serif" font-size="14.00">s/satellite</text> +</g> +<!-- o->s --> +<g id="edge1" class="edge"> +<title>o->s</title> +<path fill="none" stroke="black" d="M117.2,-401.06C141.18,-409.6 169.36,-419.64 194.35,-428.54"/> +<polygon fill="black" stroke="black" points="192.89,-432.09 203.48,-432.15 195.24,-425.5 192.89,-432.09"/> +<text text-anchor="middle" x="160.8" y="-426.04" 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="261.46" cy="-320.09" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="261.46" y="-315.42" font-family="Times,serif" font-size="14.00">a2/and</text> +</g> +<!-- o->a2 --> +<g id="edge8" class="edge"> +<title>o->a2</title> +<path fill="none" stroke="black" d="M118,-363.69C146.26,-355.04 180.19,-344.66 207.85,-336.19"/> +<polygon fill="black" stroke="black" points="208.58,-339.32 217.11,-333.05 206.53,-332.63 208.58,-339.32"/> +<text text-anchor="middle" x="160.8" y="-359.04" 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="493.39" cy="-601.09" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="493.39" y="-596.42" font-family="Times,serif" font-size="14.00">n/natural-03</text> +</g> +<!-- s->n --> +<g id="edge2" class="edge"> +<title>s->n</title> +<path fill="none" stroke="black" d="M312.63,-484.61C344.91,-505.53 387.31,-533 422.82,-556.01"/> +<polygon fill="black" stroke="black" points="420.4,-559.26 430.69,-561.76 424.21,-553.39 420.4,-559.26"/> +<text text-anchor="middle" x="371.11" y="-543.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- t --> +<g id="node4" class="node"> +<title>t</title> +<ellipse fill="none" stroke="black" cx="493.39" cy="-452.09" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="493.39" y="-447.42" font-family="Times,serif" font-size="14.00">t/term-01</text> +</g> +<!-- s->t --> +<g id="edge3" class="edge"> +<title>s->t</title> +<path fill="none" stroke="black" d="M321.97,-452.09C353.05,-452.09 391.24,-452.09 423.59,-452.09"/> +<polygon fill="black" stroke="black" points="423.32,-455.59 433.32,-452.09 423.32,-448.59 423.32,-455.59"/> +<text text-anchor="middle" x="371.11" y="-456.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- m --> +<g id="node5" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="955.56" cy="-531.09" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="955.56" y="-526.42" font-family="Times,serif" font-size="14.00">m/moon</text> +</g> +<!-- t->m --> +<g id="edge4" class="edge"> +<title>t->m</title> +<path fill="none" stroke="black" d="M538.8,-489.76C571.43,-514.83 618.09,-545.56 665.16,-559.09 742.96,-581.45 836.86,-564.81 896.15,-549.25"/> +<polygon fill="black" stroke="black" points="896.7,-552.46 905.44,-546.47 894.88,-545.7 896.7,-552.46"/> +<text text-anchor="middle" x="744.26" y="-573.04" 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="744.26" cy="-502.09" rx="47.53" ry="47.53"/> +<text text-anchor="middle" x="744.26" y="-497.42" font-family="Times,serif" font-size="14.00">u/usual</text> +</g> +<!-- t->u --> +<g id="edge5" class="edge"> +<title>t->u</title> +<path fill="none" stroke="black" d="M551.17,-463.5C591.78,-471.66 646.19,-482.59 686.74,-490.74"/> +<polygon fill="black" stroke="black" points="686.03,-494.36 696.52,-492.9 687.4,-487.5 686.03,-494.36"/> +<text text-anchor="middle" x="615.66" y="-485.04" 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="744.26" cy="-392.09" rx="44.37" ry="44.37"/> +<text text-anchor="middle" x="744.26" y="-387.42" font-family="Times,serif" font-size="14.00">a/after</text> +</g> +<!-- t->a --> +<g id="edge6" class="edge"> +<title>t->a</title> +<path fill="none" stroke="black" d="M550.86,-438.48C592.72,-428.38 649.39,-414.72 690.37,-404.84"/> +<polygon fill="black" stroke="black" points="691.06,-408.03 699.96,-402.29 689.42,-401.23 691.06,-408.03"/> +<text text-anchor="middle" x="615.66" y="-433.04" font-family="Times,serif" font-size="14.00">:time</text> +</g> +<!-- a->m --> +<g id="edge7" class="edge"> +<title>a->m</title> +<path fill="none" stroke="black" d="M781.71,-416.3C815.43,-438.7 865.89,-472.21 903.59,-497.24"/> +<polygon fill="black" stroke="black" points="901.13,-500.48 911.4,-503.09 905,-494.65 901.13,-500.48"/> +<text text-anchor="middle" x="863.85" y="-486.04" 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="1451.4" cy="-314.09" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="1451.4" y="-309.42" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- a2->p --> +<g id="edge9" class="edge"> +<title>a2->p</title> +<path fill="none" stroke="black" d="M306.53,-320.09C352.82,-320.09 427.72,-320.09 492.39,-320.09 492.39,-320.09 492.39,-320.09 1211.11,-320.09 1271.25,-320.09 1339.87,-318.17 1388.16,-316.51"/> +<polygon fill="black" stroke="black" points="1388.19,-319.97 1398.06,-316.12 1387.94,-312.98 1388.19,-319.97"/> +<text text-anchor="middle" x="863.85" y="-324.04" 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="493.39" cy="-234.09" rx="44.89" ry="44.89"/> +<text text-anchor="middle" x="493.39" y="-229.42" font-family="Times,serif" font-size="14.00">b/body</text> +</g> +<!-- a2->b --> +<g id="edge17" class="edge"> +<title>a2->b</title> +<path fill="none" stroke="black" d="M303.17,-303.24C314.9,-298.48 327.73,-293.38 339.61,-288.84 372.93,-276.13 410.65,-262.6 440.27,-252.18"/> +<polygon fill="black" stroke="black" points="441.12,-255.24 449.39,-248.62 438.8,-248.63 441.12,-255.24"/> +<text text-anchor="middle" x="371.11" y="-292.04" 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="1679.12" cy="-386.09" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="1679.12" y="-381.42" font-family="Times,serif" font-size="14.00">ii/include-91</text> +</g> +<!-- p->ii --> +<g id="edge10" class="edge"> +<title>p->ii</title> +<path fill="none" stroke="black" d="M1501.65,-329.8C1530.1,-338.88 1566.54,-350.5 1598.92,-360.83"/> +<polygon fill="black" stroke="black" points="1597.68,-364.43 1608.28,-364.13 1599.81,-357.76 1597.68,-364.43"/> +<text text-anchor="middle" x="1556.84" y="-360.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_0 --> +<g id="node24" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="1706.12,-295.09 1652.12,-295.09 1652.12,-259.09 1706.12,-259.09 1706.12,-295.09"/> +<text text-anchor="middle" x="1679.12" y="-272.42" font-family="Times,serif" font-size="14.00">6</text> +</g> +<!-- p->node_0 --> +<g id="edge25" class="edge"> +<title>p->node_0</title> +<path fill="none" stroke="black" d="M1503.34,-305.74C1545.35,-298.86 1603.94,-289.25 1641.46,-283.1"/> +<polygon fill="black" stroke="black" points="1641.61,-286.46 1650.92,-281.39 1640.48,-279.55 1641.61,-286.46"/> +<text text-anchor="middle" x="1556.84" y="-306.04" 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="1891.47" cy="-386.09" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="1891.47" y="-381.42" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- ii->p2 --> +<g id="edge11" class="edge"> +<title>ii->p2</title> +<path fill="none" stroke="black" d="M1752.22,-386.09C1774.8,-386.09 1799.66,-386.09 1821.99,-386.09"/> +<polygon fill="black" stroke="black" points="1821.73,-389.59 1831.73,-386.09 1821.73,-382.59 1821.73,-389.59"/> +<text text-anchor="middle" x="1792.4" y="-390.04" 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="2147.08" cy="-469.09" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="2147.08" y="-464.42" font-family="Times,serif" font-size="14.00">d/dwarf</text> +</g> +<!-- p2->d --> +<g id="edge12" class="edge"> +<title>p2->d</title> +<path fill="none" stroke="black" d="M1947.5,-404.1C1989.4,-417.81 2046.89,-436.63 2089.23,-450.49"/> +<polygon fill="black" stroke="black" points="2088.06,-454.11 2098.65,-453.9 2090.24,-447.46 2088.06,-454.11"/> +<text text-anchor="middle" x="1999.54" y="-433.04" 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="2147.08" cy="-303.09" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="2147.08" y="-298.42" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- p2->h --> +<g id="edge13" class="edge"> +<title>p2->h</title> +<path fill="none" stroke="black" d="M1947.5,-368.08C1975.55,-358.9 2010.6,-347.43 2043.4,-336.69"/> +<polygon fill="black" stroke="black" points="2044.09,-339.83 2052.5,-333.39 2041.91,-333.17 2044.09,-339.83"/> +<text text-anchor="middle" x="1999.54" y="-363.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- l --> +<g id="node14" class="node"> +<title>l</title> +<ellipse fill="none" stroke="black" cx="2427.94" cy="-419.09" rx="43.32" ry="43.32"/> +<text text-anchor="middle" x="2427.94" y="-414.42" font-family="Times,serif" font-size="14.00">l/large</text> +</g> +<!-- h->l --> +<g id="edge14" class="edge"> +<title>h->l</title> +<path fill="none" stroke="black" d="M2237.84,-340.43C2284.18,-359.71 2338.92,-382.48 2377.55,-398.55"/> +<polygon fill="black" stroke="black" points="2375.93,-402.08 2386.51,-402.69 2378.62,-395.62 2375.93,-402.08"/> +<text text-anchor="middle" x="2294.61" y="-378.04" 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="2427.94" cy="-303.09" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="2427.94" y="-298.42" font-family="Times,serif" font-size="14.00">m2/most</text> +</g> +<!-- h->m2 --> +<g id="edge15" class="edge"> +<title>h->m2</title> +<path fill="none" stroke="black" d="M2245.61,-303.09C2284.16,-303.09 2327.42,-303.09 2362.01,-303.09"/> +<polygon fill="black" stroke="black" points="2361.92,-306.59 2371.92,-303.09 2361.92,-299.59 2361.92,-306.59"/> +<text text-anchor="middle" x="2294.61" y="-307.04" 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="2427.94" cy="-146.09" rx="83.83" ry="83.83"/> +<text text-anchor="middle" x="2427.94" y="-141.42" font-family="Times,serif" font-size="14.00">p3/possible-01</text> +</g> +<!-- h->p3 --> +<g id="edge16" class="edge"> +<title>h->p3</title> +<path fill="none" stroke="black" d="M2232.88,-255.35C2268.48,-235.31 2309.72,-212.09 2345,-192.22"/> +<polygon fill="black" stroke="black" points="2346.31,-194.94 2353.31,-186.98 2342.88,-188.84 2346.31,-194.94"/> +<text text-anchor="middle" x="2294.61" y="-238.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_1 --> +<g id="node25" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="2647.51,-321.09 2593.51,-321.09 2593.51,-285.09 2647.51,-285.09 2647.51,-321.09"/> +<text text-anchor="middle" x="2620.51" y="-298.42" font-family="Times,serif" font-size="14.00">6</text> +</g> +<!-- m2->node_1 --> +<g id="edge26" class="edge"> +<title>m2->node_1</title> +<path fill="none" stroke="black" d="M2483.29,-303.09C2514.91,-303.09 2553.96,-303.09 2582.13,-303.09"/> +<polygon fill="black" stroke="black" points="2582.1,-306.59 2592.1,-303.09 2582.1,-299.59 2582.1,-306.59"/> +<text text-anchor="middle" x="2552.64" y="-307.04" 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="744.26" cy="-234.09" rx="57.52" ry="57.52"/> +<text text-anchor="middle" x="744.26" y="-229.42" font-family="Times,serif" font-size="14.00">m3/many</text> +</g> +<!-- b->m3 --> +<g id="edge18" class="edge"> +<title>b->m3</title> +<path fill="none" stroke="black" d="M538.59,-234.09C576.58,-234.09 631.95,-234.09 675.53,-234.09"/> +<polygon fill="black" stroke="black" points="675.33,-237.59 685.33,-234.09 675.33,-230.59 675.33,-237.59"/> +<text text-anchor="middle" x="615.66" y="-238.04" 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="744.26" cy="-79.09" rx="79.09" ry="79.09"/> +<text text-anchor="middle" x="744.26" y="-74.42" font-family="Times,serif" font-size="14.00">ii2/include-91</text> +</g> +<!-- b->ii2 --> +<g id="edge19" class="edge"> +<title>b->ii2</title> +<path fill="none" stroke="black" d="M532.18,-210.55C567.93,-188.29 622.62,-154.23 667.37,-126.36"/> +<polygon fill="black" stroke="black" points="668.83,-128.95 675.46,-120.69 665.13,-123.01 668.83,-128.95"/> +<text text-anchor="middle" x="615.66" y="-179.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- b2 --> +<g id="node20" class="node"> +<title>b2</title> +<ellipse fill="none" stroke="black" cx="955.56" cy="-140.09" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="955.56" y="-135.42" font-family="Times,serif" font-size="14.00">b2/body</text> +</g> +<!-- ii2->b2 --> +<g id="edge20" class="edge"> +<title>ii2->b2</title> +<path fill="none" stroke="black" d="M820.52,-101.03C845.22,-108.23 872.29,-116.12 895.6,-122.91"/> +<polygon fill="black" stroke="black" points="894.44,-126.51 905.02,-125.95 896.4,-119.79 894.44,-126.51"/> +<text text-anchor="middle" x="863.85" y="-123.04" 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="1210.11" cy="-181.09" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="1210.11" y="-176.42" font-family="Times,serif" font-size="14.00">h2/have-degree-91</text> +</g> +<!-- b2->h2 --> +<g id="edge21" class="edge"> +<title>b2->h2</title> +<path fill="none" stroke="black" d="M1006.45,-148.19C1032.22,-152.38 1064.78,-157.66 1096.22,-162.77"/> +<polygon fill="black" stroke="black" points="1095.4,-166.34 1105.83,-164.49 1096.52,-159.43 1095.4,-166.34"/> +<text text-anchor="middle" x="1056.26" y="-165.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- h2->p --> +<g id="edge24" class="edge"> +<title>h2->p</title> +<path fill="none" stroke="black" d="M1301.92,-231.56C1333.49,-249.11 1367.92,-268.25 1395.67,-283.67"/> +<polygon fill="black" stroke="black" points="1393.75,-287.16 1404.19,-288.96 1397.15,-281.05 1393.75,-287.16"/> +<text text-anchor="middle" x="1354.95" y="-275.04" 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="1451.4" cy="-187.09" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="1451.4" y="-182.42" font-family="Times,serif" font-size="14.00">s2/small</text> +</g> +<!-- h2->s2 --> +<g id="edge22" class="edge"> +<title>h2->s2</title> +<path fill="none" stroke="black" d="M1314.67,-183.69C1339.42,-184.31 1365.1,-184.95 1387.37,-185.51"/> +<polygon fill="black" stroke="black" points="1387.27,-189.03 1397.35,-185.79 1387.44,-182.04 1387.27,-189.03"/> +<text text-anchor="middle" x="1354.95" y="-190.04" 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="1451.4" cy="-60.09" rx="55.94" ry="55.94"/> +<text text-anchor="middle" x="1451.4" y="-55.42" font-family="Times,serif" font-size="14.00">m4/more</text> +</g> +<!-- h2->m4 --> +<g id="edge23" class="edge"> +<title>h2->m4</title> +<path fill="none" stroke="black" d="M1303.62,-134.31C1333.14,-119.38 1364.98,-103.28 1391.44,-89.9"/> +<polygon fill="black" stroke="black" points="1392.59,-92.74 1399.93,-85.11 1389.43,-86.5 1392.59,-92.74"/> +<text text-anchor="middle" x="1354.95" y="-121.04" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b5dd3ba149e5025fe6b777052919348dcc2fff01 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.ttl @@ -0,0 +1,170 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h2> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> ; + ns1:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii> a ns1:include-91 ; + ns1:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> ; + ns1:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii2> a ns1:include-91 ; + ns1:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> ; + ns1:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#n> a ns1:natural-03 ; + ns1:natural-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p3> a ns1:possible-01 ; + ns1:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-17" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#t> a ns1:term-01 ; + ns1:term-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> ; + ns1:term-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> ; + ns2:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> . + +ns1:have-degree-91.ARG1 a ns1:FrameRole . + +ns1:have-degree-91.ARG2 a ns1:FrameRole . + +ns1:have-degree-91.ARG3 a ns1:FrameRole . + +ns1:have-degree-91.ARG4 a ns1:FrameRole . + +ns1:include-91.ARG1 a ns1:FrameRole . + +ns1:include-91.ARG2 a ns1:FrameRole . + +ns1:natural-03.ARG1 a ns1:FrameRole . + +ns1:orbit-01.ARG0 a ns1:FrameRole . + +ns1:orbit-01.ARG1 a ns1:FrameRole . + +ns1:possible-01.ARG1 a ns1:FrameRole . + +ns1:term-01.ARG1 a ns1:FrameRole . + +ns1:term-01.ARG2 a ns1:FrameRole . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +ns2:time a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> a ns3:after ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> a ns2:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> a ns1:have-degree-91 ; + ns1:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> ; + ns1:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> ; + ns1:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> a ns3:most ; + ns2:quant "6" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> a ns2:many . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> a ns1:orbit-01 ; + ns1:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> ; + ns1:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> a ns2:usual . + +<http://amr.isi.edu/entity-types#moon> a ns3:NamedEntity . + +ns1:natural-03 a ns3:Frame . + +ns1:orbit-01 a ns3:Frame . + +ns1:possible-01 a ns3:Frame . + +ns1:term-01 a ns3:Frame . + +ns2:dwarf a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:many a ns3:Concept . + +ns2:satellite a ns3:Concept . + +ns2:small a ns3:Concept . + +ns2:usual a ns3:Concept . + +ns3:after a ns3:Concept . + +ns3:and a ns3:Concept . + +ns3:more a ns3:Concept . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> a ns2:body ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> a ns2:body . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> a <http://amr.isi.edu/entity-types#moon> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns1:have-degree-91 a ns3:Frame . + +ns1:include-91 a ns3:Frame . + +ns2:body a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "6" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> a ns2:satellite . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..ca9a18a4f3fd4c06675bbef3b0fbfea0e86282a9 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..c34236865ca53dbf84208223ddb09b225ab8562d --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.nt @@ -0,0 +1,52 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#each> . +<http://amr.isi.edu/rdf/amr-terms#other> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/encircle-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/WikiAbstract-SolarSystem-18#e> <http://amr.isi.edu/frames/ld/v1.2.2/encircle-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> . +<http://amr.isi.edu/frames/ld/v1.2.2/encircle-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/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/amr_data/WikiAbstract-SolarSystem-18#o3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#outer> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<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/WikiAbstract-SolarSystem-18#o> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-18" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#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/WikiAbstract-SolarSystem-18#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> <http://amr.isi.edu/frames/ld/v1.2.2/encircle-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> . +<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#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#object> <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#each> <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#consist> <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/WikiAbstract-SolarSystem-18#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#object> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/encircle-01> . +<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/amr-terms#outer> <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#ring> <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#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/amr_data/WikiAbstract-SolarSystem-18#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Each of the outer planets is encircled by planetary rings of dust and other small objects." . +<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/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/amr-terms#small> <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/WikiAbstract-SolarSystem-18#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#small> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> <http://amr.isi.edu/rdf/amr-terms#consist> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> . +<http://amr.isi.edu/frames/ld/v1.2.2/encircle-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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#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/WikiAbstract-SolarSystem-18#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#dust> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> . +<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/WikiAbstract-SolarSystem-18#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#other> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<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/amr-terms#dust> <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/WikiAbstract-SolarSystem-18#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ring> . +<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> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..80d9133688c3729354e617c40d0228d071a4aefe --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..26c8bd9212a88666c5cc53cb35510f3828163f07 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..fde56d07074e2652ea8f18b5a2129dcaf3479de3 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="462pt" + viewBox="0.00 0.00 864.00 462.35" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.940839 0.940839) rotate(0) translate(4 487.42)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-487.42 914.33,-487.42 914.33,4 -4,4"/> +<!-- e --> +<g id="node1" class="node"> +<title>e</title> +<ellipse fill="none" stroke="black" cx="75.41" cy="-232.63" rx="75.41" ry="75.41"/> +<text text-anchor="middle" x="75.41" y="-227.95" font-family="Times,serif" font-size="14.00">e/encircle-01</text> +</g> +<!-- r --> +<g id="node2" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="290.39" cy="-294.63" rx="39.63" ry="39.63"/> +<text text-anchor="middle" x="290.39" y="-289.95" font-family="Times,serif" font-size="14.00">r/ring</text> +</g> +<!-- e->r --> +<g id="edge1" class="edge"> +<title>e->r</title> +<path fill="none" stroke="black" d="M148.22,-253.53C178.92,-262.47 213.94,-272.67 241.43,-280.67"/> +<polygon fill="black" stroke="black" points="240.36,-284.29 250.94,-283.73 242.32,-277.57 240.36,-284.29"/> +<text text-anchor="middle" x="191.32" y="-275.58" 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="290.39" cy="-170.63" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="290.39" y="-165.95" font-family="Times,serif" font-size="14.00">p2/planet</text> +</g> +<!-- e->p2 --> +<g id="edge8" class="edge"> +<title>e->p2</title> +<path fill="none" stroke="black" d="M148.22,-211.73C172.52,-204.65 199.52,-196.79 223.35,-189.85"/> +<polygon fill="black" stroke="black" points="224.08,-193 232.71,-186.84 222.13,-186.27 224.08,-193"/> +<text text-anchor="middle" x="191.32" y="-209.58" 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="511.03" cy="-403.63" rx="38.58" ry="38.58"/> +<text text-anchor="middle" x="511.03" y="-398.95" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- r->a --> +<g id="edge2" class="edge"> +<title>r->a</title> +<path fill="none" stroke="black" d="M326.04,-311.9C363.97,-330.81 424.88,-361.18 466.13,-381.74"/> +<polygon fill="black" stroke="black" points="464.4,-385.29 474.91,-386.62 467.52,-379.02 464.4,-385.29"/> +<text text-anchor="middle" x="403.34" y="-372.58" font-family="Times,serif" font-size="14.00">:consist-of</text> +</g> +<!-- p --> +<g id="node8" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="511.03" cy="-294.63" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="511.03" y="-289.95" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- r->p --> +<g id="edge7" class="edge"> +<title>r->p</title> +<path fill="none" stroke="black" d="M330.48,-294.63C363.01,-294.63 409.93,-294.63 447.65,-294.63"/> +<polygon fill="black" stroke="black" points="447.53,-298.13 457.53,-294.63 447.53,-291.13 447.53,-298.13"/> +<text text-anchor="middle" x="403.34" y="-298.58" 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="681.77" cy="-440.63" rx="42.79" ry="42.79"/> +<text text-anchor="middle" x="681.77" y="-435.95" font-family="Times,serif" font-size="14.00">d/dust</text> +</g> +<!-- a->d --> +<g id="edge3" class="edge"> +<title>a->d</title> +<path fill="none" stroke="black" d="M549.06,-411.75C572.49,-416.89 603.12,-423.6 628.95,-429.27"/> +<polygon fill="black" stroke="black" points="628.17,-432.9 638.68,-431.62 629.67,-426.06 628.17,-432.9"/> +<text text-anchor="middle" x="597.72" y="-428.58" 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="681.77" cy="-329.63" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="681.77" y="-324.95" font-family="Times,serif" font-size="14.00">o/object</text> +</g> +<!-- a->o --> +<g id="edge4" class="edge"> +<title>a->o</title> +<path fill="none" stroke="black" d="M546.58,-388.48C569.14,-378.58 599.1,-365.45 624.99,-354.09"/> +<polygon fill="black" stroke="black" points="626.3,-356.9 634.05,-349.68 623.49,-350.49 626.3,-356.9"/> +<text text-anchor="middle" x="597.72" y="-375.58" 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="857.02" cy="-388.63" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="857.02" y="-383.95" font-family="Times,serif" font-size="14.00">s/small</text> +</g> +<!-- o->s --> +<g id="edge5" class="edge"> +<title>o->s</title> +<path fill="none" stroke="black" d="M730.11,-345.75C752.44,-353.36 779.19,-362.46 802.27,-370.33"/> +<polygon fill="black" stroke="black" points="801,-373.93 811.59,-373.84 803.26,-367.3 801,-373.93"/> +<text text-anchor="middle" x="768.08" y="-368.58" 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="857.02" cy="-270.63" rx="53.31" ry="53.31"/> +<text text-anchor="middle" x="857.02" y="-265.95" font-family="Times,serif" font-size="14.00">o2/other</text> +</g> +<!-- o->o2 --> +<g id="edge6" class="edge"> +<title>o->o2</title> +<path fill="none" stroke="black" d="M730.11,-313.51C750.34,-306.62 774.2,-298.49 795.68,-291.18"/> +<polygon fill="black" stroke="black" points="796.67,-294.2 805.01,-287.66 794.41,-287.57 796.67,-294.2"/> +<text text-anchor="middle" x="768.08" y="-309.58" 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="511.03" cy="-170.63" rx="53.31" ry="53.31"/> +<text text-anchor="middle" x="511.03" y="-165.95" font-family="Times,serif" font-size="14.00">o3/outer</text> +</g> +<!-- p2->o3 --> +<g id="edge9" class="edge"> +<title>p2->o3</title> +<path fill="none" stroke="black" d="M349.41,-170.63C379.27,-170.63 415.73,-170.63 446.36,-170.63"/> +<polygon fill="black" stroke="black" points="446.36,-174.13 456.36,-170.63 446.36,-167.13 446.36,-174.13"/> +<text text-anchor="middle" x="403.34" y="-174.58" 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="511.03" cy="-49.63" rx="49.63" ry="49.63"/> +<text text-anchor="middle" x="511.03" y="-44.95" font-family="Times,serif" font-size="14.00">e2/each</text> +</g> +<!-- p2->e2 --> +<g id="edge10" class="edge"> +<title>p2->e2</title> +<path fill="none" stroke="black" d="M342.1,-142.57C376.69,-123.42 422.4,-98.13 457.39,-78.76"/> +<polygon fill="black" stroke="black" points="458.91,-81.37 465.96,-73.46 455.52,-75.24 458.91,-81.37"/> +<text text-anchor="middle" x="403.34" y="-132.58" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cf612fcb17296e86d6389a10dbfa79c68ae943d3 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.ttl @@ -0,0 +1,90 @@ +@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/WikiAbstract-SolarSystem-18#a> a ns2:and ; + ns1:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + ns1:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-18" ; + ns2:has-sentence "Each of the outer planets is encircled by planetary rings of dust and other small objects." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . + +ns3:encircle-01.ARG1 a ns3:FrameRole . + +ns3:encircle-01.ARG2 a ns3:FrameRole . + +ns1:consist a ns2:Role . + +ns1:mod a ns2:Role . + +ns1:op1 a ns2:Role . + +ns1:op2 a ns2:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> a ns1:dust . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> a ns3:encircle-01 ; + ns3:encircle-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns3:encircle-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> a ns1:each . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> a ns1:object ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> a ns1:other . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> a ns1:outer . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> a <http://amr.isi.edu/entity-types#planet> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> a ns1:small . + +ns3:encircle-01 a ns2:Frame . + +ns1:dust a ns2:Concept . + +ns1:each a ns2:Concept . + +ns1:object a ns2:Concept . + +ns1:other a ns2:Concept . + +ns1:outer a ns2:Concept . + +ns1:ring a ns2:Concept . + +ns1:small a ns2:Concept . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> a ns1:ring ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns3:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..228701796bcb03702eb4c5324747c9cf7885eade --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..7aa50dca16b466a3f0e5d1e35c432fcf645f0f19 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.nt @@ -0,0 +1,74 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/know-02> . +<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/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#source> <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/create-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/WikiAbstract-SolarSystem-19#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/stream-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/charge-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/WikiAbstract-SolarSystem-19#c2> <http://amr.isi.edu/frames/ld/v1.2.2/charge-03.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#region> . +<http://amr.isi.edu/frames/ld/v1.2.2/create-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/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#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/WikiAbstract-SolarSystem-19#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#outwards> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> . +<http://amr.isi.edu/frames/ld/v1.2.2/resemble-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#outwards> <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/WikiAbstract-SolarSystem-19#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#particle> . +<http://amr.isi.edu/frames/ld/v1.2.2/know-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/create-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/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/amr_data/WikiAbstract-SolarSystem-19#r> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/mean-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/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/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<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/resemble-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/amr-terms#particle> <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/WikiAbstract-SolarSystem-19#k> <http://amr.isi.edu/frames/ld/v1.2.2/know-02.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> . +<http://amr.isi.edu/rdf/amr-terms#interstellar> <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/WikiAbstract-SolarSystem-19#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#bubble> . +<http://amr.isi.edu/rdf/amr-terms#heliosphere> <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/WikiAbstract-SolarSystem-19#m> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> . +<http://amr.isi.edu/frames/ld/v1.2.2/charge-03> <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/WikiAbstract-SolarSystem-19#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/stream-01> <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/mean-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/know-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/amr_data/WikiAbstract-SolarSystem-19#r2> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> . +<http://amr.isi.edu/frames/ld/v1.2.2/know-02.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/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#heliosphere> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/charge-03> . +<http://amr.isi.edu/rdf/amr-terms#wind> <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/WikiAbstract-SolarSystem-19#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#interstellar> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-19" . +<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/WikiAbstract-SolarSystem-19#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/mean-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#medium> . +<http://amr.isi.edu/rdf/amr-terms#bubble> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/stream-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/WikiAbstract-SolarSystem-19#k> <http://amr.isi.edu/frames/ld/v1.2.2/know-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> <http://amr.isi.edu/rdf/amr-terms#direction> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . +<http://amr.isi.edu/rdf/amr-terms#location> <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/WikiAbstract-SolarSystem-19#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#wind> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> <http://amr.isi.edu/frames/ld/v1.2.2/stream-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/mean-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/WikiAbstract-SolarSystem-19#s2> <http://amr.isi.edu/rdf/amr-terms#source> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#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/WikiAbstract-SolarSystem-19#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<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/WikiAbstract-SolarSystem-19#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/rdf/amr-terms#region> <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/WikiAbstract-SolarSystem-19#r2> <http://amr.isi.edu/frames/ld/v1.2.2/resemble-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> <http://amr.isi.edu/frames/ld/v1.2.2/create-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> <http://amr.isi.edu/frames/ld/v1.2.2/create-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> . +<http://amr.isi.edu/frames/ld/v1.2.2/resemble-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/amr-terms#direction> <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#medium> <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/WikiAbstract-SolarSystem-19#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/create-01> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..1da30991cec5524c96f89e8d220e611102479b84 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..85a5cfdd9828e05c0a1a99bf19fb0a2eef68d547 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..6436483d55aece2de258d8106f2acc764dd161c5 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="484pt" + viewBox="0.00 0.00 864.00 483.91" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.650747 0.650747) rotate(0) translate(4 739.62)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-739.62 1323.7,-739.62 1323.7,4 -4,4"/> +<!-- c --> +<g id="node1" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="66.99" cy="-455.09" rx="66.99" ry="66.99"/> +<text text-anchor="middle" x="66.99" y="-450.42" font-family="Times,serif" font-size="14.00">c/create-01</text> +</g> +<!-- w --> +<g id="node2" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="266.19" cy="-596.09" rx="47" ry="47"/> +<text text-anchor="middle" x="266.19" y="-591.42" font-family="Times,serif" font-size="14.00">w/wind</text> +</g> +<!-- c->w --> +<g id="edge1" class="edge"> +<title>c->w</title> +<path fill="none" stroke="black" d="M122.14,-493.81C152.41,-515.46 189.76,-542.16 218.7,-562.85"/> +<polygon fill="black" stroke="black" points="216.23,-566.1 226.4,-569.07 220.3,-560.41 216.23,-566.1"/> +<text text-anchor="middle" x="174.48" y="-550.04" 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="266.19" cy="-369.09" rx="51.21" ry="51.21"/> +<text text-anchor="middle" x="266.19" y="-364.42" font-family="Times,serif" font-size="14.00">r/region</text> +</g> +<!-- c->r --> +<g id="edge9" class="edge"> +<title>c->r</title> +<path fill="none" stroke="black" d="M128.77,-428.59C154.23,-417.48 183.66,-404.65 208.65,-393.75"/> +<polygon fill="black" stroke="black" points="209.94,-396.57 217.71,-389.36 207.14,-390.15 209.94,-396.57"/> +<text text-anchor="middle" x="174.48" y="-421.04" 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="1001.84" cy="-698.09" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="1001.84" y="-693.42" font-family="Times,serif" font-size="14.00">s/sun</text> +</g> +<!-- w->s --> +<g id="edge2" class="edge"> +<title>w->s</title> +<path fill="none" stroke="black" d="M305.86,-621.62C334.94,-639.34 376.48,-661.57 416.4,-672.09 610.22,-723.19 852.54,-710.96 953.39,-702.67"/> +<polygon fill="black" stroke="black" points="953.46,-706.09 963.13,-701.76 952.87,-699.12 953.46,-706.09"/> +<text text-anchor="middle" x="631.92" y="-710.04" 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="503.91" cy="-596.09" rx="66.99" ry="66.99"/> +<text text-anchor="middle" x="503.91" y="-591.42" font-family="Times,serif" font-size="14.00">m/mean-01</text> +</g> +<!-- w->m --> +<g id="edge3" class="edge"> +<title>w->m</title> +<path fill="none" stroke="black" d="M313.48,-596.09C345.45,-596.09 388.73,-596.09 425.85,-596.09"/> +<polygon fill="black" stroke="black" points="425.65,-599.59 435.65,-596.09 425.65,-592.59 425.65,-599.59"/> +<text text-anchor="middle" x="366.9" y="-600.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s2 --> +<g id="node5" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="751.51" cy="-586.09" rx="76.99" ry="76.99"/> +<text text-anchor="middle" x="751.51" y="-581.42" font-family="Times,serif" font-size="14.00">s2/stream-01</text> +</g> +<!-- m->s2 --> +<g id="edge4" class="edge"> +<title>m->s2</title> +<path fill="none" stroke="black" d="M571.05,-593.4C599.52,-592.24 633.19,-590.87 663.63,-589.63"/> +<polygon fill="black" stroke="black" points="663.4,-593.1 673.25,-589.2 663.12,-586.11 663.4,-593.1"/> +<text text-anchor="middle" x="631.92" y="-595.04" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- s2->s --> +<g id="edge8" class="edge"> +<title>s2->s</title> +<path fill="none" stroke="black" d="M822.01,-617.44C865.48,-637.04 920.11,-661.68 957.48,-678.54"/> +<polygon fill="black" stroke="black" points="955.51,-681.94 966.07,-682.86 958.39,-675.56 955.51,-681.94"/> +<text text-anchor="middle" x="882.73" y="-662.04" 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="1001.84" cy="-583.09" rx="59.1" ry="59.1"/> +<text text-anchor="middle" x="1001.84" y="-578.42" font-family="Times,serif" font-size="14.00">p/particle</text> +</g> +<!-- s2->p --> +<g id="edge5" class="edge"> +<title>s2->p</title> +<path fill="none" stroke="black" d="M828.71,-585.17C861.63,-584.77 899.86,-584.31 931.93,-583.92"/> +<polygon fill="black" stroke="black" points="931.59,-587.42 941.55,-583.8 931.5,-580.42 931.59,-587.42"/> +<text text-anchor="middle" x="882.73" y="-588.04" 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="1001.84" cy="-439.09" rx="66.99" ry="66.99"/> +<text text-anchor="middle" x="1001.84" y="-434.42" font-family="Times,serif" font-size="14.00">o/outwards</text> +</g> +<!-- s2->o --> +<g id="edge7" class="edge"> +<title>s2->o</title> +<path fill="none" stroke="black" d="M818.41,-547.08C854.15,-525.92 898.23,-499.83 934.11,-478.6"/> +<polygon fill="black" stroke="black" points="935.69,-481.13 942.52,-473.03 932.13,-475.11 935.69,-481.13"/> +<text text-anchor="middle" x="882.73" y="-529.04" 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="1243.77" cy="-583.09" rx="75.94" ry="75.94"/> +<text text-anchor="middle" x="1243.77" y="-578.42" font-family="Times,serif" font-size="14.00">c2/charge-03</text> +</g> +<!-- p->c2 --> +<g id="edge6" class="edge"> +<title>p->c2</title> +<path fill="none" stroke="black" d="M1061.23,-583.09C1090.02,-583.09 1125.29,-583.09 1157.07,-583.09"/> +<polygon fill="black" stroke="black" points="1156.7,-586.59 1166.7,-583.09 1156.7,-579.59 1156.7,-586.59"/> +<text text-anchor="middle" x="1118.33" y="-587.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- r2 --> +<g id="node10" class="node"> +<title>r2</title> +<ellipse fill="none" stroke="black" cx="503.91" cy="-423.09" rx="87.51" ry="87.51"/> +<text text-anchor="middle" x="503.91" y="-418.42" font-family="Times,serif" font-size="14.00">r2/resemble-01</text> +</g> +<!-- r->r2 --> +<g id="edge10" class="edge"> +<title>r->r2</title> +<path fill="none" stroke="black" d="M316.6,-380.41C343.05,-386.47 376.52,-394.14 407.78,-401.3"/> +<polygon fill="black" stroke="black" points="406.75,-404.88 417.28,-403.7 408.31,-398.06 406.75,-404.88"/> +<text text-anchor="middle" x="366.9" y="-401.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- m2 --> +<g id="node12" class="node"> +<title>m2</title> +<ellipse fill="none" stroke="black" cx="503.91" cy="-247.09" rx="70.67" ry="70.67"/> +<text text-anchor="middle" x="503.91" y="-242.42" font-family="Times,serif" font-size="14.00">m2/medium</text> +</g> +<!-- r->m2 --> +<g id="edge12" class="edge"> +<title>r->m2</title> +<path fill="none" stroke="black" d="M312.08,-345.86C345.7,-328.46 392.38,-304.3 431.15,-284.23"/> +<polygon fill="black" stroke="black" points="432.55,-286.93 439.82,-279.23 429.33,-280.71 432.55,-286.93"/> +<text text-anchor="middle" x="366.9" y="-336.04" 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="503.91" cy="-90.09" rx="62.26" ry="62.26"/> +<text text-anchor="middle" x="503.91" y="-85.42" font-family="Times,serif" font-size="14.00">k/know-02</text> +</g> +<!-- r->k --> +<g id="edge14" class="edge"> +<title>r->k</title> +<path fill="none" stroke="black" d="M294.83,-326.52C323.13,-284.23 369.52,-218.45 416.4,-167.09 425.9,-156.68 436.69,-146.19 447.35,-136.45"/> +<polygon fill="black" stroke="black" points="449.36,-139.46 454.45,-130.17 444.67,-134.25 449.36,-139.46"/> +<text text-anchor="middle" x="366.9" y="-267.04" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- b --> +<g id="node11" class="node"> +<title>b</title> +<ellipse fill="none" stroke="black" cx="751.51" cy="-423.09" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="751.51" y="-418.42" font-family="Times,serif" font-size="14.00">b/bubble</text> +</g> +<!-- r2->b --> +<g id="edge11" class="edge"> +<title>r2->b</title> +<path fill="none" stroke="black" d="M591.84,-423.09C622.68,-423.09 656.82,-423.09 685.51,-423.09"/> +<polygon fill="black" stroke="black" points="685.22,-426.59 695.22,-423.09 685.22,-419.59 685.22,-426.59"/> +<text text-anchor="middle" x="631.92" y="-427.04" 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="751.51" cy="-253.09" rx="76.99" ry="76.99"/> +<text text-anchor="middle" x="751.51" y="-248.42" font-family="Times,serif" font-size="14.00">ii/interstellar</text> +</g> +<!-- m2->ii --> +<g id="edge13" class="edge"> +<title>m2->ii</title> +<path fill="none" stroke="black" d="M574.96,-248.8C602.49,-249.48 634.39,-250.26 663.39,-250.96"/> +<polygon fill="black" stroke="black" points="663.26,-254.49 673.34,-251.23 663.43,-247.49 663.26,-254.49"/> +<text text-anchor="middle" x="631.92" y="-254.04" 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="751.51" cy="-79.09" rx="79.09" ry="79.09"/> +<text text-anchor="middle" x="751.51" y="-74.42" font-family="Times,serif" font-size="14.00">h/heliosphere</text> +</g> +<!-- k->h --> +<g id="edge15" class="edge"> +<title>k->h</title> +<path fill="none" stroke="black" d="M566.57,-87.33C595.17,-86.05 629.71,-84.5 661.09,-83.1"/> +<polygon fill="black" stroke="black" points="661.22,-86.55 671.05,-82.61 660.9,-79.56 661.22,-86.55"/> +<text text-anchor="middle" x="631.92" y="-90.04" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..26e70513aab3c559ef0489a9124516abe5025a30 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.ttl @@ -0,0 +1,129 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> a ns2:charge-03 ; + ns2:charge-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> a ns2:know-02 ; + ns2:know-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:know-02.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> a ns2:mean-01 ; + ns2:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> a ns2:resemble-01 ; + ns2:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-19" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . + +ns2:charge-03.ARG1 a ns2:FrameRole . + +ns2:create-01.ARG0 a ns2:FrameRole . + +ns2:create-01.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG2 a ns2:FrameRole . + +ns2:mean-01.ARG1 a ns2:FrameRole . + +ns2:mean-01.ARG2 a ns2:FrameRole . + +ns2:resemble-01.ARG1 a ns2:FrameRole . + +ns2:resemble-01.ARG2 a ns2:FrameRole . + +ns2:stream-01.ARG1 a ns2:FrameRole . + +ns1:direction a ns3:Role . + +ns1:location a ns3:Role . + +ns1:mod a ns3:Role . + +ns1:source a ns3:Role . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> a ns1:bubble . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> a ns2:create-01 ; + ns2:create-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:create-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> a ns1:heliosphere . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> a ns1:interstellar . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> a ns3:medium ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> a ns1:outwards . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> a ns2:stream-01 ; + ns2:stream-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + ns1:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + ns1:source <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> . + +ns2:charge-03 a ns3:Frame . + +ns2:create-01 a ns3:Frame . + +ns2:know-02 a ns3:Frame . + +ns2:mean-01 a ns3:Frame . + +ns2:resemble-01 a ns3:Frame . + +ns2:stream-01 a ns3:Frame . + +ns1:bubble a ns3:Concept . + +ns1:heliosphere a ns3:Concept . + +ns1:interstellar a ns3:Concept . + +ns1:outwards a ns3:Concept . + +ns1:particle a ns3:Concept . + +ns1:region a ns3:Concept . + +ns1:sun a ns3:Concept . + +ns1:wind a ns3:Concept . + +ns3:medium a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> a ns1:particle . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> a ns1:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> a ns1:wind ; + ns1:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> a ns1:region ; + ns1:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..9299aa683fb77be3b201a8abc9889edddf4b509a --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..416b12d10f355e31d930869acf1677d79cad2d22 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.nt @@ -0,0 +1,69 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/equal-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/amr-terms#direction> <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#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/WikiAbstract-SolarSystem-20#e2> <http://amr.isi.edu/frames/ld/v1.2.2/extend-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/amr-terms#out> <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/WikiAbstract-SolarSystem-20#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> . +<http://amr.isi.edu/frames/ld/v1.2.2/pressure-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/frames/ld/v1.2.2/extend-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/rdf/core-amr#medium> <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/WikiAbstract-SolarSystem-20#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<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/WikiAbstract-SolarSystem-20#p> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> <http://amr.isi.edu/rdf/amr-terms#direction> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> . +<http://amr.isi.edu/frames/ld/v1.2.2/oppose-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/WikiAbstract-SolarSystem-20#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . +<http://amr.isi.edu/rdf/amr-terms#point> <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/WikiAbstract-SolarSystem-20#e3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#edge> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#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/WikiAbstract-SolarSystem-20#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#disc> . +<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/WikiAbstract-SolarSystem-20#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#interstellar> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/oppose-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#out> . +<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/WikiAbstract-SolarSystem-20#d> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> . +<http://amr.isi.edu/frames/ld/v1.2.2/scatter-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/WikiAbstract-SolarSystem-20#p3> <http://amr.isi.edu/frames/ld/v1.2.2/pressure-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> <http://amr.isi.edu/frames/ld/v1.2.2/oppose-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . +<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/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/WikiAbstract-SolarSystem-20#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-20" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/scatter-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> <http://amr.isi.edu/frames/ld/v1.2.2/extend-01.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> . +<http://amr.isi.edu/frames/ld/v1.2.2/pressure-01> <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/scatter-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/amr-terms#disc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<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/amr-terms#interstellar> <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/WikiAbstract-SolarSystem-20#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/pressure-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/extend-01.ARG4> <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/WikiAbstract-SolarSystem-20#s2> <http://amr.isi.edu/frames/ld/v1.2.2/scatter-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> . +<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/WikiAbstract-SolarSystem-20#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/extend-01> . +<http://amr.isi.edu/rdf/amr-terms#heliopause> <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#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/equal-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/WikiAbstract-SolarSystem-20#p2> <http://amr.isi.edu/frames/ld/v1.2.2/pressure-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#point> . +<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/frames/ld/v1.2.2/extend-01> <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/equal-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#wind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/oppose-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/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/WikiAbstract-SolarSystem-20#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#wind> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#heliopause> . +<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#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/amr-terms#edge> <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/WikiAbstract-SolarSystem-20#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/pressure-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> <http://amr.isi.edu/frames/ld/v1.2.2/equal-01.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#medium> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..f180beb2afc23b4341712c3de47761c91a137867 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..ad663d8c1056c9b02e00963de50d06039057d327 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..30bba7d10dcb1b9fbee234fd8bbeb84d6c71d415 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="520pt" + viewBox="0.00 0.00 864.00 519.55" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.767685 0.767685) rotate(0) translate(4 672.77)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-672.77 1121.46,-672.77 1121.46,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="46.47" cy="-276.79" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="46.47" y="-272.12" 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="268.41" cy="-432.79" rx="63.31" ry="63.31"/> +<text text-anchor="middle" x="268.41" y="-428.12" font-family="Times,serif" font-size="14.00">e/equal-01</text> +</g> +<!-- p->e --> +<g id="edge1" class="edge"> +<title>p->e</title> +<path fill="none" stroke="black" d="M84.78,-303.25C118.39,-327.09 168.4,-362.56 207.59,-390.36"/> +<polygon fill="black" stroke="black" points="205.1,-393.6 215.28,-396.53 209.15,-387.89 205.1,-393.6"/> +<text text-anchor="middle" x="142.45" y="-367.74" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- h --> +<g id="node10" class="node"> +<title>h</title> +<ellipse fill="none" stroke="black" cx="268.41" cy="-276.79" rx="74.36" ry="74.36"/> +<text text-anchor="middle" x="268.41" y="-272.12" font-family="Times,serif" font-size="14.00">h/heliopause</text> +</g> +<!-- p->h --> +<g id="edge9" class="edge"> +<title>p->h</title> +<path fill="none" stroke="black" d="M93.31,-276.79C119.32,-276.79 152.7,-276.79 183.25,-276.79"/> +<polygon fill="black" stroke="black" points="182.93,-280.29 192.93,-276.79 182.93,-273.29 182.93,-280.29"/> +<text text-anchor="middle" x="142.45" y="-280.74" 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="268.41" cy="-107.79" rx="76.46" ry="76.46"/> +<text text-anchor="middle" x="268.41" y="-103.12" font-family="Times,serif" font-size="14.00">e2/extend-01</text> +</g> +<!-- p->e2 --> +<g id="edge10" class="edge"> +<title>p->e2</title> +<path fill="none" stroke="black" d="M83.79,-248.88C114.98,-224.91 160.81,-189.7 198.87,-160.45"/> +<polygon fill="black" stroke="black" points="200.57,-162.79 206.37,-153.92 196.31,-157.24 200.57,-162.79"/> +<text text-anchor="middle" x="142.45" y="-230.74" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- p2 --> +<g id="node3" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="536.1" cy="-581.79" rx="86.98" ry="86.98"/> +<text text-anchor="middle" x="536.1" y="-577.12" font-family="Times,serif" font-size="14.00">p2/pressure-01</text> +</g> +<!-- e->p2 --> +<g id="edge2" class="edge"> +<title>e->p2</title> +<path fill="none" stroke="black" d="M324.14,-463.48C360.5,-483.87 408.97,-511.06 450.28,-534.22"/> +<polygon fill="black" stroke="black" points="448.36,-537.72 458.79,-539.56 451.78,-531.61 448.36,-537.72"/> +<text text-anchor="middle" x="396.99" y="-523.74" 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="536.1" cy="-389.79" rx="86.98" ry="86.98"/> +<text text-anchor="middle" x="536.1" y="-385.12" font-family="Times,serif" font-size="14.00">p3/pressure-01</text> +</g> +<!-- e->p3 --> +<g id="edge5" class="edge"> +<title>e->p3</title> +<path fill="none" stroke="black" d="M331.37,-422.76C363.47,-417.57 403.37,-411.11 439.34,-405.29"/> +<polygon fill="black" stroke="black" points="439.55,-408.64 448.87,-403.58 438.43,-401.73 439.55,-408.64"/> +<text text-anchor="middle" x="396.99" y="-420.74" 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="793.29" cy="-581.79" rx="47" ry="47"/> +<text text-anchor="middle" x="793.29" y="-577.12" font-family="Times,serif" font-size="14.00">w/wind</text> +</g> +<!-- p2->w --> +<g id="edge3" class="edge"> +<title>p2->w</title> +<path fill="none" stroke="black" d="M623.5,-581.79C660.39,-581.79 702.43,-581.79 735.33,-581.79"/> +<polygon fill="black" stroke="black" points="735.11,-585.29 745.11,-581.79 735.11,-578.29 735.11,-585.29"/> +<text text-anchor="middle" x="672.59" y="-585.74" 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="1040.47" cy="-581.79" rx="37.53" ry="37.53"/> +<text text-anchor="middle" x="1040.47" y="-577.12" font-family="Times,serif" font-size="14.00">s/sun</text> +</g> +<!-- w->s --> +<g id="edge4" class="edge"> +<title>w->s</title> +<path fill="none" stroke="black" d="M840.69,-581.79C883.86,-581.79 947.91,-581.79 991.56,-581.79"/> +<polygon fill="black" stroke="black" points="991.46,-585.29 1001.46,-581.79 991.46,-578.29 991.46,-585.29"/> +<text text-anchor="middle" x="913.99" y="-585.74" 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="793.29" cy="-444.79" rx="64.36" ry="64.36"/> +<text text-anchor="middle" x="793.29" y="-440.12" font-family="Times,serif" font-size="14.00">m/medium</text> +</g> +<!-- p3->m --> +<g id="edge6" class="edge"> +<title>p3->m</title> +<path fill="none" stroke="black" d="M621.37,-407.95C653.05,-414.78 688.78,-422.48 719.35,-429.07"/> +<polygon fill="black" stroke="black" points="718.42,-432.67 728.94,-431.35 719.9,-425.82 718.42,-432.67"/> +<text text-anchor="middle" x="672.59" y="-428.74" 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="793.29" cy="-290.79" rx="71.2" ry="71.2"/> +<text text-anchor="middle" x="793.29" y="-286.12" font-family="Times,serif" font-size="14.00">o/oppose-01</text> +</g> +<!-- p3->o --> +<g id="edge8" class="edge"> +<title>p3->o</title> +<path fill="none" stroke="black" d="M617.49,-358.6C649.13,-346.33 685.28,-332.3 716.46,-320.21"/> +<polygon fill="black" stroke="black" points="717.34,-323.23 725.39,-316.35 714.8,-316.71 717.34,-323.23"/> +<text text-anchor="middle" x="672.59" y="-352.74" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- ii --> +<g id="node8" class="node"> +<title>ii</title> +<ellipse fill="none" stroke="black" cx="1040.47" cy="-444.79" rx="76.99" ry="76.99"/> +<text text-anchor="middle" x="1040.47" y="-440.12" font-family="Times,serif" font-size="14.00">ii/interstellar</text> +</g> +<!-- m->ii --> +<g id="edge7" class="edge"> +<title>m->ii</title> +<path fill="none" stroke="black" d="M858.07,-444.79C886.88,-444.79 921.37,-444.79 952.51,-444.79"/> +<polygon fill="black" stroke="black" points="952.36,-448.29 962.36,-444.79 952.36,-441.29 952.36,-448.29"/> +<text text-anchor="middle" x="913.99" y="-448.74" 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="536.1" cy="-153.79" rx="50.68" ry="50.68"/> +<text text-anchor="middle" x="536.1" y="-149.12" font-family="Times,serif" font-size="14.00">e3/edge</text> +</g> +<!-- e2->e3 --> +<g id="edge11" class="edge"> +<title>e2->e3</title> +<path fill="none" stroke="black" d="M344.13,-120.73C385.51,-127.89 436.28,-136.68 475.06,-143.4"/> +<polygon fill="black" stroke="black" points="474.22,-146.97 484.67,-145.23 475.41,-140.08 474.22,-146.97"/> +<text text-anchor="middle" x="396.99" y="-139.74" 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="536.1" cy="-42.79" rx="42.79" ry="42.79"/> +<text text-anchor="middle" x="536.1" y="-38.12" font-family="Times,serif" font-size="14.00">o2/out</text> +</g> +<!-- e2->o2 --> +<g id="edge14" class="edge"> +<title>e2->o2</title> +<path fill="none" stroke="black" d="M343.07,-89.77C387.8,-78.83 443.79,-65.13 483.75,-55.35"/> +<polygon fill="black" stroke="black" points="484.44,-58.54 493.32,-52.77 482.77,-51.74 484.44,-58.54"/> +<text text-anchor="middle" x="396.99" y="-89.74" 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="793.29" cy="-153.79" rx="40.69" ry="40.69"/> +<text text-anchor="middle" x="793.29" y="-149.12" font-family="Times,serif" font-size="14.00">d/disc</text> +</g> +<!-- e3->d --> +<g id="edge12" class="edge"> +<title>e3->d</title> +<path fill="none" stroke="black" d="M587.21,-153.79C631.77,-153.79 696.62,-153.79 741.41,-153.79"/> +<polygon fill="black" stroke="black" points="741.34,-157.29 751.34,-153.79 741.34,-150.29 741.34,-157.29"/> +<text text-anchor="middle" x="672.59" y="-157.74" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- s2 --> +<g id="node14" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="1040.47" cy="-153.79" rx="76.99" ry="76.99"/> +<text text-anchor="middle" x="1040.47" y="-149.12" font-family="Times,serif" font-size="14.00">s2/scatter-01</text> +</g> +<!-- d->s2 --> +<g id="edge13" class="edge"> +<title>d->s2</title> +<path fill="none" stroke="black" d="M834.23,-153.79C866.17,-153.79 912.13,-153.79 952.47,-153.79"/> +<polygon fill="black" stroke="black" points="952.4,-157.29 962.4,-153.79 952.4,-150.29 952.4,-157.29"/> +<text text-anchor="middle" x="913.99" y="-157.74" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..40c6f847e73644167401b61d2057c7b6b9126774 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.ttl @@ -0,0 +1,120 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <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/WikiAbstract-SolarSystem-20#e> a ns2:equal-01 ; + ns2:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns2:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns2:extend-01 ; + ns2:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns2:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns2:oppose-01 ; + ns2:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns2:scatter-01 ; + ns2:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> . + +ns2:equal-01.ARG1 a ns2:FrameRole . + +ns2:equal-01.ARG2 a ns2:FrameRole . + +ns2:extend-01.ARG0 a ns2:FrameRole . + +ns2:extend-01.ARG4 a ns2:FrameRole . + +ns2:oppose-01.ARG0 a ns2:FrameRole . + +ns2:pressure-01.ARG0 a ns2:FrameRole . + +ns2:scatter-01.ARG1 a ns2:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role . + +ns3:mod a ns1:Role . + +ns3:part a ns1:Role . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns2:pressure-01 ; + ns2:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> . + +ns2:equal-01 a ns1:Frame . + +ns2:extend-01 a ns1:Frame . + +ns2:oppose-01 a ns1:Frame . + +ns2:scatter-01 a ns1:Frame . + +ns3:disc a ns1:Concept . + +ns3:edge a ns1:Concept . + +ns3:heliopause a ns1:Concept . + +ns3:interstellar a ns1:Concept . + +ns3:out a ns1:Concept . + +ns3:point a ns1:Concept . + +ns3:sun a ns1:Concept . + +ns3:wind a ns1:Concept . + +ns1:medium a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns2:pressure-01 ; + ns2:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> . + +ns2:pressure-01 a ns1:Frame . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..e7d6b4f7bf409fcaa8f3d7bc072efc0624d5b979 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..4f85352907734c653a7b8d782e2285e4cadbd6af --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.nt @@ -0,0 +1,72 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#l> <http://amr.isi.edu/frames/ld/v1.2.2/long-03.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#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/WikiAbstract-SolarSystem-21#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#cloud> . +<http://amr.isi.edu/rdf/amr-terms#roughly> <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/WikiAbstract-SolarSystem-21#e> <http://amr.isi.edu/frames/ld/v1.2.2/exist-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/long-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/rdf/amr-terms#comet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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/WikiAbstract-SolarSystem-21#t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#times> . +<http://amr.isi.edu/frames/ld/v1.2.2/source-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/frames/ld/v1.2.2/think-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/amr-terms#times> <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/WikiAbstract-SolarSystem-21#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#period> . +<http://amr.isi.edu/frames/ld/v1.2.2/source-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/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<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#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-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/WikiAbstract-SolarSystem-21#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> <http://www.w3.org/2000/01/rdf-schema#label> "Oort cloud" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> <http://amr.isi.edu/frames/ld/v1.2.2/source-02.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/think-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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#also> . +<http://amr.isi.edu/frames/ld/v1.2.2/exist-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#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#roughly> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> . +<http://amr.isi.edu/rdf/amr-terms#heliosphere> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/distant-02> <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/WikiAbstract-SolarSystem-21#t> <http://amr.isi.edu/frames/ld/v1.2.2/think-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> . +<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#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/amr-terms#quant> <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/WikiAbstract-SolarSystem-21#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/think-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/source-02> . +<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#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/frames/ld/v1.2.2/source-02.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/WikiAbstract-SolarSystem-21#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/exist-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#comet> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> <http://amr.isi.edu/frames/ld/v1.2.2/source-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-21" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG4> <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/WikiAbstract-SolarSystem-21#e> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <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/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#heliosphere> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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#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-degree-91> <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/WikiAbstract-SolarSystem-21#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/long-03> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> . +<http://amr.isi.edu/rdf/amr-terms#period> <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/WikiAbstract-SolarSystem-21#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/distant-02> . +<http://amr.isi.edu/rdf/amr-terms#location> <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/long-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/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> <http://amr.isi.edu/rdf/amr-terms#op1> "1000" . +<http://amr.isi.edu/rdf/amr-terms#cloud> <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#also> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/exist-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..28da7e22231874fdecf902973f9baf3b4a1e9c51 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..4252d5b2e7ac0519c09a981bce31926bf43dba25 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..b6091d24c12f3da067a1ce7c3da62b85a9eedf64 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="256pt" + viewBox="0.00 0.00 864.00 255.70" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.430905 0.430905) rotate(0) translate(4 589.41)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-589.41 2001.08,-589.41 2001.08,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="77.51" cy="-260.41" rx="77.51" ry="77.51"/> +<text text-anchor="middle" x="77.51" y="-255.73" font-family="Times,serif" font-size="14.00">p/possible-01</text> +</g> +<!-- e --> +<g id="node2" class="node"> +<title>e</title> +<ellipse fill="none" stroke="black" cx="296.18" cy="-260.41" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="296.18" y="-255.73" font-family="Times,serif" font-size="14.00">e/exist-01</text> +</g> +<!-- p->e --> +<g id="edge1" class="edge"> +<title>p->e</title> +<path fill="none" stroke="black" d="M155.51,-260.41C178.09,-260.41 202.66,-260.41 224.8,-260.41"/> +<polygon fill="black" stroke="black" points="224.8,-263.91 234.8,-260.41 224.8,-256.91 224.8,-263.91"/> +<text text-anchor="middle" x="195.53" y="-264.36" 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="1058" cy="-367.41" rx="46.47" ry="46.47"/> +<text text-anchor="middle" x="1058" y="-362.73" font-family="Times,serif" font-size="14.00">c/cloud</text> +</g> +<!-- e->c --> +<g id="edge2" class="edge"> +<title>e->c</title> +<path fill="none" stroke="black" d="M346.84,-293.35C376.39,-311.08 415.36,-331.33 453.08,-341.41 648.63,-393.66 892.33,-381.93 1000.62,-372.97"/> +<polygon fill="black" stroke="black" points="1000.63,-376.4 1010.29,-372.06 1000.03,-369.43 1000.63,-376.4"/> +<text text-anchor="middle" x="646.03" y="-379.36" 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="524.81" cy="-260.41" rx="71.73" ry="71.73"/> +<text text-anchor="middle" x="524.81" y="-255.73" font-family="Times,serif" font-size="14.00">d/distant-02</text> +</g> +<!-- e->d --> +<g id="edge9" class="edge"> +<title>e->d</title> +<path fill="none" stroke="black" d="M356.72,-260.41C382.89,-260.41 414.03,-260.41 442.3,-260.41"/> +<polygon fill="black" stroke="black" points="441.98,-263.91 451.98,-260.41 441.98,-256.91 441.98,-263.91"/> +<text text-anchor="middle" x="404.71" y="-264.36" 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="524.81" cy="-130.41" rx="40.16" ry="40.16"/> +<text text-anchor="middle" x="524.81" y="-125.73" font-family="Times,serif" font-size="14.00">a/also</text> +</g> +<!-- e->a --> +<g id="edge15" class="edge"> +<title>e->a</title> +<path fill="none" stroke="black" d="M348.89,-230.74C388.63,-207.95 442.9,-176.82 480.4,-155.3"/> +<polygon fill="black" stroke="black" points="481.62,-158.06 488.56,-150.05 478.14,-151.99 481.62,-158.06"/> +<text text-anchor="middle" x="404.71" y="-218.36" 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="1310.98" cy="-513.41" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="1310.98" y="-508.73" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- c->n --> +<g id="edge3" class="edge"> +<title>c->n</title> +<path fill="none" stroke="black" d="M1098.77,-390.54C1142.35,-415.89 1212.34,-456.61 1259.7,-484.16"/> +<polygon fill="black" stroke="black" points="1257.74,-487.65 1268.15,-489.65 1261.26,-481.6 1257.74,-487.65"/> +<text text-anchor="middle" x="1192.91" y="-465.36" 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="1310.98" cy="-367.41" rx="68.57" ry="68.57"/> +<text text-anchor="middle" x="1310.98" y="-362.73" font-family="Times,serif" font-size="14.00">s/source-02</text> +</g> +<!-- c->s --> +<g id="edge4" class="edge"> +<title>c->s</title> +<path fill="none" stroke="black" d="M1104.74,-367.41C1140.05,-367.41 1189.73,-367.41 1231.36,-367.41"/> +<polygon fill="black" stroke="black" points="1231.32,-370.91 1241.32,-367.41 1231.32,-363.91 1231.32,-370.91"/> +<text text-anchor="middle" x="1192.91" y="-371.36" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- node_0 --> +<g id="node16" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="1569.57,-585.41 1507.82,-585.41 1507.82,-549.41 1569.57,-549.41 1569.57,-585.41"/> +<text text-anchor="middle" x="1538.7" y="-562.73" font-family="Times,serif" font-size="14.00">"Oort"</text> +</g> +<!-- n->node_0 --> +<g id="edge16" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M1358.14,-524.82C1370.9,-527.95 1384.76,-531.33 1397.55,-534.41 1430.91,-542.43 1468.79,-551.33 1496.76,-557.87"/> +<polygon fill="black" stroke="black" points="1495.8,-561.48 1506.33,-560.34 1497.39,-554.66 1495.8,-561.48"/> +<text text-anchor="middle" x="1429.05" y="-552.36" 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="1572.57,-531.41 1504.82,-531.41 1504.82,-495.41 1572.57,-495.41 1572.57,-531.41"/> +<text text-anchor="middle" x="1538.7" y="-508.73" font-family="Times,serif" font-size="14.00">"cloud"</text> +</g> +<!-- n->node_1 --> +<g id="edge17" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M1359.3,-513.41C1398.83,-513.41 1454.78,-513.41 1493.44,-513.41"/> +<polygon fill="black" stroke="black" points="1493.35,-516.91 1503.35,-513.41 1493.35,-509.91 1493.35,-516.91"/> +<text text-anchor="middle" x="1429.05" y="-517.36" 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="1538.7" cy="-421.41" rx="56.47" ry="56.47"/> +<text text-anchor="middle" x="1538.7" y="-416.73" font-family="Times,serif" font-size="14.00">c2/comet</text> +</g> +<!-- s->c2 --> +<g id="edge5" class="edge"> +<title>s->c2</title> +<path fill="none" stroke="black" d="M1378.18,-383.24C1407.95,-390.37 1442.99,-398.75 1472.63,-405.84"/> +<polygon fill="black" stroke="black" points="1471.74,-409.46 1482.28,-408.39 1473.37,-402.66 1471.74,-409.46"/> +<text text-anchor="middle" x="1429.05" y="-405.36" 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="1538.7" cy="-286.41" rx="60.15" ry="60.15"/> +<text text-anchor="middle" x="1538.7" y="-281.73" font-family="Times,serif" font-size="14.00">t/think-01</text> +</g> +<!-- s->t --> +<g id="edge8" class="edge"> +<title>s->t</title> +<path fill="none" stroke="black" d="M1376.06,-344.41C1405.92,-333.7 1441.42,-320.96 1471.54,-310.15"/> +<polygon fill="black" stroke="black" points="1472.3,-313.23 1480.53,-306.56 1469.93,-306.65 1472.3,-313.23"/> +<text text-anchor="middle" x="1429.05" y="-340.36" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- p2 --> +<g id="node7" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="1729.2" cy="-421.41" rx="59.1" ry="59.1"/> +<text text-anchor="middle" x="1729.2" y="-416.73" font-family="Times,serif" font-size="14.00">p2/period</text> +</g> +<!-- c2->p2 --> +<g id="edge6" class="edge"> +<title>c2->p2</title> +<path fill="none" stroke="black" d="M1595.49,-421.41C1615.37,-421.41 1638,-421.41 1658.87,-421.41"/> +<polygon fill="black" stroke="black" points="1658.6,-424.91 1668.6,-421.41 1658.6,-417.91 1658.6,-424.91"/> +<text text-anchor="middle" x="1634.48" y="-425.36" 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="1942.19" cy="-421.41" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="1942.19" y="-416.73" font-family="Times,serif" font-size="14.00">l/long-03</text> +</g> +<!-- p2->l --> +<g id="edge7" class="edge"> +<title>p2->l</title> +<path fill="none" stroke="black" d="M1788.69,-421.41C1815.82,-421.41 1848.17,-421.41 1876.07,-421.41"/> +<polygon fill="black" stroke="black" points="1875.93,-424.91 1885.93,-421.41 1875.93,-417.91 1875.93,-424.91"/> +<text text-anchor="middle" x="1837.8" y="-425.36" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- h --> +<g id="node11" class="node"> +<title>h</title> +<ellipse fill="none" stroke="black" cx="793.57" cy="-241.41" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="793.57" y="-236.73" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- d->h --> +<g id="edge10" class="edge"> +<title>d->h</title> +<path fill="none" stroke="black" d="M596.59,-255.36C623.54,-253.44 654.89,-251.21 684.51,-249.1"/> +<polygon fill="black" stroke="black" points="684.61,-252.53 694.33,-248.33 684.11,-245.55 684.61,-252.53"/> +<text text-anchor="middle" x="646.03" y="-257.36" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- h->c --> +<g id="edge11" class="edge"> +<title>h->c</title> +<path fill="none" stroke="black" d="M882.32,-283.54C923.45,-303.29 971.01,-326.12 1006.11,-342.97"/> +<polygon fill="black" stroke="black" points="1004.13,-346.38 1014.66,-347.56 1007.16,-340.07 1004.13,-346.38"/> +<text text-anchor="middle" x="932.1" y="-319.36" 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="1058" cy="-241.41" rx="52.79" ry="52.79"/> +<text text-anchor="middle" x="1058" y="-236.73" font-family="Times,serif" font-size="14.00">t2/times</text> +</g> +<!-- h->t2 --> +<g id="edge12" class="edge"> +<title>h->t2</title> +<path fill="none" stroke="black" d="M891.91,-241.41C926.08,-241.41 963.54,-241.41 994.13,-241.41"/> +<polygon fill="black" stroke="black" points="994.06,-244.91 1004.06,-241.41 994.06,-237.91 994.06,-244.91"/> +<text text-anchor="middle" x="932.1" y="-245.36" 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="1058" cy="-85.41" rx="85.41" ry="85.41"/> +<text text-anchor="middle" x="1058" y="-80.73" font-family="Times,serif" font-size="14.00">h2/heliosphere</text> +</g> +<!-- h->h2 --> +<g id="edge14" class="edge"> +<title>h->h2</title> +<path fill="none" stroke="black" d="M878.32,-191.62C909.18,-173.27 944.09,-152.52 974.81,-134.26"/> +<polygon fill="black" stroke="black" points="976.39,-136.8 983.2,-128.68 972.82,-130.78 976.39,-136.8"/> +<text text-anchor="middle" x="932.1" y="-176.36" 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="1310.98" cy="-201.41" rx="57.52" ry="57.52"/> +<text text-anchor="middle" x="1310.98" y="-196.73" font-family="Times,serif" font-size="14.00">r/roughly</text> +</g> +<!-- t2->r --> +<g id="edge13" class="edge"> +<title>t2->r</title> +<path fill="none" stroke="black" d="M1110.4,-233.21C1148.79,-227.1 1201.59,-218.68 1243.24,-212.04"/> +<polygon fill="black" stroke="black" points="1243.53,-215.38 1252.85,-210.35 1242.42,-208.47 1243.53,-215.38"/> +<text text-anchor="middle" x="1192.91" y="-228.36" 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="1565.7,-208.41 1511.7,-208.41 1511.7,-172.41 1565.7,-172.41 1565.7,-208.41"/> +<text text-anchor="middle" x="1538.7" y="-185.73" font-family="Times,serif" font-size="14.00">1000</text> +</g> +<!-- r->node_2 --> +<g id="edge18" class="edge"> +<title>r->node_2</title> +<path fill="none" stroke="black" d="M1368.64,-198.64C1409.89,-196.63 1464.57,-193.97 1500.43,-192.22"/> +<polygon fill="black" stroke="black" points="1500.55,-195.67 1510.36,-191.69 1500.2,-188.68 1500.55,-195.67"/> +<text text-anchor="middle" x="1429.05" y="-200.36" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..a42b653d43c7d3db96786b36b3806784de3b5bdc --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.ttl @@ -0,0 +1,124 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <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/WikiAbstract-SolarSystem-21#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#l> a ns2:long-03 ; + ns2:long-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-21" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t> a ns2:think-01 ; + ns2:think-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> . + +ns2:exist-01.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:long-03.ARG1 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:source-02.ARG0 a ns2:FrameRole . + +ns2:source-02.ARG1 a ns2:FrameRole . + +ns2:think-01.ARG1 a ns2:FrameRole . + +ns3:location a ns1:Role . + +ns3:mod a ns1:Role . + +ns3:quant a ns1:Role . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> a ns3:also . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> a ns3:comet ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> a ns2:exist-01 ; + ns2:exist-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns3:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> a ns3:heliosphere . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> a ns3:roughly ; + ns3:op1 "1000" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> a ns2:source-02 ; + ns2:source-02.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns2:source-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> a ns3:times ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> . + +ns2:distant-02 a ns1:Frame . + +ns2:exist-01 a ns1:Frame . + +ns2:have-degree-91 a ns1:Frame . + +ns2:long-03 a ns1:Frame . + +ns2:possible-01 a ns1:Frame . + +ns2:source-02 a ns1:Frame . + +ns2:think-01 a ns1:Frame . + +ns3:also a ns1:Concept . + +ns3:cloud a ns1:Concept . + +ns3:comet a ns1:Concept . + +ns3:heliosphere a ns1:Concept . + +ns3:period a ns1:Concept . + +ns3:roughly a ns1:Concept . + +ns3:times a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> a ns2:distant-02 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> a ns3:period . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> a ns3:cloud ; + rdfs:label "Oort cloud" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..687254d3249a850175531c3ccf0668462bb7d90e --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..0db008de5fc3790e0d115489333c2acad9389d25 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.nt @@ -0,0 +1,87 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#galaxy> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#light-year> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG3> <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/WikiAbstract-SolarSystem-22#g> <http://www.w3.org/2000/01/rdf-schema#label> "Milky Way" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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/entity-types#star> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/amr-terms#night> <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#galaxy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.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#light-year> <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/WikiAbstract-SolarSystem-22#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> . +<http://amr.isi.edu/rdf/core-amr#most> <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/WikiAbstract-SolarSystem-22#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#distance-quantity> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c2> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG0> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-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#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> <http://www.w3.org/2000/01/rdf-schema#label> "Solar System" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#center> . +<http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91> <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/WikiAbstract-SolarSystem-22#d2> <http://amr.isi.edu/rdf/amr-terms#unit> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/see-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91> <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/see-01> <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/possible-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#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91> . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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/amr_data/WikiAbstract-SolarSystem-22#d2> <http://amr.isi.edu/rdf/amr-terms#quant> "26000" . +<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/frames/ld/v1.2.2/contain-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/WikiAbstract-SolarSystem-22#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#star> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> <http://amr.isi.edu/frames/ld/v1.2.2/see-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> <http://www.w3.org/2000/01/rdf-schema#label> "Orion" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#relative-position> . +<http://amr.isi.edu/rdf/amr-terms#distance-quantity> <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/WikiAbstract-SolarSystem-22#c2> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sky> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-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/WikiAbstract-SolarSystem-22#d> <http://amr.isi.edu/rdf/amr-terms#dayperiod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#n4> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/amr-terms#arm> <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#sky> <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/WikiAbstract-SolarSystem-22#s4> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> . +<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#unit> <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-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> . +<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/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/WikiAbstract-SolarSystem-22#s5> <http://amr.isi.edu/rdf/amr-terms#time> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/contain-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/WikiAbstract-SolarSystem-22#n4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#night> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> . +<http://amr.isi.edu/rdf/amr-terms#time> <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/WikiAbstract-SolarSystem-22#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#system> . +<http://amr.isi.edu/rdf/amr-terms#relative-position> <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/WikiAbstract-SolarSystem-22#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#arm> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#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#quant> <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/WikiAbstract-SolarSystem-22#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#date-entity> . +<http://amr.isi.edu/rdf/core-amr#date-entity> <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#center> <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#dayperiod> <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/WikiAbstract-SolarSystem-22#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contain-01> . +<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/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/WikiAbstract-SolarSystem-22#g> <http://amr.isi.edu/rdf/amr-terms#part> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/see-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/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#location> <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/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/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> <http://amr.isi.edu/rdf/amr-terms#quant> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d2> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#star> . +<http://amr.isi.edu/frames/ld/v1.2.2/be-located-at-91.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/WikiAbstract-SolarSystem-22#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-22" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "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." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#m> . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..d8e776928f509b791d6e5f854334267d6c9d0720 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..0d79a0f74adc5e6ad20a257b9fa835815dfaa927 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e2927ff6a492b30939c610e9f53fcf8b353db50 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="164pt" + viewBox="0.00 0.00 864.00 163.90" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.309055 0.309055) rotate(0) translate(4 526.34)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-526.34 2791.62,-526.34 2791.62,4 -4,4"/> +<!-- b --> +<g id="node1" class="node"> +<title>b</title> +<ellipse fill="none" stroke="black" cx="101.19" cy="-367.34" rx="101.19" ry="101.19"/> +<text text-anchor="middle" x="101.19" y="-362.67" font-family="Times,serif" font-size="14.00">b/be-located-at-91</text> +</g> +<!-- s --> +<g id="node2" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="384.04" cy="-454.34" rx="55.42" ry="55.42"/> +<text text-anchor="middle" x="384.04" y="-449.67" font-family="Times,serif" font-size="14.00">s/system</text> +</g> +<!-- b->s --> +<g id="edge1" class="edge"> +<title>b->s</title> +<path fill="none" stroke="black" d="M198.06,-397.04C238.55,-409.58 284.56,-423.84 320.57,-434.99"/> +<polygon fill="black" stroke="black" points="319.34,-438.58 329.92,-438.2 321.41,-431.89 319.34,-438.58"/> +<text text-anchor="middle" x="242.88" y="-419.29" 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="384.04" cy="-280.34" rx="100.66" ry="100.66"/> +<text text-anchor="middle" x="384.04" y="-275.67" font-family="Times,serif" font-size="14.00">r/relative-position</text> +</g> +<!-- b->r --> +<g id="edge3" class="edge"> +<title>b->r</title> +<path fill="none" stroke="black" d="M198.06,-337.64C223.59,-329.74 251.31,-321.15 277.34,-313.08"/> +<polygon fill="black" stroke="black" points="278.09,-316.21 286.6,-309.9 276.02,-309.52 278.09,-316.21"/> +<text text-anchor="middle" x="242.88" y="-333.29" 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="680.79" cy="-454.34" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="680.79" y="-449.67" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- s->n --> +<g id="edge2" class="edge"> +<title>s->n</title> +<path fill="none" stroke="black" d="M439.79,-454.34C491.55,-454.34 568.94,-454.34 621.75,-454.34"/> +<polygon fill="black" stroke="black" points="621.63,-457.84 631.63,-454.34 621.63,-450.84 621.63,-457.84"/> +<text text-anchor="middle" x="525.58" y="-458.29" 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="991.32,-522.34 924.32,-522.34 924.32,-486.34 991.32,-486.34 991.32,-522.34"/> +<text text-anchor="middle" x="957.82" y="-499.67" font-family="Times,serif" font-size="14.00">"Solar"</text> +</g> +<!-- n->node_0 --> +<g id="edge21" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M728.45,-462.82C780.28,-472.25 863.27,-487.33 913.65,-496.49"/> +<polygon fill="black" stroke="black" points="912.73,-500.06 923.19,-498.41 913.98,-493.18 912.73,-500.06"/> +<text text-anchor="middle" x="843.51" y="-491.29" 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="999.2,-468.34 916.45,-468.34 916.45,-432.34 999.2,-432.34 999.2,-468.34"/> +<text text-anchor="middle" x="957.82" y="-445.67" font-family="Times,serif" font-size="14.00">"System"</text> +</g> +<!-- n->node_1 --> +<g id="edge22" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M729.07,-453.65C778.15,-452.94 854.68,-451.83 905.28,-451.09"/> +<polygon fill="black" stroke="black" points="905.03,-454.58 914.98,-450.94 904.93,-447.58 905.03,-454.58"/> +<text text-anchor="middle" x="843.51" y="-456.29" 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="680.79" cy="-298.34" rx="51.73" ry="51.73"/> +<text text-anchor="middle" x="680.79" y="-293.67" font-family="Times,serif" font-size="14.00">c/center</text> +</g> +<!-- r->c --> +<g id="edge4" class="edge"> +<title>r->c</title> +<path fill="none" stroke="black" d="M484.83,-286.44C529.1,-289.14 579.79,-292.23 618.38,-294.59"/> +<polygon fill="black" stroke="black" points="617.74,-298.12 627.93,-295.24 618.17,-291.13 617.74,-298.12"/> +<text text-anchor="middle" x="525.58" y="-294.29" 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="680.79" cy="-114.34" rx="114.34" ry="114.34"/> +<text text-anchor="middle" x="680.79" y="-109.67" font-family="Times,serif" font-size="14.00">d2/distance-quantity</text> +</g> +<!-- r->d2 --> +<g id="edge19" class="edge"> +<title>r->d2</title> +<path fill="none" stroke="black" d="M472.28,-231.21C503.26,-213.76 538.51,-193.91 571.07,-175.57"/> +<polygon fill="black" stroke="black" points="572.62,-178.15 579.62,-170.19 569.19,-172.05 572.62,-178.15"/> +<text text-anchor="middle" x="525.58" y="-216.29" 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="957.82" cy="-360.34" rx="53.31" ry="53.31"/> +<text text-anchor="middle" x="957.82" y="-355.67" font-family="Times,serif" font-size="14.00">g/galaxy</text> +</g> +<!-- c->g --> +<g id="edge5" class="edge"> +<title>c->g</title> +<path fill="none" stroke="black" d="M731.6,-309.57C777.46,-319.91 845.66,-335.28 894.99,-346.4"/> +<polygon fill="black" stroke="black" points="894,-349.99 904.52,-348.78 895.54,-343.16 894,-349.99"/> +<text text-anchor="middle" x="843.51" y="-344.29" font-family="Times,serif" font-size="14.00">:part-of</text> +</g> +<!-- a --> +<g id="node8" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="957.82" cy="-248.34" rx="40.16" ry="40.16"/> +<text text-anchor="middle" x="957.82" y="-243.67" font-family="Times,serif" font-size="14.00">a/arm</text> +</g> +<!-- c->a --> +<g id="edge7" class="edge"> +<title>c->a</title> +<path fill="none" stroke="black" d="M731.92,-289.23C781.76,-280.17 857.75,-266.35 907.35,-257.33"/> +<polygon fill="black" stroke="black" points="907.92,-260.61 917.13,-255.37 906.67,-253.72 907.92,-260.61"/> +<text text-anchor="middle" x="843.51" y="-277.29" 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="1201.33" cy="-375.34" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1201.33" y="-370.67" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- g->n2 --> +<g id="edge6" class="edge"> +<title>g->n2</title> +<path fill="none" stroke="black" d="M1011.52,-363.61C1048.19,-365.89 1097.28,-368.94 1136.21,-371.36"/> +<polygon fill="black" stroke="black" points="1135.71,-374.9 1145.91,-372.02 1136.14,-367.91 1135.71,-374.9"/> +<text text-anchor="middle" x="1073.26" y="-372.29" 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="1441.47,-420.34 1372.22,-420.34 1372.22,-384.34 1441.47,-384.34 1441.47,-420.34"/> +<text text-anchor="middle" x="1406.84" y="-397.67" font-family="Times,serif" font-size="14.00">"Milky"</text> +</g> +<!-- n2->node_2 --> +<g id="edge23" class="edge"> +<title>n2->node_2</title> +<path fill="none" stroke="black" d="M1255.53,-382.4C1288.4,-386.76 1330.1,-392.29 1361.23,-396.42"/> +<polygon fill="black" stroke="black" points="1360.4,-399.98 1370.77,-397.82 1361.32,-393.04 1360.4,-399.98"/> +<text text-anchor="middle" x="1320.39" y="-397.29" 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="1436.59,-366.34 1377.09,-366.34 1377.09,-330.34 1436.59,-330.34 1436.59,-366.34"/> +<text text-anchor="middle" x="1406.84" y="-343.67" font-family="Times,serif" font-size="14.00">"Way"</text> +</g> +<!-- n2->node_3 --> +<g id="edge24" class="edge"> +<title>n2->node_3</title> +<path fill="none" stroke="black" d="M1255.53,-368.28C1290.19,-363.68 1334.67,-357.78 1366.23,-353.6"/> +<polygon fill="black" stroke="black" points="1366.36,-356.98 1375.81,-352.19 1365.44,-350.04 1366.36,-356.98"/> +<text text-anchor="middle" x="1320.39" y="-366.29" 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="1201.33" cy="-248.34" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="1201.33" y="-243.67" font-family="Times,serif" font-size="14.00">n3/name</text> +</g> +<!-- a->n3 --> +<g id="edge8" class="edge"> +<title>a->n3</title> +<path fill="none" stroke="black" d="M998.43,-248.34C1035.69,-248.34 1092.12,-248.34 1135.86,-248.34"/> +<polygon fill="black" stroke="black" points="1135.69,-251.84 1145.69,-248.34 1135.69,-244.84 1135.69,-251.84"/> +<text text-anchor="middle" x="1073.26" y="-252.29" 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="1201.33" cy="-97.34" rx="78.57" ry="78.57"/> +<text text-anchor="middle" x="1201.33" y="-92.67" font-family="Times,serif" font-size="14.00">c2/contain-01</text> +</g> +<!-- a->c2 --> +<g id="edge9" class="edge"> +<title>a->c2</title> +<path fill="none" stroke="black" d="M992.4,-227.35C1026.53,-206.01 1080.53,-172.24 1124.95,-144.47"/> +<polygon fill="black" stroke="black" points="1126.65,-146.91 1133.28,-138.64 1122.94,-140.97 1126.65,-146.91"/> +<text text-anchor="middle" x="1073.26" y="-199.29" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- node_4 --> +<g id="node26" class="node"> +<title>node_4</title> +<polygon fill="none" stroke="black" points="1441.47,-266.34 1372.22,-266.34 1372.22,-230.34 1441.47,-230.34 1441.47,-266.34"/> +<text text-anchor="middle" x="1406.84" y="-243.67" font-family="Times,serif" font-size="14.00">"Orion"</text> +</g> +<!-- n3->node_4 --> +<g id="edge25" class="edge"> +<title>n3->node_4</title> +<path fill="none" stroke="black" d="M1256.06,-248.34C1288.79,-248.34 1330.11,-248.34 1361.06,-248.34"/> +<polygon fill="black" stroke="black" points="1360.95,-251.84 1370.95,-248.34 1360.95,-244.84 1360.95,-251.84"/> +<text text-anchor="middle" x="1320.39" y="-252.29" 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="1406.84" cy="-97.34" rx="45.95" ry="45.95"/> +<text text-anchor="middle" x="1406.84" y="-92.67" font-family="Times,serif" font-size="14.00">s2/star</text> +</g> +<!-- c2->s2 --> +<g id="edge10" class="edge"> +<title>c2->s2</title> +<path fill="none" stroke="black" d="M1280.14,-97.34C1303.26,-97.34 1328.14,-97.34 1349.61,-97.34"/> +<polygon fill="black" stroke="black" points="1349.49,-100.84 1359.49,-97.34 1349.49,-93.84 1349.49,-100.84"/> +<text text-anchor="middle" x="1320.39" y="-101.29" 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="1624.57" cy="-97.34" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="1624.57" y="-92.67" font-family="Times,serif" font-size="14.00">ii/include-91</text> +</g> +<!-- s2->ii --> +<g id="edge11" class="edge"> +<title>s2->ii</title> +<path fill="none" stroke="black" d="M1453.06,-97.34C1478.48,-97.34 1511,-97.34 1540.81,-97.34"/> +<polygon fill="black" stroke="black" points="1540.66,-100.84 1550.66,-97.34 1540.66,-93.84 1540.66,-100.84"/> +<text text-anchor="middle" x="1502.29" y="-101.29" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s3 --> +<g id="node13" class="node"> +<title>s3</title> +<ellipse fill="none" stroke="black" cx="1826.92" cy="-190.34" rx="45.95" ry="45.95"/> +<text text-anchor="middle" x="1826.92" y="-185.67" font-family="Times,serif" font-size="14.00">s3/star</text> +</g> +<!-- ii->s3 --> +<g id="edge12" class="edge"> +<title>ii->s3</title> +<path fill="none" stroke="black" d="M1691.17,-127.79C1718.37,-140.42 1749.45,-154.85 1774.9,-166.66"/> +<polygon fill="black" stroke="black" points="1773.18,-170.18 1783.72,-171.22 1776.12,-163.83 1773.18,-170.18"/> +<text text-anchor="middle" x="1737.84" y="-162.29" 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="1826.92" cy="-77.34" rx="48.58" ry="48.58"/> +<text text-anchor="middle" x="1826.92" y="-72.67" font-family="Times,serif" font-size="14.00">m/most</text> +</g> +<!-- ii->m --> +<g id="edge18" class="edge"> +<title>ii->m</title> +<path fill="none" stroke="black" d="M1697.33,-90.18C1720.29,-87.89 1745.42,-85.38 1767.32,-83.19"/> +<polygon fill="black" stroke="black" points="1767.52,-86.59 1777.12,-82.11 1766.82,-79.62 1767.52,-86.59"/> +<text text-anchor="middle" x="1737.84" y="-92.29" 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="2033.07" cy="-190.34" rx="58.57" ry="58.57"/> +<text text-anchor="middle" x="2033.07" y="-185.67" font-family="Times,serif" font-size="14.00">s4/see-01</text> +</g> +<!-- s3->s4 --> +<g id="edge13" class="edge"> +<title>s3->s4</title> +<path fill="none" stroke="black" d="M1873.23,-190.34C1899.7,-190.34 1933.64,-190.34 1963.34,-190.34"/> +<polygon fill="black" stroke="black" points="1963.07,-193.84 1973.07,-190.34 1963.07,-186.84 1963.07,-193.84"/> +<text text-anchor="middle" x="1925" y="-194.29" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- p --> +<g id="node15" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="2268.16" cy="-259.34" rx="77.51" ry="77.51"/> +<text text-anchor="middle" x="2268.16" y="-254.67" font-family="Times,serif" font-size="14.00">p/possible-01</text> +</g> +<!-- s4->p --> +<g id="edge14" class="edge"> +<title>s4->p</title> +<path fill="none" stroke="black" d="M2089.61,-206.78C2117.55,-215.05 2152.02,-225.26 2183.12,-234.46"/> +<polygon fill="black" stroke="black" points="2181.95,-238.06 2192.53,-237.54 2183.93,-231.35 2181.95,-238.06"/> +<text text-anchor="middle" x="2141.15" y="-235.29" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s5 --> +<g id="node16" class="node"> +<title>s5</title> +<ellipse fill="none" stroke="black" cx="2268.16" cy="-121.34" rx="42.79" ry="42.79"/> +<text text-anchor="middle" x="2268.16" y="-116.67" font-family="Times,serif" font-size="14.00">s5/sky</text> +</g> +<!-- s4->s5 --> +<g id="edge15" class="edge"> +<title>s4->s5</title> +<path fill="none" stroke="black" d="M2089.61,-173.9C2128.13,-162.5 2179.04,-147.43 2216.47,-136.35"/> +<polygon fill="black" stroke="black" points="2217.05,-139.53 2225.64,-133.34 2215.06,-132.82 2217.05,-139.53"/> +<text text-anchor="middle" x="2141.15" y="-170.29" 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="2493.83" cy="-121.34" rx="75.41" ry="75.41"/> +<text text-anchor="middle" x="2493.83" y="-116.67" font-family="Times,serif" font-size="14.00">d/date-entity</text> +</g> +<!-- s5->d --> +<g id="edge16" class="edge"> +<title>s5->d</title> +<path fill="none" stroke="black" d="M2311.23,-121.34C2338.41,-121.34 2374.74,-121.34 2407.76,-121.34"/> +<polygon fill="black" stroke="black" points="2407.35,-124.84 2417.35,-121.34 2407.35,-117.84 2407.35,-124.84"/> +<text text-anchor="middle" x="2382.05" y="-125.29" 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="2734.3" cy="-121.34" rx="53.31" ry="53.31"/> +<text text-anchor="middle" x="2734.3" y="-116.67" font-family="Times,serif" font-size="14.00">n4/night</text> +</g> +<!-- d->n4 --> +<g id="edge17" class="edge"> +<title>d->n4</title> +<path fill="none" stroke="black" d="M2569.63,-121.34C2601.89,-121.34 2639.21,-121.34 2670.06,-121.34"/> +<polygon fill="black" stroke="black" points="2669.69,-124.84 2679.69,-121.34 2669.68,-117.84 2669.69,-124.84"/> +<text text-anchor="middle" x="2625.12" y="-125.29" 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="957.82" cy="-122.34" rx="65.94" ry="65.94"/> +<text text-anchor="middle" x="957.82" y="-117.67" font-family="Times,serif" font-size="14.00">l/light-year</text> +</g> +<!-- d2->l --> +<g id="edge20" class="edge"> +<title>d2->l</title> +<path fill="none" stroke="black" d="M795.25,-117.64C824.12,-118.48 854.45,-119.36 880.94,-120.13"/> +<polygon fill="black" stroke="black" points="880.55,-123.65 890.65,-120.45 880.76,-116.66 880.55,-123.65"/> +<text text-anchor="middle" x="843.51" y="-124.29" 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="988.32,-38.34 927.32,-38.34 927.32,-2.34 988.32,-2.34 988.32,-38.34"/> +<text text-anchor="middle" x="957.82" y="-15.67" font-family="Times,serif" font-size="14.00">26000</text> +</g> +<!-- d2->node_5 --> +<g id="edge26" class="edge"> +<title>d2->node_5</title> +<path fill="none" stroke="black" d="M789.31,-77.59C834.04,-62.31 883.21,-45.5 916.64,-34.07"/> +<polygon fill="black" stroke="black" points="917.59,-37.11 925.92,-30.56 915.32,-30.48 917.59,-37.11"/> +<text text-anchor="middle" x="843.51" y="-71.29" font-family="Times,serif" font-size="14.00">:quant</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3016ef1303cacf0a228f27d10886f7cf1203a9cd --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.ttl @@ -0,0 +1,149 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c2> a ns2:contain-01 ; + ns2:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> ; + ns2:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#g> a ns1:galaxy ; + rdfs:label "Milky Way" ; + ns1:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#ii> a ns2:include-91 ; + ns2:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> ; + ns2:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> ; + ns2:include-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#p> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-22" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> . + +ns2:be-located-at-91.ARG1 a ns2:FrameRole . + +ns2:be-located-at-91.ARG2 a ns2:FrameRole . + +ns2:contain-01.ARG0 a ns2:FrameRole . + +ns2:contain-01.ARG1 a ns2:FrameRole . + +ns2:include-91.ARG1 a ns2:FrameRole . + +ns2:include-91.ARG2 a ns2:FrameRole . + +ns2:include-91.ARG3 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:see-01.ARG1 a ns2:FrameRole . + +ns1:dayperiod a ns3:Role . + +ns1:location a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:part a ns3:Role . + +ns1:quant a ns3:Role . + +ns1:time a ns3:Role . + +ns1:unit a ns3:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> a ns2:be-located-at-91 ; + ns2:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> ; + ns2:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> a ns3:date-entity ; + ns1:dayperiod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#n4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d2> a ns1:distance-quantity ; + ns1:quant "26000" ; + ns1:unit <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> a ns1:light-year . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#n4> a ns1:night . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> a ns1:relative-position ; + ns1:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> ; + ns1:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> a ns1:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> a ns2:see-01 ; + ns2:see-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> ; + ns1:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> a ns1:sky ; + ns1:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> . + +ns2:be-located-at-91 a ns3:Frame . + +ns2:contain-01 a ns3:Frame . + +ns2:include-91 a ns3:Frame . + +ns2:possible-01 a ns3:Frame . + +ns2:see-01 a ns3:Frame . + +ns1:arm a ns3:Concept . + +ns1:center a ns3:Concept . + +ns1:distance-quantity a ns3:Concept . + +ns1:galaxy a ns3:Concept . + +ns1:light-year a ns3:Concept . + +ns1:night a ns3:Concept . + +ns1:relative-position a ns3:Concept . + +ns1:sky a ns3:Concept . + +ns1:system a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:date-entity a ns3:Concept . + +ns3:most a ns3:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> a ns1:arm ; + rdfs:label "Orion" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> a ns1:center ; + ns1:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> a <http://amr.isi.edu/entity-types#star> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> a <http://amr.isi.edu/entity-types#star> . + +<http://amr.isi.edu/entity-types#star> a ns3:NamedEntity . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.dot b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..a9264604ee38ad3dec57f205071435c02e2c12a5 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.nt b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..465b5ee2378cce4c6992724a02c6fc67e7335240 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.nt @@ -0,0 +1,71 @@ +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> <http://amr.isi.edu/frames/ld/v1.2.2/near-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> . +<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/WikiAbstract-SolarSystem-23#s> <http://amr.isi.edu/rdf/amr-terms#location> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . +<http://amr.isi.edu/rdf/core-amr#most> <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/WikiAbstract-SolarSystem-23#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/close-10> . +<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/WikiAbstract-SolarSystem-23#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> . +<http://amr.isi.edu/rdf/amr-terms#scale> <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/WikiAbstract-SolarSystem-23#h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<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/amr_data/WikiAbstract-SolarSystem-23#m2> <http://amr.isi.edu/rdf/amr-terms#ord> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#light-year> . +<http://amr.isi.edu/rdf/amr-terms#light-year> <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/WikiAbstract-SolarSystem-23#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> <http://amr.isi.edu/frames/ld/v1.2.2/close-10.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#most> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.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#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/include-91.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/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#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/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/WikiAbstract-SolarSystem-23#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> <http://amr.isi.edu/rdf/amr-terms#scale> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> <http://www.w3.org/2000/01/rdf-schema#label> "Proxima Centre" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> <http://amr.isi.edu/frames/ld/v1.2.2/close-10.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> . +<http://amr.isi.edu/frames/ld/v1.2.2/local-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/have-degree-91.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/frames/ld/v1.2.2/close-10.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/amr_data/WikiAbstract-SolarSystem-23#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#star> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> . +<http://amr.isi.edu/frames/ld/v1.2.2/near-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/close-10> <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/have-degree-91> <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/WikiAbstract-SolarSystem-23#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#star> . +<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/amr-terms#bubble> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/entity-types#star> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<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/WikiAbstract-SolarSystem-23#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#ordinal-entity> . +<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/include-91> <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/include-91.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#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/include-91> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/local-02> . +<http://amr.isi.edu/rdf/amr-terms#so-called> <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#ordinal-entity> <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#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/WikiAbstract-SolarSystem-23#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG2> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#so-called> . +<http://amr.isi.edu/rdf/amr-terms#location> <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/local-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/amr_data/WikiAbstract-SolarSystem-23#ii> <http://amr.isi.edu/frames/ld/v1.2.2/include-91.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> . +<http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <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/near-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/amr_data/WikiAbstract-SolarSystem-23#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "WikiAbstract-SolarSystem-23" . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#bubble> . +<http://amr.isi.edu/frames/ld/v1.2.2/close-10.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/WikiAbstract-SolarSystem-23#h> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91.ARG3> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/near-02> . +<http://amr.isi.edu/rdf/amr-terms#ord> <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/WikiAbstract-SolarSystem-23#l2> <http://amr.isi.edu/frames/ld/v1.2.2/local-02.ARG1> <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/have-degree-91> . +<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/WikiAbstract-SolarSystem-23#o> <http://amr.isi.edu/rdf/amr-terms#value> "4.25" . diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.penman b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..6e709db7a3df1b766550c5e50cfa12bcf6920943 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..44e3b95ceb27b6740a426e8be6e2afbf9a0fa545 Binary files /dev/null and b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.png differ diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.svg b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..86c217697439898397179cf40b67debf1087aa43 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/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 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="412pt" + viewBox="0.00 0.00 864.00 412.04" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.546206 0.546206) rotate(0) translate(4 750.36)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-750.36 1577.82,-750.36 1577.82,4 -4,4"/> +<!-- s --> +<g id="node1" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="39.63" cy="-384" rx="39.63" ry="39.63"/> +<text text-anchor="middle" x="39.63" y="-379.32" 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="276.3" cy="-384" rx="98.03" ry="98.03"/> +<text text-anchor="middle" x="276.3" y="-379.32" font-family="Times,serif" font-size="14.00">h/have-degree-91</text> +</g> +<!-- s->h --> +<g id="edge1" class="edge"> +<title>s->h</title> +<path fill="none" stroke="black" d="M79.65,-384C103.66,-384 135.74,-384 166.95,-384"/> +<polygon fill="black" stroke="black" points="166.95,-387.5 176.95,-384 166.95,-380.5 166.95,-387.5"/> +<text text-anchor="middle" x="128.77" y="-387.95" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- ii --> +<g id="node5" class="node"> +<title>ii</title> +<ellipse fill="none" stroke="black" cx="276.3" cy="-629" rx="72.78" ry="72.78"/> +<text text-anchor="middle" x="276.3" y="-624.33" font-family="Times,serif" font-size="14.00">ii/include-91</text> +</g> +<!-- s->ii --> +<g id="edge5" class="edge"> +<title>s->ii</title> +<path fill="none" stroke="black" d="M47.75,-423.13C55.32,-455.47 70.1,-500.94 97.27,-532 124.06,-562.63 162.97,-585.38 197.59,-601.12"/> +<polygon fill="black" stroke="black" points="195.66,-604.54 206.22,-605.37 198.49,-598.13 195.66,-604.54"/> +<text text-anchor="middle" x="128.77" y="-583.95" font-family="Times,serif" font-size="14.00">:ARG2-of</text> +</g> +<!-- b --> +<g id="node13" class="node"> +<title>b</title> +<ellipse fill="none" stroke="black" cx="276.3" cy="-213" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="276.3" y="-208.32" font-family="Times,serif" font-size="14.00">b/bubble</text> +</g> +<!-- s->b --> +<g id="edge15" class="edge"> +<title>s->b</title> +<path fill="none" stroke="black" d="M71,-359.29C98.55,-337.15 140.51,-304.07 178.27,-277 191.72,-267.36 206.52,-257.32 220.41,-248.14"/> +<polygon fill="black" stroke="black" points="221.95,-250.65 228.39,-242.23 218.11,-244.8 221.95,-250.65"/> +<text text-anchor="middle" x="128.77" y="-339.95" 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="542.95" cy="-510" rx="59.1" ry="59.1"/> +<text text-anchor="middle" x="542.95" y="-505.32" font-family="Times,serif" font-size="14.00">n/near-02</text> +</g> +<!-- h->n --> +<g id="edge2" class="edge"> +<title>h->n</title> +<path fill="none" stroke="black" d="M365.42,-425.96C402.79,-443.74 445.46,-464.06 479.49,-480.26"/> +<polygon fill="black" stroke="black" points="477.77,-483.79 488.3,-484.93 480.78,-477.47 477.77,-483.79"/> +<text text-anchor="middle" x="423.83" y="-468.95" 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="542.95" cy="-384" rx="48.58" ry="48.58"/> +<text text-anchor="middle" x="542.95" y="-379.32" font-family="Times,serif" font-size="14.00">m/most</text> +</g> +<!-- h->m --> +<g id="edge4" class="edge"> +<title>h->m</title> +<path fill="none" stroke="black" d="M374.72,-384C411.11,-384 451.29,-384 483.14,-384"/> +<polygon fill="black" stroke="black" points="483.04,-387.5 493.04,-384 483.04,-380.5 483.04,-387.5"/> +<text text-anchor="middle" x="423.83" y="-387.95" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +<!-- n->s --> +<g id="edge3" class="edge"> +<title>n->s</title> +<path fill="none" stroke="black" d="M484.06,-517.37C410.45,-524.44 280.62,-529.12 178.27,-491 138.17,-476.07 100.38,-444.99 74.59,-420.16"/> +<polygon fill="black" stroke="black" points="77.56,-418.2 67.98,-413.68 72.65,-423.19 77.56,-418.2"/> +<text text-anchor="middle" x="276.3" y="-525.95" 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="542.95" cy="-633" rx="45.95" ry="45.95"/> +<text text-anchor="middle" x="542.95" y="-628.33" font-family="Times,serif" font-size="14.00">s2/star</text> +</g> +<!-- ii->s2 --> +<g id="edge6" class="edge"> +<title>ii->s2</title> +<path fill="none" stroke="black" d="M349.27,-630.09C392.22,-630.74 445.97,-631.55 485.78,-632.15"/> +<polygon fill="black" stroke="black" points="485.57,-635.66 495.62,-632.31 485.67,-628.66 485.57,-635.66"/> +<text text-anchor="middle" x="423.83" y="-634.95" 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="815.92" cy="-692" rx="54.36" ry="54.36"/> +<text text-anchor="middle" x="815.92" y="-687.33" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- s2->n2 --> +<g id="edge7" class="edge"> +<title>s2->n2</title> +<path fill="none" stroke="black" d="M588.09,-642.61C632.52,-652.28 701.48,-667.3 751.7,-678.24"/> +<polygon fill="black" stroke="black" points="750.93,-681.87 761.44,-680.57 752.41,-675.03 750.93,-681.87"/> +<text text-anchor="middle" x="662.07" y="-667.95" 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="815.92" cy="-462" rx="104.35" ry="104.35"/> +<text text-anchor="middle" x="815.92" y="-457.32" font-family="Times,serif" font-size="14.00">h2/have-degree-91</text> +</g> +<!-- s2->h2 --> +<g id="edge8" class="edge"> +<title>s2->h2</title> +<path fill="none" stroke="black" d="M580.11,-605.91C595.46,-594.7 613.67,-581.78 630.57,-570.75 657.7,-553.06 687.72,-534.81 715.52,-518.43"/> +<polygon fill="black" stroke="black" points="717,-521.03 723.85,-512.95 713.46,-514.99 717,-521.03"/> +<text text-anchor="middle" x="662.07" y="-573.95" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- node_0 --> +<g id="node16" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="1106.32,-737 1017.57,-737 1017.57,-701 1106.32,-701 1106.32,-737"/> +<text text-anchor="middle" x="1061.94" y="-714.33" font-family="Times,serif" font-size="14.00">"Proxima"</text> +</g> +<!-- n2->node_0 --> +<g id="edge18" class="edge"> +<title>n2->node_0</title> +<path fill="none" stroke="black" d="M870.17,-697.89C910.51,-702.35 965.73,-708.47 1006.38,-712.96"/> +<polygon fill="black" stroke="black" points="1005.85,-716.54 1016.17,-714.16 1006.62,-709.58 1005.85,-716.54"/> +<text text-anchor="middle" x="960.76" y="-713.95" 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="1101.07,-683 1022.82,-683 1022.82,-647 1101.07,-647 1101.07,-683"/> +<text text-anchor="middle" x="1061.94" y="-660.33" font-family="Times,serif" font-size="14.00">"Centre"</text> +</g> +<!-- n2->node_1 --> +<g id="edge19" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M870.17,-686.11C912.3,-681.45 970.68,-674.99 1011.73,-670.45"/> +<polygon fill="black" stroke="black" points="1012,-673.83 1021.56,-669.25 1011.23,-666.87 1012,-673.83"/> +<text text-anchor="middle" x="960.76" y="-681.95" 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="1061.94" cy="-534" rx="60.68" ry="60.68"/> +<text text-anchor="middle" x="1061.94" y="-529.33" font-family="Times,serif" font-size="14.00">c/close-10</text> +</g> +<!-- h2->c --> +<g id="edge9" class="edge"> +<title>h2->c</title> +<path fill="none" stroke="black" d="M916.53,-491.39C942.24,-498.98 969.33,-506.97 993.01,-513.96"/> +<polygon fill="black" stroke="black" points="991.7,-517.52 1002.29,-516.99 993.69,-510.8 991.7,-517.52"/> +<text text-anchor="middle" x="960.76" y="-513.95" 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="1061.94" cy="-400" rx="54.89" ry="54.89"/> +<text text-anchor="middle" x="1061.94" y="-395.32" font-family="Times,serif" font-size="14.00">m2/most</text> +</g> +<!-- h2->m2 --> +<g id="edge12" class="edge"> +<title>h2->m2</title> +<path fill="none" stroke="black" d="M917.58,-436.42C944.69,-429.54 973.24,-422.28 997.67,-416.08"/> +<polygon fill="black" stroke="black" points="998.4,-419.25 1007.23,-413.39 996.67,-412.46 998.4,-419.25"/> +<text text-anchor="middle" x="960.76" y="-434.95" font-family="Times,serif" font-size="14.00">:ARG3</text> +</g> +<!-- c->s --> +<g id="edge11" class="edge"> +<title>c->s</title> +<path fill="none" stroke="black" d="M1019.65,-490.18C1012.97,-481.86 1006.53,-472.94 1001.26,-464 989.7,-444.37 991.5,-437.25 983.26,-416 911.34,-230.32 1016.04,0 816.92,0 275.3,0 275.3,0 275.3,0 120.61,0 64.83,-229.7 47.49,-333.79"/> +<polygon fill="black" stroke="black" points="43.93,-332.92 45.79,-343.35 50.84,-334.03 43.93,-332.92"/> +<text text-anchor="middle" x="542.95" y="-3.95" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- c->s2 --> +<g id="edge10" class="edge"> +<title>c->s2</title> +<path fill="none" stroke="black" d="M1003.89,-552.47C978.48,-560.21 948.08,-568.83 920.26,-575 860.25,-588.31 688.8,-612.9 599.52,-625.35"/> +<polygon fill="black" stroke="black" points="599.22,-621.99 589.79,-626.84 600.18,-628.93 599.22,-621.99"/> +<text text-anchor="middle" x="815.92" y="-612.95" 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="1275.16" cy="-400" rx="88.04" ry="88.04"/> +<text text-anchor="middle" x="1275.16" y="-395.32" font-family="Times,serif" font-size="14.00">o/ordinal-entity</text> +</g> +<!-- m2->o --> +<g id="edge13" class="edge"> +<title>m2->o</title> +<path fill="none" stroke="black" d="M1117.06,-400C1135.09,-400 1155.77,-400 1176.07,-400"/> +<polygon fill="black" stroke="black" points="1175.97,-403.5 1185.97,-400 1175.97,-396.5 1175.97,-403.5"/> +<text text-anchor="middle" x="1154.87" y="-403.95" 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="1507.88" cy="-451" rx="65.94" ry="65.94"/> +<text text-anchor="middle" x="1507.88" y="-446.32" font-family="Times,serif" font-size="14.00">l/light-year</text> +</g> +<!-- o->l --> +<g id="edge14" class="edge"> +<title>o->l</title> +<path fill="none" stroke="black" d="M1361.41,-418.85C1384.8,-424.01 1409.95,-429.57 1432.66,-434.59"/> +<polygon fill="black" stroke="black" points="1431.73,-438.19 1442.25,-436.94 1433.24,-431.36 1431.73,-438.19"/> +<text text-anchor="middle" x="1402.57" y="-434.95" 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="1534.88,-367 1480.88,-367 1480.88,-331 1534.88,-331 1534.88,-367"/> +<text text-anchor="middle" x="1507.88" y="-344.32" font-family="Times,serif" font-size="14.00">4.25</text> +</g> +<!-- o->node_2 --> +<g id="edge20" class="edge"> +<title>o->node_2</title> +<path fill="none" stroke="black" d="M1361.41,-381.15C1398.86,-372.88 1440.86,-363.59 1470.07,-357.14"/> +<polygon fill="black" stroke="black" points="1470.59,-360.38 1479.6,-354.81 1469.08,-353.55 1470.59,-360.38"/> +<text text-anchor="middle" x="1402.57" y="-379.95" 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="542.95" cy="-98" rx="62.78" ry="62.78"/> +<text text-anchor="middle" x="542.95" y="-93.33" font-family="Times,serif" font-size="14.00">l2/local-02</text> +</g> +<!-- b->l2 --> +<g id="edge16" class="edge"> +<title>b->l2</title> +<path fill="none" stroke="black" d="M327.08,-191.37C368.93,-173.18 429.12,-147.03 475.15,-127.03"/> +<polygon fill="black" stroke="black" points="476.27,-129.92 484.05,-122.73 473.48,-123.5 476.27,-129.92"/> +<text text-anchor="middle" x="423.83" y="-166.95" font-family="Times,serif" font-size="14.00">:ARG1-of</text> +</g> +<!-- s3 --> +<g id="node15" class="node"> +<title>s3</title> +<ellipse fill="none" stroke="black" cx="542.95" cy="-248" rx="69.62" ry="69.62"/> +<text text-anchor="middle" x="542.95" y="-243.32" font-family="Times,serif" font-size="14.00">s3/so-called</text> +</g> +<!-- b->s3 --> +<g id="edge17" class="edge"> +<title>b->s3</title> +<path fill="none" stroke="black" d="M331.17,-220.12C368.99,-225.13 420.19,-231.9 462.65,-237.51"/> +<polygon fill="black" stroke="black" points="462.16,-241.11 472.53,-238.95 463.07,-234.17 462.16,-241.11"/> +<text text-anchor="middle" x="423.83" y="-238.95" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.ttl b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..88db253cf52f9189c691c49340fd58c01c093356 --- /dev/null +++ b/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.ttl @@ -0,0 +1,120 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@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/WikiAbstract-SolarSystem-23#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> a ns3:local-02 ; + ns3:local-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-23" ; + ns1:has-sentence "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +ns3:close-10.ARG1 a ns3:FrameRole . + +ns3:close-10.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:local-02.ARG1 a ns3:FrameRole . + +ns3:near-02.ARG1 a ns3:FrameRole . + +ns2:location a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:ord a ns1:Role . + +ns2:scale a ns1:Role . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> a ns3:close-10 ; + ns3:close-10.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:close-10.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> a ns2:light-year . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> a ns1:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> a ns1:most ; + ns2:ord <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> a ns3:near-02 ; + ns3:near-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> a ns2:ordinal-entity ; + ns2:scale <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + ns2:value "4.25" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> a ns2:so-called . + +ns3:close-10 a ns1:Frame . + +ns3:include-91 a ns1:Frame . + +ns3:local-02 a ns1:Frame . + +ns3:near-02 a ns1:Frame . + +ns2:bubble a ns1:Concept . + +ns2:light-year a ns1:Concept . + +ns2:ordinal-entity a ns1:Concept . + +ns2:so-called a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> a ns2:bubble ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity . + +ns3:have-degree-91 a ns1:Frame . + +ns1:most a ns1:Concept . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> a <http://amr.isi.edu/entity-types#star> ; + rdfs:label "Proxima Centre" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/main_tests/test_main_owl_extraction.py b/tests/main_tests/test_main_owl_extraction.py index 2d2316d657eaba62a445691e8ad4f6c490f6ad70..9a32ea7b050852683466e7ec34d70f676eaa1279 100644 --- a/tests/main_tests/test_main_owl_extraction.py +++ b/tests/main_tests/test_main_owl_extraction.py @@ -62,9 +62,10 @@ test_data_dir = f'{INPUT_DIR_PATH}amrDocuments/' # base_output_name = f'SolarSystemDev{uuid_num}' # onto_prefix = f"https://tenet.tetras-libre.fr/demo/{uuid_num}/" -amrld_dir_path = f'{test_data_dir}samples/solar-system/' -onto_prefix = 'SolarSystemSample' -base_output_name = f'SolarSystemSample' +amrld_dir_path = f'{test_data_dir}prod/SolarSystem-20230731/' +onto_prefix = 'SolarSystemProd' +base_output_name = 'SolarSystemProd' +onto_prefix = f"https://tenet.tetras-libre.fr/demo/{base_output_name}/" # uuid_num = '03' # amrld_dir_path = f'{test_data_dir}dev/cc-sentence-examples/' diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..468276f9fa0bf98ad5d4534024b621b8e1fafbe4 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/SolarSystemProd_factoid.ttl @@ -0,0 +1,891 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Earth> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Earth" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mercury> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mercury" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Neptune> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Neptune" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ProximaCentre> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#star> ; + rdfs:label "ProximaCentre" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Saturn> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Saturn" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-object>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> ; + rdfs:label "SolarSystem" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Uranus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Uranus" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Venus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Venus" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#all> a owl:ObjectProperty ; + rdfs:label "all" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt-contain-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#contain> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#asteroid-belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#centaur> a owl:Class ; + rdfs:label "centaur" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#charge> a owl:ObjectProperty ; + rdfs:label "charge" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#lie> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#disc> ], + <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#close> a owl:ObjectProperty ; + rdfs:label "close" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#comet> a owl:Class ; + rdfs:label "comet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose-resemble-terrestrial-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> ], + <https://tenet.tetras-libre.fr/extract-result#compose> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc-hasPart-edge> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#edge> ], + <https://tenet.tetras-libre.fr/extract-result#disc> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dust> a owl:Class ; + rdfs:label "dust" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ecliptic> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#thing> ; + rdfs:label "ecliptic" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#extend> a owl:ObjectProperty ; + rdfs:label "extend" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#free> a owl:ObjectProperty ; + rdfs:label "free" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#helium> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#hydrogen> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#bind> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#system> ], + <https://tenet.tetras-libre.fr/extract-result#gravitation> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; + rdfs:label "hasManner" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliopause> a owl:Class ; + rdfs:label "heliopause" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#helium> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar-medium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#medium> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#light-year> a owl:Class ; + rdfs:label "light-year" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#local> a owl:ObjectProperty ; + rdfs:label "local" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class, + owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subClassOf ns1:Entity ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#oppose> a owl:ObjectProperty ; + rdfs:label "oppose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ordinal-entity> a owl:Class ; + rdfs:label "ordinal-entity" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#other-population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#out> a owl:Class ; + rdfs:label "out" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#planet> ], + <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outwards> a owl:Class ; + rdfs:label "outwards" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#particle> a owl:Class ; + rdfs:label "particle" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-each-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#each-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-outer-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#outer-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-point> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#point> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-pressure> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#pressure> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-know-heliosphere> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#know> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#heliosphere> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-resemble-bubble> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#bubble> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#scatter> a owl:ObjectProperty ; + rdfs:label "scatter" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called-bubble> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#bubble> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#stream> a owl:Class ; + rdfs:label "stream" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such-object-categorize-dwarf-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#categorize> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#dwarf-planet> ], + <https://tenet.tetras-libre.fr/extract-result#such-object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind-create-region> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#create> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#region> ], + <https://tenet.tetras-libre.fr/extract-result#sun-wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this-region> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#various-population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost> ; + rdfs:label "almost" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#asteroid> ; + rdfs:label "asteroid" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#belt> a owl:Class ; + rdfs:label "belt" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; + rdfs:label "bind" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#categorize> a owl:ObjectProperty ; + rdfs:label "categorize" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#create> a owl:ObjectProperty ; + rdfs:label "create" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#each> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#each> ; + rdfs:label "each" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#each-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#edge> a owl:Class ; + rdfs:label "edge" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#gas> ; + rdfs:label "gas" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; + rdfs:label "gravitation" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliosphere> a owl:Class ; + rdfs:label "heliosphere" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#ice> ; + rdfs:label "ice" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#inner> ; + rdfs:label "inner" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interplanetary> ; + rdfs:label "interplanetary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interstellar> ; + rdfs:label "interstellar" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#know> a owl:ObjectProperty ; + rdfs:label "know" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:Class, + owl:ObjectProperty ; + rdfs:label "medium" ; + rdfs:subClassOf ns1:Entity ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#other> ; + rdfs:label "other" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ring> a owl:Class ; + rdfs:label "ring" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#so-called> ; + rdfs:label "so-called" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#star> a owl:Class ; + rdfs:label "star" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#such> ; + rdfs:label "such" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#this> ; + rdfs:label "this" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#various> ; + rdfs:label "various" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#bubble> a owl:Class ; + rdfs:label "bubble" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost-circular>, + <https://tenet.tetras-libre.fr/extract-result#circular> ; + rdfs:label "circular" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#encircle> a owl:ObjectProperty ; + rdfs:label "encircle" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#population> a owl:Class ; + rdfs:label "population" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#travel> a owl:ObjectProperty ; + rdfs:label "travel" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:Class, + owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subClassOf ns1:Entity ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#giant> ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class, + owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure> a owl:Class ; + rdfs:label "pressure" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region> a owl:Class ; + rdfs:label "region" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.log new file mode 100644 index 0000000000000000000000000000000000000000..04471edd69ba82870638c50ef1d4ae2055f6bb9d --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.log @@ -0,0 +1,1915 @@ +- INFO - [TENET] Extraction Processing +- INFO - + === Process Initialization === +- INFO - -- Process Setting +- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/ (amr) +- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731 +- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/ +- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- INFO - ----- Current path: /home/lamenji/Workspace/Tetras/tenet/tenet +- DEBUG - ----- Config file: /home/lamenji/Workspace/Tetras/tenet/tenet/owl_amr_config.xml +- DEBUG - + *** Config (Full Parameters) *** + -- Base Parameters + ----- config file: /home/lamenji/Workspace/Tetras/tenet/tenet/owl_amr_config.xml + ----- uuid: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ + ----- technical base name: tenet.tetras-libre.fr_demo_SolarSystemProd + ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/ + ----- target reference: base + ----- process level: sentence + ----- source type: amr + ----- extraction scheme: owl_amr_scheme_1 + -- Directories + ----- base directory: ./ + ----- structure directory: ./structure/ + ----- CTS directory: ./scheme/ + ----- target frame directory: ./../input/targetFrameStructure/ + ----- input document directory: + ----- base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731 + ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/tenet.tetras-libre.fr_demo_SolarSystemProd-20230731/ + ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/ + ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/ + -- Config File Definition + ----- schema file: ./structure/amr-rdf-schema.ttl + ----- semantic net file: ./structure/owl-snet-schema.ttl + ----- config param file: ./structure/config-parameters.ttl + ----- base ontology file: ./structure/base-ontology.ttl + ----- CTS file: ./scheme/owl_amr_scheme_1.py + -- Useful References for Ontology + ----- base URI: https://tenet.tetras-libre.fr/working + ----- ontology suffix: -ontology.ttl + ----- ontology seed suffix: -ontology-seed.ttl + -- Source File Definition + ----- source sentence file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/**/*.ttl + -- Target File Definition + ----- frame ontology file: ./../input/targetFrameStructure/base-ontology.ttl + ----- frame ontology seed file: ./../input/targetFrameStructure/base-ontology-seed.ttl + -- Output + ----- ontology namespace: https://tenet.tetras-libre.fr/base-ontology/ + ----- output file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl + *** - *** +- DEBUG - -- Counting number of graph files (sentences) +- INFO - ----- Number of Graphs: 23 +- INFO - + === Extraction Processing === +- INFO - Single-Processing Run +- INFO - + [P-1] *** extraction from sentence 1 *** +- INFO - [P-1] -- Work Structure Preparation +- DEBUG - [P-1] --- Graph Initialization +- DEBUG - [P-1] ----- Configuration Loading +- DEBUG - [P-1] -------- RDF Schema (320) +- DEBUG - [P-1] -------- Semantic Net Definition (486) +- DEBUG - [P-1] -------- Config Parameter Definition (520) +- DEBUG - [P-1] ----- Frame Ontology Loading +- DEBUG - [P-1] -------- Base Ontology produced as output (550) +- DEBUG - [P-1] --- Source Data Import +- DEBUG - [P-1] ----- Sentence Loading +- DEBUG - [P-1] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-01/WikiAbstract-SolarSystem-01.stog.amr.ttl (598) +- DEBUG - [P-1] --- Export work graph as turtle +- DEBUG - [P-1] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-1] ----- Sentence (id): WikiAbstract-SolarSystem-01 +- INFO - [P-1] ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. +- INFO - [P-1] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-1] ----- Step number: 3 +- INFO - [P-1] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-1] ----- Total rule number: 0 +- INFO - [P-1] -- Step 1: Preprocessing +- INFO - [P-1] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- INFO - [P-1] ----- fix AMR bug (1): 5/5 new triples (603, 0:00:00.016086) +- INFO - [P-1] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-1] ----- reclassify AMR-LD concept (1): 10/10 new triples (613, 0:00:00.079879) +- DEBUG - [P-1] ----- reclassify AMR-LD concept (2): 0/0 new triple (613, 0:00:00.049116) +- INFO - [P-1] ----- reclassify AMR-LD concept (3): 12/12 new triples (625, 0:00:00.027303) +- INFO - [P-1] ----- reclassify AMR-LD concept (4): 16/16 new triples (641, 0:00:00.043933) +- INFO - [P-1] ----- reclassify AMR-LD concept (5): 2/4 new triples (643, 0:00:00.030388) +- INFO - [P-1] ----- reify roles as concept: 10/10 new triples (653, 0:00:00.035108) +- INFO - [P-1] ----- reclassify existing variable: 45/45 new triples (698, 0:00:00.016539) +- INFO - [P-1] ----- add new variable for reified concept: 8/8 new triples (706, 0:00:00.046343) +- INFO - [P-1] ----- add AMR leaf for reclassified concept: 33/33 new triples (739, 0:00:00.017792) +- INFO - [P-1] ----- add AMR leaf for reified concept: 8/8 new triples (747, 0:00:00.011219) +- INFO - [P-1] ----- add AMR edge for core relation: 27/27 new triples (774, 0:00:00.085970) +- INFO - [P-1] ----- add AMR edge for reified concept: 12/12 new triples (786, 0:00:00.058048) +- INFO - [P-1] ----- add AMR edge for name relation: 5/5 new triples (791, 0:00:00.021901) +- DEBUG - [P-1] ----- add AMR edge for quant relation: 0/0 new triple (791, 0:00:00.020776) +- INFO - [P-1] ----- add AMR edge for polarity relation: 5/5 new triples (796, 0:00:00.030372) +- INFO - [P-1] ----- update AMR edge role 1: 15/15 new triples (811, 0:00:00.071847) +- INFO - [P-1] ----- add AMR root: 5/5 new triples (816, 0:00:00.009893) +- DEBUG - [P-1] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-1] ----- step: Preprocessing +- DEBUG - [P-1] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-1] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-1] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-1] -- Step 2: Transduction +- INFO - [P-1] --- Sequence: atomic extraction sequence +- INFO - [P-1] ----- extract atom classes: 30/30 new triples (846, 0:00:00.144068) +- INFO - [P-1] ----- extract atom individuals: 8/8 new triples (854, 0:00:00.042773) +- INFO - [P-1] ----- extract atomic properties: 75/75 new triples (929, 0:00:00.219345) +- INFO - [P-1] ----- extract atom values: 10/10 new triples (939, 0:00:00.054092) +- INFO - [P-1] ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.064800) +- INFO - [P-1] ----- propagate atom relations: 24/68 new triples (977, 0:00:00.989588) +- INFO - [P-1] --- Sequence: classification sequence (1) +- DEBUG - [P-1] ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.023133) +- INFO - [P-1] ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.065438) +- INFO - [P-1] --- Sequence: phenomena analyze sequence (1) +- INFO - [P-1] ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.092182) +- DEBUG - [P-1] ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.017177) +- DEBUG - [P-1] ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.019772) +- DEBUG - [P-1] ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.034072) +- DEBUG - [P-1] ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.035529) +- DEBUG - [P-1] ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.009195) +- DEBUG - [P-1] ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.025324) +- INFO - [P-1] --- Sequence: phenomena analyze sequence (2) +- INFO - [P-1] ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.074971) +- INFO - [P-1] ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.261107) +- INFO - [P-1] ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.136715) +- DEBUG - [P-1] ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.015162) +- INFO - [P-1] --- Sequence: composite class extraction sequence +- INFO - [P-1] ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.487369) +- DEBUG - [P-1] ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.033825) +- INFO - [P-1] --- Sequence: classification sequence (2) +- INFO - [P-1] ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.244570) +- DEBUG - [P-1] ----- classify class net as entity from :part relation: 0/0 new triple (1215, 0:00:00.008803) +- DEBUG - [P-1] ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.018990) +- INFO - [P-1] ----- Associate mother to class net from :domain relation: 5/34 new triples (1220, 0:00:00.073651) +- DEBUG - [P-1] ----- Propagate individuals to net with same base node: 0/10 new triple (1220, 0:00:00.024784) +- INFO - [P-1] ----- Propagate individuals to net with domain link: 3/60 new triples (1223, 0:00:00.104683) +- DEBUG - [P-1] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-1] ----- step: Transduction +- DEBUG - [P-1] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-1] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-1] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-1] -- Step 3: Generation +- INFO - [P-1] --- Sequence: OWL Generation Sequence +- INFO - [P-1] ----- generate OWL class: 52/55 new triples (1275, 0:00:00.546021) +- INFO - [P-1] ----- generate OWL property: 29/29 new triples (1304, 0:00:00.274318) +- INFO - [P-1] ----- generate OWL individual: 6/7 new triples (1310, 0:00:00.069121) +- DEBUG - [P-1] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-1] ----- step: Generation +- DEBUG - [P-1] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-1] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-1] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-1] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-1] ----- Number of factoids: 91 +- DEBUG - [P-1] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-1] Success (91 extracted triple(s)) +- INFO - + [P-2] *** extraction from sentence 2 *** +- INFO - [P-2] -- Work Structure Preparation +- DEBUG - [P-2] --- Graph Initialization +- DEBUG - [P-2] ----- Configuration Loading +- DEBUG - [P-2] -------- RDF Schema (320) +- DEBUG - [P-2] -------- Semantic Net Definition (486) +- DEBUG - [P-2] -------- Config Parameter Definition (520) +- DEBUG - [P-2] ----- Frame Ontology Loading +- DEBUG - [P-2] -------- Base Ontology produced as output (550) +- DEBUG - [P-2] --- Source Data Import +- DEBUG - [P-2] ----- Sentence Loading +- DEBUG - [P-2] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-02/WikiAbstract-SolarSystem-02.stog.amr.ttl (625) +- DEBUG - [P-2] --- Export work graph as turtle +- DEBUG - [P-2] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-2] ----- Sentence (id): WikiAbstract-SolarSystem-02 +- INFO - [P-2] ----- Sentence (text): 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. +- INFO - [P-2] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-2] ----- Step number: 3 +- INFO - [P-2] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-2] ----- Total rule number: 0 +- INFO - [P-2] -- Step 1: Preprocessing +- INFO - [P-2] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-2] ----- fix AMR bug (1): 0/0 new triple (625, 0:00:00.014522) +- INFO - [P-2] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-2] ----- reclassify AMR-LD concept (1): 10/10 new triples (635, 0:00:00.091940) +- INFO - [P-2] ----- reclassify AMR-LD concept (2): 8/8 new triples (643, 0:00:00.048816) +- INFO - [P-2] ----- reclassify AMR-LD concept (3): 12/12 new triples (655, 0:00:00.027794) +- INFO - [P-2] ----- reclassify AMR-LD concept (4): 28/28 new triples (683, 0:00:00.047098) +- INFO - [P-2] ----- reclassify AMR-LD concept (5): 4/4 new triples (687, 0:00:00.031019) +- INFO - [P-2] ----- reify roles as concept: 5/5 new triples (692, 0:00:00.035558) +- INFO - [P-2] ----- reclassify existing variable: 81/81 new triples (773, 0:00:00.019419) +- INFO - [P-2] ----- add new variable for reified concept: 4/4 new triples (777, 0:00:00.048760) +- INFO - [P-2] ----- add AMR leaf for reclassified concept: 60/60 new triples (837, 0:00:00.028624) +- INFO - [P-2] ----- add AMR leaf for reified concept: 4/4 new triples (841, 0:00:00.010780) +- INFO - [P-2] ----- add AMR edge for core relation: 54/54 new triples (895, 0:00:00.115446) +- INFO - [P-2] ----- add AMR edge for reified concept: 6/6 new triples (901, 0:00:00.078033) +- INFO - [P-2] ----- add AMR edge for name relation: 5/5 new triples (906, 0:00:00.021365) +- INFO - [P-2] ----- add AMR edge for quant relation: 5/5 new triples (911, 0:00:00.028263) +- DEBUG - [P-2] ----- add AMR edge for polarity relation: 0/0 new triple (911, 0:00:00.028538) +- INFO - [P-2] ----- update AMR edge role 1: 22/22 new triples (933, 0:00:00.091528) +- INFO - [P-2] ----- add AMR root: 5/5 new triples (938, 0:00:00.010059) +- DEBUG - [P-2] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-2] ----- step: Preprocessing +- DEBUG - [P-2] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-2] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-2] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-2] -- Step 2: Transduction +- INFO - [P-2] --- Sequence: atomic extraction sequence +- INFO - [P-2] ----- extract atom classes: 66/66 new triples (1004, 0:00:00.300768) +- INFO - [P-2] ----- extract atom individuals: 8/8 new triples (1012, 0:00:00.050860) +- INFO - [P-2] ----- extract atomic properties: 72/72 new triples (1084, 0:00:00.203148) +- INFO - [P-2] ----- extract atom values: 10/10 new triples (1094, 0:00:00.047572) +- INFO - [P-2] ----- extract atom phenomena: 28/28 new triples (1122, 0:00:00.123658) +- INFO - [P-2] ----- propagate atom relations: 35/96 new triples (1157, 0:00:01.569609) +- INFO - [P-2] --- Sequence: classification sequence (1) +- DEBUG - [P-2] ----- classify modality phenomena: 0/0 new triple (1157, 0:00:00.026829) +- INFO - [P-2] ----- reclassify argument property to class: 11/14 new triples (1168, 0:00:00.066731) +- INFO - [P-2] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-2] ----- analyze "polarity" phenomena (1): 0/0 new triple (1168, 0:00:00.008896) +- DEBUG - [P-2] ----- analyze "polarity" phenomena (2): 0/0 new triple (1168, 0:00:00.020082) +- DEBUG - [P-2] ----- analyze "polarity" phenomena (3): 0/0 new triple (1168, 0:00:00.016854) +- DEBUG - [P-2] ----- analyze "polarity" phenomena (4): 0/0 new triple (1168, 0:00:00.034879) +- DEBUG - [P-2] ----- analyze "polarity" phenomena (5): 0/0 new triple (1168, 0:00:00.035288) +- INFO - [P-2] ----- analyze modifier phenomena (mod): 43/50 new triples (1211, 0:00:00.212211) +- DEBUG - [P-2] ----- classify modality phenomena: 0/0 new triple (1211, 0:00:00.020774) +- INFO - [P-2] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-2] ----- analyze "or" phenomena (1): 0/0 new triple (1211, 0:00:00.013589) +- DEBUG - [P-2] ----- analyze "or" phenomena (2): 0/0 new triple (1211, 0:00:00.011362) +- INFO - [P-2] ----- analyze "and" phenomena (1): 5/50 new triples (1216, 0:00:00.171727) +- DEBUG - [P-2] ----- analyze "and" phenomena (2): 0/0 new triple (1216, 0:00:00.012838) +- INFO - [P-2] --- Sequence: composite class extraction sequence +- DEBUG - [P-2] ----- extract composite classes (1): 0/0 new triple (1216, 0:00:00.036733) +- DEBUG - [P-2] ----- extract composite classes (2): 0/0 new triple (1216, 0:00:00.034085) +- INFO - [P-2] --- Sequence: classification sequence (2) +- INFO - [P-2] ----- classify class net as entity from core arguments: 24/132 new triples (1240, 0:00:00.439811) +- DEBUG - [P-2] ----- classify class net as entity from :part relation: 0/0 new triple (1240, 0:00:00.022826) +- DEBUG - [P-2] ----- classify class net as entity from degree arguments: 0/0 new triple (1240, 0:00:00.033818) +- DEBUG - [P-2] ----- Associate mother to class net from :domain relation: 0/0 new triple (1240, 0:00:00.012149) +- DEBUG - [P-2] ----- Propagate individuals to net with same base node: 0/16 new triple (1240, 0:00:00.100779) +- DEBUG - [P-2] ----- Propagate individuals to net with domain link: 0/0 new triple (1240, 0:00:00.015046) +- DEBUG - [P-2] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-2] ----- step: Transduction +- DEBUG - [P-2] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-2] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-2] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-2] -- Step 3: Generation +- INFO - [P-2] --- Sequence: OWL Generation Sequence +- INFO - [P-2] ----- generate OWL class: 39/50 new triples (1279, 0:00:00.580258) +- INFO - [P-2] ----- generate OWL property: 20/20 new triples (1299, 0:00:00.203180) +- INFO - [P-2] ----- generate OWL individual: 8/12 new triples (1307, 0:00:00.156731) +- DEBUG - [P-2] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-2] ----- step: Generation +- DEBUG - [P-2] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-2] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-2] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-2] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-2] ----- Number of factoids: 82 +- DEBUG - [P-2] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-2] Success (82 extracted triple(s)) +- INFO - + [P-3] *** extraction from sentence 3 *** +- INFO - [P-3] -- Work Structure Preparation +- DEBUG - [P-3] --- Graph Initialization +- DEBUG - [P-3] ----- Configuration Loading +- DEBUG - [P-3] -------- RDF Schema (320) +- DEBUG - [P-3] -------- Semantic Net Definition (486) +- DEBUG - [P-3] -------- Config Parameter Definition (520) +- DEBUG - [P-3] ----- Frame Ontology Loading +- DEBUG - [P-3] -------- Base Ontology produced as output (550) +- DEBUG - [P-3] --- Source Data Import +- DEBUG - [P-3] ----- Sentence Loading +- DEBUG - [P-3] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-03/WikiAbstract-SolarSystem-03.stog.amr.ttl (637) +- DEBUG - [P-3] --- Export work graph as turtle +- DEBUG - [P-3] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-3/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-3] ----- Sentence (id): WikiAbstract-SolarSystem-03 +- INFO - [P-3] ----- Sentence (text): 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. +- INFO - [P-3] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-3] ----- Step number: 3 +- INFO - [P-3] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-3] ----- Total rule number: 0 +- INFO - [P-3] -- Step 1: Preprocessing +- INFO - [P-3] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-3] ----- fix AMR bug (1): 0/0 new triple (637, 0:00:00.092680) +- INFO - [P-3] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-3] ----- reclassify AMR-LD concept (1): 10/10 new triples (647, 0:00:00.130143) +- INFO - [P-3] ----- reclassify AMR-LD concept (2): 8/8 new triples (655, 0:00:00.051904) +- INFO - [P-3] ----- reclassify AMR-LD concept (3): 24/24 new triples (679, 0:00:00.038048) +- INFO - [P-3] ----- reclassify AMR-LD concept (4): 28/28 new triples (707, 0:00:00.047441) +- INFO - [P-3] ----- reclassify AMR-LD concept (5): 4/4 new triples (711, 0:00:00.035020) +- DEBUG - [P-3] ----- reify roles as concept: 0/0 new triple (711, 0:00:00.034280) +- INFO - [P-3] ----- reclassify existing variable: 85/85 new triples (796, 0:00:00.018951) +- DEBUG - [P-3] ----- add new variable for reified concept: 0/0 new triple (796, 0:00:00.046834) +- INFO - [P-3] ----- add AMR leaf for reclassified concept: 63/63 new triples (859, 0:00:00.032032) +- DEBUG - [P-3] ----- add AMR leaf for reified concept: 0/0 new triple (859, 0:00:00.010026) +- INFO - [P-3] ----- add AMR edge for core relation: 63/63 new triples (922, 0:00:00.114286) +- DEBUG - [P-3] ----- add AMR edge for reified concept: 0/0 new triple (922, 0:00:00.020183) +- INFO - [P-3] ----- add AMR edge for name relation: 5/5 new triples (927, 0:00:00.023231) +- ERROR - [P-3] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-3] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-3] ----- step_name = Preprocessing +- DEBUG - [P-3] ----- len(step_sequence_def) = 2 +- DEBUG - [P-3] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-3] *** Error while processing extraction (apply) *** +- DEBUG - [P-3] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-3] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-3] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-3] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-3] Failure +- INFO - + [P-4] *** extraction from sentence 4 *** +- INFO - [P-4] -- Work Structure Preparation +- DEBUG - [P-4] --- Graph Initialization +- DEBUG - [P-4] ----- Configuration Loading +- DEBUG - [P-4] -------- RDF Schema (320) +- DEBUG - [P-4] -------- Semantic Net Definition (486) +- DEBUG - [P-4] -------- Config Parameter Definition (520) +- DEBUG - [P-4] ----- Frame Ontology Loading +- DEBUG - [P-4] -------- Base Ontology produced as output (550) +- DEBUG - [P-4] --- Source Data Import +- DEBUG - [P-4] ----- Sentence Loading +- DEBUG - [P-4] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-04/WikiAbstract-SolarSystem-04.stog.amr.ttl (607) +- DEBUG - [P-4] --- Export work graph as turtle +- DEBUG - [P-4] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-4/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-4] ----- Sentence (id): WikiAbstract-SolarSystem-04 +- INFO - [P-4] ----- Sentence (text): The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud. +- INFO - [P-4] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-4] ----- Step number: 3 +- INFO - [P-4] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-4] ----- Total rule number: 0 +- INFO - [P-4] -- Step 1: Preprocessing +- INFO - [P-4] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-4] ----- fix AMR bug (1): 0/0 new triple (607, 0:00:00.017148) +- INFO - [P-4] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- DEBUG - [P-4] ----- reclassify AMR-LD concept (1): 0/0 new triple (607, 0:00:00.103592) +- INFO - [P-4] ----- reclassify AMR-LD concept (2): 4/4 new triples (611, 0:00:00.049220) +- INFO - [P-4] ----- reclassify AMR-LD concept (3): 12/12 new triples (623, 0:00:00.027820) +- INFO - [P-4] ----- reclassify AMR-LD concept (4): 36/36 new triples (659, 0:00:00.045124) +- DEBUG - [P-4] ----- reclassify AMR-LD concept (5): 0/0 new triple (659, 0:00:00.032048) +- DEBUG - [P-4] ----- reify roles as concept: 0/0 new triple (659, 0:00:00.037234) +- INFO - [P-4] ----- reclassify existing variable: 53/53 new triples (712, 0:00:00.017859) +- DEBUG - [P-4] ----- add new variable for reified concept: 0/0 new triple (712, 0:00:00.050052) +- INFO - [P-4] ----- add AMR leaf for reclassified concept: 39/39 new triples (751, 0:00:00.020983) +- DEBUG - [P-4] ----- add AMR leaf for reified concept: 0/0 new triple (751, 0:00:00.010166) +- INFO - [P-4] ----- add AMR edge for core relation: 36/36 new triples (787, 0:00:00.090862) +- DEBUG - [P-4] ----- add AMR edge for reified concept: 0/0 new triple (787, 0:00:00.021228) +- INFO - [P-4] ----- add AMR edge for name relation: 5/5 new triples (792, 0:00:00.018065) +- ERROR - [P-4] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-4] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-4] ----- step_name = Preprocessing +- DEBUG - [P-4] ----- len(step_sequence_def) = 2 +- DEBUG - [P-4] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-4] *** Error while processing extraction (apply) *** +- DEBUG - [P-4] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-4] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-4] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-4] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-4] Failure +- INFO - + [P-5] *** extraction from sentence 5 *** +- INFO - [P-5] -- Work Structure Preparation +- DEBUG - [P-5] --- Graph Initialization +- DEBUG - [P-5] ----- Configuration Loading +- DEBUG - [P-5] -------- RDF Schema (320) +- DEBUG - [P-5] -------- Semantic Net Definition (486) +- DEBUG - [P-5] -------- Config Parameter Definition (520) +- DEBUG - [P-5] ----- Frame Ontology Loading +- DEBUG - [P-5] -------- Base Ontology produced as output (550) +- DEBUG - [P-5] --- Source Data Import +- DEBUG - [P-5] ----- Sentence Loading +- DEBUG - [P-5] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-05/WikiAbstract-SolarSystem-05.stog.amr.ttl (600) +- DEBUG - [P-5] --- Export work graph as turtle +- DEBUG - [P-5] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-5/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-5] ----- Sentence (id): WikiAbstract-SolarSystem-05 +- INFO - [P-5] ----- Sentence (text): The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter. +- INFO - [P-5] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-5] ----- Step number: 3 +- INFO - [P-5] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-5] ----- Total rule number: 0 +- INFO - [P-5] -- Step 1: Preprocessing +- INFO - [P-5] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-5] ----- fix AMR bug (1): 0/0 new triple (600, 0:00:00.017005) +- INFO - [P-5] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-5] ----- reclassify AMR-LD concept (1): 5/5 new triples (605, 0:00:00.152571) +- DEBUG - [P-5] ----- reclassify AMR-LD concept (2): 0/0 new triple (605, 0:00:00.052634) +- INFO - [P-5] ----- reclassify AMR-LD concept (3): 12/12 new triples (617, 0:00:00.027966) +- INFO - [P-5] ----- reclassify AMR-LD concept (4): 20/20 new triples (637, 0:00:00.048885) +- INFO - [P-5] ----- reclassify AMR-LD concept (5): 4/4 new triples (641, 0:00:00.029356) +- INFO - [P-5] ----- reify roles as concept: 5/5 new triples (646, 0:00:00.034347) +- INFO - [P-5] ----- reclassify existing variable: 49/49 new triples (695, 0:00:00.022513) +- INFO - [P-5] ----- add new variable for reified concept: 4/4 new triples (699, 0:00:00.045879) +- INFO - [P-5] ----- add AMR leaf for reclassified concept: 36/36 new triples (735, 0:00:00.018007) +- INFO - [P-5] ----- add AMR leaf for reified concept: 4/4 new triples (739, 0:00:00.010938) +- INFO - [P-5] ----- add AMR edge for core relation: 30/30 new triples (769, 0:00:00.103007) +- INFO - [P-5] ----- add AMR edge for reified concept: 6/6 new triples (775, 0:00:00.041093) +- INFO - [P-5] ----- add AMR edge for name relation: 5/5 new triples (780, 0:00:00.018102) +- ERROR - [P-5] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-5] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-5] ----- step_name = Preprocessing +- DEBUG - [P-5] ----- len(step_sequence_def) = 2 +- DEBUG - [P-5] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-5] *** Error while processing extraction (apply) *** +- DEBUG - [P-5] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-5] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-5] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-5] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-5] Failure +- INFO - + [P-6] *** extraction from sentence 6 *** +- INFO - [P-6] -- Work Structure Preparation +- DEBUG - [P-6] --- Graph Initialization +- DEBUG - [P-6] ----- Configuration Loading +- DEBUG - [P-6] -------- RDF Schema (320) +- DEBUG - [P-6] -------- Semantic Net Definition (486) +- DEBUG - [P-6] -------- Config Parameter Definition (520) +- DEBUG - [P-6] ----- Frame Ontology Loading +- DEBUG - [P-6] -------- Base Ontology produced as output (550) +- DEBUG - [P-6] --- Source Data Import +- DEBUG - [P-6] ----- Sentence Loading +- DEBUG - [P-6] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-06/WikiAbstract-SolarSystem-06.stog.amr.ttl (616) +- DEBUG - [P-6] --- Export work graph as turtle +- DEBUG - [P-6] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-6] ----- Sentence (id): WikiAbstract-SolarSystem-06 +- INFO - [P-6] ----- Sentence (text): The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal. +- INFO - [P-6] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-6] ----- Step number: 3 +- INFO - [P-6] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-6] ----- Total rule number: 0 +- INFO - [P-6] -- Step 1: Preprocessing +- INFO - [P-6] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-6] ----- fix AMR bug (1): 0/0 new triple (616, 0:00:00.014307) +- INFO - [P-6] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-6] ----- reclassify AMR-LD concept (1): 10/10 new triples (626, 0:00:00.087973) +- INFO - [P-6] ----- reclassify AMR-LD concept (2): 4/4 new triples (630, 0:00:00.051885) +- INFO - [P-6] ----- reclassify AMR-LD concept (3): 4/4 new triples (634, 0:00:00.027955) +- INFO - [P-6] ----- reclassify AMR-LD concept (4): 28/28 new triples (662, 0:00:00.051268) +- INFO - [P-6] ----- reclassify AMR-LD concept (5): 4/4 new triples (666, 0:00:00.031106) +- INFO - [P-6] ----- reify roles as concept: 5/5 new triples (671, 0:00:00.035600) +- INFO - [P-6] ----- reclassify existing variable: 72/72 new triples (743, 0:00:00.018212) +- INFO - [P-6] ----- add new variable for reified concept: 4/4 new triples (747, 0:00:00.049968) +- INFO - [P-6] ----- add AMR leaf for reclassified concept: 51/51 new triples (798, 0:00:00.022944) +- INFO - [P-6] ----- add AMR leaf for reified concept: 4/4 new triples (802, 0:00:00.017575) +- INFO - [P-6] ----- add AMR edge for core relation: 45/45 new triples (847, 0:00:00.125485) +- INFO - [P-6] ----- add AMR edge for reified concept: 6/6 new triples (853, 0:00:00.067255) +- INFO - [P-6] ----- add AMR edge for name relation: 20/20 new triples (873, 0:00:00.026104) +- DEBUG - [P-6] ----- add AMR edge for quant relation: 0/0 new triple (873, 0:00:00.022867) +- DEBUG - [P-6] ----- add AMR edge for polarity relation: 0/0 new triple (873, 0:00:00.032236) +- INFO - [P-6] ----- update AMR edge role 1: 21/21 new triples (894, 0:00:00.175735) +- INFO - [P-6] ----- add AMR root: 5/5 new triples (899, 0:00:00.014329) +- DEBUG - [P-6] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-6] ----- step: Preprocessing +- DEBUG - [P-6] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-6] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-6] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-6] -- Step 2: Transduction +- INFO - [P-6] --- Sequence: atomic extraction sequence +- INFO - [P-6] ----- extract atom classes: 72/72 new triples (971, 0:00:00.373721) +- INFO - [P-6] ----- extract atom individuals: 32/32 new triples (1003, 0:00:00.216158) +- INFO - [P-6] ----- extract atomic properties: 38/38 new triples (1041, 0:00:00.105062) +- INFO - [P-6] ----- extract atom values: 20/20 new triples (1061, 0:00:00.093406) +- INFO - [P-6] ----- extract atom phenomena: 21/21 new triples (1082, 0:00:00.101924) +- INFO - [P-6] ----- propagate atom relations: 40/124 new triples (1122, 0:00:02.054124) +- INFO - [P-6] --- Sequence: classification sequence (1) +- DEBUG - [P-6] ----- classify modality phenomena: 0/0 new triple (1122, 0:00:00.026250) +- DEBUG - [P-6] ----- reclassify argument property to class: 0/0 new triple (1122, 0:00:00.030275) +- INFO - [P-6] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-6] ----- analyze "polarity" phenomena (1): 0/0 new triple (1122, 0:00:00.017742) +- DEBUG - [P-6] ----- analyze "polarity" phenomena (2): 0/0 new triple (1122, 0:00:00.023445) +- DEBUG - [P-6] ----- analyze "polarity" phenomena (3): 0/0 new triple (1122, 0:00:00.030337) +- DEBUG - [P-6] ----- analyze "polarity" phenomena (4): 0/0 new triple (1122, 0:00:00.065292) +- DEBUG - [P-6] ----- analyze "polarity" phenomena (5): 0/0 new triple (1122, 0:00:00.050038) +- INFO - [P-6] ----- analyze modifier phenomena (mod): 42/48 new triples (1164, 0:00:00.175212) +- DEBUG - [P-6] ----- classify modality phenomena: 0/0 new triple (1164, 0:00:00.021175) +- INFO - [P-6] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-6] ----- analyze "or" phenomena (1): 0/0 new triple (1164, 0:00:00.011664) +- DEBUG - [P-6] ----- analyze "or" phenomena (2): 0/0 new triple (1164, 0:00:00.012559) +- INFO - [P-6] ----- analyze "and" phenomena (1): 10/106 new triples (1174, 0:00:00.398452) +- INFO - [P-6] ----- analyze "and" phenomena (2): 4/44 new triples (1178, 0:00:00.158823) +- INFO - [P-6] --- Sequence: composite class extraction sequence +- DEBUG - [P-6] ----- extract composite classes (1): 0/0 new triple (1178, 0:00:00.036844) +- DEBUG - [P-6] ----- extract composite classes (2): 0/0 new triple (1178, 0:00:00.032975) +- INFO - [P-6] --- Sequence: classification sequence (2) +- INFO - [P-6] ----- classify class net as entity from core arguments: 18/185 new triples (1196, 0:00:00.384444) +- DEBUG - [P-6] ----- classify class net as entity from :part relation: 0/0 new triple (1196, 0:00:00.010848) +- DEBUG - [P-6] ----- classify class net as entity from degree arguments: 0/0 new triple (1196, 0:00:00.018759) +- DEBUG - [P-6] ----- Associate mother to class net from :domain relation: 0/0 new triple (1196, 0:00:00.011581) +- DEBUG - [P-6] ----- Propagate individuals to net with same base node: 0/52 new triple (1196, 0:00:00.198061) +- DEBUG - [P-6] ----- Propagate individuals to net with domain link: 0/0 new triple (1196, 0:00:00.009618) +- DEBUG - [P-6] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-6] ----- step: Transduction +- DEBUG - [P-6] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-6] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-6] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-6] -- Step 3: Generation +- INFO - [P-6] --- Sequence: OWL Generation Sequence +- INFO - [P-6] ----- generate OWL class: 38/38 new triples (1234, 0:00:00.426903) +- INFO - [P-6] ----- generate OWL property: 12/12 new triples (1246, 0:00:00.124748) +- INFO - [P-6] ----- generate OWL individual: 20/24 new triples (1266, 0:00:00.262835) +- DEBUG - [P-6] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-6] ----- step: Generation +- DEBUG - [P-6] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-6] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-6] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-6] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-6] ----- Number of factoids: 74 +- DEBUG - [P-6] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-6] Success (74 extracted triple(s)) +- INFO - + [P-7] *** extraction from sentence 7 *** +- INFO - [P-7] -- Work Structure Preparation +- DEBUG - [P-7] --- Graph Initialization +- DEBUG - [P-7] ----- Configuration Loading +- DEBUG - [P-7] -------- RDF Schema (320) +- DEBUG - [P-7] -------- Semantic Net Definition (486) +- DEBUG - [P-7] -------- Config Parameter Definition (520) +- DEBUG - [P-7] ----- Frame Ontology Loading +- DEBUG - [P-7] -------- Base Ontology produced as output (550) +- DEBUG - [P-7] --- Source Data Import +- DEBUG - [P-7] ----- Sentence Loading +- DEBUG - [P-7] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-07/WikiAbstract-SolarSystem-07.stog.amr.ttl (592) +- DEBUG - [P-7] --- Export work graph as turtle +- DEBUG - [P-7] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-7] ----- Sentence (id): WikiAbstract-SolarSystem-07 +- INFO - [P-7] ----- Sentence (text): The four outer system planets are giant planets, being substantially more massive than the terrestrials. +- INFO - [P-7] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-7] ----- Step number: 3 +- INFO - [P-7] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-7] ----- Total rule number: 0 +- INFO - [P-7] -- Step 1: Preprocessing +- INFO - [P-7] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-7] ----- fix AMR bug (1): 0/0 new triple (592, 0:00:00.017023) +- INFO - [P-7] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-7] ----- reclassify AMR-LD concept (1): 5/5 new triples (597, 0:00:00.092787) +- INFO - [P-7] ----- reclassify AMR-LD concept (2): 4/4 new triples (601, 0:00:00.048321) +- DEBUG - [P-7] ----- reclassify AMR-LD concept (3): 0/0 new triple (601, 0:00:00.027409) +- INFO - [P-7] ----- reclassify AMR-LD concept (4): 24/24 new triples (625, 0:00:00.048850) +- INFO - [P-7] ----- reclassify AMR-LD concept (5): 4/4 new triples (629, 0:00:00.027671) +- INFO - [P-7] ----- reify roles as concept: 5/5 new triples (634, 0:00:00.034989) +- INFO - [P-7] ----- reclassify existing variable: 40/40 new triples (674, 0:00:00.016803) +- INFO - [P-7] ----- add new variable for reified concept: 4/4 new triples (678, 0:00:00.051820) +- INFO - [P-7] ----- add AMR leaf for reclassified concept: 30/30 new triples (708, 0:00:00.015973) +- INFO - [P-7] ----- add AMR leaf for reified concept: 4/4 new triples (712, 0:00:00.011866) +- INFO - [P-7] ----- add AMR edge for core relation: 24/24 new triples (736, 0:00:00.082391) +- INFO - [P-7] ----- add AMR edge for reified concept: 6/6 new triples (742, 0:00:00.037734) +- DEBUG - [P-7] ----- add AMR edge for name relation: 0/0 new triple (742, 0:00:00.019969) +- INFO - [P-7] ----- add AMR edge for quant relation: 5/5 new triples (747, 0:00:00.019073) +- DEBUG - [P-7] ----- add AMR edge for polarity relation: 0/0 new triple (747, 0:00:00.024824) +- INFO - [P-7] ----- update AMR edge role 1: 10/10 new triples (757, 0:00:00.052684) +- INFO - [P-7] ----- add AMR root: 5/5 new triples (762, 0:00:00.010233) +- DEBUG - [P-7] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-7] ----- step: Preprocessing +- DEBUG - [P-7] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-7] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-7] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-7] -- Step 2: Transduction +- INFO - [P-7] --- Sequence: atomic extraction sequence +- INFO - [P-7] ----- extract atom classes: 48/48 new triples (810, 0:00:00.226707) +- DEBUG - [P-7] ----- extract atom individuals: 0/0 new triple (810, 0:00:00.017708) +- INFO - [P-7] ----- extract atomic properties: 24/24 new triples (834, 0:00:00.072702) +- INFO - [P-7] ----- extract atom values: 5/5 new triples (839, 0:00:00.029364) +- INFO - [P-7] ----- extract atom phenomena: 7/7 new triples (846, 0:00:00.037463) +- INFO - [P-7] ----- propagate atom relations: 18/38 new triples (864, 0:00:00.758793) +- INFO - [P-7] --- Sequence: classification sequence (1) +- DEBUG - [P-7] ----- classify modality phenomena: 0/0 new triple (864, 0:00:00.024713) +- DEBUG - [P-7] ----- reclassify argument property to class: 0/0 new triple (864, 0:00:00.028248) +- INFO - [P-7] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-7] ----- analyze "polarity" phenomena (1): 0/0 new triple (864, 0:00:00.009097) +- DEBUG - [P-7] ----- analyze "polarity" phenomena (2): 0/0 new triple (864, 0:00:00.019532) +- DEBUG - [P-7] ----- analyze "polarity" phenomena (3): 0/0 new triple (864, 0:00:00.023672) +- DEBUG - [P-7] ----- analyze "polarity" phenomena (4): 0/0 new triple (864, 0:00:00.042102) +- DEBUG - [P-7] ----- analyze "polarity" phenomena (5): 0/0 new triple (864, 0:00:00.039211) +- INFO - [P-7] ----- analyze modifier phenomena (mod): 43/50 new triples (907, 0:00:00.180664) +- DEBUG - [P-7] ----- classify modality phenomena: 0/0 new triple (907, 0:00:00.022170) +- INFO - [P-7] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-7] ----- analyze "or" phenomena (1): 0/0 new triple (907, 0:00:00.023471) +- DEBUG - [P-7] ----- analyze "or" phenomena (2): 0/0 new triple (907, 0:00:00.021601) +- DEBUG - [P-7] ----- analyze "and" phenomena (1): 0/0 new triple (907, 0:00:00.018340) +- DEBUG - [P-7] ----- analyze "and" phenomena (2): 0/0 new triple (907, 0:00:00.021569) +- INFO - [P-7] --- Sequence: composite class extraction sequence +- INFO - [P-7] ----- extract composite classes (1): 25/27 new triples (932, 0:00:00.174681) +- DEBUG - [P-7] ----- extract composite classes (2): 0/0 new triple (932, 0:00:00.032893) +- INFO - [P-7] --- Sequence: classification sequence (2) +- INFO - [P-7] ----- classify class net as entity from core arguments: 12/45 new triples (944, 0:00:00.209726) +- DEBUG - [P-7] ----- classify class net as entity from :part relation: 0/0 new triple (944, 0:00:00.012399) +- DEBUG - [P-7] ----- classify class net as entity from degree arguments: 0/0 new triple (944, 0:00:00.029160) +- INFO - [P-7] ----- Associate mother to class net from :domain relation: 2/68 new triples (946, 0:00:00.232389) +- DEBUG - [P-7] ----- Propagate individuals to net with same base node: 0/4 new triple (946, 0:00:00.077564) +- DEBUG - [P-7] ----- Propagate individuals to net with domain link: 0/0 new triple (946, 0:00:00.014270) +- DEBUG - [P-7] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-7] ----- step: Transduction +- DEBUG - [P-7] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-7] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-7] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-7] -- Step 3: Generation +- INFO - [P-7] --- Sequence: OWL Generation Sequence +- INFO - [P-7] ----- generate OWL class: 41/49 new triples (987, 0:00:00.461011) +- INFO - [P-7] ----- generate OWL property: 8/8 new triples (995, 0:00:00.096175) +- INFO - [P-7] ----- generate OWL individual: 4/8 new triples (999, 0:00:00.102579) +- DEBUG - [P-7] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-7] ----- step: Generation +- DEBUG - [P-7] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-7] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-7] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-7] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-7] ----- Number of factoids: 65 +- DEBUG - [P-7] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-7] Success (65 extracted triple(s)) +- INFO - + [P-8] *** extraction from sentence 8 *** +- INFO - [P-8] -- Work Structure Preparation +- DEBUG - [P-8] --- Graph Initialization +- DEBUG - [P-8] ----- Configuration Loading +- DEBUG - [P-8] -------- RDF Schema (320) +- DEBUG - [P-8] -------- Semantic Net Definition (486) +- DEBUG - [P-8] -------- Config Parameter Definition (520) +- DEBUG - [P-8] ----- Frame Ontology Loading +- DEBUG - [P-8] -------- Base Ontology produced as output (550) +- DEBUG - [P-8] --- Source Data Import +- DEBUG - [P-8] ----- Sentence Loading +- DEBUG - [P-8] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-08/WikiAbstract-SolarSystem-08.stog.amr.ttl (674) +- DEBUG - [P-8] --- Export work graph as turtle +- DEBUG - [P-8] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-8] ----- Sentence (id): WikiAbstract-SolarSystem-08 +- INFO - [P-8] ----- Sentence (text): 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. +- INFO - [P-8] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-8] ----- Step number: 3 +- INFO - [P-8] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-8] ----- Total rule number: 0 +- INFO - [P-8] -- Step 1: Preprocessing +- INFO - [P-8] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-8] ----- fix AMR bug (1): 0/0 new triple (674, 0:00:00.018316) +- INFO - [P-8] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-8] ----- reclassify AMR-LD concept (1): 15/15 new triples (689, 0:00:00.134630) +- INFO - [P-8] ----- reclassify AMR-LD concept (2): 8/8 new triples (697, 0:00:00.054810) +- INFO - [P-8] ----- reclassify AMR-LD concept (3): 20/20 new triples (717, 0:00:00.037849) +- INFO - [P-8] ----- reclassify AMR-LD concept (4): 52/52 new triples (769, 0:00:00.059524) +- INFO - [P-8] ----- reclassify AMR-LD concept (5): 4/4 new triples (773, 0:00:00.031438) +- DEBUG - [P-8] ----- reify roles as concept: 0/0 new triple (773, 0:00:00.044837) +- INFO - [P-8] ----- reclassify existing variable: 152/152 new triples (925, 0:00:00.024918) +- DEBUG - [P-8] ----- add new variable for reified concept: 0/0 new triple (925, 0:00:00.128479) +- INFO - [P-8] ----- add AMR leaf for reclassified concept: 111/111 new triples (1036, 0:00:00.059853) +- DEBUG - [P-8] ----- add AMR leaf for reified concept: 0/0 new triple (1036, 0:00:00.011129) +- INFO - [P-8] ----- add AMR edge for core relation: 108/108 new triples (1144, 0:00:00.209412) +- DEBUG - [P-8] ----- add AMR edge for reified concept: 0/0 new triple (1144, 0:00:00.020227) +- INFO - [P-8] ----- add AMR edge for name relation: 20/20 new triples (1164, 0:00:00.035332) +- DEBUG - [P-8] ----- add AMR edge for quant relation: 0/0 new triple (1164, 0:00:00.031823) +- DEBUG - [P-8] ----- add AMR edge for polarity relation: 0/0 new triple (1164, 0:00:00.040521) +- INFO - [P-8] ----- update AMR edge role 1: 39/39 new triples (1203, 0:00:00.147726) +- INFO - [P-8] ----- add AMR root: 5/5 new triples (1208, 0:00:00.010161) +- DEBUG - [P-8] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-8] ----- step: Preprocessing +- DEBUG - [P-8] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-8] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-8] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-8] -- Step 2: Transduction +- INFO - [P-8] --- Sequence: atomic extraction sequence +- INFO - [P-8] ----- extract atom classes: 120/120 new triples (1328, 0:00:00.604253) +- INFO - [P-8] ----- extract atom individuals: 32/32 new triples (1360, 0:00:00.177310) +- INFO - [P-8] ----- extract atomic properties: 109/109 new triples (1469, 0:00:00.333212) +- INFO - [P-8] ----- extract atom values: 20/20 new triples (1489, 0:00:00.111082) +- INFO - [P-8] ----- extract atom phenomena: 56/56 new triples (1545, 0:00:00.246639) +- INFO - [P-8] ----- propagate atom relations: 57/196 new triples (1602, 0:00:03.693438) +- INFO - [P-8] --- Sequence: classification sequence (1) +- DEBUG - [P-8] ----- classify modality phenomena: 0/0 new triple (1602, 0:00:00.021306) +- INFO - [P-8] ----- reclassify argument property to class: 10/12 new triples (1612, 0:00:00.069149) +- INFO - [P-8] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-8] ----- analyze "polarity" phenomena (1): 0/0 new triple (1612, 0:00:00.007764) +- DEBUG - [P-8] ----- analyze "polarity" phenomena (2): 0/0 new triple (1612, 0:00:00.016081) +- DEBUG - [P-8] ----- analyze "polarity" phenomena (3): 0/0 new triple (1612, 0:00:00.022223) +- DEBUG - [P-8] ----- analyze "polarity" phenomena (4): 0/0 new triple (1612, 0:00:00.035798) +- DEBUG - [P-8] ----- analyze "polarity" phenomena (5): 0/0 new triple (1612, 0:00:00.035731) +- INFO - [P-8] ----- analyze modifier phenomena (mod): 45/54 new triples (1657, 0:00:00.180590) +- DEBUG - [P-8] ----- classify modality phenomena: 0/0 new triple (1657, 0:00:00.023380) +- INFO - [P-8] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-8] ----- analyze "or" phenomena (1): 0/0 new triple (1657, 0:00:00.018904) +- DEBUG - [P-8] ----- analyze "or" phenomena (2): 0/0 new triple (1657, 0:00:00.014848) +- INFO - [P-8] ----- analyze "and" phenomena (1): 6/54 new triples (1663, 0:00:00.435183) +- INFO - [P-8] ----- analyze "and" phenomena (2): 4/44 new triples (1667, 0:00:00.294955) +- INFO - [P-8] --- Sequence: composite class extraction sequence +- DEBUG - [P-8] ----- extract composite classes (1): 0/0 new triple (1667, 0:00:00.028594) +- INFO - [P-8] ----- extract composite classes (2): 87/106 new triples (1754, 0:00:00.574002) +- INFO - [P-8] --- Sequence: classification sequence (2) +- INFO - [P-8] ----- classify class net as entity from core arguments: 34/159 new triples (1788, 0:00:00.350801) +- DEBUG - [P-8] ----- classify class net as entity from :part relation: 0/0 new triple (1788, 0:00:00.011562) +- DEBUG - [P-8] ----- classify class net as entity from degree arguments: 0/0 new triple (1788, 0:00:00.021466) +- DEBUG - [P-8] ----- Associate mother to class net from :domain relation: 0/0 new triple (1788, 0:00:00.010671) +- DEBUG - [P-8] ----- Propagate individuals to net with same base node: 0/52 new triple (1788, 0:00:00.182430) +- DEBUG - [P-8] ----- Propagate individuals to net with domain link: 0/0 new triple (1788, 0:00:00.009958) +- DEBUG - [P-8] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-8] ----- step: Transduction +- DEBUG - [P-8] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-8] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-8] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-8] -- Step 3: Generation +- INFO - [P-8] --- Sequence: OWL Generation Sequence +- INFO - [P-8] ----- generate OWL class: 90/102 new triples (1878, 0:00:00.919385) +- INFO - [P-8] ----- generate OWL property: 24/32 new triples (1902, 0:00:00.249335) +- INFO - [P-8] ----- generate OWL individual: 20/24 new triples (1922, 0:00:00.239445) +- DEBUG - [P-8] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-8] ----- step: Generation +- DEBUG - [P-8] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-8] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-8] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-8] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-8] ----- Number of factoids: 158 +- DEBUG - [P-8] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-8] Success (158 extracted triple(s)) +- INFO - + [P-9] *** extraction from sentence 9 *** +- INFO - [P-9] -- Work Structure Preparation +- DEBUG - [P-9] --- Graph Initialization +- DEBUG - [P-9] ----- Configuration Loading +- DEBUG - [P-9] -------- RDF Schema (320) +- DEBUG - [P-9] -------- Semantic Net Definition (486) +- DEBUG - [P-9] -------- Config Parameter Definition (520) +- DEBUG - [P-9] ----- Frame Ontology Loading +- DEBUG - [P-9] -------- Base Ontology produced as output (550) +- DEBUG - [P-9] --- Source Data Import +- DEBUG - [P-9] ----- Sentence Loading +- DEBUG - [P-9] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-09/WikiAbstract-SolarSystem-09.stog.amr.ttl (598) +- DEBUG - [P-9] --- Export work graph as turtle +- DEBUG - [P-9] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-9] ----- Sentence (id): WikiAbstract-SolarSystem-09 +- INFO - [P-9] ----- Sentence (text): All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic. +- INFO - [P-9] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-9] ----- Step number: 3 +- INFO - [P-9] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-9] ----- Total rule number: 0 +- INFO - [P-9] -- Step 1: Preprocessing +- INFO - [P-9] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-9] ----- fix AMR bug (1): 0/0 new triple (598, 0:00:00.015705) +- INFO - [P-9] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- DEBUG - [P-9] ----- reclassify AMR-LD concept (1): 0/0 new triple (598, 0:00:00.080272) +- INFO - [P-9] ----- reclassify AMR-LD concept (2): 8/8 new triples (606, 0:00:00.041750) +- INFO - [P-9] ----- reclassify AMR-LD concept (3): 16/16 new triples (622, 0:00:00.029499) +- INFO - [P-9] ----- reclassify AMR-LD concept (4): 12/12 new triples (634, 0:00:00.043115) +- INFO - [P-9] ----- reclassify AMR-LD concept (5): 8/8 new triples (642, 0:00:00.032409) +- DEBUG - [P-9] ----- reify roles as concept: 0/0 new triple (642, 0:00:00.034510) +- INFO - [P-9] ----- reclassify existing variable: 45/45 new triples (687, 0:00:00.015398) +- DEBUG - [P-9] ----- add new variable for reified concept: 0/0 new triple (687, 0:00:00.044582) +- INFO - [P-9] ----- add AMR leaf for reclassified concept: 33/33 new triples (720, 0:00:00.016876) +- DEBUG - [P-9] ----- add AMR leaf for reified concept: 0/0 new triple (720, 0:00:00.012297) +- INFO - [P-9] ----- add AMR edge for core relation: 30/30 new triples (750, 0:00:00.088644) +- DEBUG - [P-9] ----- add AMR edge for reified concept: 0/0 new triple (750, 0:00:00.021709) +- INFO - [P-9] ----- add AMR edge for name relation: 5/5 new triples (755, 0:00:00.100779) +- INFO - [P-9] ----- add AMR edge for quant relation: 5/5 new triples (760, 0:00:00.021491) +- DEBUG - [P-9] ----- add AMR edge for polarity relation: 0/0 new triple (760, 0:00:00.032474) +- INFO - [P-9] ----- update AMR edge role 1: 11/11 new triples (771, 0:00:00.059285) +- INFO - [P-9] ----- add AMR root: 5/5 new triples (776, 0:00:00.010038) +- DEBUG - [P-9] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-9] ----- step: Preprocessing +- DEBUG - [P-9] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-9] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-9] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-9] -- Step 2: Transduction +- INFO - [P-9] --- Sequence: atomic extraction sequence +- INFO - [P-9] ----- extract atom classes: 30/30 new triples (806, 0:00:00.146668) +- INFO - [P-9] ----- extract atom individuals: 8/8 new triples (814, 0:00:00.050667) +- INFO - [P-9] ----- extract atomic properties: 73/73 new triples (887, 0:00:00.213882) +- INFO - [P-9] ----- extract atom values: 10/10 new triples (897, 0:00:00.048515) +- DEBUG - [P-9] ----- extract atom phenomena: 0/0 new triple (897, 0:00:00.008947) +- INFO - [P-9] ----- propagate atom relations: 19/52 new triples (916, 0:00:00.891550) +- INFO - [P-9] --- Sequence: classification sequence (1) +- DEBUG - [P-9] ----- classify modality phenomena: 0/0 new triple (916, 0:00:00.022144) +- INFO - [P-9] ----- reclassify argument property to class: 11/14 new triples (927, 0:00:00.072031) +- INFO - [P-9] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-9] ----- analyze "polarity" phenomena (1): 0/0 new triple (927, 0:00:00.009069) +- DEBUG - [P-9] ----- analyze "polarity" phenomena (2): 0/0 new triple (927, 0:00:00.016638) +- DEBUG - [P-9] ----- analyze "polarity" phenomena (3): 0/0 new triple (927, 0:00:00.020485) +- DEBUG - [P-9] ----- analyze "polarity" phenomena (4): 0/0 new triple (927, 0:00:00.035416) +- DEBUG - [P-9] ----- analyze "polarity" phenomena (5): 0/0 new triple (927, 0:00:00.039392) +- INFO - [P-9] ----- analyze modifier phenomena (mod): 44/52 new triples (971, 0:00:00.240623) +- DEBUG - [P-9] ----- classify modality phenomena: 0/0 new triple (971, 0:00:00.038123) +- INFO - [P-9] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-9] ----- analyze "or" phenomena (1): 0/0 new triple (971, 0:00:00.013756) +- DEBUG - [P-9] ----- analyze "or" phenomena (2): 0/0 new triple (971, 0:00:00.019539) +- DEBUG - [P-9] ----- analyze "and" phenomena (1): 0/0 new triple (971, 0:00:00.011344) +- DEBUG - [P-9] ----- analyze "and" phenomena (2): 0/0 new triple (971, 0:00:00.010793) +- INFO - [P-9] --- Sequence: composite class extraction sequence +- DEBUG - [P-9] ----- extract composite classes (1): 0/0 new triple (971, 0:00:00.028154) +- INFO - [P-9] ----- extract composite classes (2): 26/29 new triples (997, 0:00:00.127735) +- INFO - [P-9] --- Sequence: classification sequence (2) +- INFO - [P-9] ----- classify class net as entity from core arguments: 10/107 new triples (1007, 0:00:00.189891) +- DEBUG - [P-9] ----- classify class net as entity from :part relation: 0/0 new triple (1007, 0:00:00.008820) +- DEBUG - [P-9] ----- classify class net as entity from degree arguments: 0/0 new triple (1007, 0:00:00.018074) +- DEBUG - [P-9] ----- Associate mother to class net from :domain relation: 0/0 new triple (1007, 0:00:00.008754) +- INFO - [P-9] ----- Propagate individuals to net with same base node: 1/18 new triple (1008, 0:00:00.100503) +- DEBUG - [P-9] ----- Propagate individuals to net with domain link: 0/0 new triple (1008, 0:00:00.011770) +- DEBUG - [P-9] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-9] ----- step: Transduction +- DEBUG - [P-9] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-9] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-9] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-9] -- Step 3: Generation +- INFO - [P-9] --- Sequence: OWL Generation Sequence +- INFO - [P-9] ----- generate OWL class: 33/33 new triples (1041, 0:00:00.398262) +- INFO - [P-9] ----- generate OWL property: 20/20 new triples (1061, 0:00:00.164457) +- INFO - [P-9] ----- generate OWL individual: 9/13 new triples (1070, 0:00:00.137512) +- DEBUG - [P-9] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-9] ----- step: Generation +- DEBUG - [P-9] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-9] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-9] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-9] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-9] ----- Number of factoids: 66 +- DEBUG - [P-9] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-9] Success (66 extracted triple(s)) +- INFO - + [P-10] *** extraction from sentence 10 *** +- INFO - [P-10] -- Work Structure Preparation +- DEBUG - [P-10] --- Graph Initialization +- DEBUG - [P-10] ----- Configuration Loading +- DEBUG - [P-10] -------- RDF Schema (320) +- DEBUG - [P-10] -------- Semantic Net Definition (486) +- DEBUG - [P-10] -------- Config Parameter Definition (520) +- DEBUG - [P-10] ----- Frame Ontology Loading +- DEBUG - [P-10] -------- Base Ontology produced as output (550) +- DEBUG - [P-10] --- Source Data Import +- DEBUG - [P-10] ----- Sentence Loading +- DEBUG - [P-10] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-10/WikiAbstract-SolarSystem-10.stog.amr.ttl (583) +- DEBUG - [P-10] --- Export work graph as turtle +- DEBUG - [P-10] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-10] ----- Sentence (id): WikiAbstract-SolarSystem-10 +- INFO - [P-10] ----- Sentence (text): The Solar System also contains smaller objects. +- INFO - [P-10] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-10] ----- Step number: 3 +- INFO - [P-10] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-10] ----- Total rule number: 0 +- INFO - [P-10] -- Step 1: Preprocessing +- INFO - [P-10] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-10] ----- fix AMR bug (1): 0/0 new triple (583, 0:00:00.018583) +- INFO - [P-10] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-10] ----- reclassify AMR-LD concept (1): 5/5 new triples (588, 0:00:00.071564) +- INFO - [P-10] ----- reclassify AMR-LD concept (2): 4/4 new triples (592, 0:00:00.046062) +- INFO - [P-10] ----- reclassify AMR-LD concept (3): 4/4 new triples (596, 0:00:00.028356) +- INFO - [P-10] ----- reclassify AMR-LD concept (4): 16/16 new triples (612, 0:00:00.044253) +- DEBUG - [P-10] ----- reclassify AMR-LD concept (5): 0/0 new triple (612, 0:00:00.030606) +- DEBUG - [P-10] ----- reify roles as concept: 0/0 new triple (612, 0:00:00.032536) +- INFO - [P-10] ----- reclassify existing variable: 29/29 new triples (641, 0:00:00.015600) +- DEBUG - [P-10] ----- add new variable for reified concept: 0/0 new triple (641, 0:00:00.045637) +- INFO - [P-10] ----- add AMR leaf for reclassified concept: 21/21 new triples (662, 0:00:00.012172) +- DEBUG - [P-10] ----- add AMR leaf for reified concept: 0/0 new triple (662, 0:00:00.010072) +- INFO - [P-10] ----- add AMR edge for core relation: 18/18 new triples (680, 0:00:00.071853) +- DEBUG - [P-10] ----- add AMR edge for reified concept: 0/0 new triple (680, 0:00:00.020565) +- INFO - [P-10] ----- add AMR edge for name relation: 5/5 new triples (685, 0:00:00.016693) +- DEBUG - [P-10] ----- add AMR edge for quant relation: 0/0 new triple (685, 0:00:00.018327) +- DEBUG - [P-10] ----- add AMR edge for polarity relation: 0/0 new triple (685, 0:00:00.025017) +- INFO - [P-10] ----- update AMR edge role 1: 7/7 new triples (692, 0:00:00.039946) +- INFO - [P-10] ----- add AMR root: 5/5 new triples (697, 0:00:00.008952) +- DEBUG - [P-10] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-10] ----- step: Preprocessing +- DEBUG - [P-10] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-10] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-10] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-10] -- Step 2: Transduction +- INFO - [P-10] --- Sequence: atomic extraction sequence +- INFO - [P-10] ----- extract atom classes: 24/24 new triples (721, 0:00:00.116402) +- INFO - [P-10] ----- extract atom individuals: 8/8 new triples (729, 0:00:00.045701) +- INFO - [P-10] ----- extract atomic properties: 25/25 new triples (754, 0:00:00.075883) +- INFO - [P-10] ----- extract atom values: 5/5 new triples (759, 0:00:00.027886) +- INFO - [P-10] ----- extract atom phenomena: 7/7 new triples (766, 0:00:00.035625) +- INFO - [P-10] ----- propagate atom relations: 15/38 new triples (781, 0:00:00.525225) +- INFO - [P-10] --- Sequence: classification sequence (1) +- DEBUG - [P-10] ----- classify modality phenomena: 0/0 new triple (781, 0:00:00.020764) +- DEBUG - [P-10] ----- reclassify argument property to class: 0/0 new triple (781, 0:00:00.023735) +- INFO - [P-10] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-10] ----- analyze "polarity" phenomena (1): 0/0 new triple (781, 0:00:00.008544) +- DEBUG - [P-10] ----- analyze "polarity" phenomena (2): 0/0 new triple (781, 0:00:00.015863) +- DEBUG - [P-10] ----- analyze "polarity" phenomena (3): 0/0 new triple (781, 0:00:00.016267) +- DEBUG - [P-10] ----- analyze "polarity" phenomena (4): 0/0 new triple (781, 0:00:00.038608) +- DEBUG - [P-10] ----- analyze "polarity" phenomena (5): 0/0 new triple (781, 0:00:00.038620) +- DEBUG - [P-10] ----- analyze modifier phenomena (mod): 0/0 new triple (781, 0:00:00.008404) +- DEBUG - [P-10] ----- classify modality phenomena: 0/0 new triple (781, 0:00:00.018978) +- INFO - [P-10] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-10] ----- analyze "or" phenomena (1): 0/0 new triple (781, 0:00:00.012618) +- DEBUG - [P-10] ----- analyze "or" phenomena (2): 0/0 new triple (781, 0:00:00.011395) +- DEBUG - [P-10] ----- analyze "and" phenomena (1): 0/0 new triple (781, 0:00:00.010042) +- DEBUG - [P-10] ----- analyze "and" phenomena (2): 0/0 new triple (781, 0:00:00.010182) +- INFO - [P-10] --- Sequence: composite class extraction sequence +- DEBUG - [P-10] ----- extract composite classes (1): 0/0 new triple (781, 0:00:00.028440) +- DEBUG - [P-10] ----- extract composite classes (2): 0/0 new triple (781, 0:00:00.027431) +- INFO - [P-10] --- Sequence: classification sequence (2) +- INFO - [P-10] ----- classify class net as entity from core arguments: 6/23 new triples (787, 0:00:00.088248) +- DEBUG - [P-10] ----- classify class net as entity from :part relation: 0/0 new triple (787, 0:00:00.009002) +- DEBUG - [P-10] ----- classify class net as entity from degree arguments: 0/0 new triple (787, 0:00:00.019206) +- DEBUG - [P-10] ----- Associate mother to class net from :domain relation: 0/0 new triple (787, 0:00:00.008662) +- DEBUG - [P-10] ----- Propagate individuals to net with same base node: 0/12 new triple (787, 0:00:00.039143) +- DEBUG - [P-10] ----- Propagate individuals to net with domain link: 0/0 new triple (787, 0:00:00.009304) +- DEBUG - [P-10] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-10] ----- step: Transduction +- DEBUG - [P-10] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-10] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-10] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-10] -- Step 3: Generation +- INFO - [P-10] --- Sequence: OWL Generation Sequence +- INFO - [P-10] ----- generate OWL class: 12/12 new triples (799, 0:00:00.100622) +- INFO - [P-10] ----- generate OWL property: 8/8 new triples (807, 0:00:00.069284) +- INFO - [P-10] ----- generate OWL individual: 4/4 new triples (811, 0:00:00.053937) +- DEBUG - [P-10] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-10] ----- step: Generation +- DEBUG - [P-10] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-10] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-10] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-10] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-10] ----- Number of factoids: 24 +- DEBUG - [P-10] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-10] Success (24 extracted triple(s)) +- INFO - + [P-11] *** extraction from sentence 11 *** +- INFO - [P-11] -- Work Structure Preparation +- DEBUG - [P-11] --- Graph Initialization +- DEBUG - [P-11] ----- Configuration Loading +- DEBUG - [P-11] -------- RDF Schema (320) +- DEBUG - [P-11] -------- Semantic Net Definition (486) +- DEBUG - [P-11] -------- Config Parameter Definition (520) +- DEBUG - [P-11] ----- Frame Ontology Loading +- DEBUG - [P-11] -------- Base Ontology produced as output (550) +- DEBUG - [P-11] --- Source Data Import +- DEBUG - [P-11] ----- Sentence Loading +- DEBUG - [P-11] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-11/WikiAbstract-SolarSystem-11.stog.amr.ttl (620) +- DEBUG - [P-11] --- Export work graph as turtle +- DEBUG - [P-11] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-11] ----- Sentence (id): WikiAbstract-SolarSystem-11 +- INFO - [P-11] ----- Sentence (text): The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal. +- INFO - [P-11] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-11] ----- Step number: 3 +- INFO - [P-11] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-11] ----- Total rule number: 0 +- INFO - [P-11] -- Step 1: Preprocessing +- INFO - [P-11] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-11] ----- fix AMR bug (1): 0/0 new triple (620, 0:00:00.017928) +- INFO - [P-11] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-11] ----- reclassify AMR-LD concept (1): 5/5 new triples (625, 0:00:00.093578) +- INFO - [P-11] ----- reclassify AMR-LD concept (2): 8/8 new triples (633, 0:00:00.046256) +- INFO - [P-11] ----- reclassify AMR-LD concept (3): 20/20 new triples (653, 0:00:00.031305) +- INFO - [P-11] ----- reclassify AMR-LD concept (4): 24/24 new triples (677, 0:00:00.047575) +- INFO - [P-11] ----- reclassify AMR-LD concept (5): 4/4 new triples (681, 0:00:00.029457) +- DEBUG - [P-11] ----- reify roles as concept: 0/0 new triple (681, 0:00:00.035866) +- INFO - [P-11] ----- reclassify existing variable: 74/74 new triples (755, 0:00:00.018673) +- DEBUG - [P-11] ----- add new variable for reified concept: 0/0 new triple (755, 0:00:00.050074) +- INFO - [P-11] ----- add AMR leaf for reclassified concept: 54/54 new triples (809, 0:00:00.024892) +- DEBUG - [P-11] ----- add AMR leaf for reified concept: 0/0 new triple (809, 0:00:00.011804) +- INFO - [P-11] ----- add AMR edge for core relation: 51/51 new triples (860, 0:00:00.102026) +- DEBUG - [P-11] ----- add AMR edge for reified concept: 0/0 new triple (860, 0:00:00.019642) +- INFO - [P-11] ----- add AMR edge for name relation: 10/10 new triples (870, 0:00:00.020293) +- DEBUG - [P-11] ----- add AMR edge for quant relation: 0/0 new triple (870, 0:00:00.022712) +- DEBUG - [P-11] ----- add AMR edge for polarity relation: 0/0 new triple (870, 0:00:00.029566) +- INFO - [P-11] ----- update AMR edge role 1: 19/19 new triples (889, 0:00:00.078968) +- INFO - [P-11] ----- add AMR root: 5/5 new triples (894, 0:00:00.009359) +- DEBUG - [P-11] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-11] ----- step: Preprocessing +- DEBUG - [P-11] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-11] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-11] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-11] -- Step 2: Transduction +- INFO - [P-11] --- Sequence: atomic extraction sequence +- INFO - [P-11] ----- extract atom classes: 54/54 new triples (948, 0:00:00.374560) +- INFO - [P-11] ----- extract atom individuals: 16/16 new triples (964, 0:00:00.116111) +- INFO - [P-11] ----- extract atomic properties: 101/101 new triples (1065, 0:00:00.439925) +- INFO - [P-11] ----- extract atom values: 10/10 new triples (1075, 0:00:00.062374) +- INFO - [P-11] ----- extract atom phenomena: 7/7 new triples (1082, 0:00:00.042190) +- INFO - [P-11] ----- propagate atom relations: 30/96 new triples (1112, 0:00:01.641122) +- INFO - [P-11] --- Sequence: classification sequence (1) +- DEBUG - [P-11] ----- classify modality phenomena: 0/0 new triple (1112, 0:00:00.020167) +- INFO - [P-11] ----- reclassify argument property to class: 22/28 new triples (1134, 0:00:00.108894) +- INFO - [P-11] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-11] ----- analyze "polarity" phenomena (1): 0/0 new triple (1134, 0:00:00.008967) +- DEBUG - [P-11] ----- analyze "polarity" phenomena (2): 0/0 new triple (1134, 0:00:00.021096) +- DEBUG - [P-11] ----- analyze "polarity" phenomena (3): 0/0 new triple (1134, 0:00:00.021020) +- DEBUG - [P-11] ----- analyze "polarity" phenomena (4): 0/0 new triple (1134, 0:00:00.037998) +- DEBUG - [P-11] ----- analyze "polarity" phenomena (5): 0/0 new triple (1134, 0:00:00.040846) +- INFO - [P-11] ----- analyze modifier phenomena (mod): 43/50 new triples (1177, 0:00:00.212841) +- DEBUG - [P-11] ----- classify modality phenomena: 0/0 new triple (1177, 0:00:00.024692) +- INFO - [P-11] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-11] ----- analyze "or" phenomena (1): 0/0 new triple (1177, 0:00:00.014423) +- DEBUG - [P-11] ----- analyze "or" phenomena (2): 0/0 new triple (1177, 0:00:00.014472) +- INFO - [P-11] ----- analyze "and" phenomena (1): 2/18 new triples (1179, 0:00:00.173557) +- DEBUG - [P-11] ----- analyze "and" phenomena (2): 0/0 new triple (1179, 0:00:00.012980) +- INFO - [P-11] --- Sequence: composite class extraction sequence +- INFO - [P-11] ----- extract composite classes (1): 25/27 new triples (1204, 0:00:00.134451) +- INFO - [P-11] ----- extract composite classes (2): 27/30 new triples (1231, 0:00:00.134097) +- INFO - [P-11] --- Sequence: classification sequence (2) +- INFO - [P-11] ----- classify class net as entity from core arguments: 22/132 new triples (1253, 0:00:00.279270) +- DEBUG - [P-11] ----- classify class net as entity from :part relation: 0/0 new triple (1253, 0:00:00.010292) +- DEBUG - [P-11] ----- classify class net as entity from degree arguments: 0/0 new triple (1253, 0:00:00.016273) +- DEBUG - [P-11] ----- Associate mother to class net from :domain relation: 0/0 new triple (1253, 0:00:00.009670) +- DEBUG - [P-11] ----- Propagate individuals to net with same base node: 0/28 new triple (1253, 0:00:00.109291) +- DEBUG - [P-11] ----- Propagate individuals to net with domain link: 0/0 new triple (1253, 0:00:00.008781) +- DEBUG - [P-11] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-11] ----- step: Transduction +- DEBUG - [P-11] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-11] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-11] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-11] -- Step 3: Generation +- INFO - [P-11] --- Sequence: OWL Generation Sequence +- INFO - [P-11] ----- generate OWL class: 56/56 new triples (1309, 0:00:00.570490) +- INFO - [P-11] ----- generate OWL property: 20/24 new triples (1329, 0:00:00.214460) +- INFO - [P-11] ----- generate OWL individual: 12/16 new triples (1341, 0:00:00.227436) +- DEBUG - [P-11] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-11] ----- step: Generation +- DEBUG - [P-11] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-11] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-11] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-11] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-11] ----- Number of factoids: 96 +- DEBUG - [P-11] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-11] Success (96 extracted triple(s)) +- INFO - + [P-12] *** extraction from sentence 12 *** +- INFO - [P-12] -- Work Structure Preparation +- DEBUG - [P-12] --- Graph Initialization +- DEBUG - [P-12] ----- Configuration Loading +- DEBUG - [P-12] -------- RDF Schema (320) +- DEBUG - [P-12] -------- Semantic Net Definition (486) +- DEBUG - [P-12] -------- Config Parameter Definition (520) +- DEBUG - [P-12] ----- Frame Ontology Loading +- DEBUG - [P-12] -------- Base Ontology produced as output (550) +- DEBUG - [P-12] --- Source Data Import +- DEBUG - [P-12] ----- Sentence Loading +- DEBUG - [P-12] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-12/WikiAbstract-SolarSystem-12.stog.amr.ttl (632) +- DEBUG - [P-12] --- Export work graph as turtle +- DEBUG - [P-12] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-12] ----- Sentence (id): WikiAbstract-SolarSystem-12 +- INFO - [P-12] ----- Sentence (text): 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. +- INFO - [P-12] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-12] ----- Step number: 3 +- INFO - [P-12] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-12] ----- Total rule number: 0 +- INFO - [P-12] -- Step 1: Preprocessing +- INFO - [P-12] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-12] ----- fix AMR bug (1): 0/0 new triple (632, 0:00:00.015693) +- INFO - [P-12] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-12] ----- reclassify AMR-LD concept (1): 5/5 new triples (637, 0:00:00.100737) +- INFO - [P-12] ----- reclassify AMR-LD concept (2): 4/4 new triples (641, 0:00:00.048216) +- INFO - [P-12] ----- reclassify AMR-LD concept (3): 28/28 new triples (669, 0:00:00.032024) +- INFO - [P-12] ----- reclassify AMR-LD concept (4): 28/28 new triples (697, 0:00:00.121490) +- INFO - [P-12] ----- reclassify AMR-LD concept (5): 4/4 new triples (701, 0:00:00.031946) +- DEBUG - [P-12] ----- reify roles as concept: 0/0 new triple (701, 0:00:00.043365) +- INFO - [P-12] ----- reclassify existing variable: 82/82 new triples (783, 0:00:00.021269) +- DEBUG - [P-12] ----- add new variable for reified concept: 0/0 new triple (783, 0:00:00.046280) +- INFO - [P-12] ----- add AMR leaf for reclassified concept: 60/60 new triples (843, 0:00:00.027442) +- DEBUG - [P-12] ----- add AMR leaf for reified concept: 0/0 new triple (843, 0:00:00.011502) +- INFO - [P-12] ----- add AMR edge for core relation: 63/63 new triples (906, 0:00:00.114994) +- DEBUG - [P-12] ----- add AMR edge for reified concept: 0/0 new triple (906, 0:00:00.024973) +- INFO - [P-12] ----- add AMR edge for name relation: 10/10 new triples (916, 0:00:00.020100) +- ERROR - [P-12] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-12] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-12] ----- step_name = Preprocessing +- DEBUG - [P-12] ----- len(step_sequence_def) = 2 +- DEBUG - [P-12] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-12] *** Error while processing extraction (apply) *** +- DEBUG - [P-12] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-12] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-12] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-12] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-12] Failure +- INFO - + [P-13] *** extraction from sentence 13 *** +- INFO - [P-13] -- Work Structure Preparation +- DEBUG - [P-13] --- Graph Initialization +- DEBUG - [P-13] ----- Configuration Loading +- DEBUG - [P-13] -------- RDF Schema (320) +- DEBUG - [P-13] -------- Semantic Net Definition (486) +- DEBUG - [P-13] -------- Config Parameter Definition (520) +- DEBUG - [P-13] ----- Frame Ontology Loading +- DEBUG - [P-13] -------- Base Ontology produced as output (550) +- DEBUG - [P-13] --- Source Data Import +- DEBUG - [P-13] ----- Sentence Loading +- DEBUG - [P-13] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-13/WikiAbstract-SolarSystem-13.stog.amr.ttl (620) +- DEBUG - [P-13] --- Export work graph as turtle +- DEBUG - [P-13] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-13/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-13] ----- Sentence (id): WikiAbstract-SolarSystem-13 +- INFO - [P-13] ----- Sentence (text): 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. +- INFO - [P-13] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-13] ----- Step number: 3 +- INFO - [P-13] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-13] ----- Total rule number: 0 +- INFO - [P-13] -- Step 1: Preprocessing +- INFO - [P-13] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-13] ----- fix AMR bug (1): 0/0 new triple (620, 0:00:00.015333) +- INFO - [P-13] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-13] ----- reclassify AMR-LD concept (1): 5/5 new triples (625, 0:00:00.096491) +- DEBUG - [P-13] ----- reclassify AMR-LD concept (2): 0/0 new triple (625, 0:00:00.052029) +- INFO - [P-13] ----- reclassify AMR-LD concept (3): 16/16 new triples (641, 0:00:00.029192) +- INFO - [P-13] ----- reclassify AMR-LD concept (4): 40/40 new triples (681, 0:00:00.049930) +- INFO - [P-13] ----- reclassify AMR-LD concept (5): 4/4 new triples (685, 0:00:00.029144) +- DEBUG - [P-13] ----- reify roles as concept: 0/0 new triple (685, 0:00:00.038169) +- INFO - [P-13] ----- reclassify existing variable: 64/64 new triples (749, 0:00:00.021776) +- DEBUG - [P-13] ----- add new variable for reified concept: 0/0 new triple (749, 0:00:00.047551) +- INFO - [P-13] ----- add AMR leaf for reclassified concept: 48/48 new triples (797, 0:00:00.025551) +- DEBUG - [P-13] ----- add AMR leaf for reified concept: 0/0 new triple (797, 0:00:00.010900) +- INFO - [P-13] ----- add AMR edge for core relation: 51/51 new triples (848, 0:00:00.132548) +- DEBUG - [P-13] ----- add AMR edge for reified concept: 0/0 new triple (848, 0:00:00.025329) +- DEBUG - [P-13] ----- add AMR edge for name relation: 0/0 new triple (848, 0:00:00.020681) +- ERROR - [P-13] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-13] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-13] ----- step_name = Preprocessing +- DEBUG - [P-13] ----- len(step_sequence_def) = 2 +- DEBUG - [P-13] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-13] *** Error while processing extraction (apply) *** +- DEBUG - [P-13] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-13] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-13] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-13] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-13] Failure +- INFO - + [P-14] *** extraction from sentence 14 *** +- INFO - [P-14] -- Work Structure Preparation +- DEBUG - [P-14] --- Graph Initialization +- DEBUG - [P-14] ----- Configuration Loading +- DEBUG - [P-14] -------- RDF Schema (320) +- DEBUG - [P-14] -------- Semantic Net Definition (486) +- DEBUG - [P-14] -------- Config Parameter Definition (520) +- DEBUG - [P-14] ----- Frame Ontology Loading +- DEBUG - [P-14] -------- Base Ontology produced as output (550) +- DEBUG - [P-14] --- Source Data Import +- DEBUG - [P-14] ----- Sentence Loading +- DEBUG - [P-14] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-14/WikiAbstract-SolarSystem-14.stog.amr.ttl (573) +- DEBUG - [P-14] --- Export work graph as turtle +- DEBUG - [P-14] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-14] ----- Sentence (id): WikiAbstract-SolarSystem-14 +- INFO - [P-14] ----- Sentence (text): Such objects are categorized as dwarf planets. +- INFO - [P-14] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-14] ----- Step number: 3 +- INFO - [P-14] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-14] ----- Total rule number: 0 +- INFO - [P-14] -- Step 1: Preprocessing +- INFO - [P-14] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-14] ----- fix AMR bug (1): 0/0 new triple (573, 0:00:00.015840) +- INFO - [P-14] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- DEBUG - [P-14] ----- reclassify AMR-LD concept (1): 0/0 new triple (573, 0:00:00.069464) +- DEBUG - [P-14] ----- reclassify AMR-LD concept (2): 0/0 new triple (573, 0:00:00.107686) +- INFO - [P-14] ----- reclassify AMR-LD concept (3): 4/4 new triples (577, 0:00:00.033515) +- INFO - [P-14] ----- reclassify AMR-LD concept (4): 12/12 new triples (589, 0:00:00.057431) +- INFO - [P-14] ----- reclassify AMR-LD concept (5): 4/4 new triples (593, 0:00:00.034398) +- DEBUG - [P-14] ----- reify roles as concept: 0/0 new triple (593, 0:00:00.040787) +- INFO - [P-14] ----- reclassify existing variable: 20/20 new triples (613, 0:00:00.019280) +- DEBUG - [P-14] ----- add new variable for reified concept: 0/0 new triple (613, 0:00:00.046013) +- INFO - [P-14] ----- add AMR leaf for reclassified concept: 15/15 new triples (628, 0:00:00.014653) +- DEBUG - [P-14] ----- add AMR leaf for reified concept: 0/0 new triple (628, 0:00:00.014760) +- INFO - [P-14] ----- add AMR edge for core relation: 12/12 new triples (640, 0:00:00.066915) +- DEBUG - [P-14] ----- add AMR edge for reified concept: 0/0 new triple (640, 0:00:00.021097) +- DEBUG - [P-14] ----- add AMR edge for name relation: 0/0 new triple (640, 0:00:00.018003) +- DEBUG - [P-14] ----- add AMR edge for quant relation: 0/0 new triple (640, 0:00:00.016389) +- DEBUG - [P-14] ----- add AMR edge for polarity relation: 0/0 new triple (640, 0:00:00.023937) +- INFO - [P-14] ----- update AMR edge role 1: 4/4 new triples (644, 0:00:00.027476) +- INFO - [P-14] ----- add AMR root: 5/5 new triples (649, 0:00:00.011231) +- DEBUG - [P-14] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-14] ----- step: Preprocessing +- DEBUG - [P-14] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-14] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-14] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-14] -- Step 2: Transduction +- INFO - [P-14] --- Sequence: atomic extraction sequence +- INFO - [P-14] ----- extract atom classes: 24/24 new triples (673, 0:00:00.122285) +- DEBUG - [P-14] ----- extract atom individuals: 0/0 new triple (673, 0:00:00.015161) +- INFO - [P-14] ----- extract atomic properties: 13/13 new triples (686, 0:00:00.059356) +- DEBUG - [P-14] ----- extract atom values: 0/0 new triple (686, 0:00:00.014211) +- DEBUG - [P-14] ----- extract atom phenomena: 0/0 new triple (686, 0:00:00.022342) +- INFO - [P-14] ----- propagate atom relations: 7/16 new triples (693, 0:00:00.354577) +- INFO - [P-14] --- Sequence: classification sequence (1) +- DEBUG - [P-14] ----- classify modality phenomena: 0/0 new triple (693, 0:00:00.019530) +- DEBUG - [P-14] ----- reclassify argument property to class: 0/0 new triple (693, 0:00:00.024829) +- INFO - [P-14] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-14] ----- analyze "polarity" phenomena (1): 0/0 new triple (693, 0:00:00.007008) +- DEBUG - [P-14] ----- analyze "polarity" phenomena (2): 0/0 new triple (693, 0:00:00.016874) +- DEBUG - [P-14] ----- analyze "polarity" phenomena (3): 0/0 new triple (693, 0:00:00.021906) +- DEBUG - [P-14] ----- analyze "polarity" phenomena (4): 0/0 new triple (693, 0:00:00.035734) +- DEBUG - [P-14] ----- analyze "polarity" phenomena (5): 0/0 new triple (693, 0:00:00.050288) +- INFO - [P-14] ----- analyze modifier phenomena (mod): 42/48 new triples (735, 0:00:00.324349) +- DEBUG - [P-14] ----- classify modality phenomena: 0/0 new triple (735, 0:00:00.021016) +- INFO - [P-14] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-14] ----- analyze "or" phenomena (1): 0/0 new triple (735, 0:00:00.014549) +- DEBUG - [P-14] ----- analyze "or" phenomena (2): 0/0 new triple (735, 0:00:00.012986) +- DEBUG - [P-14] ----- analyze "and" phenomena (1): 0/0 new triple (735, 0:00:00.010902) +- DEBUG - [P-14] ----- analyze "and" phenomena (2): 0/0 new triple (735, 0:00:00.010700) +- INFO - [P-14] --- Sequence: composite class extraction sequence +- DEBUG - [P-14] ----- extract composite classes (1): 0/0 new triple (735, 0:00:00.041816) +- INFO - [P-14] ----- extract composite classes (2): 27/29 new triples (762, 0:00:00.154999) +- INFO - [P-14] --- Sequence: classification sequence (2) +- INFO - [P-14] ----- classify class net as entity from core arguments: 8/27 new triples (770, 0:00:00.105148) +- DEBUG - [P-14] ----- classify class net as entity from :part relation: 0/0 new triple (770, 0:00:00.012303) +- DEBUG - [P-14] ----- classify class net as entity from degree arguments: 0/0 new triple (770, 0:00:00.019379) +- DEBUG - [P-14] ----- Associate mother to class net from :domain relation: 0/0 new triple (770, 0:00:00.012190) +- DEBUG - [P-14] ----- Propagate individuals to net with same base node: 0/4 new triple (770, 0:00:00.042215) +- DEBUG - [P-14] ----- Propagate individuals to net with domain link: 0/0 new triple (770, 0:00:00.008465) +- DEBUG - [P-14] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-14] ----- step: Transduction +- DEBUG - [P-14] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-14] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-14] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-14] -- Step 3: Generation +- INFO - [P-14] --- Sequence: OWL Generation Sequence +- INFO - [P-14] ----- generate OWL class: 29/29 new triples (799, 0:00:00.298732) +- INFO - [P-14] ----- generate OWL property: 4/4 new triples (803, 0:00:00.037521) +- INFO - [P-14] ----- generate OWL individual: 4/8 new triples (807, 0:00:00.083396) +- DEBUG - [P-14] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-14] ----- step: Generation +- DEBUG - [P-14] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-14] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-14] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-14] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-14] ----- Number of factoids: 41 +- DEBUG - [P-14] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-14] Success (41 extracted triple(s)) +- INFO - + [P-15] *** extraction from sentence 15 *** +- INFO - [P-15] -- Work Structure Preparation +- DEBUG - [P-15] --- Graph Initialization +- DEBUG - [P-15] ----- Configuration Loading +- DEBUG - [P-15] -------- RDF Schema (320) +- DEBUG - [P-15] -------- Semantic Net Definition (486) +- DEBUG - [P-15] -------- Config Parameter Definition (520) +- DEBUG - [P-15] ----- Frame Ontology Loading +- DEBUG - [P-15] -------- Base Ontology produced as output (550) +- DEBUG - [P-15] --- Source Data Import +- DEBUG - [P-15] ----- Sentence Loading +- DEBUG - [P-15] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-15/WikiAbstract-SolarSystem-15.stog.amr.ttl (635) +- DEBUG - [P-15] --- Export work graph as turtle +- DEBUG - [P-15] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-15] ----- Sentence (id): WikiAbstract-SolarSystem-15 +- INFO - [P-15] ----- Sentence (text): 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. +- INFO - [P-15] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-15] ----- Step number: 3 +- INFO - [P-15] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-15] ----- Total rule number: 0 +- INFO - [P-15] -- Step 1: Preprocessing +- INFO - [P-15] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-15] ----- fix AMR bug (1): 0/0 new triple (635, 0:00:00.013550) +- INFO - [P-15] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-15] ----- reclassify AMR-LD concept (1): 5/5 new triples (640, 0:00:00.158256) +- DEBUG - [P-15] ----- reclassify AMR-LD concept (2): 0/0 new triple (640, 0:00:00.043043) +- INFO - [P-15] ----- reclassify AMR-LD concept (3): 16/16 new triples (656, 0:00:00.032617) +- INFO - [P-15] ----- reclassify AMR-LD concept (4): 20/20 new triples (676, 0:00:00.043543) +- INFO - [P-15] ----- reclassify AMR-LD concept (5): 8/8 new triples (684, 0:00:00.028157) +- DEBUG - [P-15] ----- reify roles as concept: 0/0 new triple (684, 0:00:00.043380) +- INFO - [P-15] ----- reclassify existing variable: 89/89 new triples (773, 0:00:00.020110) +- DEBUG - [P-15] ----- add new variable for reified concept: 0/0 new triple (773, 0:00:00.048724) +- INFO - [P-15] ----- add AMR leaf for reclassified concept: 60/60 new triples (833, 0:00:00.023963) +- DEBUG - [P-15] ----- add AMR leaf for reified concept: 0/0 new triple (833, 0:00:00.012046) +- INFO - [P-15] ----- add AMR edge for core relation: 57/57 new triples (890, 0:00:00.131630) +- DEBUG - [P-15] ----- add AMR edge for reified concept: 0/0 new triple (890, 0:00:00.032996) +- INFO - [P-15] ----- add AMR edge for name relation: 45/45 new triples (935, 0:00:00.027362) +- ERROR - [P-15] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-15] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-15] ----- step_name = Preprocessing +- DEBUG - [P-15] ----- len(step_sequence_def) = 2 +- DEBUG - [P-15] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-15] *** Error while processing extraction (apply) *** +- DEBUG - [P-15] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-15] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-15] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-15] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-15] Failure +- INFO - + [P-16] *** extraction from sentence 16 *** +- INFO - [P-16] -- Work Structure Preparation +- DEBUG - [P-16] --- Graph Initialization +- DEBUG - [P-16] ----- Configuration Loading +- DEBUG - [P-16] -------- RDF Schema (320) +- DEBUG - [P-16] -------- Semantic Net Definition (486) +- DEBUG - [P-16] -------- Config Parameter Definition (520) +- DEBUG - [P-16] ----- Frame Ontology Loading +- DEBUG - [P-16] -------- Base Ontology produced as output (550) +- DEBUG - [P-16] --- Source Data Import +- DEBUG - [P-16] ----- Sentence Loading +- DEBUG - [P-16] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-16/WikiAbstract-SolarSystem-16.stog.amr.ttl (621) +- DEBUG - [P-16] --- Export work graph as turtle +- DEBUG - [P-16] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-16] ----- Sentence (id): WikiAbstract-SolarSystem-16 +- INFO - [P-16] ----- Sentence (text): In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions. +- INFO - [P-16] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-16] ----- Step number: 3 +- INFO - [P-16] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-16] ----- Total rule number: 0 +- INFO - [P-16] -- Step 1: Preprocessing +- INFO - [P-16] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-16] ----- fix AMR bug (1): 0/0 new triple (621, 0:00:00.023803) +- INFO - [P-16] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-16] ----- reclassify AMR-LD concept (1): 5/5 new triples (626, 0:00:00.114863) +- INFO - [P-16] ----- reclassify AMR-LD concept (2): 4/4 new triples (630, 0:00:00.050357) +- INFO - [P-16] ----- reclassify AMR-LD concept (3): 12/12 new triples (642, 0:00:00.033291) +- INFO - [P-16] ----- reclassify AMR-LD concept (4): 48/48 new triples (690, 0:00:00.049700) +- DEBUG - [P-16] ----- reclassify AMR-LD concept (5): 0/0 new triple (690, 0:00:00.027552) +- DEBUG - [P-16] ----- reify roles as concept: 0/0 new triple (690, 0:00:00.036923) +- INFO - [P-16] ----- reclassify existing variable: 76/76 new triples (766, 0:00:00.019303) +- DEBUG - [P-16] ----- add new variable for reified concept: 0/0 new triple (766, 0:00:00.044084) +- INFO - [P-16] ----- add AMR leaf for reclassified concept: 57/57 new triples (823, 0:00:00.029224) +- DEBUG - [P-16] ----- add AMR leaf for reified concept: 0/0 new triple (823, 0:00:00.012101) +- INFO - [P-16] ----- add AMR edge for core relation: 54/54 new triples (877, 0:00:00.106291) +- DEBUG - [P-16] ----- add AMR edge for reified concept: 0/0 new triple (877, 0:00:00.020307) +- DEBUG - [P-16] ----- add AMR edge for name relation: 0/0 new triple (877, 0:00:00.020540) +- INFO - [P-16] ----- add AMR edge for quant relation: 5/5 new triples (882, 0:00:00.024389) +- DEBUG - [P-16] ----- add AMR edge for polarity relation: 0/0 new triple (882, 0:00:00.031396) +- INFO - [P-16] ----- update AMR edge role 1: 17/17 new triples (899, 0:00:00.100120) +- INFO - [P-16] ----- add AMR root: 5/5 new triples (904, 0:00:00.014729) +- DEBUG - [P-16] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-16] ----- step: Preprocessing +- DEBUG - [P-16] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-16] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-16] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-16] -- Step 2: Transduction +- INFO - [P-16] --- Sequence: atomic extraction sequence +- INFO - [P-16] ----- extract atom classes: 78/78 new triples (982, 0:00:00.430377) +- DEBUG - [P-16] ----- extract atom individuals: 0/0 new triple (982, 0:00:00.017973) +- INFO - [P-16] ----- extract atomic properties: 50/50 new triples (1032, 0:00:00.218892) +- INFO - [P-16] ----- extract atom values: 5/5 new triples (1037, 0:00:00.036793) +- INFO - [P-16] ----- extract atom phenomena: 14/14 new triples (1051, 0:00:00.065838) +- INFO - [P-16] ----- propagate atom relations: 26/66 new triples (1077, 0:00:01.371689) +- INFO - [P-16] --- Sequence: classification sequence (1) +- DEBUG - [P-16] ----- classify modality phenomena: 0/0 new triple (1077, 0:00:00.025479) +- INFO - [P-16] ----- reclassify argument property to class: 10/12 new triples (1087, 0:00:00.089407) +- INFO - [P-16] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-16] ----- analyze "polarity" phenomena (1): 0/0 new triple (1087, 0:00:00.009166) +- DEBUG - [P-16] ----- analyze "polarity" phenomena (2): 0/0 new triple (1087, 0:00:00.022354) +- DEBUG - [P-16] ----- analyze "polarity" phenomena (3): 0/0 new triple (1087, 0:00:00.023436) +- DEBUG - [P-16] ----- analyze "polarity" phenomena (4): 0/0 new triple (1087, 0:00:00.044786) +- DEBUG - [P-16] ----- analyze "polarity" phenomena (5): 0/0 new triple (1087, 0:00:00.040860) +- INFO - [P-16] ----- analyze modifier phenomena (mod): 108/128 new triples (1195, 0:00:00.557275) +- DEBUG - [P-16] ----- classify modality phenomena: 0/0 new triple (1195, 0:00:00.020530) +- INFO - [P-16] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-16] ----- analyze "or" phenomena (1): 0/0 new triple (1195, 0:00:00.016869) +- DEBUG - [P-16] ----- analyze "or" phenomena (2): 0/0 new triple (1195, 0:00:00.016802) +- INFO - [P-16] ----- analyze "and" phenomena (1): 4/52 new triples (1199, 0:00:00.148550) +- DEBUG - [P-16] ----- analyze "and" phenomena (2): 0/0 new triple (1199, 0:00:00.011164) +- INFO - [P-16] --- Sequence: composite class extraction sequence +- INFO - [P-16] ----- extract composite classes (1): 42/58 new triples (1241, 0:00:00.225540) +- DEBUG - [P-16] ----- extract composite classes (2): 0/0 new triple (1241, 0:00:00.035136) +- INFO - [P-16] --- Sequence: classification sequence (2) +- INFO - [P-16] ----- classify class net as entity from core arguments: 16/101 new triples (1257, 0:00:00.311754) +- DEBUG - [P-16] ----- classify class net as entity from :part relation: 0/0 new triple (1257, 0:00:00.013559) +- DEBUG - [P-16] ----- classify class net as entity from degree arguments: 0/0 new triple (1257, 0:00:00.021058) +- DEBUG - [P-16] ----- Associate mother to class net from :domain relation: 0/0 new triple (1257, 0:00:00.012449) +- DEBUG - [P-16] ----- Propagate individuals to net with same base node: 0/10 new triple (1257, 0:00:00.105380) +- DEBUG - [P-16] ----- Propagate individuals to net with domain link: 0/0 new triple (1257, 0:00:00.012940) +- DEBUG - [P-16] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-16] ----- step: Transduction +- DEBUG - [P-16] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-16] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-16] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-16] -- Step 3: Generation +- INFO - [P-16] --- Sequence: OWL Generation Sequence +- INFO - [P-16] ----- generate OWL class: 81/85 new triples (1338, 0:00:01.020750) +- INFO - [P-16] ----- generate OWL property: 12/12 new triples (1350, 0:00:00.111140) +- INFO - [P-16] ----- generate OWL individual: 10/20 new triples (1360, 0:00:00.208538) +- DEBUG - [P-16] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-16] ----- step: Generation +- DEBUG - [P-16] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-16] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-16] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-16] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-16] ----- Number of factoids: 117 +- DEBUG - [P-16] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-16] Success (117 extracted triple(s)) +- INFO - + [P-17] *** extraction from sentence 17 *** +- INFO - [P-17] -- Work Structure Preparation +- DEBUG - [P-17] --- Graph Initialization +- DEBUG - [P-17] ----- Configuration Loading +- DEBUG - [P-17] -------- RDF Schema (320) +- DEBUG - [P-17] -------- Semantic Net Definition (486) +- DEBUG - [P-17] -------- Config Parameter Definition (520) +- DEBUG - [P-17] ----- Frame Ontology Loading +- DEBUG - [P-17] -------- Base Ontology produced as output (550) +- DEBUG - [P-17] --- Source Data Import +- DEBUG - [P-17] ----- Sentence Loading +- DEBUG - [P-17] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-17/WikiAbstract-SolarSystem-17.stog.amr.ttl (641) +- DEBUG - [P-17] --- Export work graph as turtle +- DEBUG - [P-17] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-17] ----- Sentence (id): WikiAbstract-SolarSystem-17 +- INFO - [P-17] ----- Sentence (text): 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. +- INFO - [P-17] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-17] ----- Step number: 3 +- INFO - [P-17] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-17] ----- Total rule number: 0 +- INFO - [P-17] -- Step 1: Preprocessing +- INFO - [P-17] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-17] ----- fix AMR bug (1): 0/0 new triple (641, 0:00:00.016670) +- INFO - [P-17] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-17] ----- reclassify AMR-LD concept (1): 15/15 new triples (656, 0:00:00.109518) +- INFO - [P-17] ----- reclassify AMR-LD concept (2): 12/12 new triples (668, 0:00:00.051350) +- INFO - [P-17] ----- reclassify AMR-LD concept (3): 16/16 new triples (684, 0:00:00.030037) +- INFO - [P-17] ----- reclassify AMR-LD concept (4): 28/28 new triples (712, 0:00:00.052148) +- INFO - [P-17] ----- reclassify AMR-LD concept (5): 8/8 new triples (720, 0:00:00.028711) +- DEBUG - [P-17] ----- reify roles as concept: 0/0 new triple (720, 0:00:00.036892) +- INFO - [P-17] ----- reclassify existing variable: 92/92 new triples (812, 0:00:00.020950) +- DEBUG - [P-17] ----- add new variable for reified concept: 0/0 new triple (812, 0:00:00.043943) +- INFO - [P-17] ----- add AMR leaf for reclassified concept: 69/69 new triples (881, 0:00:00.033596) +- DEBUG - [P-17] ----- add AMR leaf for reified concept: 0/0 new triple (881, 0:00:00.011274) +- INFO - [P-17] ----- add AMR edge for core relation: 72/72 new triples (953, 0:00:00.127677) +- DEBUG - [P-17] ----- add AMR edge for reified concept: 0/0 new triple (953, 0:00:00.020394) +- DEBUG - [P-17] ----- add AMR edge for name relation: 0/0 new triple (953, 0:00:00.023006) +- ERROR - [P-17] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-17] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-17] ----- step_name = Preprocessing +- DEBUG - [P-17] ----- len(step_sequence_def) = 2 +- DEBUG - [P-17] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-17] *** Error while processing extraction (apply) *** +- DEBUG - [P-17] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-17] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-17] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-17] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-17] Failure +- INFO - + [P-18] *** extraction from sentence 18 *** +- INFO - [P-18] -- Work Structure Preparation +- DEBUG - [P-18] --- Graph Initialization +- DEBUG - [P-18] ----- Configuration Loading +- DEBUG - [P-18] -------- RDF Schema (320) +- DEBUG - [P-18] -------- Semantic Net Definition (486) +- DEBUG - [P-18] -------- Config Parameter Definition (520) +- DEBUG - [P-18] ----- Frame Ontology Loading +- DEBUG - [P-18] -------- Base Ontology produced as output (550) +- DEBUG - [P-18] --- Source Data Import +- DEBUG - [P-18] ----- Sentence Loading +- DEBUG - [P-18] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-18/WikiAbstract-SolarSystem-18.stog.amr.ttl (593) +- DEBUG - [P-18] --- Export work graph as turtle +- DEBUG - [P-18] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-18] ----- Sentence (id): WikiAbstract-SolarSystem-18 +- INFO - [P-18] ----- Sentence (text): Each of the outer planets is encircled by planetary rings of dust and other small objects. +- INFO - [P-18] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-18] ----- Step number: 3 +- INFO - [P-18] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-18] ----- Total rule number: 0 +- INFO - [P-18] -- Step 1: Preprocessing +- INFO - [P-18] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-18] ----- fix AMR bug (1): 0/0 new triple (593, 0:00:00.015013) +- INFO - [P-18] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-18] ----- reclassify AMR-LD concept (1): 5/5 new triples (598, 0:00:00.083010) +- DEBUG - [P-18] ----- reclassify AMR-LD concept (2): 0/0 new triple (598, 0:00:00.047373) +- INFO - [P-18] ----- reclassify AMR-LD concept (3): 4/4 new triples (602, 0:00:00.027611) +- INFO - [P-18] ----- reclassify AMR-LD concept (4): 28/28 new triples (630, 0:00:00.049108) +- INFO - [P-18] ----- reclassify AMR-LD concept (5): 4/4 new triples (634, 0:00:00.026967) +- DEBUG - [P-18] ----- reify roles as concept: 0/0 new triple (634, 0:00:00.111383) +- INFO - [P-18] ----- reclassify existing variable: 44/44 new triples (678, 0:00:00.020557) +- DEBUG - [P-18] ----- add new variable for reified concept: 0/0 new triple (678, 0:00:00.047104) +- INFO - [P-18] ----- add AMR leaf for reclassified concept: 33/33 new triples (711, 0:00:00.015738) +- DEBUG - [P-18] ----- add AMR leaf for reified concept: 0/0 new triple (711, 0:00:00.011075) +- INFO - [P-18] ----- add AMR edge for core relation: 30/30 new triples (741, 0:00:00.083143) +- DEBUG - [P-18] ----- add AMR edge for reified concept: 0/0 new triple (741, 0:00:00.019777) +- DEBUG - [P-18] ----- add AMR edge for name relation: 0/0 new triple (741, 0:00:00.017493) +- DEBUG - [P-18] ----- add AMR edge for quant relation: 0/0 new triple (741, 0:00:00.020889) +- DEBUG - [P-18] ----- add AMR edge for polarity relation: 0/0 new triple (741, 0:00:00.025961) +- INFO - [P-18] ----- update AMR edge role 1: 9/9 new triples (750, 0:00:00.048162) +- INFO - [P-18] ----- add AMR root: 5/5 new triples (755, 0:00:00.010503) +- DEBUG - [P-18] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-18] ----- step: Preprocessing +- DEBUG - [P-18] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-18] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-18] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-18] -- Step 2: Transduction +- INFO - [P-18] --- Sequence: atomic extraction sequence +- INFO - [P-18] ----- extract atom classes: 54/54 new triples (809, 0:00:00.253492) +- DEBUG - [P-18] ----- extract atom individuals: 0/0 new triple (809, 0:00:00.014188) +- INFO - [P-18] ----- extract atomic properties: 13/13 new triples (822, 0:00:00.039925) +- DEBUG - [P-18] ----- extract atom values: 0/0 new triple (822, 0:00:00.006406) +- INFO - [P-18] ----- extract atom phenomena: 7/7 new triples (829, 0:00:00.036767) +- INFO - [P-18] ----- propagate atom relations: 14/36 new triples (843, 0:00:00.664899) +- INFO - [P-18] --- Sequence: classification sequence (1) +- DEBUG - [P-18] ----- classify modality phenomena: 0/0 new triple (843, 0:00:00.022280) +- DEBUG - [P-18] ----- reclassify argument property to class: 0/0 new triple (843, 0:00:00.025994) +- INFO - [P-18] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-18] ----- analyze "polarity" phenomena (1): 0/0 new triple (843, 0:00:00.007954) +- DEBUG - [P-18] ----- analyze "polarity" phenomena (2): 0/0 new triple (843, 0:00:00.020225) +- DEBUG - [P-18] ----- analyze "polarity" phenomena (3): 0/0 new triple (843, 0:00:00.017560) +- DEBUG - [P-18] ----- analyze "polarity" phenomena (4): 0/0 new triple (843, 0:00:00.035787) +- DEBUG - [P-18] ----- analyze "polarity" phenomena (5): 0/0 new triple (843, 0:00:00.039449) +- INFO - [P-18] ----- analyze modifier phenomena (mod): 107/128 new triples (950, 0:00:00.446866) +- DEBUG - [P-18] ----- classify modality phenomena: 0/0 new triple (950, 0:00:00.023070) +- INFO - [P-18] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-18] ----- analyze "or" phenomena (1): 0/0 new triple (950, 0:00:00.017559) +- DEBUG - [P-18] ----- analyze "or" phenomena (2): 0/0 new triple (950, 0:00:00.011749) +- DEBUG - [P-18] ----- analyze "and" phenomena (1): 0/0 new triple (950, 0:00:00.011293) +- DEBUG - [P-18] ----- analyze "and" phenomena (2): 0/0 new triple (950, 0:00:00.010718) +- INFO - [P-18] --- Sequence: composite class extraction sequence +- DEBUG - [P-18] ----- extract composite classes (1): 0/0 new triple (950, 0:00:00.028663) +- INFO - [P-18] ----- extract composite classes (2): 53/58 new triples (1003, 0:00:00.214907) +- INFO - [P-18] --- Sequence: classification sequence (2) +- INFO - [P-18] ----- classify class net as entity from core arguments: 10/39 new triples (1013, 0:00:00.103787) +- DEBUG - [P-18] ----- classify class net as entity from :part relation: 0/0 new triple (1013, 0:00:00.013413) +- DEBUG - [P-18] ----- classify class net as entity from degree arguments: 0/0 new triple (1013, 0:00:00.018226) +- DEBUG - [P-18] ----- Associate mother to class net from :domain relation: 0/0 new triple (1013, 0:00:00.008760) +- DEBUG - [P-18] ----- Propagate individuals to net with same base node: 0/10 new triple (1013, 0:00:00.094815) +- DEBUG - [P-18] ----- Propagate individuals to net with domain link: 0/0 new triple (1013, 0:00:00.009512) +- DEBUG - [P-18] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-18] ----- step: Transduction +- DEBUG - [P-18] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-18] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-18] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-18] -- Step 3: Generation +- INFO - [P-18] --- Sequence: OWL Generation Sequence +- INFO - [P-18] ----- generate OWL class: 62/65 new triples (1075, 0:00:00.726356) +- INFO - [P-18] ----- generate OWL property: 4/4 new triples (1079, 0:00:00.037289) +- INFO - [P-18] ----- generate OWL individual: 10/20 new triples (1089, 0:00:00.207232) +- DEBUG - [P-18] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-18] ----- step: Generation +- DEBUG - [P-18] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-18] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-18] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-18] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-18] ----- Number of factoids: 89 +- DEBUG - [P-18] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-18] Success (89 extracted triple(s)) +- INFO - + [P-19] *** extraction from sentence 19 *** +- INFO - [P-19] -- Work Structure Preparation +- DEBUG - [P-19] --- Graph Initialization +- DEBUG - [P-19] ----- Configuration Loading +- DEBUG - [P-19] -------- RDF Schema (320) +- DEBUG - [P-19] -------- Semantic Net Definition (486) +- DEBUG - [P-19] -------- Config Parameter Definition (520) +- DEBUG - [P-19] ----- Frame Ontology Loading +- DEBUG - [P-19] -------- Base Ontology produced as output (550) +- DEBUG - [P-19] --- Source Data Import +- DEBUG - [P-19] ----- Sentence Loading +- DEBUG - [P-19] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-19/WikiAbstract-SolarSystem-19.stog.amr.ttl (615) +- DEBUG - [P-19] --- Export work graph as turtle +- DEBUG - [P-19] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-19] ----- Sentence (id): WikiAbstract-SolarSystem-19 +- INFO - [P-19] ----- Sentence (text): 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. +- INFO - [P-19] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-19] ----- Step number: 3 +- INFO - [P-19] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-19] ----- Total rule number: 0 +- INFO - [P-19] -- Step 1: Preprocessing +- INFO - [P-19] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-19] ----- fix AMR bug (1): 0/0 new triple (615, 0:00:00.015100) +- INFO - [P-19] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- DEBUG - [P-19] ----- reclassify AMR-LD concept (1): 0/0 new triple (615, 0:00:00.098698) +- INFO - [P-19] ----- reclassify AMR-LD concept (2): 4/4 new triples (619, 0:00:00.045654) +- INFO - [P-19] ----- reclassify AMR-LD concept (3): 24/24 new triples (643, 0:00:00.030458) +- INFO - [P-19] ----- reclassify AMR-LD concept (4): 32/32 new triples (675, 0:00:00.049516) +- DEBUG - [P-19] ----- reclassify AMR-LD concept (5): 0/0 new triple (675, 0:00:00.029657) +- DEBUG - [P-19] ----- reify roles as concept: 0/0 new triple (675, 0:00:00.034737) +- INFO - [P-19] ----- reclassify existing variable: 60/60 new triples (735, 0:00:00.017233) +- DEBUG - [P-19] ----- add new variable for reified concept: 0/0 new triple (735, 0:00:00.047588) +- INFO - [P-19] ----- add AMR leaf for reclassified concept: 45/45 new triples (780, 0:00:00.022592) +- DEBUG - [P-19] ----- add AMR leaf for reified concept: 0/0 new triple (780, 0:00:00.010353) +- INFO - [P-19] ----- add AMR edge for core relation: 45/45 new triples (825, 0:00:00.096037) +- DEBUG - [P-19] ----- add AMR edge for reified concept: 0/0 new triple (825, 0:00:00.023576) +- DEBUG - [P-19] ----- add AMR edge for name relation: 0/0 new triple (825, 0:00:00.020633) +- DEBUG - [P-19] ----- add AMR edge for quant relation: 0/0 new triple (825, 0:00:00.020252) +- DEBUG - [P-19] ----- add AMR edge for polarity relation: 0/0 new triple (825, 0:00:00.025935) +- INFO - [P-19] ----- update AMR edge role 1: 12/12 new triples (837, 0:00:00.068790) +- INFO - [P-19] ----- add AMR root: 5/5 new triples (842, 0:00:00.011378) +- DEBUG - [P-19] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-19] ----- step: Preprocessing +- DEBUG - [P-19] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-19] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-19] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-19] -- Step 2: Transduction +- INFO - [P-19] --- Sequence: atomic extraction sequence +- INFO - [P-19] ----- extract atom classes: 48/48 new triples (890, 0:00:00.228736) +- DEBUG - [P-19] ----- extract atom individuals: 0/0 new triple (890, 0:00:00.016630) +- INFO - [P-19] ----- extract atomic properties: 88/88 new triples (978, 0:00:00.240462) +- DEBUG - [P-19] ----- extract atom values: 0/0 new triple (978, 0:00:00.006500) +- DEBUG - [P-19] ----- extract atom phenomena: 0/0 new triple (978, 0:00:00.009572) +- INFO - [P-19] ----- propagate atom relations: 16/48 new triples (994, 0:00:01.002369) +- INFO - [P-19] --- Sequence: classification sequence (1) +- DEBUG - [P-19] ----- classify modality phenomena: 0/0 new triple (994, 0:00:00.027572) +- INFO - [P-19] ----- reclassify argument property to class: 10/12 new triples (1004, 0:00:00.066731) +- INFO - [P-19] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-19] ----- analyze "polarity" phenomena (1): 0/0 new triple (1004, 0:00:00.009902) +- DEBUG - [P-19] ----- analyze "polarity" phenomena (2): 0/0 new triple (1004, 0:00:00.020646) +- DEBUG - [P-19] ----- analyze "polarity" phenomena (3): 0/0 new triple (1004, 0:00:00.016263) +- DEBUG - [P-19] ----- analyze "polarity" phenomena (4): 0/0 new triple (1004, 0:00:00.036643) +- DEBUG - [P-19] ----- analyze "polarity" phenomena (5): 0/0 new triple (1004, 0:00:00.036499) +- INFO - [P-19] ----- analyze modifier phenomena (mod): 22/26 new triples (1026, 0:00:00.088509) +- DEBUG - [P-19] ----- classify modality phenomena: 0/0 new triple (1026, 0:00:00.026255) +- INFO - [P-19] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-19] ----- analyze "or" phenomena (1): 0/0 new triple (1026, 0:00:00.012935) +- DEBUG - [P-19] ----- analyze "or" phenomena (2): 0/0 new triple (1026, 0:00:00.011089) +- DEBUG - [P-19] ----- analyze "and" phenomena (1): 0/0 new triple (1026, 0:00:00.010496) +- DEBUG - [P-19] ----- analyze "and" phenomena (2): 0/0 new triple (1026, 0:00:00.011518) +- INFO - [P-19] --- Sequence: composite class extraction sequence +- INFO - [P-19] ----- extract composite classes (1): 25/27 new triples (1051, 0:00:00.127921) +- INFO - [P-19] ----- extract composite classes (2): 45/48 new triples (1096, 0:00:00.221460) +- INFO - [P-19] --- Sequence: classification sequence (2) +- INFO - [P-19] ----- classify class net as entity from core arguments: 14/101 new triples (1110, 0:00:00.231062) +- DEBUG - [P-19] ----- classify class net as entity from :part relation: 0/0 new triple (1110, 0:00:00.010044) +- DEBUG - [P-19] ----- classify class net as entity from degree arguments: 0/0 new triple (1110, 0:00:00.017343) +- DEBUG - [P-19] ----- Associate mother to class net from :domain relation: 0/0 new triple (1110, 0:00:00.008851) +- DEBUG - [P-19] ----- Propagate individuals to net with same base node: 0/2 new triple (1110, 0:00:00.032349) +- DEBUG - [P-19] ----- Propagate individuals to net with domain link: 0/0 new triple (1110, 0:00:00.008730) +- DEBUG - [P-19] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-19] ----- step: Transduction +- DEBUG - [P-19] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-19] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-19] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-19] -- Step 3: Generation +- INFO - [P-19] --- Sequence: OWL Generation Sequence +- INFO - [P-19] ----- generate OWL class: 60/60 new triples (1170, 0:00:00.570876) +- INFO - [P-19] ----- generate OWL property: 24/24 new triples (1194, 0:00:00.202578) +- INFO - [P-19] ----- generate OWL individual: 2/4 new triples (1196, 0:00:00.046356) +- DEBUG - [P-19] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-19] ----- step: Generation +- DEBUG - [P-19] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-19] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-19] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-19] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-19] ----- Number of factoids: 88 +- DEBUG - [P-19] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-19] Success (88 extracted triple(s)) +- INFO - + [P-20] *** extraction from sentence 20 *** +- INFO - [P-20] -- Work Structure Preparation +- DEBUG - [P-20] --- Graph Initialization +- DEBUG - [P-20] ----- Configuration Loading +- DEBUG - [P-20] -------- RDF Schema (320) +- DEBUG - [P-20] -------- Semantic Net Definition (486) +- DEBUG - [P-20] -------- Config Parameter Definition (520) +- DEBUG - [P-20] ----- Frame Ontology Loading +- DEBUG - [P-20] -------- Base Ontology produced as output (550) +- DEBUG - [P-20] --- Source Data Import +- DEBUG - [P-20] ----- Sentence Loading +- DEBUG - [P-20] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-20/WikiAbstract-SolarSystem-20.stog.amr.ttl (609) +- DEBUG - [P-20] --- Export work graph as turtle +- DEBUG - [P-20] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-20] ----- Sentence (id): WikiAbstract-SolarSystem-20 +- INFO - [P-20] ----- Sentence (text): 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. +- INFO - [P-20] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-20] ----- Step number: 3 +- INFO - [P-20] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-20] ----- Total rule number: 0 +- INFO - [P-20] -- Step 1: Preprocessing +- INFO - [P-20] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-20] ----- fix AMR bug (1): 0/0 new triple (609, 0:00:00.016031) +- INFO - [P-20] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- DEBUG - [P-20] ----- reclassify AMR-LD concept (1): 0/0 new triple (609, 0:00:00.090965) +- INFO - [P-20] ----- reclassify AMR-LD concept (2): 4/4 new triples (613, 0:00:00.042185) +- INFO - [P-20] ----- reclassify AMR-LD concept (3): 20/20 new triples (633, 0:00:00.107104) +- INFO - [P-20] ----- reclassify AMR-LD concept (4): 32/32 new triples (665, 0:00:00.055342) +- DEBUG - [P-20] ----- reclassify AMR-LD concept (5): 0/0 new triple (665, 0:00:00.027055) +- INFO - [P-20] ----- reify roles as concept: 5/5 new triples (670, 0:00:00.036248) +- INFO - [P-20] ----- reclassify existing variable: 60/60 new triples (730, 0:00:00.020065) +- INFO - [P-20] ----- add new variable for reified concept: 4/4 new triples (734, 0:00:00.043814) +- INFO - [P-20] ----- add AMR leaf for reclassified concept: 45/45 new triples (779, 0:00:00.024283) +- INFO - [P-20] ----- add AMR leaf for reified concept: 4/4 new triples (783, 0:00:00.017216) +- INFO - [P-20] ----- add AMR edge for core relation: 39/39 new triples (822, 0:00:00.099736) +- INFO - [P-20] ----- add AMR edge for reified concept: 6/6 new triples (828, 0:00:00.056225) +- DEBUG - [P-20] ----- add AMR edge for name relation: 0/0 new triple (828, 0:00:00.020381) +- DEBUG - [P-20] ----- add AMR edge for quant relation: 0/0 new triple (828, 0:00:00.023273) +- DEBUG - [P-20] ----- add AMR edge for polarity relation: 0/0 new triple (828, 0:00:00.029870) +- INFO - [P-20] ----- update AMR edge role 1: 14/14 new triples (842, 0:00:00.070030) +- INFO - [P-20] ----- add AMR root: 5/5 new triples (847, 0:00:00.009572) +- DEBUG - [P-20] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-20] ----- step: Preprocessing +- DEBUG - [P-20] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-20] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-20] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-20] -- Step 2: Transduction +- INFO - [P-20] --- Sequence: atomic extraction sequence +- INFO - [P-20] ----- extract atom classes: 48/48 new triples (895, 0:00:00.238085) +- DEBUG - [P-20] ----- extract atom individuals: 0/0 new triple (895, 0:00:00.016103) +- INFO - [P-20] ----- extract atomic properties: 100/100 new triples (995, 0:00:00.281930) +- DEBUG - [P-20] ----- extract atom values: 0/0 new triple (995, 0:00:00.006097) +- DEBUG - [P-20] ----- extract atom phenomena: 0/0 new triple (995, 0:00:00.009092) +- INFO - [P-20] ----- propagate atom relations: 20/56 new triples (1015, 0:00:00.977082) +- INFO - [P-20] --- Sequence: classification sequence (1) +- DEBUG - [P-20] ----- classify modality phenomena: 0/0 new triple (1015, 0:00:00.023890) +- INFO - [P-20] ----- reclassify argument property to class: 31/52 new triples (1046, 0:00:00.196399) +- INFO - [P-20] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-20] ----- analyze "polarity" phenomena (1): 0/0 new triple (1046, 0:00:00.008123) +- DEBUG - [P-20] ----- analyze "polarity" phenomena (2): 0/0 new triple (1046, 0:00:00.016800) +- DEBUG - [P-20] ----- analyze "polarity" phenomena (3): 0/0 new triple (1046, 0:00:00.015789) +- DEBUG - [P-20] ----- analyze "polarity" phenomena (4): 0/0 new triple (1046, 0:00:00.034434) +- DEBUG - [P-20] ----- analyze "polarity" phenomena (5): 0/0 new triple (1046, 0:00:00.039065) +- INFO - [P-20] ----- analyze modifier phenomena (mod): 43/50 new triples (1089, 0:00:00.178892) +- DEBUG - [P-20] ----- classify modality phenomena: 0/0 new triple (1089, 0:00:00.019767) +- INFO - [P-20] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-20] ----- analyze "or" phenomena (1): 0/0 new triple (1089, 0:00:00.012223) +- DEBUG - [P-20] ----- analyze "or" phenomena (2): 0/0 new triple (1089, 0:00:00.011781) +- DEBUG - [P-20] ----- analyze "and" phenomena (1): 0/0 new triple (1089, 0:00:00.011185) +- DEBUG - [P-20] ----- analyze "and" phenomena (2): 0/0 new triple (1089, 0:00:00.010595) +- INFO - [P-20] --- Sequence: composite class extraction sequence +- INFO - [P-20] ----- extract composite classes (1): 23/24 new triples (1112, 0:00:00.132854) +- INFO - [P-20] ----- extract composite classes (2): 49/56 new triples (1161, 0:00:00.284719) +- INFO - [P-20] --- Sequence: classification sequence (2) +- INFO - [P-20] ----- classify class net as entity from core arguments: 18/174 new triples (1179, 0:00:00.320875) +- DEBUG - [P-20] ----- classify class net as entity from :part relation: 0/0 new triple (1179, 0:00:00.010140) +- DEBUG - [P-20] ----- classify class net as entity from degree arguments: 0/0 new triple (1179, 0:00:00.017903) +- INFO - [P-20] ----- Associate mother to class net from :domain relation: 1/16 new triple (1180, 0:00:00.041861) +- DEBUG - [P-20] ----- Propagate individuals to net with same base node: 0/4 new triple (1180, 0:00:00.051368) +- DEBUG - [P-20] ----- Propagate individuals to net with domain link: 0/0 new triple (1180, 0:00:00.009443) +- DEBUG - [P-20] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-20] ----- step: Transduction +- DEBUG - [P-20] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-20] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-20] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-20] -- Step 3: Generation +- INFO - [P-20] --- Sequence: OWL Generation Sequence +- INFO - [P-20] ----- generate OWL class: 67/71 new triples (1247, 0:00:00.660005) +- INFO - [P-20] ----- generate OWL property: 20/20 new triples (1267, 0:00:00.176228) +- INFO - [P-20] ----- generate OWL individual: 4/8 new triples (1271, 0:00:00.088594) +- DEBUG - [P-20] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-20] ----- step: Generation +- DEBUG - [P-20] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-20] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-20] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-20] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-20] ----- Number of factoids: 99 +- DEBUG - [P-20] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-20] Success (99 extracted triple(s)) +- INFO - + [P-21] *** extraction from sentence 21 *** +- INFO - [P-21] -- Work Structure Preparation +- DEBUG - [P-21] --- Graph Initialization +- DEBUG - [P-21] ----- Configuration Loading +- DEBUG - [P-21] -------- RDF Schema (320) +- DEBUG - [P-21] -------- Semantic Net Definition (486) +- DEBUG - [P-21] -------- Config Parameter Definition (520) +- DEBUG - [P-21] ----- Frame Ontology Loading +- DEBUG - [P-21] -------- Base Ontology produced as output (550) +- DEBUG - [P-21] --- Source Data Import +- DEBUG - [P-21] ----- Sentence Loading +- DEBUG - [P-21] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-21/WikiAbstract-SolarSystem-21.stog.amr.ttl (613) +- DEBUG - [P-21] --- Export work graph as turtle +- DEBUG - [P-21] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-21/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-21] ----- Sentence (id): WikiAbstract-SolarSystem-21 +- INFO - [P-21] ----- Sentence (text): 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. +- INFO - [P-21] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-21] ----- Step number: 3 +- INFO - [P-21] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-21] ----- Total rule number: 0 +- INFO - [P-21] -- Step 1: Preprocessing +- INFO - [P-21] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-21] ----- fix AMR bug (1): 0/0 new triple (613, 0:00:00.016793) +- INFO - [P-21] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-21] ----- reclassify AMR-LD concept (1): 10/10 new triples (623, 0:00:00.097257) +- DEBUG - [P-21] ----- reclassify AMR-LD concept (2): 0/0 new triple (623, 0:00:00.050742) +- INFO - [P-21] ----- reclassify AMR-LD concept (3): 20/20 new triples (643, 0:00:00.030546) +- INFO - [P-21] ----- reclassify AMR-LD concept (4): 28/28 new triples (671, 0:00:00.047823) +- DEBUG - [P-21] ----- reclassify AMR-LD concept (5): 0/0 new triple (671, 0:00:00.031106) +- DEBUG - [P-21] ----- reify roles as concept: 0/0 new triple (671, 0:00:00.035768) +- INFO - [P-21] ----- reclassify existing variable: 57/57 new triples (728, 0:00:00.017304) +- DEBUG - [P-21] ----- add new variable for reified concept: 0/0 new triple (728, 0:00:00.049716) +- INFO - [P-21] ----- add AMR leaf for reclassified concept: 42/42 new triples (770, 0:00:00.020448) +- DEBUG - [P-21] ----- add AMR leaf for reified concept: 0/0 new triple (770, 0:00:00.010847) +- INFO - [P-21] ----- add AMR edge for core relation: 42/42 new triples (812, 0:00:00.094777) +- DEBUG - [P-21] ----- add AMR edge for reified concept: 0/0 new triple (812, 0:00:00.020750) +- INFO - [P-21] ----- add AMR edge for name relation: 5/5 new triples (817, 0:00:00.022246) +- ERROR - [P-21] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-21] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-21] ----- step_name = Preprocessing +- DEBUG - [P-21] ----- len(step_sequence_def) = 2 +- DEBUG - [P-21] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-21] *** Error while processing extraction (apply) *** +- DEBUG - [P-21] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-21] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-21] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-21] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-21] Failure +- INFO - + [P-22] *** extraction from sentence 22 *** +- INFO - [P-22] -- Work Structure Preparation +- DEBUG - [P-22] --- Graph Initialization +- DEBUG - [P-22] ----- Configuration Loading +- DEBUG - [P-22] -------- RDF Schema (320) +- DEBUG - [P-22] -------- Semantic Net Definition (486) +- DEBUG - [P-22] -------- Config Parameter Definition (520) +- DEBUG - [P-22] ----- Frame Ontology Loading +- DEBUG - [P-22] -------- Base Ontology produced as output (550) +- DEBUG - [P-22] --- Source Data Import +- DEBUG - [P-22] ----- Sentence Loading +- DEBUG - [P-22] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-22/WikiAbstract-SolarSystem-22.stog.amr.ttl (628) +- DEBUG - [P-22] --- Export work graph as turtle +- DEBUG - [P-22] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-22] ----- Sentence (id): WikiAbstract-SolarSystem-22 +- INFO - [P-22] ----- Sentence (text): 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. +- INFO - [P-22] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-22] ----- Step number: 3 +- INFO - [P-22] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-22] ----- Total rule number: 0 +- INFO - [P-22] -- Step 1: Preprocessing +- INFO - [P-22] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-22] ----- fix AMR bug (1): 0/0 new triple (628, 0:00:00.019619) +- INFO - [P-22] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-22] ----- reclassify AMR-LD concept (1): 5/5 new triples (633, 0:00:00.106060) +- INFO - [P-22] ----- reclassify AMR-LD concept (2): 8/8 new triples (641, 0:00:00.047595) +- INFO - [P-22] ----- reclassify AMR-LD concept (3): 16/16 new triples (657, 0:00:00.033522) +- INFO - [P-22] ----- reclassify AMR-LD concept (4): 36/36 new triples (693, 0:00:00.054534) +- INFO - [P-22] ----- reclassify AMR-LD concept (5): 4/4 new triples (697, 0:00:00.029535) +- INFO - [P-22] ----- reify roles as concept: 5/5 new triples (702, 0:00:00.039728) +- INFO - [P-22] ----- reclassify existing variable: 75/75 new triples (777, 0:00:00.019020) +- INFO - [P-22] ----- add new variable for reified concept: 4/4 new triples (781, 0:00:00.049753) +- INFO - [P-22] ----- add AMR leaf for reclassified concept: 54/54 new triples (835, 0:00:00.030911) +- INFO - [P-22] ----- add AMR leaf for reified concept: 4/4 new triples (839, 0:00:00.011670) +- INFO - [P-22] ----- add AMR edge for core relation: 48/48 new triples (887, 0:00:00.114170) +- INFO - [P-22] ----- add AMR edge for reified concept: 6/6 new triples (893, 0:00:00.079359) +- INFO - [P-22] ----- add AMR edge for name relation: 15/15 new triples (908, 0:00:00.022450) +- ERROR - [P-22] *** *** **** Assertion Error *** *** *** + Object None must be an rdflib term +- ERROR - [P-22] *** Error while processing extraction (apply_step) *** +- DEBUG - [P-22] ----- step_name = Preprocessing +- DEBUG - [P-22] ----- len(step_sequence_def) = 2 +- DEBUG - [P-22] ----- last sequence def = ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>] +- ERROR - [P-22] *** Error while processing extraction (apply) *** +- DEBUG - [P-22] ----- config.extraction_scheme = owl_amr_scheme_1 +- DEBUG - [P-22] ----- rule_dir = amr_master_rule/ +- DEBUG - [P-22] ----- scheme = {'Preprocessing': [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]], 'Transduction': [['atomic extraction sequence', <function extract_atom_class at 0x7f64b5fea980>, <function extract_atom_individual at 0x7f64b5feafc0>, <function extract_atom_property at 0x7f64b5feb7e0>, <function extract_atom_value at 0x7f64b5febe20>, <function extract_atom_phenomena at 0x7f64b5fe0400>, <function propagate_atom_relation at 0x7f64b5fe0860>], ['classification sequence (1)', <function classify_modality_phenomena at 0x7f64b5fe13a0>, <function reclassify_argument_property_to_class at 0x7f64b5fe16c0>], ['phenomena analyze sequence (1)', <function analyze_phenomena_polarity_1 at 0x7f64b5fe2a20>, <function analyze_phenomena_polarity_2 at 0x7f64b5fe2d40>, <function analyze_phenomena_polarity_3 at 0x7f64b5fe3060>, <function analyze_phenomena_polarity_4 at 0x7f64b5fe3380>, <function analyze_phenomena_polarity_5 at 0x7f64b5fe36a0>, <function analyze_phenomena_mod_1 at 0x7f64b5fe3d80>, <function classify_modality_phenomena at 0x7f64b5fe13a0>], ['phenomena analyze sequence (2)', <function analyze_phenomena_or_1 at 0x7f64b5f48540>, <function analyze_phenomena_or_2 at 0x7f64b5f48cc0>, <function analyze_phenomena_and_1 at 0x7f64b5f49260>, <function analyze_phenomena_and_2 at 0x7f64b5f49760>], ['composite class extraction sequence', <function extract_composite_class_1 at 0x7f64b5fe0cc0>, <function extract_composite_class_2 at 0x7f64b5fe1120>], ['classification sequence (2)', <function classify_entity_from_core_arguments at 0x7f64b5fe1940>, <function classify_entity_from_part_relation at 0x7f64b5fe1c60>, <function classify_entity_from_degree_arguments at 0x7f64b5fe1ee0>, <function classify_mother_from_domain_relation at 0x7f64b5fe2160>, <function propagate_individual_1 at 0x7f64b5fe23e0>, <function propagate_individual_2 at 0x7f64b5fe2480>]], 'Generation': [['OWL Generation Sequence', <function generate_owl_class at 0x7f64b5f4b060>, <function generate_owl_property at 0x7f64b5f4a160>, <function generate_owl_individual at 0x7f64b5f4b880>]]} +- DEBUG - [P-22] ----- step = Preprocessing, [['Bug fixing for some known anomalies of AMR-LD data', <function fix_amr_bug_1 at 0x7f64b6245e40>], ['AMR reification from AMR-Linked-Data to AMR (tenet) structure', <function reclassify_concept_1 at 0x7f64b6235ee0>, <function reclassify_concept_2 at 0x7f64b6235bc0>, <function reclassify_concept_3 at 0x7f64b6236de0>, <function reclassify_concept_4 at 0x7f64b62377e0>, <function reclassify_concept_5 at 0x7f64b62365c0>, <function reify_roles_as_concept at 0x7f64b6235b20>, <function reclassify_existing_variable at 0x7f64b6235580>, <function add_new_variable_for_reified_concept at 0x7f64b6234680>, <function add_amr_leaf_for_reclassified_concept at 0x7f64b5fe8180>, <function add_amr_leaf_for_reified_concept at 0x7f64b5fe8540>, <function add_amr_edge_for_core_relation at 0x7f64b5fe8900>, <function add_amr_edge_for_reified_concept at 0x7f64b5fe8c20>, <function add_amr_edge_for_name_relation at 0x7f64b5fe8fe0>, <function add_amr_edge_for_quant_relation at 0x7f64b5fe93a0>, <function add_amr_edge_for_polarity_relation at 0x7f64b5fe9760>, <function update_amr_edge_role_1 at 0x7f64b5fe9a80>, <function add_amr_root at 0x7f64b5fe9e40>]] +- INFO - [P-22] Failure +- INFO - + [P-23] *** extraction from sentence 23 *** +- INFO - [P-23] -- Work Structure Preparation +- DEBUG - [P-23] --- Graph Initialization +- DEBUG - [P-23] ----- Configuration Loading +- DEBUG - [P-23] -------- RDF Schema (320) +- DEBUG - [P-23] -------- Semantic Net Definition (486) +- DEBUG - [P-23] -------- Config Parameter Definition (520) +- DEBUG - [P-23] ----- Frame Ontology Loading +- DEBUG - [P-23] -------- Base Ontology produced as output (550) +- DEBUG - [P-23] --- Source Data Import +- DEBUG - [P-23] ----- Sentence Loading +- DEBUG - [P-23] -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/prod/SolarSystem-20230731/WikiAbstract-SolarSystem-23/WikiAbstract-SolarSystem-23.stog.amr.ttl (612) +- DEBUG - [P-23] --- Export work graph as turtle +- DEBUG - [P-23] ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl +- INFO - [P-23] ----- Sentence (id): WikiAbstract-SolarSystem-23 +- INFO - [P-23] ----- Sentence (text): The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.. +- INFO - [P-23] -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - [P-23] ----- Step number: 3 +- INFO - [P-23] -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - [P-23] ----- Total rule number: 0 +- INFO - [P-23] -- Step 1: Preprocessing +- INFO - [P-23] --- Sequence: Bug fixing for some known anomalies of AMR-LD data +- DEBUG - [P-23] ----- fix AMR bug (1): 0/0 new triple (612, 0:00:00.020017) +- INFO - [P-23] --- Sequence: AMR reification from AMR-Linked-Data to AMR (tenet) structure +- INFO - [P-23] ----- reclassify AMR-LD concept (1): 5/5 new triples (617, 0:00:00.085361) +- INFO - [P-23] ----- reclassify AMR-LD concept (2): 4/4 new triples (621, 0:00:00.044303) +- INFO - [P-23] ----- reclassify AMR-LD concept (3): 16/16 new triples (637, 0:00:00.029735) +- INFO - [P-23] ----- reclassify AMR-LD concept (4): 16/16 new triples (653, 0:00:00.049665) +- INFO - [P-23] ----- reclassify AMR-LD concept (5): 4/4 new triples (657, 0:00:00.027621) +- DEBUG - [P-23] ----- reify roles as concept: 0/0 new triple (657, 0:00:00.036295) +- INFO - [P-23] ----- reclassify existing variable: 57/57 new triples (714, 0:00:00.020071) +- DEBUG - [P-23] ----- add new variable for reified concept: 0/0 new triple (714, 0:00:00.043253) +- INFO - [P-23] ----- add AMR leaf for reclassified concept: 42/42 new triples (756, 0:00:00.019038) +- DEBUG - [P-23] ----- add AMR leaf for reified concept: 0/0 new triple (756, 0:00:00.010938) +- INFO - [P-23] ----- add AMR edge for core relation: 48/48 new triples (804, 0:00:00.095974) +- DEBUG - [P-23] ----- add AMR edge for reified concept: 0/0 new triple (804, 0:00:00.025598) +- INFO - [P-23] ----- add AMR edge for name relation: 5/5 new triples (809, 0:00:00.019708) +- DEBUG - [P-23] ----- add AMR edge for quant relation: 0/0 new triple (809, 0:00:00.018460) +- DEBUG - [P-23] ----- add AMR edge for polarity relation: 0/0 new triple (809, 0:00:00.026556) +- INFO - [P-23] ----- update AMR edge role 1: 14/14 new triples (823, 0:00:00.098444) +- INFO - [P-23] ----- add AMR root: 5/5 new triples (828, 0:00:00.015155) +- DEBUG - [P-23] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing +- DEBUG - [P-23] ----- step: Preprocessing +- DEBUG - [P-23] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-23] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl +- DEBUG - [P-23] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Preprocessing +- INFO - [P-23] -- Step 2: Transduction +- INFO - [P-23] --- Sequence: atomic extraction sequence +- INFO - [P-23] ----- extract atom classes: 36/36 new triples (864, 0:00:00.289920) +- INFO - [P-23] ----- extract atom individuals: 8/8 new triples (872, 0:00:00.047000) +- INFO - [P-23] ----- extract atomic properties: 72/72 new triples (944, 0:00:00.286831) +- INFO - [P-23] ----- extract atom values: 5/5 new triples (949, 0:00:00.027546) +- INFO - [P-23] ----- extract atom phenomena: 14/14 new triples (963, 0:00:00.063586) +- INFO - [P-23] ----- propagate atom relations: 23/82 new triples (986, 0:00:01.026802) +- INFO - [P-23] --- Sequence: classification sequence (1) +- DEBUG - [P-23] ----- classify modality phenomena: 0/0 new triple (986, 0:00:00.022352) +- DEBUG - [P-23] ----- reclassify argument property to class: 0/0 new triple (986, 0:00:00.025531) +- INFO - [P-23] --- Sequence: phenomena analyze sequence (1) +- DEBUG - [P-23] ----- analyze "polarity" phenomena (1): 0/0 new triple (986, 0:00:00.008554) +- DEBUG - [P-23] ----- analyze "polarity" phenomena (2): 0/0 new triple (986, 0:00:00.016910) +- DEBUG - [P-23] ----- analyze "polarity" phenomena (3): 0/0 new triple (986, 0:00:00.016560) +- DEBUG - [P-23] ----- analyze "polarity" phenomena (4): 0/0 new triple (986, 0:00:00.038705) +- DEBUG - [P-23] ----- analyze "polarity" phenomena (5): 0/0 new triple (986, 0:00:00.035601) +- INFO - [P-23] ----- analyze modifier phenomena (mod): 21/24 new triples (1007, 0:00:00.092734) +- DEBUG - [P-23] ----- classify modality phenomena: 0/0 new triple (1007, 0:00:00.021877) +- INFO - [P-23] --- Sequence: phenomena analyze sequence (2) +- DEBUG - [P-23] ----- analyze "or" phenomena (1): 0/0 new triple (1007, 0:00:00.015369) +- DEBUG - [P-23] ----- analyze "or" phenomena (2): 0/0 new triple (1007, 0:00:00.013073) +- DEBUG - [P-23] ----- analyze "and" phenomena (1): 0/0 new triple (1007, 0:00:00.010632) +- DEBUG - [P-23] ----- analyze "and" phenomena (2): 0/0 new triple (1007, 0:00:00.010581) +- INFO - [P-23] --- Sequence: composite class extraction sequence +- DEBUG - [P-23] ----- extract composite classes (1): 0/0 new triple (1007, 0:00:00.029887) +- DEBUG - [P-23] ----- extract composite classes (2): 0/0 new triple (1007, 0:00:00.028844) +- INFO - [P-23] --- Sequence: classification sequence (2) +- INFO - [P-23] ----- classify class net as entity from core arguments: 8/86 new triples (1015, 0:00:00.173716) +- DEBUG - [P-23] ----- classify class net as entity from :part relation: 0/0 new triple (1015, 0:00:00.008823) +- DEBUG - [P-23] ----- classify class net as entity from degree arguments: 0/0 new triple (1015, 0:00:00.021011) +- DEBUG - [P-23] ----- Associate mother to class net from :domain relation: 0/0 new triple (1015, 0:00:00.009487) +- DEBUG - [P-23] ----- Propagate individuals to net with same base node: 0/22 new triple (1015, 0:00:00.057974) +- DEBUG - [P-23] ----- Propagate individuals to net with domain link: 0/0 new triple (1015, 0:00:00.008406) +- DEBUG - [P-23] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction +- DEBUG - [P-23] ----- step: Transduction +- DEBUG - [P-23] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-23] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl +- DEBUG - [P-23] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Transduction +- INFO - [P-23] -- Step 3: Generation +- INFO - [P-23] --- Sequence: OWL Generation Sequence +- INFO - [P-23] ----- generate OWL class: 23/23 new triples (1038, 0:00:00.207507) +- INFO - [P-23] ----- generate OWL property: 20/24 new triples (1058, 0:00:00.196241) +- INFO - [P-23] ----- generate OWL individual: 6/8 new triples (1064, 0:00:00.086692) +- DEBUG - [P-23] --- Serializing graph to tenet.tetras-libre.fr_demo_SolarSystemProd_Generation +- DEBUG - [P-23] ----- step: Generation +- DEBUG - [P-23] ----- id: https://tenet.tetras-libre.fr/demo/SolarSystemProd/ +- DEBUG - [P-23] ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl +- DEBUG - [P-23] ----- base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//Generation +- DEBUG - [P-23] --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl) +- DEBUG - [P-23] ----- Number of factoids: 55 +- DEBUG - [P-23] ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - [P-23] Success (55 extracted triple(s)) +- INFO - + === Final Ontology Generation === +- INFO - -- Making complete factoid graph by merging the result factoids +- INFO - ----- Total factoid number: 1145 +- INFO - -- Serializing graph to factoid string +- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/SolarSystemProd//factoid +- INFO - -- Serializing graph to factoid file +- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemProd-20230731/SolarSystemProd_factoid.ttl +- INFO - + === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..77043c7f183a30d8a5f0e6a943a5e7208bd487ed --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,823 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:part a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns11:have-degree-91 a ns21:Frame . + +ns3:giant a ns21:Concept . + +ns3:massive a ns21:Concept . + +ns3:outer a ns21:Concept . + +ns3:substantial a ns21:Concept . + +ns3:system a ns21:Concept . + +ns3:terrestrial a ns21:Concept . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3a796271cfd7e3d7f9a867bacdd941bbacde9075 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1304 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#planet> ], + <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_substantial_s2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_substantial_s2 ; + net:coverNode :leaf_substantial_s2 ; + net:hasClassName "substantial" ; + net:hasNaming "substantial" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_outer-system-hasPart-planet_s a net:Composite_Class_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9, + net:compositeClass_outer-system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_outer_o, + :leaf_planet_p2, + :leaf_system_s ; + net:hasMotherClassNet net:compositeClass_outer-system_s ; + net:hasNaming "outer-system-hasPart-planet" ; + net:hasRestriction net:restriction_hasPart-planet_p9 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_giant_g a net:Individual_Net ; + net:composeFrom net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "giant" ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:individual_outer_o a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:compositeClass_giant-planet_p ; + :role_ARG2 net:atomClass_massive_m ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#giant> ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_massive_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_massive_m ; + net:coverNode :leaf_massive_m ; + net:hasClassName "massive" ; + net:hasClassType sys:Entity ; + net:hasNaming "massive" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_giant-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:composeFrom net:atomClass_giant_g, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_giant_g, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p, + net:atomClass_planet_p2 ; + net:hasNaming "giant-planet" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_hasPart-planet_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_planet_p2 ; + net:hasNaming "hasPart-planet" ; + net:hasRestrictionNetValue net:atomClass_planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:value_4_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "4" ; + net:hasStructure "unknown" ; + net:hasValueLabel "4" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_outer-system_s ; + :role_ARG1 net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_system_s . + +net:compositeClass_outer-system_s a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_outer_o, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_outer_o, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "outer-system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_giant_g a net:Atom_Class_Net ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_outer_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_4_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f94360f66fba2f15be2bf985466267873c648058 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1038 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..33cb96b6aef322e456a5cd71d73a3f3b29b0ea44 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1240 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_substantial_s2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_substantial_s2 ; + net:coverNode :leaf_substantial_s2 ; + net:hasClassName "substantial" ; + net:hasNaming "substantial" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_outer-system-hasPart-planet_s a net:Composite_Class_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9, + net:compositeClass_outer-system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_outer_o, + :leaf_planet_p2, + :leaf_system_s ; + net:hasMotherClassNet net:compositeClass_outer-system_s ; + net:hasNaming "outer-system-hasPart-planet" ; + net:hasRestriction net:restriction_hasPart-planet_p9 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_giant_g a net:Individual_Net ; + net:composeFrom net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "giant" ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:individual_outer_o a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:compositeClass_giant-planet_p ; + :role_ARG2 net:atomClass_massive_m ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_massive_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_massive_m ; + net:coverNode :leaf_massive_m ; + net:hasClassName "massive" ; + net:hasClassType sys:Entity ; + net:hasNaming "massive" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_giant-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:composeFrom net:atomClass_giant_g, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_giant_g, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p, + net:atomClass_planet_p2 ; + net:hasNaming "giant-planet" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_hasPart-planet_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_planet_p2 ; + net:hasNaming "hasPart-planet" ; + net:hasRestrictionNetValue net:atomClass_planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:value_4_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "4" ; + net:hasStructure "unknown" ; + net:hasValueLabel "4" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_outer-system_s ; + :role_ARG1 net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_system_s . + +net:compositeClass_outer-system_s a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_outer_o, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_outer_o, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "outer-system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_giant_g a net:Atom_Class_Net ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_outer_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_4_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dbc3e8319cf2fde33e7cb59655989691975709c5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-0/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,68 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#planet> ], + <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#giant> ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..27e39356ade677bca625b134a11cacbae2676be1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,832 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> a ns2:bind-01 ; + ns2:bind-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + ns2:bind-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + ns2:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:manner <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-01" ; + ns3:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:bind-01.ARG0 a ns2:FrameRole . + +ns2:bind-01.ARG1 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns2:orbit-01.ARG1 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:manner a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns11:part a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> a ns2:direct-02 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> a ns2:direct-02 ; + ns11:polarity "-" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> a ns11:gravitation . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> a ns3:or ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns2:bind-01 a ns3:Frame . + +ns2:orbit-01 a ns3:Frame . + +ns11:gravitation a ns3:Concept . + +ns11:object a ns3:Concept . + +ns11:sun a ns3:Concept . + +ns11:system a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept . + +ns3:or a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> a ns11:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> a ns11:system ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + ns11:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> a ns11:sun . + +ns2:direct-02 a ns3:Frame . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f829146374585bda47ff377b6805578c7185ef4a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1647 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:bind-01.ARG0 a ns2:FrameRole . + +ns2:bind-01.ARG1 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns2:orbit-01.ARG1 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_s2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_g a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d2_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_m9_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_m9_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_o3_d2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_p a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-01 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> ; + :hasRootLeaf :leaf_system_s ; + :hasSentenceID "WikiAbstract-SolarSystem-01" ; + :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-object>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> ; + rdfs:label "SolarSystem" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#bind> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#system> ], + <https://tenet.tetras-libre.fr/extract-result#gravitation> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; + rdfs:label "hasManner" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:axiom_disjointProperty_direct_not-direct_d2 a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_direct_not-direct" ; + net:hasNetArgument net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:hasStructure "unknown" . + +net:axiom_disjointProperty_not-direct_direct_d2 a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_not-direct_direct" ; + net:hasNetArgument net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:hasStructure "unknown" . + +net:compositeClass_gravitation-bind-system_g a net:Composite_Class_Net ; + net:composeFrom net:atomClass_gravitation_g, + net:atomClass_system_s, + net:atomProperty_bind_b ; + net:coverBaseNode :leaf_gravitation_g ; + net:coverNode :leaf_bind-01_b, + :leaf_gravitation_g, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_gravitation_g ; + net:hasNaming "gravitation-bind-system" ; + net:hasRestriction net:restriction_bind-system_b ; + net:hasStructure "unknown" . + +net:compositeClass_object-orbit-hasManner-direct-sun_o a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o, + net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-direct_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_object_o, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-orbit-hasManner-direct-sun" ; + net:hasRestriction net:restriction_orbit-hasManner-direct-sun_o2 ; + net:hasStructure "unknown" . + +net:compositeClass_object-orbit-hasManner-not-direct-sun_o a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o, + net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_object_o, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-orbit-hasManner-not-direct-sun" ; + net:hasRestriction net:restriction_orbit-hasManner-not-direct-sun_o2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> a ns2:bind-01 ; + ns2:bind-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + ns2:bind-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + ns2:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:manner <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-01" ; + ns3:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:comment "bug" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:bind-01 ; + :label "bind-01" . + +:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravitation ; + :label "gravitation" . + +:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:manner ; + :isReifiedConcept true ; + :label "hasManner" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_or rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:or ; + :hasPhenomenaLink :phenomena_conjunction_or ; + :label "or" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_polarity a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + :label "a" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + :label "d2" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + :label "g" . + +:variable_m9 a ns11:manner, + :AMR_Variable ; + :isReifiedVariable true ; + :label "m9" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + :label "p" ; + :name "Solar System" . + +:variable_p9 a ns11:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; + rdfs:label "bind" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; + rdfs:label "gravitation" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:compositeClass_system-hasPart-object_s a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:composeFrom net:atomClass_object_o, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_object_o, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s ; + net:hasNaming "system-hasPart-object" ; + net:hasRestriction net:restriction_hasPart-object_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_system-hasPart-sun_s a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:composeFrom net:atomClass_sun_s2, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_sun_s2, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s ; + net:hasNaming "system-hasPart-sun" ; + net:hasRestriction net:restriction_hasPart-sun_p9 ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_sun_s2 ; + :role_op2 net:atomClass_object_o ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_conjunction-OR_o3 a net:Phenomena_Net ; + :role_op1 net:atomProperty_direct_d ; + :role_op2 net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_or_o3 ; + net:coverNode :leaf_or_o3 ; + net:hasNaming "conjunction-OR" ; + net:hasPhenomenaRef "or" ; + net:hasPhenomenaType :phenomena_conjunction_or ; + net:hasStructure "unknown" . + +net:restriction_bind-system_b a net:Restriction_Net ; + net:composeFrom net:atomClass_system_s, + net:atomProperty_bind_b ; + net:coverBaseNode :leaf_bind-01_b ; + net:coverNode :leaf_bind-01_b, + :leaf_system_s ; + net:hasNaming "bind-system" ; + net:hasRestrictionNetValue net:atomClass_system_s ; + net:hasRestrictionOnProperty net:atomProperty_bind_b ; + net:hasStructure "unknown" . + +net:restriction_hasManner-direct_m9 a net:Restriction_Net ; + net:composeFrom net:atomProperty_direct_d, + net:atomProperty_direct_d2, + net:atomProperty_hasManner_m9 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9 ; + net:hasNaming "hasManner-direct" ; + net:hasRestrictionNetValue net:atomProperty_direct_d, + net:atomProperty_direct_d2 ; + net:hasRestrictionOnProperty net:atomProperty_hasManner_m9 ; + net:hasStructure "unknown" . + +net:restriction_hasManner-not-direct_m9 a net:Restriction_Net ; + net:composeFrom net:atomProperty_hasManner_m9, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9 ; + net:hasNaming "hasManner-not-direct" ; + net:hasRestrictionNetValue net:compositeProperty_not-direct_d2 ; + net:hasRestrictionOnProperty net:atomProperty_hasManner_m9 ; + net:hasStructure "unknown" . + +net:restriction_hasPart-object_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_object_o ; + net:hasNaming "hasPart-object" ; + net:hasRestrictionNetValue net:atomClass_object_o ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:restriction_hasPart-sun_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_sun_s2 ; + net:hasNaming "hasPart-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:restriction_orbit-hasManner-direct-sun_o2 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-direct_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasNaming "orbit-hasManner-direct-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:compositeProperty_orbit-hasManner-direct_o2 ; + net:hasStructure "unknown" . + +net:restriction_orbit-hasManner-not-direct-sun_o2 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasNaming "orbit-hasManner-not-direct-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> a ns2:direct-02 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> a ns2:direct-02 ; + ns11:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> a ns11:gravitation ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> a ns3:or ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> a <http://amr.isi.edu/entity-types#planet>, + <http://amr.isi.edu/entity-types#system> ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#system> a ns3:NamedEntity ; + rdfs:label "system" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bind-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravitation a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:manner a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:part a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:or a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:direct-02 ; + :label "direct-02" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#system>, + ns11:system ; + :label "system" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +net:value_negative_blankNode a net:Value_Net ; + net:coverAmrValue :value_negative ; + net:hasNaming "negative" ; + net:hasStructure "unknown" ; + net:hasValueLabel "negative" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> a ns11:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> a ns11:system ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + ns11:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:direct-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:value_negative a :AMR_Value ; + rdfs:label "negative" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_gravitation_g a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_gravitation_g ; + net:coverNode :leaf_gravitation_g ; + net:hasClassName "gravitation" ; + net:hasClassType sys:Entity ; + net:hasNaming "gravitation" ; + net:hasStructure "unknown" . + +net:atomProperty_bind_b a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_gravitation_g ; + :role_ARG1 net:atomClass_system_s ; + net:coverBaseNode :leaf_bind-01_b ; + net:coverNode :leaf_bind-01_b ; + net:hasNaming "bind" ; + net:hasPropertyName "bind" ; + net:hasPropertyName01 "binding" ; + net:hasPropertyName10 "bind-by" ; + net:hasPropertyName12 "bind-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_gravitation_g, + :leaf_system_s . + +net:compositeProperty_orbit-hasManner-direct_o2 a net:Composite_Property_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_direct_d, + net:atomProperty_direct_d2, + net:atomProperty_hasManner_m9, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2 ; + net:hasMotherPropertyNet net:atomProperty_orbit_o2 ; + net:hasNaming "orbit-hasManner-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasRestriction net:restriction_hasManner-direct_m9 ; + net:hasStructure "unknown" . + +net:compositeProperty_orbit-hasManner-not-direct_o2 a net:Composite_Property_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_hasManner_m9, + net:atomProperty_orbit_o2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2 ; + net:hasMotherPropertyNet net:atomProperty_orbit_o2 ; + net:hasNaming "orbit-hasManner-not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasRestriction net:restriction_hasManner-not-direct_m9 ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_SolarSystem_p a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_p ; + net:coverNode :leaf_system_p ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s, + net:compositeClass_system-hasPart-object_s, + net:compositeClass_system-hasPart-sun_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_o :leaf_object_o ; + :edge_a_s2 :leaf_sun_s2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_or_o3 a :AMR_Leaf ; + :edge_o3_d :leaf_direct-02_d ; + :edge_o3_d2 :leaf_direct-02_d2 ; + :hasConcept :concept_or ; + :hasVariable :variable_o3 . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity, + sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_bind-01_b a :AMR_Leaf ; + :edge_b_g :leaf_gravitation_g ; + :edge_b_s :leaf_system_s ; + :hasConcept :concept_bind-01 ; + :hasVariable :variable_b . + +:leaf_system_p a :AMR_Leaf ; + :edge_p_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_p . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_gravitation_g a :AMR_Leaf ; + :hasConcept :concept_gravitation ; + :hasVariable :variable_g . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + :role_ARG1 net:phenomena_conjunction-OR_o3 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_hasManner_m9 ; + net:hasNaming "hasManner" ; + net:hasPropertyName "hasManner" ; + net:hasPropertyName01 "hasMannering" ; + net:hasPropertyName10 "hasManner-by" ; + net:hasPropertyName12 "hasManner-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_or_o3, + :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s ; + :role_ARG1 net:atomClass_object_o, + net:atomClass_sun_s2, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s2 . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_direct-02_d a :AMR_Leaf ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_p ; + net:coverNode :leaf_system_p ; + net:hasClassName "system" ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:compositeProperty_not-direct_d2 a net:Composite_Property_Net ; + :role_polarity net:value_negative_blankNode ; + net:composeFrom net:atomProperty_direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasNaming "not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomProperty_direct_d2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_polarity net:value_negative_blankNode ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :value_negative . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_p ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:leaf_hasManner_m9 a :AMR_Leaf ; + :edge_m9_ARG0_o2 :leaf_orbit-01_o2 ; + :edge_m9_ARG1_o3 :leaf_or_o3 ; + :hasConcept :concept_manner ; + :hasVariable :variable_m9 ; + :isReifiedLeaf true . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_p :leaf_system_p ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:atomClass_sun_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s2 ; + net:coverNode :leaf_sun_s2 ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s2 :leaf_sun_s2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:leaf_direct-02_d2 a :AMR_Leaf ; + :edge_d2_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d2 . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..c4b6bf978661f709be20021e5d1c8061f052f0e7 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1106 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:bind-01.ARG0 a ns2:FrameRole . + +ns2:bind-01.ARG1 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns2:orbit-01.ARG1 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_s2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_g a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d2_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_m9_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_m9_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_o3_d2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_p a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_bind-01_b a :AMR_Leaf ; + :edge_b_g :leaf_gravitation_g ; + :edge_b_s :leaf_system_s ; + :hasConcept :concept_bind-01 ; + :hasVariable :variable_b . + +:leaf_hasManner_m9 a :AMR_Leaf ; + :edge_m9_ARG0_o2 :leaf_orbit-01_o2 ; + :edge_m9_ARG1_o3 :leaf_or_o3 ; + :hasConcept :concept_manner ; + :hasVariable :variable_m9 ; + :isReifiedLeaf true . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-01 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> ; + :hasRootLeaf :leaf_system_s ; + :hasSentenceID "WikiAbstract-SolarSystem-01" ; + :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> a ns2:bind-01 ; + ns2:bind-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + ns2:bind-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + ns2:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:manner <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-01" ; + ns3:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:comment "bug" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:bind-01 ; + :label "bind-01" . + +:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravitation ; + :label "gravitation" . + +:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:manner ; + :isReifiedConcept true ; + :label "hasManner" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_or rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:or ; + :hasPhenomenaLink :phenomena_conjunction_or ; + :label "or" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_o :leaf_object_o ; + :edge_a_s2 :leaf_sun_s2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_direct-02_d a :AMR_Leaf ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_direct-02_d2 a :AMR_Leaf ; + :edge_d2_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d2 . + +:leaf_gravitation_g a :AMR_Leaf ; + :hasConcept :concept_gravitation ; + :hasVariable :variable_g . + +:leaf_or_o3 a :AMR_Leaf ; + :edge_o3_d :leaf_direct-02_d ; + :edge_o3_d2 :leaf_direct-02_d2 ; + :hasConcept :concept_or ; + :hasVariable :variable_o3 . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s2 :leaf_sun_s2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_system_p a :AMR_Leaf ; + :edge_p_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_p . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +:value_negative a :AMR_Value ; + rdfs:label "negative" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + :label "a" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + :label "d2" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + :label "g" . + +:variable_m9 a ns11:manner, + :AMR_Variable ; + :isReifiedVariable true ; + :label "m9" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + :label "p" ; + :name "Solar System" . + +:variable_p9 a ns11:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> a ns2:direct-02 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> a ns2:direct-02 ; + ns11:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> a ns11:gravitation ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> a ns3:or ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> a <http://amr.isi.edu/entity-types#planet>, + <http://amr.isi.edu/entity-types#system> ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#system> a ns3:NamedEntity ; + rdfs:label "system" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bind-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravitation a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:manner a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:part a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:or a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:direct-02 ; + :label "direct-02" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#system>, + ns11:system ; + :label "system" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> a ns11:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> a ns11:system ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + ns11:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:direct-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_p :leaf_system_p ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1e0419f3cc3fe78ae4b8d92f813d61a32b47d3b0 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1547 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:bind-01.ARG0 a ns2:FrameRole . + +ns2:bind-01.ARG1 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns2:orbit-01.ARG1 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_s2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_g a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d2_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_m9_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_m9_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_o3_d2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_p a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-01 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> ; + :hasRootLeaf :leaf_system_s ; + :hasSentenceID "WikiAbstract-SolarSystem-01" ; + :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:axiom_disjointProperty_direct_not-direct_d2 a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_direct_not-direct" ; + net:hasNetArgument net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:hasStructure "unknown" . + +net:axiom_disjointProperty_not-direct_direct_d2 a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_not-direct_direct" ; + net:hasNetArgument net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:hasStructure "unknown" . + +net:compositeClass_gravitation-bind-system_g a net:Composite_Class_Net ; + net:composeFrom net:atomClass_gravitation_g, + net:atomClass_system_s, + net:atomProperty_bind_b ; + net:coverBaseNode :leaf_gravitation_g ; + net:coverNode :leaf_bind-01_b, + :leaf_gravitation_g, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_gravitation_g ; + net:hasNaming "gravitation-bind-system" ; + net:hasRestriction net:restriction_bind-system_b ; + net:hasStructure "unknown" . + +net:compositeClass_object-orbit-hasManner-direct-sun_o a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o, + net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-direct_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_object_o, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-orbit-hasManner-direct-sun" ; + net:hasRestriction net:restriction_orbit-hasManner-direct-sun_o2 ; + net:hasStructure "unknown" . + +net:compositeClass_object-orbit-hasManner-not-direct-sun_o a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o, + net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_object_o, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-orbit-hasManner-not-direct-sun" ; + net:hasRestriction net:restriction_orbit-hasManner-not-direct-sun_o2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> a ns2:bind-01 ; + ns2:bind-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + ns2:bind-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + ns2:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:manner <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-01" ; + ns3:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:comment "bug" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:bind-01 ; + :label "bind-01" . + +:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravitation ; + :label "gravitation" . + +:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:manner ; + :isReifiedConcept true ; + :label "hasManner" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_or rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:or ; + :hasPhenomenaLink :phenomena_conjunction_or ; + :label "or" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_polarity a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + :label "a" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + :label "d2" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> ; + :label "g" . + +:variable_m9 a ns11:manner, + :AMR_Variable ; + :isReifiedVariable true ; + :label "m9" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + :label "p" ; + :name "Solar System" . + +:variable_p9 a ns11:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:compositeClass_system-hasPart-object_s a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:composeFrom net:atomClass_object_o, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_object_o, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s ; + net:hasNaming "system-hasPart-object" ; + net:hasRestriction net:restriction_hasPart-object_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_system-hasPart-sun_s a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:composeFrom net:atomClass_sun_s2, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_sun_s2, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s ; + net:hasNaming "system-hasPart-sun" ; + net:hasRestriction net:restriction_hasPart-sun_p9 ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_sun_s2 ; + :role_op2 net:atomClass_object_o ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_conjunction-OR_o3 a net:Phenomena_Net ; + :role_op1 net:atomProperty_direct_d ; + :role_op2 net:atomProperty_direct_d2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_or_o3 ; + net:coverNode :leaf_or_o3 ; + net:hasNaming "conjunction-OR" ; + net:hasPhenomenaRef "or" ; + net:hasPhenomenaType :phenomena_conjunction_or ; + net:hasStructure "unknown" . + +net:restriction_bind-system_b a net:Restriction_Net ; + net:composeFrom net:atomClass_system_s, + net:atomProperty_bind_b ; + net:coverBaseNode :leaf_bind-01_b ; + net:coverNode :leaf_bind-01_b, + :leaf_system_s ; + net:hasNaming "bind-system" ; + net:hasRestrictionNetValue net:atomClass_system_s ; + net:hasRestrictionOnProperty net:atomProperty_bind_b ; + net:hasStructure "unknown" . + +net:restriction_hasManner-direct_m9 a net:Restriction_Net ; + net:composeFrom net:atomProperty_direct_d, + net:atomProperty_direct_d2, + net:atomProperty_hasManner_m9 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9 ; + net:hasNaming "hasManner-direct" ; + net:hasRestrictionNetValue net:atomProperty_direct_d, + net:atomProperty_direct_d2 ; + net:hasRestrictionOnProperty net:atomProperty_hasManner_m9 ; + net:hasStructure "unknown" . + +net:restriction_hasManner-not-direct_m9 a net:Restriction_Net ; + net:composeFrom net:atomProperty_hasManner_m9, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9 ; + net:hasNaming "hasManner-not-direct" ; + net:hasRestrictionNetValue net:compositeProperty_not-direct_d2 ; + net:hasRestrictionOnProperty net:atomProperty_hasManner_m9 ; + net:hasStructure "unknown" . + +net:restriction_hasPart-object_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_object_o ; + net:hasNaming "hasPart-object" ; + net:hasRestrictionNetValue net:atomClass_object_o ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:restriction_hasPart-sun_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_sun_s2 ; + net:hasNaming "hasPart-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:restriction_orbit-hasManner-direct-sun_o2 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-direct_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasNaming "orbit-hasManner-direct-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:compositeProperty_orbit-hasManner-direct_o2 ; + net:hasStructure "unknown" . + +net:restriction_orbit-hasManner-not-direct-sun_o2 a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2, + :leaf_sun_s2 ; + net:hasNaming "orbit-hasManner-not-direct-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:compositeProperty_orbit-hasManner-not-direct_o2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> a ns2:direct-02 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> a ns2:direct-02 ; + ns11:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#g> a ns11:gravitation ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o3> a ns3:or ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> a <http://amr.isi.edu/entity-types#planet>, + <http://amr.isi.edu/entity-types#system> ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#system> a ns3:NamedEntity ; + rdfs:label "system" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bind-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravitation a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:manner a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:part a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:or a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:direct-02 ; + :label "direct-02" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#system>, + ns11:system ; + :label "system" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +net:value_negative_blankNode a net:Value_Net ; + net:coverAmrValue :value_negative ; + net:hasNaming "negative" ; + net:hasStructure "unknown" ; + net:hasValueLabel "negative" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#o> a ns11:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s> a ns11:system ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#p> ; + ns11:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-01#s2> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:direct-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:value_negative a :AMR_Value ; + rdfs:label "negative" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_gravitation_g a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_gravitation_g ; + net:coverNode :leaf_gravitation_g ; + net:hasClassName "gravitation" ; + net:hasClassType sys:Entity ; + net:hasNaming "gravitation" ; + net:hasStructure "unknown" . + +net:atomProperty_bind_b a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_gravitation_g ; + :role_ARG1 net:atomClass_system_s ; + net:coverBaseNode :leaf_bind-01_b ; + net:coverNode :leaf_bind-01_b ; + net:hasNaming "bind" ; + net:hasPropertyName "bind" ; + net:hasPropertyName01 "binding" ; + net:hasPropertyName10 "bind-by" ; + net:hasPropertyName12 "bind-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_gravitation_g, + :leaf_system_s . + +net:compositeProperty_orbit-hasManner-direct_o2 a net:Composite_Property_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_direct_d, + net:atomProperty_direct_d2, + net:atomProperty_hasManner_m9, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d, + :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2 ; + net:hasMotherPropertyNet net:atomProperty_orbit_o2 ; + net:hasNaming "orbit-hasManner-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasRestriction net:restriction_hasManner-direct_m9 ; + net:hasStructure "unknown" . + +net:compositeProperty_orbit-hasManner-not-direct_o2 a net:Composite_Property_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:composeFrom net:atomProperty_hasManner_m9, + net:atomProperty_orbit_o2, + net:compositeProperty_not-direct_d2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_direct-02_d2, + :leaf_hasManner_m9, + :leaf_orbit-01_o2 ; + net:hasMotherPropertyNet net:atomProperty_orbit_o2 ; + net:hasNaming "orbit-hasManner-not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasRestriction net:restriction_hasManner-not-direct_m9 ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_SolarSystem_p a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_p ; + net:coverNode :leaf_system_p ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_p, + net:atomClass_system_s, + net:compositeClass_system-hasPart-object_s, + net:compositeClass_system-hasPart-sun_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_o :leaf_object_o ; + :edge_a_s2 :leaf_sun_s2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_or_o3 a :AMR_Leaf ; + :edge_o3_d :leaf_direct-02_d ; + :edge_o3_d2 :leaf_direct-02_d2 ; + :hasConcept :concept_or ; + :hasVariable :variable_o3 . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_bind-01_b a :AMR_Leaf ; + :edge_b_g :leaf_gravitation_g ; + :edge_b_s :leaf_system_s ; + :hasConcept :concept_bind-01 ; + :hasVariable :variable_b . + +:leaf_system_p a :AMR_Leaf ; + :edge_p_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_p . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_gravitation_g a :AMR_Leaf ; + :hasConcept :concept_gravitation ; + :hasVariable :variable_g . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + :role_ARG1 net:phenomena_conjunction-OR_o3 ; + net:coverBaseNode :leaf_hasManner_m9 ; + net:coverNode :leaf_hasManner_m9 ; + net:hasNaming "hasManner" ; + net:hasPropertyName "hasManner" ; + net:hasPropertyName01 "hasMannering" ; + net:hasPropertyName10 "hasManner-by" ; + net:hasPropertyName12 "hasManner-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_or_o3, + :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s ; + :role_ARG1 net:atomClass_object_o, + net:atomClass_sun_s2, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s2 . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_direct-02_d a :AMR_Leaf ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_p ; + net:coverNode :leaf_system_p ; + net:hasClassName "system" ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +net:compositeProperty_not-direct_d2 a net:Composite_Property_Net ; + :role_polarity net:value_negative_blankNode ; + net:composeFrom net:atomProperty_direct_d2 ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasNaming "not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomProperty_direct_d2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_polarity net:value_negative_blankNode ; + net:coverBaseNode :leaf_direct-02_d2 ; + net:coverNode :leaf_direct-02_d2 ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :value_negative . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_system_p, + net:individual_SolarSystem_p ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_p ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:leaf_hasManner_m9 a :AMR_Leaf ; + :edge_m9_ARG0_o2 :leaf_orbit-01_o2 ; + :edge_m9_ARG1_o3 :leaf_or_o3 ; + :hasConcept :concept_manner ; + :hasVariable :variable_m9 ; + :isReifiedLeaf true . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_p :leaf_system_p ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:atomClass_sun_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s2 ; + net:coverNode :leaf_sun_s2 ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s2 :leaf_sun_s2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:leaf_direct-02_d2 a :AMR_Leaf ; + :edge_d2_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d2 . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2b5ee473b9aaafcdab815b06788bd4a9aa435474 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-1/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,104 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-object>, + <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> ; + rdfs:label "SolarSystem" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#bind> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#system> ], + <https://tenet.tetras-libre.fr/extract-result#gravitation> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; + rdfs:label "hasManner" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; + rdfs:label "bind" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; + rdfs:label "gravitation" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ], + <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..56122a3ceef1b96931110c19dd6744d343587773 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,808 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-10" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:contain-01.ARG0 a ns3:FrameRole . + +ns3:contain-01.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> a ns2:also . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> a ns3:contain-01 ; + ns3:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + ns3:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> a ns1:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> a ns2:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:contain-01 a ns1:Frame . + +ns3:have-degree-91 a ns1:Frame . + +ns2:also a ns1:Concept . + +ns2:object a ns1:Concept . + +ns2:small a ns1:Concept . + +ns2:system a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> a ns2:object . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..e368804c4aef379c331224b775d62c2468e60a62 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1081 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:contain-01.ARG0 a ns3:FrameRole . + +ns3:contain-01.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-10 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-10" ; + :hasSentenceStatement "The Solar System also contains smaller objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:individual_SolarSystem_s ; + :role_ARG1 net:atomClass_object_o ; + :role_mod net:atomClass_also_a ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_also_a, + :leaf_object_o, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-10" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_also_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_also_a ; + net:coverNode :leaf_also_a ; + net:hasClassName "also" ; + net:hasNaming "also" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m ; + net:coverNode :leaf_more_m ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> a ns2:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> a ns3:contain-01 ; + ns3:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + ns3:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> a ns2:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_more_m ; + :edge_h_o :leaf_object_o ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_a :leaf_also_a ; + :edge_c_o :leaf_object_o ; + :edge_c_s :leaf_system_s ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_more_m a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_also_a a :AMR_Leaf ; + :hasConcept :concept_also ; + :hasVariable :variable_a . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2cf80a5fa21be40a6e9a5781a936c9f1192e25f6 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,952 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:contain-01.ARG0 a ns3:FrameRole . + +ns3:contain-01.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_more_m ; + :edge_h_o :leaf_object_o ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-10 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-10" ; + :hasSentenceStatement "The Solar System also contains smaller objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-10" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:leaf_also_a a :AMR_Leaf ; + :hasConcept :concept_also ; + :hasVariable :variable_a . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_a :leaf_also_a ; + :edge_c_o :leaf_object_o ; + :edge_c_s :leaf_system_s ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_more_m a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> a ns2:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> a ns3:contain-01 ; + ns3:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + ns3:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> a ns2:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..217e1f7ff022f00f7d83087ace986112e0b724e7 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1051 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:contain-01.ARG0 a ns3:FrameRole . + +ns3:contain-01.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-10 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-10" ; + :hasSentenceStatement "The Solar System also contains smaller objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:individual_SolarSystem_s ; + :role_ARG1 net:atomClass_object_o ; + :role_mod net:atomClass_also_a ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_also_a, + :leaf_object_o, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-10" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> ; + :label "s2" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_also_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_also_a ; + net:coverNode :leaf_also_a ; + net:hasClassName "also" ; + net:hasNaming "also" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m ; + net:coverNode :leaf_more_m ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> a ns2:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#c> a ns3:contain-01 ; + ns3:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> ; + ns3:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s> a ns2:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_more_m ; + :edge_h_o :leaf_object_o ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-10#o> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_a :leaf_also_a ; + :edge_c_o :leaf_object_o ; + :edge_c_s :leaf_system_s ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_more_m a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_also_a a :AMR_Leaf ; + :hasConcept :concept_also ; + :hasVariable :variable_a . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1f0e990dda8525aa11bdf8b871da0d372d4239b5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-10/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,34 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..964608673d154b1689230f2027bcd7c31aa8ec35 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,870 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns11:compose-01 a ns3:Frame . + +ns11:contain-01 a ns3:Frame . + +ns11:lie-07 a ns3:Frame . + +ns11:resemble-01 a ns3:Frame . + +ns2:asteroid a ns3:Concept . + +ns2:belt a ns3:Concept . + +ns2:metal a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:rock a ns3:Concept . + +ns2:terrestrial a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept . + +ns3:between a ns3:Concept . + +ns3:most a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object . + +ns11:orbit-01 a ns3:Frame . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..9329e63b99995bc7309f5579a2613347868f5147 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1714 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt-contain-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#contain> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#asteroid-belt> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose-resemble-terrestrial-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> ], + <https://tenet.tetras-libre.fr/extract-result#compose> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG2 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_between_b2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_asteroid-belt-contain-object_b a net:Composite_Class_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c, + net:compositeClass_asteroid-belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b, + :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasMotherClassNet net:compositeClass_asteroid-belt_b ; + net:hasNaming "asteroid-belt-contain-object" ; + net:hasRestriction net:restriction_contain-object_c ; + net:hasStructure "unknown" . + +net:compositeClass_compose-resemble-terrestrial-planet_c2 a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomClass_compose_c2, + net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_compose_c2 ; + net:hasNaming "compose-resemble-terrestrial-planet" ; + net:hasRestriction net:restriction_resemble-terrestrial-planet_r2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_asteroid_a a net:Individual_Net ; + net:composeFrom net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "asteroid" ; + net:hasMotherClassNet net:atomClass_asteroid_a ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#asteroid> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#asteroid> ; + rdfs:label "asteroid" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#belt> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#belt> a owl:Class ; + rdfs:label "belt" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:Class ; + rdfs:label "compose" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p2 a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Mars_p a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_contain-object_c a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasNaming "contain-object" ; + net:hasRestrictionNetValue net:atomClass_object_o3 ; + net:hasRestrictionOnProperty net:atomProperty_contain_c ; + net:hasStructure "unknown" . + +net:restriction_resemble-terrestrial-planet_r2 a net:Restriction_Net ; + net:composeFrom net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasNaming "resemble-terrestrial-planet" ; + net:hasRestrictionNetValue net:compositeClass_terrestrial-planet_p3 ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o, + :leaf_orbit-01_o2 . + +net:atomProperty_compose_c2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_object_o3 . + +net:atomProperty_orbit_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Mars_p ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p2, + net:individual_Jupiter_p2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_compose_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasClassName "compose" ; + net:hasClassType sys:Entity ; + net:hasNaming "compose" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG1 net:atomClass_object_o3 ; + :role_mod net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_most_m2, + :leaf_object_o3 . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_compose_c2, + net:atomProperty_compose_c2 ; + :role_ARG2 net:atomClass_planet_p3, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_compose-01_c2, + :leaf_planet_p3 . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_belt_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_belt_b ; + net:hasClassName "belt" ; + net:hasClassType sys:Entity ; + net:hasNaming "belt" ; + net:hasStructure "unknown" . + +net:compositeClass_asteroid-belt_b a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_asteroid_a, + net:atomClass_belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_belt_b ; + net:hasNaming "asteroid-belt" ; + net:hasStructure "unknown" . + +net:compositeClass_terrestrial-planet_p3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p3, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3, + :leaf_terrestrial_t ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_asteroid_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasClassName "asteroid" ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..64bbac5de78891d6496dd1b8b429749cca70ca40 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1217 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4f9c87fdea50b6aae6dc263d157a45a6a8770ec1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1608 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG2 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_between_b2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_asteroid-belt-contain-object_b a net:Composite_Class_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c, + net:compositeClass_asteroid-belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b, + :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasMotherClassNet net:compositeClass_asteroid-belt_b ; + net:hasNaming "asteroid-belt-contain-object" ; + net:hasRestriction net:restriction_contain-object_c ; + net:hasStructure "unknown" . + +net:compositeClass_compose-resemble-terrestrial-planet_c2 a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomClass_compose_c2, + net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_compose_c2 ; + net:hasNaming "compose-resemble-terrestrial-planet" ; + net:hasRestriction net:restriction_resemble-terrestrial-planet_r2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_asteroid_a a net:Individual_Net ; + net:composeFrom net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "asteroid" ; + net:hasMotherClassNet net:atomClass_asteroid_a ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p2 a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Mars_p a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_contain-object_c a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasNaming "contain-object" ; + net:hasRestrictionNetValue net:atomClass_object_o3 ; + net:hasRestrictionOnProperty net:atomProperty_contain_c ; + net:hasStructure "unknown" . + +net:restriction_resemble-terrestrial-planet_r2 a net:Restriction_Net ; + net:composeFrom net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasNaming "resemble-terrestrial-planet" ; + net:hasRestrictionNetValue net:compositeClass_terrestrial-planet_p3 ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o, + :leaf_orbit-01_o2 . + +net:atomProperty_compose_c2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_object_o3 . + +net:atomProperty_orbit_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Mars_p ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p2, + net:individual_Jupiter_p2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_compose_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasClassName "compose" ; + net:hasClassType sys:Entity ; + net:hasNaming "compose" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG1 net:atomClass_object_o3 ; + :role_mod net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_most_m2, + :leaf_object_o3 . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_compose_c2, + net:atomProperty_compose_c2 ; + :role_ARG2 net:atomClass_planet_p3, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_compose-01_c2, + :leaf_planet_p3 . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_belt_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_belt_b ; + net:hasClassName "belt" ; + net:hasClassType sys:Entity ; + net:hasNaming "belt" ; + net:hasStructure "unknown" . + +net:compositeClass_asteroid-belt_b a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_asteroid_a, + net:atomClass_belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_belt_b ; + net:hasNaming "asteroid-belt" ; + net:hasStructure "unknown" . + +net:compositeClass_terrestrial-planet_p3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p3, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3, + :leaf_terrestrial_t ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_asteroid_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasClassName "asteroid" ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..630e8327fff45cc881cd889da22780c108bf1d8e --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-11/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,110 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt-contain-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#contain> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#asteroid-belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose-resemble-terrestrial-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> ], + <https://tenet.tetras-libre.fr/extract-result#compose> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#asteroid> ; + rdfs:label "asteroid" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#belt> a owl:Class ; + rdfs:label "belt" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:Class ; + rdfs:label "compose" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..8eada593c2ee480ea8286cc0b945f2b5dd7cf3bf --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,890 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#c> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#n3> a ns11:new-01 ; + ns11:new-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-12" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s> a ns11:scatter-01 ; + ns11:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#t> a ns11:transpire-01 ; + ns11:transpire-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> ; + ns11:transpire-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:discover-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:new-01.ARG1 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:scatter-01.ARG1 a ns11:FrameRole . + +ns11:transpire-01.ARG0 a ns11:FrameRole . + +ns11:transpire-01.ARG1 a ns11:FrameRole . + +ns2:consist a ns3:Role . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b> a ns2:belt ; + rdfs:label "Kuiper Belt" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> a ns2:beyond ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b3> a ns2:beyond ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d2> a ns11:discover-01 ; + ns11:discover-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#ii> a ns2:ice ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p> a ns2:population ; + ns2:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> a ns2:sednoid . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns11:compose-01 a ns3:Frame . + +ns11:discover-01 a ns3:Frame . + +ns11:lie-07 a ns3:Frame . + +ns11:new-01 a ns3:Frame . + +ns11:orbit-01 a ns3:Frame . + +ns11:scatter-01 a ns3:Frame . + +ns11:transpire-01 a ns3:Frame . + +ns2:belt a ns3:Concept . + +ns2:disc a ns3:Concept . + +ns2:ice a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:sednoid a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> a ns2:disc . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#o> a ns2:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptunian" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#p3> a ns2:population ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#s2> . + +ns2:beyond a ns3:Concept . + +ns2:population a ns3:Concept . + +ns3:and a ns3:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#b> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-12#d> . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..560bdf074b22fbc87ddbcd62951b6bd38f48e1ed --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1688 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s4, + net:individual_SolarSystem_s4 ; + :role_ARG1 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_body_b, + :leaf_system_s4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d2 a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d2 ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_small_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_small_s3 ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s3 ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_remain_r ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:role_ARG5 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity, + sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_body_b, + net:atomClass_object_o3, + net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2, + net:compositeClass_small-body_b, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_remain-01_r ; + net:coverNode :leaf_remain-01_r ; + net:hasNaming "remain" ; + net:hasPropertyName "remain" ; + net:hasPropertyName01 "remaining" ; + net:hasPropertyName10 "remain-by" ; + net:hasPropertyName12 "remain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2 . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s4 a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_object_o3 ; + :role_op2 net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2 ; + :role_op3 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + :role_ARG5 net:atomClass_object_o ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_sun_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:atomClass_system_s4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s . + +net:compositeClass_dwarf-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:composeFrom net:atomClass_dwarf_d2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_dwarf_d2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_small_s3 ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasClassType sys:Entity ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_dwarf_d2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:atomClass_small_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b156ba26f025ebf39fb4d2ceeef4395938fc09ce --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1274 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..d61de8887a4679a62bcf6e174d161d27c31eeb7a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1605 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s4, + net:individual_SolarSystem_s4 ; + :role_ARG1 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_body_b, + :leaf_system_s4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d2 a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d2 ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_small_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_small_s3 ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s3 ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_remain_r ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:role_ARG5 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_body_b, + net:atomClass_object_o3, + net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2, + net:compositeClass_small-body_b, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_remain-01_r ; + net:coverNode :leaf_remain-01_r ; + net:hasNaming "remain" ; + net:hasPropertyName "remain" ; + net:hasPropertyName01 "remaining" ; + net:hasPropertyName10 "remain-by" ; + net:hasPropertyName12 "remain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2 . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s4 a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_object_o3 ; + :role_op2 net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2 ; + :role_op3 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + :role_ARG5 net:atomClass_object_o ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_sun_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:atomClass_system_s4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s . + +net:compositeClass_dwarf-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:composeFrom net:atomClass_dwarf_d2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_dwarf_d2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_small_s3 ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasClassType sys:Entity ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_dwarf_d2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:atomClass_small_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..d09557edcb6a0ee52afef4adfa8d2486cde6fe79 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-12/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,87 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-13/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-13/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..16b8cc253599da6916c44a0e813ed46a7c24e8b1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-13/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,872 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p2> a ns11:prove-01 ; + ns11:prove-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-13" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:debate-01.ARG1 a ns11:FrameRole . + +ns11:have-concession-91.ARG1 a ns11:FrameRole . + +ns11:have-concession-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG6 a ns11:FrameRole . + +ns11:prove-01.ARG1 a ns11:FrameRole . + +ns11:round-03.ARG1 a ns11:FrameRole . + +ns2:degree a ns3:Role . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:poss a ns3:Role . + +ns2:quant a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#c> a ns2:considerable . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> a ns11:debate-01 ; + ns11:debate-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> ; + ns2:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> a ns2:enough . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> a ns2:gravity ; + ns2:poss <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h> a ns11:have-concession-91 ; + ns11:have-concession-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> ; + ns11:have-concession-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#e> ; + ns11:have-degree-91.ARG6 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#m> a ns2:many ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#p> a ns2:population ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#r> a ns11:round-03 ; + ns11:round-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> a ns2:some . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t> a ns2:this . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#u> a ns2:under ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#g> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity . + +ns11:debate-01 a ns3:Frame . + +ns11:have-concession-91 a ns3:Frame . + +ns11:have-degree-91 a ns3:Frame . + +ns11:prove-01 a ns3:Frame . + +ns11:round-03 a ns3:Frame . + +ns2:considerable a ns3:Concept . + +ns2:enough a ns3:Concept . + +ns2:gravity a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:many a ns3:Concept . + +ns2:object a ns3:Concept . + +ns2:population a ns3:Concept . + +ns2:some a ns3:Concept . + +ns2:this a ns3:Concept . + +ns2:under a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#t2> a <http://amr.isi.edu/entity-types#thing> . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#o> a ns2:object ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-13#s> . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..189b56d8898d84b0cfce8bd5afc3c3a4a890c1fa --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,791 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-14" ; + ns21:has-sentence "Such objects are categorized as dwarf planets." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:categorize-01.ARG1 a ns11:FrameRole . + +ns11:categorize-01.ARG2 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> a ns11:categorize-01 ; + ns11:categorize-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + ns11:categorize-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> a ns3:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> a ns3:object ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> a ns3:such . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity . + +ns11:categorize-01 a ns21:Frame . + +ns3:dwarf a ns21:Concept . + +ns3:object a ns21:Concept . + +ns3:such a ns21:Concept . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..092b1667de00977e5ab442912a62e4400ebf924f --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1063 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:categorize-01.ARG1 a ns11:FrameRole . + +ns11:categorize-01.ARG2 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_d a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-14 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> ; + :hasRootLeaf :leaf_categorize-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-14" ; + :hasSentenceStatement "Such objects are categorized as dwarf planets." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#such-object-categorize-dwarf-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#categorize> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#dwarf-planet> ], + <https://tenet.tetras-libre.fr/extract-result#such-object> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_such-object-categorize-dwarf-planet_o a net:Composite_Class_Net ; + :role_mod net:atomClass_such_s ; + net:composeFrom net:atomProperty_categorize_c, + net:compositeClass_dwarf-planet_p, + net:compositeClass_such-object_o ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_categorize-01_c, + :leaf_dwarf_d, + :leaf_object_o, + :leaf_planet_p, + :leaf_such_s ; + net:hasMotherClassNet net:compositeClass_such-object_o ; + net:hasNaming "such-object-categorize-dwarf-planet" ; + net:hasRestriction net:restriction_categorize-dwarf-planet_c ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d ; + net:coverBaseNode :leaf_dwarf_d ; + net:coverNode :leaf_dwarf_d ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_such_s a net:Individual_Net ; + net:composeFrom net:atomClass_such_s ; + net:coverBaseNode :leaf_such_s ; + net:coverNode :leaf_such_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "such" ; + net:hasMotherClassNet net:atomClass_such_s ; + net:hasNaming "such" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-14" ; + ns21:has-sentence "Such objects are categorized as dwarf planets." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_categorize-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:categorize-01 ; + :label "categorize-01" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_such rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:such ; + :label "such" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> ; + :label "c" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + :label "d" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + :label "p" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#categorize> a owl:ObjectProperty ; + rdfs:label "categorize" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#such> ; + rdfs:label "such" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "unknown" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_categorize-dwarf-planet_c a net:Restriction_Net ; + net:composeFrom net:atomProperty_categorize_c, + net:compositeClass_dwarf-planet_p ; + net:coverBaseNode :leaf_categorize-01_c ; + net:coverNode :leaf_categorize-01_c, + :leaf_dwarf_d, + :leaf_planet_p ; + net:hasNaming "categorize-dwarf-planet" ; + net:hasRestrictionNetValue net:compositeClass_dwarf-planet_p ; + net:hasRestrictionOnProperty net:atomProperty_categorize_c ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> a ns11:categorize-01 ; + ns11:categorize-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + ns11:categorize-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> a ns3:object ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> a ns3:such ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:categorize-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:such a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_such_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_categorize_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o, + net:compositeClass_such-object_o ; + :role_ARG2 net:atomClass_planet_p, + net:compositeClass_dwarf-planet_p ; + net:coverBaseNode :leaf_categorize-01_c ; + net:coverNode :leaf_categorize-01_c ; + net:hasNaming "categorize" ; + net:hasPropertyName "categorize" ; + net:hasPropertyName01 "categorizeing" ; + net:hasPropertyName10 "categorize-by" ; + net:hasPropertyName12 "categorize-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_planet_p . + +net:compositeClass_such-object_o a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_such_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_such_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_such_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "such-object" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:compositeClass_dwarf-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d ; + net:composeFrom net:atomClass_dwarf_d, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_dwarf_d, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_dwarf_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d ; + net:coverNode :leaf_dwarf_d ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_categorize-01_c a :AMR_Leaf ; + :edge_c_o :leaf_object_o ; + :edge_c_p :leaf_planet_p ; + :hasConcept :concept_categorize-01 ; + :hasVariable :variable_c . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_such_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_such_s ; + net:coverNode :leaf_such_s ; + net:hasClassName "such" ; + net:hasNaming "such" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_such_s a :AMR_Leaf ; + :hasConcept :concept_such ; + :hasVariable :variable_s . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:leaf_dwarf_d a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_s :leaf_such_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_d :leaf_dwarf_d ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Linked_Data a owl:Class . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cf97ed6faf7c3594608b66d37c8462b76e4576f3 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,887 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:categorize-01.ARG1 a ns11:FrameRole . + +ns11:categorize-01.ARG2 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_d a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-14 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> ; + :hasRootLeaf :leaf_categorize-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-14" ; + :hasSentenceStatement "Such objects are categorized as dwarf planets." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-14" ; + ns21:has-sentence "Such objects are categorized as dwarf planets." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_categorize-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:categorize-01 ; + :label "categorize-01" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_such rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:such ; + :label "such" . + +:leaf_categorize-01_c a :AMR_Leaf ; + :edge_c_o :leaf_object_o ; + :edge_c_p :leaf_planet_p ; + :hasConcept :concept_categorize-01 ; + :hasVariable :variable_c . + +:leaf_dwarf_d a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_s :leaf_such_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_d :leaf_dwarf_d ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_such_s a :AMR_Leaf ; + :hasConcept :concept_such ; + :hasVariable :variable_s . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> ; + :label "c" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + :label "d" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + :label "p" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> a ns11:categorize-01 ; + ns11:categorize-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + ns11:categorize-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> a ns3:object ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> a ns3:such ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:categorize-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:such a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Linked_Data a owl:Class . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..9cbebb28eb74d482282db8bb762283f7edb2a892 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1019 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:categorize-01.ARG1 a ns11:FrameRole . + +ns11:categorize-01.ARG2 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_d a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-14 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> ; + :hasRootLeaf :leaf_categorize-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-14" ; + :hasSentenceStatement "Such objects are categorized as dwarf planets." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_such-object-categorize-dwarf-planet_o a net:Composite_Class_Net ; + :role_mod net:atomClass_such_s ; + net:composeFrom net:atomProperty_categorize_c, + net:compositeClass_dwarf-planet_p, + net:compositeClass_such-object_o ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_categorize-01_c, + :leaf_dwarf_d, + :leaf_object_o, + :leaf_planet_p, + :leaf_such_s ; + net:hasMotherClassNet net:compositeClass_such-object_o ; + net:hasNaming "such-object-categorize-dwarf-planet" ; + net:hasRestriction net:restriction_categorize-dwarf-planet_c ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d ; + net:coverBaseNode :leaf_dwarf_d ; + net:coverNode :leaf_dwarf_d ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_such_s a net:Individual_Net ; + net:composeFrom net:atomClass_such_s ; + net:coverBaseNode :leaf_such_s ; + net:coverNode :leaf_such_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "such" ; + net:hasMotherClassNet net:atomClass_such_s ; + net:hasNaming "such" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-14" ; + ns21:has-sentence "Such objects are categorized as dwarf planets." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_categorize-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:categorize-01 ; + :label "categorize-01" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_such rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:such ; + :label "such" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> ; + :label "c" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + :label "d" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + :label "p" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_categorize-dwarf-planet_c a net:Restriction_Net ; + net:composeFrom net:atomProperty_categorize_c, + net:compositeClass_dwarf-planet_p ; + net:coverBaseNode :leaf_categorize-01_c ; + net:coverNode :leaf_categorize-01_c, + :leaf_dwarf_d, + :leaf_planet_p ; + net:hasNaming "categorize-dwarf-planet" ; + net:hasRestrictionNetValue net:compositeClass_dwarf-planet_p ; + net:hasRestrictionOnProperty net:atomProperty_categorize_c ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#c> a ns11:categorize-01 ; + ns11:categorize-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> ; + ns11:categorize-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#o> a ns3:object ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-14#s> a ns3:such ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:categorize-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:such a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_such_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_categorize_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o, + net:compositeClass_such-object_o ; + :role_ARG2 net:atomClass_planet_p, + net:compositeClass_dwarf-planet_p ; + net:coverBaseNode :leaf_categorize-01_c ; + net:coverNode :leaf_categorize-01_c ; + net:hasNaming "categorize" ; + net:hasPropertyName "categorize" ; + net:hasPropertyName01 "categorizeing" ; + net:hasPropertyName10 "categorize-by" ; + net:hasPropertyName12 "categorize-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_planet_p . + +net:compositeClass_such-object_o a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_such_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_such_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_such_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "such-object" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:compositeClass_dwarf-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d ; + net:composeFrom net:atomClass_dwarf_d, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_dwarf_d, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_dwarf_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d ; + net:coverNode :leaf_dwarf_d ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_categorize-01_c a :AMR_Leaf ; + :edge_c_o :leaf_object_o ; + :edge_c_p :leaf_planet_p ; + :hasConcept :concept_categorize-01 ; + :hasVariable :variable_c . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_such_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_such_s ; + net:coverNode :leaf_such_s ; + net:hasClassName "such" ; + net:hasNaming "such" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_such_s a :AMR_Leaf ; + :hasConcept :concept_such ; + :hasVariable :variable_s . + +:leaf_dwarf_d a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_s :leaf_such_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_d :leaf_dwarf_d ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Linked_Data a owl:Class . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..a88703845d7895c6b1f9d54365b85387dd1120b4 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-14/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,48 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#such-object-categorize-dwarf-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#categorize> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#dwarf-planet> ], + <https://tenet.tetras-libre.fr/extract-result#such-object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#categorize> a owl:ObjectProperty ; + rdfs:label "categorize" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#such> ; + rdfs:label "such" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#such-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..74d28044ea41e7409bfdab0ebe692060c08c5302 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,890 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#g> a ns3:general-02 ; + ns3:general-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o> a ns3:observe-01 ; + ns3:observe-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-15" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:accept-01.ARG0 a ns3:FrameRole . + +ns3:accept-01.ARG1 a ns3:FrameRole . + +ns3:accept-01.ARG3 a ns3:FrameRole . + +ns3:general-02.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:observe-01.ARG0 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns2:op5 a ns1:Role . + +ns2:op6 a ns1:Role . + +ns2:op7 a ns1:Role . + +ns2:op8 a ns1:Role . + +ns2:op9 a ns1:Role . + +ns2:quant a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> a ns2:at-least ; + ns2:op1 "9" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a3> a ns1:and ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#t> ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> ; + ns2:op5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> ; + ns2:op6 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> ; + ns2:op7 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> ; + ns2:op8 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> ; + ns2:op9 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a4> a ns2:asteroid ; + rdfs:label "Cerre" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a5> a ns2:asteroid ; + rdfs:label "Eris" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a6> a ns2:asteroid ; + rdfs:label "Haumea" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#d> a ns2:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o3> a ns2:object ; + rdfs:label "Pluto" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o4> a ns2:object ; + rdfs:label "Makemake" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o5> a ns2:object ; + rdfs:label "Gonggong" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o6> a ns2:object ; + rdfs:label "Quaoar" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o7> a ns2:object ; + rdfs:label "Sedna" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o8> a ns2:object ; + rdfs:label "Orcus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#t> a ns2:trans-Neptunian . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity . + +ns3:accept-01 a ns1:Frame . + +ns3:general-02 a ns1:Frame . + +ns3:include-91 a ns1:Frame . + +ns3:observe-01 a ns1:Frame . + +ns2:at-least a ns1:Concept . + +ns2:dwarf a ns1:Concept . + +ns2:trans-Neptunian a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a> a ns3:accept-01 ; + ns3:accept-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> ; + ns3:accept-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> ; + ns3:accept-01.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#o2> a ns2:object ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-15#p> a <http://amr.isi.edu/entity-types#person> . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns2:asteroid a ns1:Concept . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..197fad9b712d077be8021fc93121b9a6824ddd24 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1633 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#Earth> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Earth" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mercury> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mercury" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Venus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Venus" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_primary_p6 ; + net:coverBaseNode :leaf_compose-01_c ; + net:coverNode :leaf_compose-01_c ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_and_a2, + :leaf_primary_p6 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_inner-system_s ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_terrestrial-planet_p a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_inner_ii a net:Individual_Net ; + net:composeFrom net:atomClass_inner_ii ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "inner" ; + net:hasMotherClassNet net:atomClass_inner_ii ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#inner> ; + rdfs:label "inner" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_primary_p6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_primary_p6 ; + net:coverNode :leaf_primary_p6 ; + net:hasClassName "primary" ; + net:hasNaming "primary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_inner-system_s a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_inner_ii ; + net:composeFrom net:atomClass_inner_ii, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_inner_ii, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "inner-system" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Earth_p4 a net:Individual_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Earth" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" . + +net:individual_Mars_p5 a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p5 ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:individual_Mercury_p2 a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" . + +net:individual_Venus_p3 a net:Individual_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Venus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Venus" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_inner_ii ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:atomClass_inner_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasClassName "inner" ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p5 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p2, + net:individual_Mercury_p2 ; + :role_op2 net:atomClass_planet_p3, + net:individual_Venus_p3 ; + :role_op3 net:atomClass_planet_p4, + net:individual_Earth_p4 ; + :role_op4 net:atomClass_planet_p5, + net:individual_Mars_p5 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3e477f48e92781e0165e7fe81ba72f525d6cafab --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1219 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f02b6ddb68b1b9188de5ad60311083b44c987abe --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1546 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_primary_p6 ; + net:coverBaseNode :leaf_compose-01_c ; + net:coverNode :leaf_compose-01_c ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_and_a2, + :leaf_primary_p6 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_inner-system_s ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_terrestrial-planet_p a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_inner_ii a net:Individual_Net ; + net:composeFrom net:atomClass_inner_ii ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "inner" ; + net:hasMotherClassNet net:atomClass_inner_ii ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_primary_p6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_primary_p6 ; + net:coverNode :leaf_primary_p6 ; + net:hasClassName "primary" ; + net:hasNaming "primary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_inner-system_s a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_inner_ii ; + net:composeFrom net:atomClass_inner_ii, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_inner_ii, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "inner-system" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Earth_p4 a net:Individual_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Earth" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" . + +net:individual_Mars_p5 a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p5 ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:individual_Mercury_p2 a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" . + +net:individual_Venus_p3 a net:Individual_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Venus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Venus" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_inner_ii ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_inner_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasClassName "inner" ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p5 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p2, + net:individual_Mercury_p2 ; + :role_op2 net:atomClass_planet_p3, + net:individual_Venus_p3 ; + :role_op3 net:atomClass_planet_p4, + net:individual_Earth_p4 ; + :role_op4 net:atomClass_planet_p5, + net:individual_Mars_p5 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b3e7ee5b453acaa7d92d4a8ac8a99d7828de794b --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-15/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,91 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Earth> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Earth" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mercury> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mercury" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Venus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Venus" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#inner> ; + rdfs:label "inner" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..39ca17fd879ad63b0d77f269c86177c25c5bb3f2 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,872 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> a ns11:body ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> a ns11:dust ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> a ns3:free-04 ; + ns3:free-04.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> a ns3:include-01 ; + ns3:include-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + ns3:include-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-16" ; + ns2:has-sentence "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:free-04.ARG3 a ns3:FrameRole . + +ns3:include-01.ARG1 a ns3:FrameRole . + +ns3:include-01.ARG2 a ns3:FrameRole . + +ns3:travel-01.ARG0 a ns3:FrameRole . + +ns3:travel-01.ARG1 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns11:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> a ns2:between ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> a ns11:comet . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> a ns11:centaur . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> a ns11:interplanetary . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> a ns11:other . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> a ns11:region ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + ns11:quant "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> a ns11:region . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> a ns11:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> a ns11:this . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> a ns11:various . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:free-04 a ns2:Frame . + +ns3:include-01 a ns2:Frame . + +ns3:travel-01 a ns2:Frame . + +ns11:body a ns2:Concept . + +ns11:centaur a ns2:Concept . + +ns11:cloud a ns2:Concept . + +ns11:comet a ns2:Concept . + +ns11:dust a ns2:Concept . + +ns11:interplanetary a ns2:Concept . + +ns11:other a ns2:Concept . + +ns11:population a ns2:Concept . + +ns11:small a ns2:Concept . + +ns11:this a ns2:Concept . + +ns11:various a ns2:Concept . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:between a ns2:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> a ns3:travel-01 ; + ns3:travel-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns3:travel-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> . + +ns11:region a ns2:Concept . + +ns2:and a ns2:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> a ns11:population ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..e23efe6d3586abc1d89322175c590d709ec4f2a4 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1742 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:free-04.ARG3 a ns3:FrameRole . + +ns3:include-01.ARG1 a ns3:FrameRole . + +ns3:include-01.ARG2 a ns3:FrameRole . + +ns3:travel-01.ARG0 a ns3:FrameRole . + +ns3:travel-01.ARG1 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns11:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_c a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_c2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_c3 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_t2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b2_r2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_p a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ii2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_c3 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_f_t2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_ii_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_t2_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_t2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-16 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-16" ; + :hasSentenceStatement "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#centaur> a owl:Class ; + rdfs:label "centaur" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#comet> a owl:Class ; + rdfs:label "comet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dust> a owl:Class ; + rdfs:label "dust" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#free> a owl:ObjectProperty ; + rdfs:label "free" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#other-population> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this-region> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#region> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#various-population> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_dust_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dust_d ; + net:coverNode :leaf_dust_d ; + net:hasClassName "dust" ; + net:hasNaming "dust" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_free_f a net:Atom_Property_Net ; + :role_ARG3 net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_free-04_f ; + net:coverNode :leaf_free-04_f ; + net:hasNaming "free" ; + net:hasPropertyName "free" ; + net:hasPropertyName01 "freeing" ; + net:hasPropertyName10 "free-by" ; + net:hasPropertyName12 "free-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_travel-01_t2 . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_centaur_c2, + net:atomClass_cloud_c3, + net:atomClass_comet_c, + net:compositeClass_interplanetary-cloud_c3, + net:phenomena_conjunction-AND_a2 ; + :role_ARG2 net:atomClass_population_p, + net:compositeClass_other-population_p, + net:compositeClass_various-population_p ; + net:coverBaseNode :leaf_include-01_ii ; + net:coverNode :leaf_include-01_ii ; + net:hasNaming "include" ; + net:hasPropertyName "include" ; + net:hasPropertyName01 "includeing" ; + net:hasPropertyName10 "include-by" ; + net:hasPropertyName12 "include-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_population_p . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_other-population-travel-between_p a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2, + net:compositeClass_other-population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_between_b2, + :leaf_other_o, + :leaf_population_p, + :leaf_travel-01_t2 ; + net:hasMotherClassNet net:compositeClass_other-population_p ; + net:hasNaming "other-population-travel-between" ; + net:hasRestriction net:restriction_travel-between_t2 ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Composite_Class_Net ; + :role_mod net:atomClass_small_s ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:compositeClass_various-population-travel-between_p a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2, + net:compositeClass_various-population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_between_b2, + :leaf_population_p, + :leaf_travel-01_t2, + :leaf_various_v ; + net:hasMotherClassNet net:compositeClass_various-population_p ; + net:hasNaming "various-population-travel-between" ; + net:hasRestriction net:restriction_travel-between_t2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interplanetary_ii2 a net:Individual_Net ; + net:composeFrom net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_interplanetary_ii2 ; + net:coverNode :leaf_interplanetary_ii2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interplanetary" ; + net:hasMotherClassNet net:atomClass_interplanetary_ii2 ; + net:hasNaming "interplanetary" ; + net:hasStructure "unknown" . + +net:individual_other_o a net:Individual_Net ; + net:composeFrom net:atomClass_other_o ; + net:coverBaseNode :leaf_other_o ; + net:coverNode :leaf_other_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "other" ; + net:hasMotherClassNet net:atomClass_other_o ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:individual_small_s a net:Individual_Net ; + net:composeFrom net:atomClass_small_s ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:individual_this_t a net:Individual_Net ; + net:composeFrom net:atomClass_this_t ; + net:coverBaseNode :leaf_this_t ; + net:coverNode :leaf_this_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "this" ; + net:hasMotherClassNet net:atomClass_this_t ; + net:hasNaming "this" ; + net:hasStructure "unknown" . + +net:individual_various_v a net:Individual_Net ; + net:composeFrom net:atomClass_various_v ; + net:coverBaseNode :leaf_various_v ; + net:coverNode :leaf_various_v ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "various" ; + net:hasMotherClassNet net:atomClass_various_v ; + net:hasNaming "various" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_region_r, + net:compositeClass_this-region_r ; + :role_op2 net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> a ns11:body ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> a ns11:dust ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> a ns3:free-04 ; + ns3:free-04.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> a ns3:include-01 ; + ns3:include-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + ns3:include-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-16" ; + ns2:has-sentence "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:between ; + :label "between" . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:body ; + :label "body" . + +:concept_centaur rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:centaur ; + :label "centaur" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_comet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:comet ; + :label "comet" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_free-04 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:free-04 ; + :label "free-04" . + +:concept_include-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-01 ; + :label "include-01" . + +:concept_interplanetary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interplanetary ; + :label "interplanetary" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_population rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:population ; + :label "population" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_this rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:this ; + :label "this" . + +:concept_travel-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:travel-01 ; + :label "travel-01" . + +:concept_various rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:various ; + :label "various" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + :label "c3" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> ; + :label "f" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> ; + :label "ii" . + +:variable_ii2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + :label "ii2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + :label "s" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + :label "t" . + +:variable_t2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + :label "t2" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + :label "v" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interplanetary> ; + rdfs:label "interplanetary" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#other> ; + rdfs:label "other" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region> a owl:Class ; + rdfs:label "region" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#this> ; + rdfs:label "this" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#various> ; + rdfs:label "various" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:compositeClass_this-region_r a net:Composite_Class_Net ; + :role_mod net:atomClass_this_t ; + :role_quant net:value_2_blankNode ; + net:composeFrom net:atomClass_region_r, + net:atomClass_this_t ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r, + :leaf_this_t ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "this-region" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_comet_c ; + :role_op2 net:atomClass_centaur_c2 ; + :role_op3 net:atomClass_cloud_c3, + net:compositeClass_interplanetary-cloud_c3 ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> a ns2:between ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> a ns11:comet ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> a ns11:centaur ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> a ns11:interplanetary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> a ns11:region ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + ns11:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> a ns11:region ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> a ns11:this ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> a ns11:various ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:free-04 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:travel-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:body a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:centaur a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:comet a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interplanetary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:population a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:this a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:various a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:between a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_dust_d a :AMR_Leaf ; + :edge_d_c3 :leaf_cloud_c3 ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:leaf_free-04_f a :AMR_Leaf ; + :edge_f_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_free-04 ; + :hasVariable :variable_f . + +:leaf_include-01_ii a :AMR_Leaf ; + :edge_ii_a2 :leaf_and_a2 ; + :edge_ii_p :leaf_population_p ; + :hasConcept :concept_include-01 ; + :hasVariable :variable_ii . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_2 a :AMR_Value ; + rdfs:label "2" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#population> a owl:Class ; + rdfs:label "population" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#travel> a owl:ObjectProperty ; + rdfs:label "travel" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_centaur_c2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_centaur_c2 ; + net:coverNode :leaf_centaur_c2 ; + net:hasClassName "centaur" ; + net:hasClassType sys:Entity ; + net:hasNaming "centaur" ; + net:hasStructure "unknown" . + +net:atomClass_comet_c a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_comet_c ; + net:coverNode :leaf_comet_c ; + net:hasClassName "comet" ; + net:hasClassType sys:Entity ; + net:hasNaming "comet" ; + net:hasStructure "unknown" . + +net:atomClass_region_r2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_region_r2 ; + net:coverNode :leaf_region_r2 ; + net:hasClassName "region" ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomClass_region_r2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_region_r2 . + +net:compositeClass_interplanetary-cloud_c3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interplanetary_ii2 ; + net:composeFrom net:atomClass_cloud_c3, + net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_cloud_c3 ; + net:coverNode :leaf_cloud_c3, + :leaf_interplanetary_ii2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c3 ; + net:hasNaming "interplanetary-cloud" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:restriction_travel-between_t2 a net:Restriction_Net ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_travel-01_t2 ; + net:coverNode :leaf_between_b2, + :leaf_travel-01_t2 ; + net:hasNaming "travel-between" ; + net:hasRestrictionNetValue net:atomClass_between_b2 ; + net:hasRestrictionOnProperty net:atomProperty_travel_t2 ; + net:hasStructure "unknown" . + +net:value_2_blankNode a net:Value_Net ; + net:coverAmrValue :value_2 ; + net:hasNaming "2" ; + net:hasStructure "unknown" ; + net:hasValueLabel "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> a ns3:travel-01 ; + ns3:travel-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns3:travel-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_r :leaf_region_r ; + :edge_a_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_centaur_c2 a :AMR_Leaf ; + :hasConcept :concept_centaur ; + :hasVariable :variable_c2 . + +:leaf_comet_c a :AMR_Leaf ; + :hasConcept :concept_comet ; + :hasVariable :variable_c . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_region_r a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_this_t ; + :role_quant net:value_2_blankNode ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r ; + net:hasClassName "region" ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> a ns11:population ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_c :leaf_comet_c ; + :edge_a2_c2 :leaf_centaur_c2 ; + :edge_a2_c3 :leaf_cloud_c3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_p :leaf_population_p ; + :edge_b_s :leaf_small_s ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +:leaf_region_r2 a :AMR_Leaf ; + :hasConcept :concept_region ; + :hasVariable :variable_r2 . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:atomClass_cloud_c3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_cloud_c3 ; + net:coverNode :leaf_cloud_c3 ; + net:hasClassName "cloud" ; + net:hasClassType sys:Entity ; + net:hasNaming "cloud" ; + net:hasStructure "unknown" . + +net:compositeClass_other-population_p a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_other_o, + net:atomClass_population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_other_o, + :leaf_population_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_population_p ; + net:hasNaming "other-population" ; + net:hasStructure "unknown" . + +net:compositeClass_various-population_p a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_population_p, + net:atomClass_various_v ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_population_p, + :leaf_various_v ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_population_p ; + net:hasNaming "various-population" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_quant_2 :value_2 ; + :edge_r_t :leaf_this_t ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomClass_region_r2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomClass_interplanetary_ii2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interplanetary_ii2 ; + net:coverNode :leaf_interplanetary_ii2 ; + net:hasClassName "interplanetary" ; + net:hasNaming "interplanetary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomClass_this_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_this_t ; + net:coverNode :leaf_this_t ; + net:hasClassName "this" ; + net:hasNaming "this" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_cloud_c3 a :AMR_Leaf ; + :edge_c3_ii2 :leaf_interplanetary_ii2 ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c3 . + +:leaf_interplanetary_ii2 a :AMR_Leaf ; + :hasConcept :concept_interplanetary ; + :hasVariable :variable_ii2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +:leaf_this_t a :AMR_Leaf ; + :hasConcept :concept_this ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_population_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_population_p ; + net:hasClassName "population" ; + net:hasClassType sys:Entity ; + net:hasNaming "population" ; + net:hasStructure "unknown" . + +net:atomProperty_travel_t2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_population_p, + net:compositeClass_other-population_p, + net:compositeClass_various-population_p ; + :role_ARG1 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_travel-01_t2 ; + net:coverNode :leaf_travel-01_t2 ; + net:hasNaming "travel" ; + net:hasPropertyName "travel" ; + net:hasPropertyName01 "traveling" ; + net:hasPropertyName10 "travel-by" ; + net:hasPropertyName12 "travel-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_between_b2, + :leaf_population_p . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_other_o a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o . + +:leaf_various_v a :AMR_Leaf ; + :hasConcept :concept_various ; + :hasVariable :variable_v . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:atomClass_other_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_other_o ; + net:coverNode :leaf_other_o ; + net:hasClassName "other" ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:atomClass_various_v a net:Atom_Class_Net ; + net:coverBaseNode :leaf_various_v ; + net:coverNode :leaf_various_v ; + net:hasClassName "various" ; + net:hasNaming "various" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_r2 :leaf_region_r2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_travel-01_t2 a :AMR_Leaf ; + :edge_t2_b2 :leaf_between_b2 ; + :edge_t2_p :leaf_population_p ; + :hasConcept :concept_travel-01 ; + :hasVariable :variable_t2 . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +:leaf_population_p a :AMR_Leaf ; + :edge_p_o :leaf_other_o ; + :edge_p_v :leaf_various_v ; + :hasConcept :concept_population ; + :hasVariable :variable_p . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cf772d1b182c218f56cd846cb6e2e7dde0007ea6 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1231 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:free-04.ARG3 a ns3:FrameRole . + +ns3:include-01.ARG1 a ns3:FrameRole . + +ns3:include-01.ARG2 a ns3:FrameRole . + +ns3:travel-01.ARG0 a ns3:FrameRole . + +ns3:travel-01.ARG1 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns11:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_c a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_c2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_c3 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_t2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b2_r2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_p a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ii2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_c3 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_f_t2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_ii_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_t2_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_t2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_p :leaf_population_p ; + :edge_b_s :leaf_small_s ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +:leaf_dust_d a :AMR_Leaf ; + :edge_d_c3 :leaf_cloud_c3 ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:leaf_free-04_f a :AMR_Leaf ; + :edge_f_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_free-04 ; + :hasVariable :variable_f . + +:leaf_include-01_ii a :AMR_Leaf ; + :edge_ii_a2 :leaf_and_a2 ; + :edge_ii_p :leaf_population_p ; + :hasConcept :concept_include-01 ; + :hasVariable :variable_ii . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-16 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-16" ; + :hasSentenceStatement "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> a ns11:body ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> a ns11:dust ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> a ns3:free-04 ; + ns3:free-04.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> a ns3:include-01 ; + ns3:include-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + ns3:include-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-16" ; + ns2:has-sentence "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:between ; + :label "between" . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:body ; + :label "body" . + +:concept_centaur rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:centaur ; + :label "centaur" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_comet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:comet ; + :label "comet" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_free-04 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:free-04 ; + :label "free-04" . + +:concept_include-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-01 ; + :label "include-01" . + +:concept_interplanetary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interplanetary ; + :label "interplanetary" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_population rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:population ; + :label "population" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_this rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:this ; + :label "this" . + +:concept_travel-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:travel-01 ; + :label "travel-01" . + +:concept_various rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:various ; + :label "various" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_r :leaf_region_r ; + :edge_a_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_c :leaf_comet_c ; + :edge_a2_c2 :leaf_centaur_c2 ; + :edge_a2_c3 :leaf_cloud_c3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_r2 :leaf_region_r2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_centaur_c2 a :AMR_Leaf ; + :hasConcept :concept_centaur ; + :hasVariable :variable_c2 . + +:leaf_comet_c a :AMR_Leaf ; + :hasConcept :concept_comet ; + :hasVariable :variable_c . + +:leaf_interplanetary_ii2 a :AMR_Leaf ; + :hasConcept :concept_interplanetary ; + :hasVariable :variable_ii2 . + +:leaf_other_o a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_quant_2 :value_2 ; + :edge_r_t :leaf_this_t ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +:leaf_region_r2 a :AMR_Leaf ; + :hasConcept :concept_region ; + :hasVariable :variable_r2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +:leaf_this_t a :AMR_Leaf ; + :hasConcept :concept_this ; + :hasVariable :variable_t . + +:leaf_various_v a :AMR_Leaf ; + :hasConcept :concept_various ; + :hasVariable :variable_v . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_2 a :AMR_Value ; + rdfs:label "2" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + :label "c3" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> ; + :label "f" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> ; + :label "ii" . + +:variable_ii2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + :label "ii2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + :label "s" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + :label "t" . + +:variable_t2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + :label "t2" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + :label "v" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> a ns2:between ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> a ns11:comet ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> a ns11:centaur ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> a ns11:interplanetary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> a ns11:region ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + ns11:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> a ns11:region ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> a ns11:this ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> a ns11:various ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:free-04 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:travel-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:body a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:centaur a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:comet a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interplanetary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:population a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:this a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:various a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:between a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_cloud_c3 a :AMR_Leaf ; + :edge_c3_ii2 :leaf_interplanetary_ii2 ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c3 . + +:leaf_travel-01_t2 a :AMR_Leaf ; + :edge_t2_b2 :leaf_between_b2 ; + :edge_t2_p :leaf_population_p ; + :hasConcept :concept_travel-01 ; + :hasVariable :variable_t2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> a ns3:travel-01 ; + ns3:travel-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns3:travel-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_population_p a :AMR_Leaf ; + :edge_p_o :leaf_other_o ; + :edge_p_v :leaf_various_v ; + :hasConcept :concept_population ; + :hasVariable :variable_p . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> a ns11:population ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dff75be8671a8019fe7cc7c802d405ec88cf86b6 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1618 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:free-04.ARG3 a ns3:FrameRole . + +ns3:include-01.ARG1 a ns3:FrameRole . + +ns3:include-01.ARG2 a ns3:FrameRole . + +ns3:travel-01.ARG0 a ns3:FrameRole . + +ns3:travel-01.ARG1 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns11:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_c a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_c2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_c3 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_t2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b2_r2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_p a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_b_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ii2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_c3 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_f_t2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_ii_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_t2_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_t2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-16 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-16" ; + :hasSentenceStatement "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_dust_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dust_d ; + net:coverNode :leaf_dust_d ; + net:hasClassName "dust" ; + net:hasNaming "dust" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_free_f a net:Atom_Property_Net ; + :role_ARG3 net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_free-04_f ; + net:coverNode :leaf_free-04_f ; + net:hasNaming "free" ; + net:hasPropertyName "free" ; + net:hasPropertyName01 "freeing" ; + net:hasPropertyName10 "free-by" ; + net:hasPropertyName12 "free-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_travel-01_t2 . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_centaur_c2, + net:atomClass_cloud_c3, + net:atomClass_comet_c, + net:compositeClass_interplanetary-cloud_c3, + net:phenomena_conjunction-AND_a2 ; + :role_ARG2 net:atomClass_population_p, + net:compositeClass_other-population_p, + net:compositeClass_various-population_p ; + net:coverBaseNode :leaf_include-01_ii ; + net:coverNode :leaf_include-01_ii ; + net:hasNaming "include" ; + net:hasPropertyName "include" ; + net:hasPropertyName01 "includeing" ; + net:hasPropertyName10 "include-by" ; + net:hasPropertyName12 "include-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_population_p . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_other-population-travel-between_p a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2, + net:compositeClass_other-population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_between_b2, + :leaf_other_o, + :leaf_population_p, + :leaf_travel-01_t2 ; + net:hasMotherClassNet net:compositeClass_other-population_p ; + net:hasNaming "other-population-travel-between" ; + net:hasRestriction net:restriction_travel-between_t2 ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Composite_Class_Net ; + :role_mod net:atomClass_small_s ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:compositeClass_various-population-travel-between_p a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2, + net:compositeClass_various-population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_between_b2, + :leaf_population_p, + :leaf_travel-01_t2, + :leaf_various_v ; + net:hasMotherClassNet net:compositeClass_various-population_p ; + net:hasNaming "various-population-travel-between" ; + net:hasRestriction net:restriction_travel-between_t2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interplanetary_ii2 a net:Individual_Net ; + net:composeFrom net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_interplanetary_ii2 ; + net:coverNode :leaf_interplanetary_ii2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interplanetary" ; + net:hasMotherClassNet net:atomClass_interplanetary_ii2 ; + net:hasNaming "interplanetary" ; + net:hasStructure "unknown" . + +net:individual_other_o a net:Individual_Net ; + net:composeFrom net:atomClass_other_o ; + net:coverBaseNode :leaf_other_o ; + net:coverNode :leaf_other_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "other" ; + net:hasMotherClassNet net:atomClass_other_o ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:individual_small_s a net:Individual_Net ; + net:composeFrom net:atomClass_small_s ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:individual_this_t a net:Individual_Net ; + net:composeFrom net:atomClass_this_t ; + net:coverBaseNode :leaf_this_t ; + net:coverNode :leaf_this_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "this" ; + net:hasMotherClassNet net:atomClass_this_t ; + net:hasNaming "this" ; + net:hasStructure "unknown" . + +net:individual_various_v a net:Individual_Net ; + net:composeFrom net:atomClass_various_v ; + net:coverBaseNode :leaf_various_v ; + net:coverNode :leaf_various_v ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "various" ; + net:hasMotherClassNet net:atomClass_various_v ; + net:hasNaming "various" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_region_r, + net:compositeClass_this-region_r ; + :role_op2 net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> a ns11:body ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> a ns11:dust ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> a ns3:free-04 ; + ns3:free-04.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> a ns3:include-01 ; + ns3:include-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + ns3:include-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-16" ; + ns2:has-sentence "In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:between ; + :label "between" . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:body ; + :label "body" . + +:concept_centaur rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:centaur ; + :label "centaur" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_comet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:comet ; + :label "comet" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_free-04 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:free-04 ; + :label "free-04" . + +:concept_include-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-01 ; + :label "include-01" . + +:concept_interplanetary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interplanetary ; + :label "interplanetary" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_population rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:population ; + :label "population" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_this rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:this ; + :label "this" . + +:concept_travel-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:travel-01 ; + :label "travel-01" . + +:concept_various rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:various ; + :label "various" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + :label "c3" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#f> ; + :label "f" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii> ; + :label "ii" . + +:variable_ii2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + :label "ii2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> ; + :label "s" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + :label "t" . + +:variable_t2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + :label "t2" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + :label "v" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:compositeClass_this-region_r a net:Composite_Class_Net ; + :role_mod net:atomClass_this_t ; + :role_quant net:value_2_blankNode ; + net:composeFrom net:atomClass_region_r, + net:atomClass_this_t ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r, + :leaf_this_t ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "this-region" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_comet_c ; + :role_op2 net:atomClass_centaur_c2 ; + :role_op3 net:atomClass_cloud_c3, + net:compositeClass_interplanetary-cloud_c3 ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> a ns2:between ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c> a ns11:comet ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c2> a ns11:centaur ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> a ns11:interplanetary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r> a ns11:region ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> ; + ns11:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#r2> a ns11:region ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t> a ns11:this ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> a ns11:various ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:free-04 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:travel-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:body a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:centaur a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:comet a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interplanetary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:population a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:this a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:various a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:between a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_dust_d a :AMR_Leaf ; + :edge_d_c3 :leaf_cloud_c3 ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:leaf_free-04_f a :AMR_Leaf ; + :edge_f_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_free-04 ; + :hasVariable :variable_f . + +:leaf_include-01_ii a :AMR_Leaf ; + :edge_ii_a2 :leaf_and_a2 ; + :edge_ii_p :leaf_population_p ; + :hasConcept :concept_include-01 ; + :hasVariable :variable_ii . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_2 a :AMR_Value ; + rdfs:label "2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_centaur_c2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_centaur_c2 ; + net:coverNode :leaf_centaur_c2 ; + net:hasClassName "centaur" ; + net:hasClassType sys:Entity ; + net:hasNaming "centaur" ; + net:hasStructure "unknown" . + +net:atomClass_comet_c a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_comet_c ; + net:coverNode :leaf_comet_c ; + net:hasClassName "comet" ; + net:hasClassType sys:Entity ; + net:hasNaming "comet" ; + net:hasStructure "unknown" . + +net:atomClass_region_r2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_region_r2 ; + net:coverNode :leaf_region_r2 ; + net:hasClassName "region" ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomClass_region_r2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_region_r2 . + +net:compositeClass_interplanetary-cloud_c3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interplanetary_ii2 ; + net:composeFrom net:atomClass_cloud_c3, + net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_cloud_c3 ; + net:coverNode :leaf_cloud_c3, + :leaf_interplanetary_ii2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c3 ; + net:hasNaming "interplanetary-cloud" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:restriction_travel-between_t2 a net:Restriction_Net ; + net:composeFrom net:atomClass_between_b2, + net:atomProperty_travel_t2 ; + net:coverBaseNode :leaf_travel-01_t2 ; + net:coverNode :leaf_between_b2, + :leaf_travel-01_t2 ; + net:hasNaming "travel-between" ; + net:hasRestrictionNetValue net:atomClass_between_b2 ; + net:hasRestrictionOnProperty net:atomProperty_travel_t2 ; + net:hasStructure "unknown" . + +net:value_2_blankNode a net:Value_Net ; + net:coverAmrValue :value_2 ; + net:hasNaming "2" ; + net:hasStructure "unknown" ; + net:hasValueLabel "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#c3> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#ii2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#t2> a ns3:travel-01 ; + ns3:travel-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> ; + ns3:travel-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_r :leaf_region_r ; + :edge_a_t2 :leaf_travel-01_t2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_centaur_c2 a :AMR_Leaf ; + :hasConcept :concept_centaur ; + :hasVariable :variable_c2 . + +:leaf_comet_c a :AMR_Leaf ; + :hasConcept :concept_comet ; + :hasVariable :variable_c . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_region_r a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_this_t ; + :role_quant net:value_2_blankNode ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r ; + net:hasClassName "region" ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#p> a ns11:population ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#o>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-16#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_c :leaf_comet_c ; + :edge_a2_c2 :leaf_centaur_c2 ; + :edge_a2_c3 :leaf_cloud_c3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_p :leaf_population_p ; + :edge_b_s :leaf_small_s ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +:leaf_region_r2 a :AMR_Leaf ; + :hasConcept :concept_region ; + :hasVariable :variable_r2 . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:atomClass_cloud_c3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interplanetary_ii2 ; + net:coverBaseNode :leaf_cloud_c3 ; + net:coverNode :leaf_cloud_c3 ; + net:hasClassName "cloud" ; + net:hasClassType sys:Entity ; + net:hasNaming "cloud" ; + net:hasStructure "unknown" . + +net:compositeClass_other-population_p a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_other_o, + net:atomClass_population_p ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_other_o, + :leaf_population_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_population_p ; + net:hasNaming "other-population" ; + net:hasStructure "unknown" . + +net:compositeClass_various-population_p a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:composeFrom net:atomClass_population_p, + net:atomClass_various_v ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_population_p, + :leaf_various_v ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_population_p ; + net:hasNaming "various-population" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_quant_2 :value_2 ; + :edge_r_t :leaf_this_t ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomClass_region_r2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomClass_interplanetary_ii2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interplanetary_ii2 ; + net:coverNode :leaf_interplanetary_ii2 ; + net:hasClassName "interplanetary" ; + net:hasNaming "interplanetary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomClass_this_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_this_t ; + net:coverNode :leaf_this_t ; + net:hasClassName "this" ; + net:hasNaming "this" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_cloud_c3 a :AMR_Leaf ; + :edge_c3_ii2 :leaf_interplanetary_ii2 ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c3 . + +:leaf_interplanetary_ii2 a :AMR_Leaf ; + :hasConcept :concept_interplanetary ; + :hasVariable :variable_ii2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +:leaf_this_t a :AMR_Leaf ; + :hasConcept :concept_this ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_population_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o, + net:atomClass_various_v ; + net:coverBaseNode :leaf_population_p ; + net:coverNode :leaf_population_p ; + net:hasClassName "population" ; + net:hasClassType sys:Entity ; + net:hasNaming "population" ; + net:hasStructure "unknown" . + +net:atomProperty_travel_t2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_population_p, + net:compositeClass_other-population_p, + net:compositeClass_various-population_p ; + :role_ARG1 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_travel-01_t2 ; + net:coverNode :leaf_travel-01_t2 ; + net:hasNaming "travel" ; + net:hasPropertyName "travel" ; + net:hasPropertyName01 "traveling" ; + net:hasPropertyName10 "travel-by" ; + net:hasPropertyName12 "travel-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_between_b2, + :leaf_population_p . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_other_o a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o . + +:leaf_various_v a :AMR_Leaf ; + :hasConcept :concept_various ; + :hasVariable :variable_v . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_other_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_other_o ; + net:coverNode :leaf_other_o ; + net:hasClassName "other" ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:atomClass_various_v a net:Atom_Class_Net ; + net:coverBaseNode :leaf_various_v ; + net:coverNode :leaf_various_v ; + net:hasClassName "various" ; + net:hasNaming "various" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_r2 :leaf_region_r2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_travel-01_t2 a :AMR_Leaf ; + :edge_t2_b2 :leaf_between_b2 ; + :edge_t2_p :leaf_population_p ; + :hasConcept :concept_travel-01 ; + :hasVariable :variable_t2 . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +:leaf_population_p a :AMR_Leaf ; + :edge_p_o :leaf_other_o ; + :edge_p_v :leaf_various_v ; + :hasConcept :concept_population ; + :hasVariable :variable_p . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..67d160263d225ebb3909a51267c7f0fc4ca6e7e5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-16/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,128 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#centaur> a owl:Class ; + rdfs:label "centaur" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#comet> a owl:Class ; + rdfs:label "comet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dust> a owl:Class ; + rdfs:label "dust" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#free> a owl:ObjectProperty ; + rdfs:label "free" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#other-population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this-region> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population-travel-between> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#travel> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#between> ], + <https://tenet.tetras-libre.fr/extract-result#various-population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interplanetary> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interplanetary> ; + rdfs:label "interplanetary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#other> ; + rdfs:label "other" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region> a owl:Class ; + rdfs:label "region" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#this> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#this> ; + rdfs:label "this" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#various> ; + rdfs:label "various" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#various-population> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#population> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#population> a owl:Class ; + rdfs:label "population" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#travel> a owl:ObjectProperty ; + rdfs:label "travel" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4e1c62ddab8b4842559facb8280de7689b8c7be9 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,905 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii> a ns11:include-91 ; + ns11:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> ; + ns11:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#ii2> a ns11:include-91 ; + ns11:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> ; + ns11:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#n> a ns11:natural-03 ; + ns11:natural-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p3> a ns11:possible-01 ; + ns11:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-17" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#t> a ns11:term-01 ; + ns11:term-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> ; + ns11:term-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> ; + ns2:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns11:include-91.ARG1 a ns11:FrameRole . + +ns11:include-91.ARG2 a ns11:FrameRole . + +ns11:natural-03.ARG1 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:possible-01.ARG1 a ns11:FrameRole . + +ns11:term-01.ARG1 a ns11:FrameRole . + +ns11:term-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +ns2:time a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a> a ns3:after ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> a ns2:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m2> a ns3:most ; + ns2:quant "6" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> a ns2:many . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m4> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#u> a ns2:usual . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#moon> a ns3:NamedEntity . + +ns11:natural-03 a ns3:Frame . + +ns11:orbit-01 a ns3:Frame . + +ns11:possible-01 a ns3:Frame . + +ns11:term-01 a ns3:Frame . + +ns2:dwarf a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:many a ns3:Concept . + +ns2:satellite a ns3:Concept . + +ns2:small a ns3:Concept . + +ns2:usual a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:after a ns3:Concept . + +ns3:and a ns3:Concept . + +ns3:more a ns3:Concept . + +ns3:most a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b> a ns2:body ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#b2> a ns2:body . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#m> a <http://amr.isi.edu/entity-types#moon> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#d> . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns11:have-degree-91 a ns3:Frame . + +ns11:include-91 a ns3:Frame . + +ns2:body a ns3:Concept . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "6" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-17#s> a ns2:satellite . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..9329e63b99995bc7309f5579a2613347868f5147 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1714 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt-contain-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#contain> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#asteroid-belt> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose-resemble-terrestrial-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> ], + <https://tenet.tetras-libre.fr/extract-result#compose> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG2 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_between_b2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_asteroid-belt-contain-object_b a net:Composite_Class_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c, + net:compositeClass_asteroid-belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b, + :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasMotherClassNet net:compositeClass_asteroid-belt_b ; + net:hasNaming "asteroid-belt-contain-object" ; + net:hasRestriction net:restriction_contain-object_c ; + net:hasStructure "unknown" . + +net:compositeClass_compose-resemble-terrestrial-planet_c2 a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomClass_compose_c2, + net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_compose_c2 ; + net:hasNaming "compose-resemble-terrestrial-planet" ; + net:hasRestriction net:restriction_resemble-terrestrial-planet_r2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_asteroid_a a net:Individual_Net ; + net:composeFrom net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "asteroid" ; + net:hasMotherClassNet net:atomClass_asteroid_a ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#asteroid> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#asteroid> ; + rdfs:label "asteroid" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#belt> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#belt> a owl:Class ; + rdfs:label "belt" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:Class ; + rdfs:label "compose" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p2 a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Mars_p a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_contain-object_c a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasNaming "contain-object" ; + net:hasRestrictionNetValue net:atomClass_object_o3 ; + net:hasRestrictionOnProperty net:atomProperty_contain_c ; + net:hasStructure "unknown" . + +net:restriction_resemble-terrestrial-planet_r2 a net:Restriction_Net ; + net:composeFrom net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasNaming "resemble-terrestrial-planet" ; + net:hasRestrictionNetValue net:compositeClass_terrestrial-planet_p3 ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o, + :leaf_orbit-01_o2 . + +net:atomProperty_compose_c2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_object_o3 . + +net:atomProperty_orbit_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Mars_p ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p2, + net:individual_Jupiter_p2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_compose_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasClassName "compose" ; + net:hasClassType sys:Entity ; + net:hasNaming "compose" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG1 net:atomClass_object_o3 ; + :role_mod net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_most_m2, + :leaf_object_o3 . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_compose_c2, + net:atomProperty_compose_c2 ; + :role_ARG2 net:atomClass_planet_p3, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_compose-01_c2, + :leaf_planet_p3 . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_belt_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_belt_b ; + net:hasClassName "belt" ; + net:hasClassType sys:Entity ; + net:hasNaming "belt" ; + net:hasStructure "unknown" . + +net:compositeClass_asteroid-belt_b a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_asteroid_a, + net:atomClass_belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_belt_b ; + net:hasNaming "asteroid-belt" ; + net:hasStructure "unknown" . + +net:compositeClass_terrestrial-planet_p3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p3, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3, + :leaf_terrestrial_t ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_asteroid_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasClassName "asteroid" ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..64bbac5de78891d6496dd1b8b429749cca70ca40 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1217 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4f9c87fdea50b6aae6dc263d157a45a6a8770ec1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1608 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:compose-01.ARG1 a ns11:FrameRole . + +ns11:compose-01.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG1 a ns11:FrameRole . + +ns11:lie-07.ARG2 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:resemble-01.ARG1 a ns11:FrameRole . + +ns11:resemble-01.ARG2 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b2_o2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_b a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_b2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o2_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r2_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-11 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-11" ; + :hasSentenceStatement "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG2 net:atomClass_between_b2, + net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_between_b2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_asteroid-belt-contain-object_b a net:Composite_Class_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c, + net:compositeClass_asteroid-belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b, + :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasMotherClassNet net:compositeClass_asteroid-belt_b ; + net:hasNaming "asteroid-belt-contain-object" ; + net:hasRestriction net:restriction_contain-object_c ; + net:hasStructure "unknown" . + +net:compositeClass_compose-resemble-terrestrial-planet_c2 a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomClass_compose_c2, + net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_compose_c2 ; + net:hasNaming "compose-resemble-terrestrial-planet" ; + net:hasRestriction net:restriction_resemble-terrestrial-planet_r2 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_asteroid_a a net:Individual_Net ; + net:composeFrom net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "asteroid" ; + net:hasMotherClassNet net:atomClass_asteroid_a ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> a ns11:lie-07 ; + ns11:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> a ns11:resemble-01 ; + ns11:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + ns11:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-11" ; + ns3:has-sentence "The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_asteroid rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:asteroid ; + :label "asteroid" . + +:concept_belt rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:belt ; + :label "belt" . + +:concept_between rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:between ; + :label "between" . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:compose-01 ; + :label "compose-01" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:contain-01 ; + :label "contain-01" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:lie-07 ; + :label "lie-07" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:object ; + :label "object" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:resemble-01 ; + :label "resemble-01" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + :label "b" . + +:variable_b2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> ; + :label "b2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> ; + :label "c2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + :label "p" ; + :name "Mars" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + :label "p2" ; + :name "Jupiter" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> ; + :label "p3" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r2> ; + :label "r2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_between_b2 a net:Atom_Class_Net, + net:Class_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:composeFrom net:atomProperty_between_b2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasClassName "between" ; + net:hasClassType sys:Entity ; + net:hasNaming "between" ; + net:hasStructure "unknown" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p2 a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Mars_p a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_contain-object_c a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o3, + net:atomProperty_contain_c ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c, + :leaf_object_o3 ; + net:hasNaming "contain-object" ; + net:hasRestrictionNetValue net:atomClass_object_o3 ; + net:hasRestrictionOnProperty net:atomProperty_contain_c ; + net:hasStructure "unknown" . + +net:restriction_resemble-terrestrial-planet_r2 a net:Restriction_Net ; + net:composeFrom net:atomProperty_resemble_r2, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_planet_p3, + :leaf_resemble-01_r2, + :leaf_terrestrial_t ; + net:hasNaming "resemble-terrestrial-planet" ; + net:hasRestrictionNetValue net:compositeClass_terrestrial-planet_p3 ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> a ns2:asteroid ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b2> a ns3:between ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#c2> a ns11:compose-01 ; + ns11:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> ; + ns11:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#m2> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#p3> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:contain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:asteroid a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:belt a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:between a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_b :leaf_belt_b ; + :edge_l_b2 :leaf_between_b2 ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:atomProperty_between_b2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_op1 net:atomProperty_orbit_o ; + :role_op2 net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_between_b2 ; + net:coverNode :leaf_between_b2 ; + net:hasNaming "between" ; + net:hasPropertyName "between" ; + net:hasPropertyName01 "betweening" ; + net:hasPropertyName10 "between-by" ; + net:hasPropertyName12 "between-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o, + :leaf_orbit-01_o2 . + +net:atomProperty_compose_c2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_object_o3 . + +net:atomProperty_orbit_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Mars_p ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p2, + net:individual_Jupiter_p2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#b> a ns2:belt ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-11#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_compose_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:phenomena_conjunction-AND_a2 ; + net:composeFrom net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasClassName "compose" ; + net:hasClassType sys:Entity ; + net:hasNaming "compose" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_belt_b, + net:compositeClass_asteroid-belt_b ; + :role_ARG1 net:atomClass_object_o3 ; + :role_mod net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_contain-01_c ; + net:coverNode :leaf_contain-01_c ; + net:hasNaming "contain" ; + net:hasPropertyName "contain" ; + net:hasPropertyName01 "containing" ; + net:hasPropertyName10 "contain-by" ; + net:hasPropertyName12 "contain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_belt_b, + :leaf_most_m2, + :leaf_object_o3 . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_compose_c2, + net:atomProperty_compose_c2 ; + :role_ARG2 net:atomClass_planet_p3, + net:compositeClass_terrestrial-planet_p3 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_compose-01_c2, + :leaf_planet_p3 . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_most_m2 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_p2 :leaf_planet_p2 ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_belt_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_belt_b ; + net:hasClassName "belt" ; + net:hasClassType sys:Entity ; + net:hasNaming "belt" ; + net:hasStructure "unknown" . + +net:compositeClass_asteroid-belt_b a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_asteroid_a ; + net:composeFrom net:atomClass_asteroid_a, + net:atomClass_belt_b ; + net:coverBaseNode :leaf_belt_b ; + net:coverNode :leaf_asteroid_a, + :leaf_belt_b ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_belt_b ; + net:hasNaming "asteroid-belt" ; + net:hasStructure "unknown" . + +net:compositeClass_terrestrial-planet_p3 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p3, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3, + :leaf_terrestrial_t ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_c2 :leaf_compose-01_c2 ; + :edge_r2_p3 :leaf_planet_p3 ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_between_b2 a :AMR_Leaf ; + :edge_b2_o :leaf_orbit-01_o ; + :edge_b2_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_between ; + :hasVariable :variable_b2 . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_b :leaf_belt_b ; + :edge_c_m2 :leaf_most_m2 ; + :edge_c_o3 :leaf_object_o3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_asteroid_a a net:Atom_Class_Net ; + net:coverBaseNode :leaf_asteroid_a ; + net:coverNode :leaf_asteroid_a ; + net:hasClassName "asteroid" ; + net:hasNaming "asteroid" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_asteroid_a a :AMR_Leaf ; + :hasConcept :concept_asteroid ; + :hasVariable :variable_a . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_o3 :leaf_object_o3 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_belt_b a :AMR_Leaf ; + :edge_b_a :leaf_asteroid_a ; + :hasConcept :concept_belt ; + :hasVariable :variable_b . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..630e8327fff45cc881cd889da22780c108bf1d8e --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-17/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,110 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt-contain-object> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#contain> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ], + <https://tenet.tetras-libre.fr/extract-result#asteroid-belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#between> a owl:Class ; + rdfs:label "between" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose-resemble-terrestrial-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> ], + <https://tenet.tetras-libre.fr/extract-result#compose> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; + rdfs:label "orbit" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#asteroid> ; + rdfs:label "asteroid" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#asteroid-belt> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#belt> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#belt> a owl:Class ; + rdfs:label "belt" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:Class ; + rdfs:label "compose" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..daf5644f32e02483a348c29529b4a117f82a1f96 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,825 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> a ns2:and ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-18" ; + ns2:has-sentence "Each of the outer planets is encircled by planetary rings of dust and other small objects." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:encircle-01.ARG1 a ns3:FrameRole . + +ns3:encircle-01.ARG2 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> a ns11:dust . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> a ns3:encircle-01 ; + ns3:encircle-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns3:encircle-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> a ns11:each . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> a ns11:object ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> a ns11:other . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> a ns11:outer . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> a <http://amr.isi.edu/entity-types#planet> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> a ns11:small . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:encircle-01 a ns2:Frame . + +ns11:dust a ns2:Concept . + +ns11:each a ns2:Concept . + +ns11:object a ns2:Concept . + +ns11:other a ns2:Concept . + +ns11:outer a ns2:Concept . + +ns11:ring a ns2:Concept . + +ns11:small a ns2:Concept . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> a ns11:ring ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b8b63fa8b2a5c89825d4ccf3708d7258919a331d --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1403 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:encircle-01.ARG1 a ns3:FrameRole . + +ns3:encircle-01.ARG2 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_r a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_o2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_e2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_o3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_p a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-18 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> ; + :hasRootLeaf :leaf_encircle-01_e ; + :hasSentenceID "WikiAbstract-SolarSystem-18" ; + :hasSentenceStatement "Each of the outer planets is encircled by planetary rings of dust and other small objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#dust> a owl:Class ; + rdfs:label "dust" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-each-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#each-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-outer-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#outer-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_planet-ring-encircle-each-planet_r a net:Composite_Class_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_each-planet_p2, + net:compositeClass_planet-ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_each_e2, + :leaf_encircle-01_e, + :leaf_planet_p, + :leaf_planet_p2, + :leaf_ring_r ; + net:hasMotherClassNet net:compositeClass_planet-ring_r ; + net:hasNaming "planet-ring-encircle-each-planet" ; + net:hasRestriction net:restriction_encircle-each-planet_e ; + net:hasStructure "unknown" . + +net:compositeClass_planet-ring-encircle-outer-planet_r a net:Composite_Class_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_outer-planet_p2, + net:compositeClass_planet-ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_encircle-01_e, + :leaf_outer_o3, + :leaf_planet_p, + :leaf_planet_p2, + :leaf_ring_r ; + net:hasMotherClassNet net:compositeClass_planet-ring_r ; + net:hasNaming "planet-ring-encircle-outer-planet" ; + net:hasRestriction net:restriction_encircle-outer-planet_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_each_e2 a net:Individual_Net ; + net:composeFrom net:atomClass_each_e2 ; + net:coverBaseNode :leaf_each_e2 ; + net:coverNode :leaf_each_e2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "each" ; + net:hasMotherClassNet net:atomClass_each_e2 ; + net:hasNaming "each" ; + net:hasStructure "unknown" . + +net:individual_other_o2 a net:Individual_Net ; + net:composeFrom net:atomClass_other_o2 ; + net:coverBaseNode :leaf_other_o2 ; + net:coverNode :leaf_other_o2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "other" ; + net:hasMotherClassNet net:atomClass_other_o2 ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:individual_outer_o3 a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o3 ; + net:coverBaseNode :leaf_outer_o3 ; + net:coverNode :leaf_outer_o3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o3 ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:individual_planet_p a net:Individual_Net ; + net:composeFrom net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "planet" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:individual_small_s a net:Individual_Net ; + net:composeFrom net:atomClass_small_s ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_dust_d ; + :role_op2 net:atomClass_object_o, + net:compositeClass_other-object_o, + net:compositeClass_small-object_o ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> a ns2:and ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-18" ; + ns2:has-sentence "Each of the outer planets is encircled by planetary rings of dust and other small objects." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_each rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:each ; + :label "each" . + +:concept_encircle-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:encircle-01 ; + :label "encircle-01" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outer ; + :label "outer" . + +:concept_ring rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ring ; + :label "ring" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> ; + :label "a" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> ; + :label "e2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + :label "p2" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#each> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#each> ; + rdfs:label "each" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#each-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#other> ; + rdfs:label "other" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ring> a owl:Class ; + rdfs:label "ring" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_dust_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dust_d ; + net:coverNode :leaf_dust_d ; + net:hasClassName "dust" ; + net:hasNaming "dust" ; + net:hasStructure "unknown" . + +net:compositeClass_other-object_o a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_other_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_other_o2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "other-object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-object_o a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_small_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_small_s ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "small-object" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_encircle-each-planet_e a net:Restriction_Net ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_each-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_each_e2, + :leaf_encircle-01_e, + :leaf_planet_p2 ; + net:hasNaming "encircle-each-planet" ; + net:hasRestrictionNetValue net:compositeClass_each-planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_encircle_e ; + net:hasStructure "unknown" . + +net:restriction_encircle-outer-planet_e a net:Restriction_Net ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_outer-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_encircle-01_e, + :leaf_outer_o3, + :leaf_planet_p2 ; + net:hasNaming "encircle-outer-planet" ; + net:hasRestrictionNetValue net:compositeClass_outer-planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_encircle_e ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> a ns11:dust ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> a ns3:encircle-01 ; + ns3:encircle-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns3:encircle-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> a ns11:each ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> a ns11:object ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> a ns11:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:encircle-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:each a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outer a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ring a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_d :leaf_dust_d ; + :edge_a_o :leaf_object_o ; + :edge_a_r :leaf_ring_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +<https://tenet.tetras-libre.fr/extract-result#encircle> a owl:ObjectProperty ; + rdfs:label "encircle" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#ring> ; + sys:fromStructure "unknown" . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> a ns11:ring ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_dust_d a :AMR_Leaf ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity, + sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_ring_r a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_planet_p ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_ring_r ; + net:hasClassName "ring" ; + net:hasClassType sys:Entity ; + net:hasNaming "ring" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:compositeClass_each-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:composeFrom net:atomClass_each_e2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_each_e2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "each-planet" ; + net:hasStructure "unknown" . + +net:compositeClass_outer-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:composeFrom net:atomClass_outer_o3, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_outer_o3, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "outer-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:compositeClass_planet-ring_r a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_planet_p, + :leaf_ring_r ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_ring_r ; + net:hasNaming "planet-ring" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_other_o2 a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_each_e2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_each_e2 ; + net:coverNode :leaf_each_e2 ; + net:hasClassName "each" ; + net:hasNaming "each" ; + net:hasStructure "unknown" . + +net:atomClass_other_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_other_o2 ; + net:coverNode :leaf_other_o2 ; + net:hasClassName "other" ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:atomClass_outer_o3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o3 ; + net:coverNode :leaf_outer_o3 ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:atomClass_small_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_encircle_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_ring_r, + net:compositeClass_planet-ring_r ; + :role_ARG2 net:atomClass_planet_p2, + net:compositeClass_each-planet_p2, + net:compositeClass_outer-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_encircle-01_e ; + net:hasNaming "encircle" ; + net:hasPropertyName "encircle" ; + net:hasPropertyName01 "encircleing" ; + net:hasPropertyName10 "encircle-by" ; + net:hasPropertyName12 "encircle-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_ring_r . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_o2 :leaf_other_o2 ; + :edge_o_s :leaf_small_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_planet_p a net:Atom_Class_Net ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_each_e2 a :AMR_Leaf ; + :hasConcept :concept_each ; + :hasVariable :variable_e2 . + +:leaf_outer_o3 a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o3 . + +:leaf_planet_p a :AMR_Leaf ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_encircle-01_e a :AMR_Leaf ; + :edge_e_p2 :leaf_planet_p2 ; + :edge_e_r :leaf_ring_r ; + :hasConcept :concept_encircle-01 ; + :hasVariable :variable_e . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_ring_r a :AMR_Leaf ; + :edge_r_p :leaf_planet_p ; + :hasConcept :concept_ring ; + :hasVariable :variable_r . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_e2 :leaf_each_e2 ; + :edge_p2_o3 :leaf_outer_o3 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..51a9fea20aa1d592a8ed175443b361b02d71c942 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1030 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:encircle-01.ARG1 a ns3:FrameRole . + +ns3:encircle-01.ARG2 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_r a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_o2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_e2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_o3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_p a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_d :leaf_dust_d ; + :edge_a_o :leaf_object_o ; + :edge_a_r :leaf_ring_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-18 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> ; + :hasRootLeaf :leaf_encircle-01_e ; + :hasSentenceID "WikiAbstract-SolarSystem-18" ; + :hasSentenceStatement "Each of the outer planets is encircled by planetary rings of dust and other small objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> a ns2:and ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-18" ; + ns2:has-sentence "Each of the outer planets is encircled by planetary rings of dust and other small objects." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_each rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:each ; + :label "each" . + +:concept_encircle-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:encircle-01 ; + :label "encircle-01" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outer ; + :label "outer" . + +:concept_ring rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ring ; + :label "ring" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:leaf_dust_d a :AMR_Leaf ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:leaf_each_e2 a :AMR_Leaf ; + :hasConcept :concept_each ; + :hasVariable :variable_e2 . + +:leaf_encircle-01_e a :AMR_Leaf ; + :edge_e_p2 :leaf_planet_p2 ; + :edge_e_r :leaf_ring_r ; + :hasConcept :concept_encircle-01 ; + :hasVariable :variable_e . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_o2 :leaf_other_o2 ; + :edge_o_s :leaf_small_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_other_o2 a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o2 . + +:leaf_outer_o3 a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o3 . + +:leaf_planet_p a :AMR_Leaf ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_e2 :leaf_each_e2 ; + :edge_p2_o3 :leaf_outer_o3 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> ; + :label "a" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> ; + :label "e2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + :label "p2" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> a ns11:dust ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> a ns3:encircle-01 ; + ns3:encircle-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns3:encircle-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> a ns11:each ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> a ns11:object ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> a ns11:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:encircle-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:each a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outer a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ring a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_ring_r a :AMR_Leaf ; + :edge_r_p :leaf_planet_p ; + :hasConcept :concept_ring ; + :hasVariable :variable_r . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> a ns11:ring ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4a566ac8443413cc0ce4d222593bcf728c85a4ff --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1313 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <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 owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns2:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; + ns2:hasSentence "The sun is a star." ; + ns2:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns2:hasID "test-2" ; + ns2:hasSentence "Earth is a planet." ; + ns2:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:encircle-01.ARG1 a ns3:FrameRole . + +ns3:encircle-01.ARG2 a ns3:FrameRole . + +ns11:consist a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns2:Role . + +ns11:op1 a ns2:Role . + +ns11:op2 a ns2:Role . + +ns2:hasID a owl:AnnotationProperty . + +ns2:hasSentence a owl:AnnotationProperty . + +ns2:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a_d a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_o a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_r a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_o2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_e2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p2_o3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_r_p a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-18 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> ; + :hasRootLeaf :leaf_encircle-01_e ; + :hasSentenceID "WikiAbstract-SolarSystem-18" ; + :hasSentenceStatement "Each of the outer planets is encircled by planetary rings of dust and other small objects." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_planet-ring-encircle-each-planet_r a net:Composite_Class_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_each-planet_p2, + net:compositeClass_planet-ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_each_e2, + :leaf_encircle-01_e, + :leaf_planet_p, + :leaf_planet_p2, + :leaf_ring_r ; + net:hasMotherClassNet net:compositeClass_planet-ring_r ; + net:hasNaming "planet-ring-encircle-each-planet" ; + net:hasRestriction net:restriction_encircle-each-planet_e ; + net:hasStructure "unknown" . + +net:compositeClass_planet-ring-encircle-outer-planet_r a net:Composite_Class_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_outer-planet_p2, + net:compositeClass_planet-ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_encircle-01_e, + :leaf_outer_o3, + :leaf_planet_p, + :leaf_planet_p2, + :leaf_ring_r ; + net:hasMotherClassNet net:compositeClass_planet-ring_r ; + net:hasNaming "planet-ring-encircle-outer-planet" ; + net:hasRestriction net:restriction_encircle-outer-planet_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_each_e2 a net:Individual_Net ; + net:composeFrom net:atomClass_each_e2 ; + net:coverBaseNode :leaf_each_e2 ; + net:coverNode :leaf_each_e2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "each" ; + net:hasMotherClassNet net:atomClass_each_e2 ; + net:hasNaming "each" ; + net:hasStructure "unknown" . + +net:individual_other_o2 a net:Individual_Net ; + net:composeFrom net:atomClass_other_o2 ; + net:coverBaseNode :leaf_other_o2 ; + net:coverNode :leaf_other_o2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "other" ; + net:hasMotherClassNet net:atomClass_other_o2 ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:individual_outer_o3 a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o3 ; + net:coverBaseNode :leaf_outer_o3 ; + net:coverNode :leaf_outer_o3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o3 ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:individual_planet_p a net:Individual_Net ; + net:composeFrom net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "planet" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:individual_small_s a net:Individual_Net ; + net:composeFrom net:atomClass_small_s ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_dust_d ; + :role_op2 net:atomClass_object_o, + net:compositeClass_other-object_o, + net:compositeClass_small-object_o ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> a ns2:and ; + ns11:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#root01> a ns2:AMR ; + ns2:has-id "WikiAbstract-SolarSystem-18" ; + ns2:has-sentence "Each of the outer planets is encircled by planetary rings of dust and other small objects." ; + ns2:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_dust rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:dust ; + :label "dust" . + +:concept_each rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:each ; + :label "each" . + +:concept_encircle-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:encircle-01 ; + :label "encircle-01" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:object ; + :label "object" . + +:concept_other rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:other ; + :label "other" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outer ; + :label "outer" . + +:concept_ring rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ring ; + :label "ring" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#a> ; + :label "a" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> ; + :label "e2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + :label "p2" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + :label "s" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_dust_d a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dust_d ; + net:coverNode :leaf_dust_d ; + net:hasClassName "dust" ; + net:hasNaming "dust" ; + net:hasStructure "unknown" . + +net:compositeClass_other-object_o a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_other_o2 ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_other_o2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "other-object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-object_o a net:Composite_Class_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:composeFrom net:atomClass_object_o, + net:atomClass_small_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o, + :leaf_small_s ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "small-object" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_encircle-each-planet_e a net:Restriction_Net ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_each-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_each_e2, + :leaf_encircle-01_e, + :leaf_planet_p2 ; + net:hasNaming "encircle-each-planet" ; + net:hasRestrictionNetValue net:compositeClass_each-planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_encircle_e ; + net:hasStructure "unknown" . + +net:restriction_encircle-outer-planet_e a net:Restriction_Net ; + net:composeFrom net:atomProperty_encircle_e, + net:compositeClass_outer-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_encircle-01_e, + :leaf_outer_o3, + :leaf_planet_p2 ; + net:hasNaming "encircle-outer-planet" ; + net:hasRestrictionNetValue net:compositeClass_outer-planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_encircle_e ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#d> a ns11:dust ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e> a ns3:encircle-01 ; + ns3:encircle-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> ; + ns3:encircle-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2> a ns11:each ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o> a ns11:object ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o2> a ns11:other ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> a ns11:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#e2>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#o3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#s> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns2:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:encircle-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:dust a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:each a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:object a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:other a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outer a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ring a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:and a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_d :leaf_dust_d ; + :edge_a_o :leaf_object_o ; + :edge_a_r :leaf_ring_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#r> a ns11:ring ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-18#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_dust_d a :AMR_Leaf ; + :hasConcept :concept_dust ; + :hasVariable :variable_d . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_ring_r a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_planet_p ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_ring_r ; + net:hasClassName "ring" ; + net:hasClassType sys:Entity ; + net:hasNaming "ring" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:compositeClass_each-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:composeFrom net:atomClass_each_e2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_each_e2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "each-planet" ; + net:hasStructure "unknown" . + +net:compositeClass_outer-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:composeFrom net:atomClass_outer_o3, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_outer_o3, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "outer-planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_other_o2, + net:atomClass_small_s ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_each_e2, + net:atomClass_outer_o3 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:compositeClass_planet-ring_r a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_planet_p ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_ring_r ; + net:coverBaseNode :leaf_ring_r ; + net:coverNode :leaf_planet_p, + :leaf_ring_r ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_ring_r ; + net:hasNaming "planet-ring" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_other_o2 a :AMR_Leaf ; + :hasConcept :concept_other ; + :hasVariable :variable_o2 . + +:leaf_small_s a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_each_e2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_each_e2 ; + net:coverNode :leaf_each_e2 ; + net:hasClassName "each" ; + net:hasNaming "each" ; + net:hasStructure "unknown" . + +net:atomClass_other_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_other_o2 ; + net:coverNode :leaf_other_o2 ; + net:hasClassName "other" ; + net:hasNaming "other" ; + net:hasStructure "unknown" . + +net:atomClass_outer_o3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o3 ; + net:coverNode :leaf_outer_o3 ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:atomClass_small_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s ; + net:coverNode :leaf_small_s ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_encircle_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_ring_r, + net:compositeClass_planet-ring_r ; + :role_ARG2 net:atomClass_planet_p2, + net:compositeClass_each-planet_p2, + net:compositeClass_outer-planet_p2 ; + net:coverBaseNode :leaf_encircle-01_e ; + net:coverNode :leaf_encircle-01_e ; + net:hasNaming "encircle" ; + net:hasPropertyName "encircle" ; + net:hasPropertyName01 "encircleing" ; + net:hasPropertyName10 "encircle-by" ; + net:hasPropertyName12 "encircle-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_ring_r . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_o2 :leaf_other_o2 ; + :edge_o_s :leaf_small_s ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_planet_p a net:Atom_Class_Net ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_each_e2 a :AMR_Leaf ; + :hasConcept :concept_each ; + :hasVariable :variable_e2 . + +:leaf_outer_o3 a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o3 . + +:leaf_planet_p a :AMR_Leaf ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_encircle-01_e a :AMR_Leaf ; + :edge_e_p2 :leaf_planet_p2 ; + :edge_e_r :leaf_ring_r ; + :hasConcept :concept_encircle-01 ; + :hasVariable :variable_e . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_ring_r a :AMR_Leaf ; + :edge_r_p :leaf_planet_p ; + :hasConcept :concept_ring ; + :hasVariable :variable_r . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_e2 :leaf_each_e2 ; + :edge_p2_o3 :leaf_outer_o3 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..01c55e84444bda3280c81df94f507bbb864b9ca9 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-18/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,94 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#dust> a owl:Class ; + rdfs:label "dust" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-each-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#each-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring-encircle-outer-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#encircle> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#outer-planet> ], + <https://tenet.tetras-libre.fr/extract-result#planet-ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#each> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#each> ; + rdfs:label "each" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#each-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#other> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#other> ; + rdfs:label "other" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ring> a owl:Class ; + rdfs:label "ring" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#encircle> a owl:ObjectProperty ; + rdfs:label "encircle" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet-ring> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#ring> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..47cded46149b2ad12b83c8de646af14b397ee08a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,864 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> a ns2:charge-03 ; + ns2:charge-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> a ns2:know-02 ; + ns2:know-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:know-02.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> a ns2:mean-01 ; + ns2:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> a ns2:resemble-01 ; + ns2:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-19" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:charge-03.ARG1 a ns2:FrameRole . + +ns2:create-01.ARG0 a ns2:FrameRole . + +ns2:create-01.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG2 a ns2:FrameRole . + +ns2:mean-01.ARG1 a ns2:FrameRole . + +ns2:mean-01.ARG2 a ns2:FrameRole . + +ns2:resemble-01.ARG1 a ns2:FrameRole . + +ns2:resemble-01.ARG2 a ns2:FrameRole . + +ns2:stream-01.ARG1 a ns2:FrameRole . + +ns11:direction a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:location a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:source a ns3:Role . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> a ns11:bubble . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> a ns2:create-01 ; + ns2:create-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:create-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> a ns11:heliosphere . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> a ns11:interstellar . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> a ns3:medium ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> a ns11:outwards . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> a ns2:stream-01 ; + ns2:stream-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + ns11:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + ns11:source <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:charge-03 a ns3:Frame . + +ns2:create-01 a ns3:Frame . + +ns2:know-02 a ns3:Frame . + +ns2:mean-01 a ns3:Frame . + +ns2:resemble-01 a ns3:Frame . + +ns2:stream-01 a ns3:Frame . + +ns11:bubble a ns3:Concept . + +ns11:heliosphere a ns3:Concept . + +ns11:interstellar a ns3:Concept . + +ns11:outwards a ns3:Concept . + +ns11:particle a ns3:Concept . + +ns11:region a ns3:Concept . + +ns11:sun a ns3:Concept . + +ns11:wind a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:medium a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> a ns11:particle . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> a ns11:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> a ns11:wind ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> a ns11:region ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..8aace50a14738a2be4b8851afc5a5dcee3dbca90 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1546 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:charge-03.ARG1 a ns2:FrameRole . + +ns2:create-01.ARG0 a ns2:FrameRole . + +ns2:create-01.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG2 a ns2:FrameRole . + +ns2:mean-01.ARG1 a ns2:FrameRole . + +ns2:mean-01.ARG2 a ns2:FrameRole . + +ns2:resemble-01.ARG1 a ns2:FrameRole . + +ns2:resemble-01.ARG2 a ns2:FrameRole . + +ns2:stream-01.ARG1 a ns2:FrameRole . + +ns11:direction a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:location a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:source a ns3:Role . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_k_h a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_k_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_m_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_w a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_b a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_r2_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r_m2 a :AMR_Edge ; + :hasRoleID "location" . + +:edge_s2_o a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_s2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s2_s a :AMR_Edge ; + :hasRoleID "source" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-19 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> ; + :hasRootLeaf :leaf_create-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-19" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#charge> a owl:ObjectProperty ; + rdfs:label "charge" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class ; + rdfs:label "interstellar" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:ObjectProperty ; + rdfs:label "medium" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outwards> a owl:Class ; + rdfs:label "outwards" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#particle> a owl:Class ; + rdfs:label "particle" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-know-heliosphere> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#know> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#heliosphere> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-resemble-bubble> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#bubble> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#stream> a owl:Class ; + rdfs:label "stream" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind-create-region> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#create> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#region> ], + <https://tenet.tetras-libre.fr/extract-result#sun-wind> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_outwards_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outwards_o ; + net:coverNode :leaf_outwards_o ; + net:hasClassName "outwards" ; + net:hasNaming "outwards" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_charge_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:coverBaseNode :leaf_charge-03_c2 ; + net:coverNode :leaf_charge-03_c2 ; + net:hasNaming "charge" ; + net:hasPropertyName "charge" ; + net:hasPropertyName01 "chargeing" ; + net:hasPropertyName10 "charge-by" ; + net:hasPropertyName12 "charge-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_particle_p . + +net:atomProperty_mean_m a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + :role_ARG2 net:atomClass_stream_s2, + net:atomProperty_stream_s2 ; + net:coverBaseNode :leaf_mean-01_m ; + net:coverNode :leaf_mean-01_m ; + net:hasNaming "mean" ; + net:hasPropertyName "mean" ; + net:hasPropertyName01 "meaning" ; + net:hasPropertyName10 "mean-by" ; + net:hasPropertyName12 "mean-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_stream-01_s2, + :leaf_wind_w . + +net:atomProperty_medium_m2 a net:Atom_Property_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m2 ; + net:coverNode :leaf_medium_m2 ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_region-know-heliosphere_r a net:Composite_Class_Net ; + net:composeFrom net:atomClass_heliosphere_h, + net:atomClass_region_r, + net:atomProperty_know_k ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_heliosphere_h, + :leaf_know-02_k, + :leaf_region_r ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "region-know-heliosphere" ; + net:hasRestriction net:restriction_know-heliosphere_k ; + net:hasStructure "unknown" . + +net:compositeClass_region-resemble-bubble_r a net:Composite_Class_Net ; + net:composeFrom net:atomClass_bubble_b, + net:atomClass_region_r, + net:atomProperty_resemble_r2 ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_bubble_b, + :leaf_region_r, + :leaf_resemble-01_r2 ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "region-resemble-bubble" ; + net:hasRestriction net:restriction_resemble-bubble_r2 ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind-create-region_w a net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_region_r, + net:atomProperty_create_c, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_create-01_c, + :leaf_region_r, + :leaf_sun_s, + :leaf_wind_w ; + net:hasMotherClassNet net:compositeClass_sun-wind_w ; + net:hasNaming "sun-wind-create-region" ; + net:hasRestriction net:restriction_create-region_c ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> a ns2:charge-03 ; + ns2:charge-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> a ns2:know-02 ; + ns2:know-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:know-02.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> a ns2:mean-01 ; + ns2:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> a ns2:resemble-01 ; + ns2:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-19" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:bubble ; + :label "bubble" . + +:concept_charge-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:charge-03 ; + :label "charge-03" . + +:concept_create-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:create-01 ; + :label "create-01" . + +:concept_heliosphere rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:heliosphere ; + :label "heliosphere" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interstellar ; + :label "interstellar" . + +:concept_know-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:know-02 ; + :label "know-02" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:mean-01 ; + :label "mean-01" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:medium ; + :label "medium" . + +:concept_outwards rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outwards ; + :label "outwards" . + +:concept_particle rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:particle ; + :label "particle" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:resemble-01 ; + :label "resemble-01" . + +:concept_stream-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:stream-01 ; + :label "stream-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:wind ; + :label "wind" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> ; + :label "c2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + :label "ii" . + +:variable_k a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> ; + :label "k" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#bubble> a owl:Class ; + rdfs:label "bubble" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#create> a owl:ObjectProperty ; + rdfs:label "create" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliosphere> a owl:Class ; + rdfs:label "heliosphere" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#know> a owl:ObjectProperty ; + rdfs:label "know" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_stream_s2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:composeFrom net:atomProperty_stream_s2 ; + net:coverBaseNode :leaf_stream-01_s2 ; + net:coverNode :leaf_stream-01_s2 ; + net:hasClassName "stream" ; + net:hasClassType sys:Entity ; + net:hasNaming "stream" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_create-region_c a net:Restriction_Net ; + net:composeFrom net:atomClass_region_r, + net:atomProperty_create_c ; + net:coverBaseNode :leaf_create-01_c ; + net:coverNode :leaf_create-01_c, + :leaf_region_r ; + net:hasNaming "create-region" ; + net:hasRestrictionNetValue net:atomClass_region_r ; + net:hasRestrictionOnProperty net:atomProperty_create_c ; + net:hasStructure "unknown" . + +net:restriction_know-heliosphere_k a net:Restriction_Net ; + net:composeFrom net:atomClass_heliosphere_h, + net:atomProperty_know_k ; + net:coverBaseNode :leaf_know-02_k ; + net:coverNode :leaf_heliosphere_h, + :leaf_know-02_k ; + net:hasNaming "know-heliosphere" ; + net:hasRestrictionNetValue net:atomClass_heliosphere_h ; + net:hasRestrictionOnProperty net:atomProperty_know_k ; + net:hasStructure "unknown" . + +net:restriction_resemble-bubble_r2 a net:Restriction_Net ; + net:composeFrom net:atomClass_bubble_b, + net:atomProperty_resemble_r2 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_bubble_b, + :leaf_resemble-01_r2 ; + net:hasNaming "resemble-bubble" ; + net:hasRestrictionNetValue net:atomClass_bubble_b ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> a ns11:bubble ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> a ns2:create-01 ; + ns2:create-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:create-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> a ns11:heliosphere ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> a ns11:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> a ns3:medium ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> a ns11:outwards ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> a ns2:stream-01 ; + ns2:stream-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + ns11:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + ns11:source <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:charge-03 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:create-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:know-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:mean-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:stream-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:bubble a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:heliosphere a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interstellar a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outwards a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:particle a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:wind a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:medium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_charge-03_c2 a :AMR_Leaf ; + :edge_c2_p :leaf_particle_p ; + :hasConcept :concept_charge-03 ; + :hasVariable :variable_c2 . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_s2 :leaf_stream-01_s2 ; + :edge_m_w :leaf_wind_w ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_stream_s2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:coverBaseNode :leaf_stream-01_s2 ; + net:coverNode :leaf_stream-01_s2 ; + net:hasNaming "stream" ; + net:hasPropertyName "stream" ; + net:hasPropertyName01 "streaming" ; + net:hasPropertyName10 "stream-by" ; + net:hasPropertyName12 "stream-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_particle_p . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> a ns11:particle ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> a ns11:wind ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_medium_m2 a :AMR_Leaf ; + :edge_m2_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m2 . + +:leaf_outwards_o a :AMR_Leaf ; + :hasConcept :concept_outwards ; + :hasVariable :variable_o . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +<https://tenet.tetras-libre.fr/extract-result#region> a owl:Class ; + rdfs:label "region" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_particle_p a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_particle_p ; + net:coverNode :leaf_particle_p ; + net:hasClassName "particle" ; + net:hasClassType sys:Entity ; + net:hasNaming "particle" ; + net:hasStructure "unknown" . + +net:atomProperty_create_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + :role_ARG1 net:atomClass_region_r ; + net:coverBaseNode :leaf_create-01_c ; + net:coverNode :leaf_create-01_c ; + net:hasNaming "create" ; + net:hasPropertyName "create" ; + net:hasPropertyName01 "createing" ; + net:hasPropertyName10 "create-by" ; + net:hasPropertyName12 "create-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_region_r, + :leaf_wind_w . + +net:atomProperty_know_k a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_region_r ; + :role_ARG2 net:atomClass_heliosphere_h ; + net:coverBaseNode :leaf_know-02_k ; + net:coverNode :leaf_know-02_k ; + net:hasNaming "know" ; + net:hasPropertyName "know" ; + net:hasPropertyName01 "knowing" ; + net:hasPropertyName10 "know-by" ; + net:hasPropertyName12 "know-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_heliosphere_h, + :leaf_region_r . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_region_r ; + :role_ARG2 net:atomClass_bubble_b ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_bubble_b, + :leaf_region_r . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> a ns11:region ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_bubble_b a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b ; + net:hasClassName "bubble" ; + net:hasClassType sys:Entity ; + net:hasNaming "bubble" ; + net:hasStructure "unknown" . + +net:atomClass_heliosphere_h a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_heliosphere_h ; + net:coverNode :leaf_heliosphere_h ; + net:hasClassName "heliosphere" ; + net:hasClassType sys:Entity ; + net:hasNaming "heliosphere" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_know-02_k a :AMR_Leaf ; + :edge_k_h :leaf_heliosphere_h ; + :edge_k_r :leaf_region_r ; + :hasConcept :concept_know-02 ; + :hasVariable :variable_k . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_b :leaf_bubble_b ; + :edge_r2_r :leaf_region_r ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_bubble_b a :AMR_Leaf ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +:leaf_create-01_c a :AMR_Leaf ; + :edge_c_r :leaf_region_r ; + :edge_c_w :leaf_wind_w ; + :hasConcept :concept_create-01 ; + :hasVariable :variable_c . + +:leaf_heliosphere_h a :AMR_Leaf ; + :hasConcept :concept_heliosphere ; + :hasVariable :variable_h . + +:leaf_particle_p a :AMR_Leaf ; + :hasConcept :concept_particle ; + :hasVariable :variable_p . + +:leaf_stream-01_s2 a :AMR_Leaf ; + :edge_s2_o :leaf_outwards_o ; + :edge_s2_p :leaf_particle_p ; + :edge_s2_s :leaf_sun_s ; + :hasConcept :concept_stream-01 ; + :hasVariable :variable_s2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +net:atomClass_region_r a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r ; + net:hasClassName "region" ; + net:hasClassType sys:Entity ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_m2 :leaf_medium_m2 ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6ce5c276d71ccf981c8234cd56b6be849f18c9fd --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1152 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:charge-03.ARG1 a ns2:FrameRole . + +ns2:create-01.ARG0 a ns2:FrameRole . + +ns2:create-01.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG2 a ns2:FrameRole . + +ns2:mean-01.ARG1 a ns2:FrameRole . + +ns2:mean-01.ARG2 a ns2:FrameRole . + +ns2:resemble-01.ARG1 a ns2:FrameRole . + +ns2:resemble-01.ARG2 a ns2:FrameRole . + +ns2:stream-01.ARG1 a ns2:FrameRole . + +ns11:direction a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:location a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:source a ns3:Role . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_k_h a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_k_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_m_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_w a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_b a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_r2_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r_m2 a :AMR_Edge ; + :hasRoleID "location" . + +:edge_s2_o a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_s2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s2_s a :AMR_Edge ; + :hasRoleID "source" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_charge-03_c2 a :AMR_Leaf ; + :edge_c2_p :leaf_particle_p ; + :hasConcept :concept_charge-03 ; + :hasVariable :variable_c2 . + +:leaf_know-02_k a :AMR_Leaf ; + :edge_k_h :leaf_heliosphere_h ; + :edge_k_r :leaf_region_r ; + :hasConcept :concept_know-02 ; + :hasVariable :variable_k . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_s2 :leaf_stream-01_s2 ; + :edge_m_w :leaf_wind_w ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_b :leaf_bubble_b ; + :edge_r2_r :leaf_region_r ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-19 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> ; + :hasRootLeaf :leaf_create-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-19" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> a ns2:charge-03 ; + ns2:charge-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> a ns2:know-02 ; + ns2:know-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:know-02.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> a ns2:mean-01 ; + ns2:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> a ns2:resemble-01 ; + ns2:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-19" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:bubble ; + :label "bubble" . + +:concept_charge-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:charge-03 ; + :label "charge-03" . + +:concept_create-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:create-01 ; + :label "create-01" . + +:concept_heliosphere rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:heliosphere ; + :label "heliosphere" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interstellar ; + :label "interstellar" . + +:concept_know-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:know-02 ; + :label "know-02" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:mean-01 ; + :label "mean-01" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:medium ; + :label "medium" . + +:concept_outwards rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outwards ; + :label "outwards" . + +:concept_particle rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:particle ; + :label "particle" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:resemble-01 ; + :label "resemble-01" . + +:concept_stream-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:stream-01 ; + :label "stream-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:wind ; + :label "wind" . + +:leaf_bubble_b a :AMR_Leaf ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +:leaf_create-01_c a :AMR_Leaf ; + :edge_c_r :leaf_region_r ; + :edge_c_w :leaf_wind_w ; + :hasConcept :concept_create-01 ; + :hasVariable :variable_c . + +:leaf_heliosphere_h a :AMR_Leaf ; + :hasConcept :concept_heliosphere ; + :hasVariable :variable_h . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +:leaf_medium_m2 a :AMR_Leaf ; + :edge_m2_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m2 . + +:leaf_outwards_o a :AMR_Leaf ; + :hasConcept :concept_outwards ; + :hasVariable :variable_o . + +:leaf_stream-01_s2 a :AMR_Leaf ; + :edge_s2_o :leaf_outwards_o ; + :edge_s2_p :leaf_particle_p ; + :edge_s2_s :leaf_sun_s ; + :hasConcept :concept_stream-01 ; + :hasVariable :variable_s2 . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> ; + :label "c2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + :label "ii" . + +:variable_k a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> ; + :label "k" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> a ns11:bubble ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> a ns2:create-01 ; + ns2:create-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:create-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> a ns11:heliosphere ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> a ns11:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> a ns3:medium ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> a ns11:outwards ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> a ns2:stream-01 ; + ns2:stream-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + ns11:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + ns11:source <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:charge-03 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:create-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:know-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:mean-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:stream-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:bubble a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:heliosphere a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interstellar a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outwards a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:particle a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:wind a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:medium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_particle_p a :AMR_Leaf ; + :hasConcept :concept_particle ; + :hasVariable :variable_p . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> a ns11:particle ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> a ns11:wind ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_m2 :leaf_medium_m2 ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> a ns11:region ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..8838521528035d91de2ecec6d1716a6365daf7e4 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1444 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:charge-03.ARG1 a ns2:FrameRole . + +ns2:create-01.ARG0 a ns2:FrameRole . + +ns2:create-01.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG1 a ns2:FrameRole . + +ns2:know-02.ARG2 a ns2:FrameRole . + +ns2:mean-01.ARG1 a ns2:FrameRole . + +ns2:mean-01.ARG2 a ns2:FrameRole . + +ns2:resemble-01.ARG1 a ns2:FrameRole . + +ns2:resemble-01.ARG2 a ns2:FrameRole . + +ns2:stream-01.ARG1 a ns2:FrameRole . + +ns11:direction a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:location a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:source a ns3:Role . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_k_h a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_k_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_m_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_w a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r2_b a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_r2_r a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_r_m2 a :AMR_Edge ; + :hasRoleID "location" . + +:edge_s2_o a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_s2_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s2_s a :AMR_Edge ; + :hasRoleID "source" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-19 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> ; + :hasRootLeaf :leaf_create-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-19" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_outwards_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outwards_o ; + net:coverNode :leaf_outwards_o ; + net:hasClassName "outwards" ; + net:hasNaming "outwards" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_charge_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:coverBaseNode :leaf_charge-03_c2 ; + net:coverNode :leaf_charge-03_c2 ; + net:hasNaming "charge" ; + net:hasPropertyName "charge" ; + net:hasPropertyName01 "chargeing" ; + net:hasPropertyName10 "charge-by" ; + net:hasPropertyName12 "charge-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_particle_p . + +net:atomProperty_mean_m a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + :role_ARG2 net:atomClass_stream_s2, + net:atomProperty_stream_s2 ; + net:coverBaseNode :leaf_mean-01_m ; + net:coverNode :leaf_mean-01_m ; + net:hasNaming "mean" ; + net:hasPropertyName "mean" ; + net:hasPropertyName01 "meaning" ; + net:hasPropertyName10 "mean-by" ; + net:hasPropertyName12 "mean-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_stream-01_s2, + :leaf_wind_w . + +net:atomProperty_medium_m2 a net:Atom_Property_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m2 ; + net:coverNode :leaf_medium_m2 ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_region-know-heliosphere_r a net:Composite_Class_Net ; + net:composeFrom net:atomClass_heliosphere_h, + net:atomClass_region_r, + net:atomProperty_know_k ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_heliosphere_h, + :leaf_know-02_k, + :leaf_region_r ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "region-know-heliosphere" ; + net:hasRestriction net:restriction_know-heliosphere_k ; + net:hasStructure "unknown" . + +net:compositeClass_region-resemble-bubble_r a net:Composite_Class_Net ; + net:composeFrom net:atomClass_bubble_b, + net:atomClass_region_r, + net:atomProperty_resemble_r2 ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_bubble_b, + :leaf_region_r, + :leaf_resemble-01_r2 ; + net:hasMotherClassNet net:atomClass_region_r ; + net:hasNaming "region-resemble-bubble" ; + net:hasRestriction net:restriction_resemble-bubble_r2 ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind-create-region_w a net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_region_r, + net:atomProperty_create_c, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_create-01_c, + :leaf_region_r, + :leaf_sun_s, + :leaf_wind_w ; + net:hasMotherClassNet net:compositeClass_sun-wind_w ; + net:hasNaming "sun-wind-create-region" ; + net:hasRestriction net:restriction_create-region_c ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> a ns2:charge-03 ; + ns2:charge-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> a ns2:know-02 ; + ns2:know-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:know-02.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> a ns2:mean-01 ; + ns2:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> a ns2:resemble-01 ; + ns2:resemble-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + ns2:resemble-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-19" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:bubble ; + :label "bubble" . + +:concept_charge-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:charge-03 ; + :label "charge-03" . + +:concept_create-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:create-01 ; + :label "create-01" . + +:concept_heliosphere rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:heliosphere ; + :label "heliosphere" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:interstellar ; + :label "interstellar" . + +:concept_know-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:know-02 ; + :label "know-02" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:mean-01 ; + :label "mean-01" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:medium ; + :label "medium" . + +:concept_outwards rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:outwards ; + :label "outwards" . + +:concept_particle rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:particle ; + :label "particle" . + +:concept_region rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:region ; + :label "region" . + +:concept_resemble-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:resemble-01 ; + :label "resemble-01" . + +:concept_stream-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:stream-01 ; + :label "stream-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:wind ; + :label "wind" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c2> ; + :label "c2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + :label "ii" . + +:variable_k a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#k> ; + :label "k" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + :label "p" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + :label "r" . + +:variable_r2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r2> ; + :label "r2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_stream_s2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:composeFrom net:atomProperty_stream_s2 ; + net:coverBaseNode :leaf_stream-01_s2 ; + net:coverNode :leaf_stream-01_s2 ; + net:hasClassName "stream" ; + net:hasClassType sys:Entity ; + net:hasNaming "stream" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_create-region_c a net:Restriction_Net ; + net:composeFrom net:atomClass_region_r, + net:atomProperty_create_c ; + net:coverBaseNode :leaf_create-01_c ; + net:coverNode :leaf_create-01_c, + :leaf_region_r ; + net:hasNaming "create-region" ; + net:hasRestrictionNetValue net:atomClass_region_r ; + net:hasRestrictionOnProperty net:atomProperty_create_c ; + net:hasStructure "unknown" . + +net:restriction_know-heliosphere_k a net:Restriction_Net ; + net:composeFrom net:atomClass_heliosphere_h, + net:atomProperty_know_k ; + net:coverBaseNode :leaf_know-02_k ; + net:coverNode :leaf_heliosphere_h, + :leaf_know-02_k ; + net:hasNaming "know-heliosphere" ; + net:hasRestrictionNetValue net:atomClass_heliosphere_h ; + net:hasRestrictionOnProperty net:atomProperty_know_k ; + net:hasStructure "unknown" . + +net:restriction_resemble-bubble_r2 a net:Restriction_Net ; + net:composeFrom net:atomClass_bubble_b, + net:atomProperty_resemble_r2 ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_bubble_b, + :leaf_resemble-01_r2 ; + net:hasNaming "resemble-bubble" ; + net:hasRestrictionNetValue net:atomClass_bubble_b ; + net:hasRestrictionOnProperty net:atomProperty_resemble_r2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#b> a ns11:bubble ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#c> a ns2:create-01 ; + ns2:create-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> ; + ns2:create-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#h> a ns11:heliosphere ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> a ns11:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> a ns3:medium ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> a ns11:outwards ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s2> a ns2:stream-01 ; + ns2:stream-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> ; + ns11:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#o> ; + ns11:source <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:charge-03 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:create-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:know-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:mean-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:resemble-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:stream-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:bubble a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:heliosphere a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:interstellar a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:outwards a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:particle a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:region a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:wind a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:medium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_charge-03_c2 a :AMR_Leaf ; + :edge_c2_p :leaf_particle_p ; + :hasConcept :concept_charge-03 ; + :hasVariable :variable_c2 . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_s2 :leaf_stream-01_s2 ; + :edge_m_w :leaf_wind_w ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_stream_s2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_particle_p ; + net:coverBaseNode :leaf_stream-01_s2 ; + net:coverNode :leaf_stream-01_s2 ; + net:hasNaming "stream" ; + net:hasPropertyName "stream" ; + net:hasPropertyName01 "streaming" ; + net:hasPropertyName10 "stream-by" ; + net:hasPropertyName12 "stream-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_particle_p . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#p> a ns11:particle ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> a ns11:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#w> a ns11:wind ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_medium_m2 a :AMR_Leaf ; + :edge_m2_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m2 . + +:leaf_outwards_o a :AMR_Leaf ; + :hasConcept :concept_outwards ; + :hasVariable :variable_o . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_particle_p a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_particle_p ; + net:coverNode :leaf_particle_p ; + net:hasClassName "particle" ; + net:hasClassType sys:Entity ; + net:hasNaming "particle" ; + net:hasStructure "unknown" . + +net:atomProperty_create_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + :role_ARG1 net:atomClass_region_r ; + net:coverBaseNode :leaf_create-01_c ; + net:coverNode :leaf_create-01_c ; + net:hasNaming "create" ; + net:hasPropertyName "create" ; + net:hasPropertyName01 "createing" ; + net:hasPropertyName10 "create-by" ; + net:hasPropertyName12 "create-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_region_r, + :leaf_wind_w . + +net:atomProperty_know_k a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_region_r ; + :role_ARG2 net:atomClass_heliosphere_h ; + net:coverBaseNode :leaf_know-02_k ; + net:coverNode :leaf_know-02_k ; + net:hasNaming "know" ; + net:hasPropertyName "know" ; + net:hasPropertyName01 "knowing" ; + net:hasPropertyName10 "know-by" ; + net:hasPropertyName12 "know-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_heliosphere_h, + :leaf_region_r . + +net:atomProperty_resemble_r2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_region_r ; + :role_ARG2 net:atomClass_bubble_b ; + net:coverBaseNode :leaf_resemble-01_r2 ; + net:coverNode :leaf_resemble-01_r2 ; + net:hasNaming "resemble" ; + net:hasPropertyName "resemble" ; + net:hasPropertyName01 "resembleing" ; + net:hasPropertyName10 "resemble-by" ; + net:hasPropertyName12 "resemble-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_bubble_b, + :leaf_region_r . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#r> a ns11:region ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-19#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_bubble_b a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b ; + net:hasClassName "bubble" ; + net:hasClassType sys:Entity ; + net:hasNaming "bubble" ; + net:hasStructure "unknown" . + +net:atomClass_heliosphere_h a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_heliosphere_h ; + net:coverNode :leaf_heliosphere_h ; + net:hasClassName "heliosphere" ; + net:hasClassType sys:Entity ; + net:hasNaming "heliosphere" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_know-02_k a :AMR_Leaf ; + :edge_k_h :leaf_heliosphere_h ; + :edge_k_r :leaf_region_r ; + :hasConcept :concept_know-02 ; + :hasVariable :variable_k . + +:leaf_resemble-01_r2 a :AMR_Leaf ; + :edge_r2_b :leaf_bubble_b ; + :edge_r2_r :leaf_region_r ; + :hasConcept :concept_resemble-01 ; + :hasVariable :variable_r2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_bubble_b a :AMR_Leaf ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +:leaf_create-01_c a :AMR_Leaf ; + :edge_c_r :leaf_region_r ; + :edge_c_w :leaf_wind_w ; + :hasConcept :concept_create-01 ; + :hasVariable :variable_c . + +:leaf_heliosphere_h a :AMR_Leaf ; + :hasConcept :concept_heliosphere ; + :hasVariable :variable_h . + +:leaf_particle_p a :AMR_Leaf ; + :hasConcept :concept_particle ; + :hasVariable :variable_p . + +:leaf_stream-01_s2 a :AMR_Leaf ; + :edge_s2_o :leaf_outwards_o ; + :edge_s2_p :leaf_particle_p ; + :edge_s2_s :leaf_sun_s ; + :hasConcept :concept_stream-01 ; + :hasVariable :variable_s2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +net:atomClass_region_r a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_region_r ; + net:coverNode :leaf_region_r ; + net:hasClassName "region" ; + net:hasClassType sys:Entity ; + net:hasNaming "region" ; + net:hasStructure "unknown" . + +:leaf_region_r a :AMR_Leaf ; + :edge_r_m2 :leaf_medium_m2 ; + :hasConcept :concept_region ; + :hasVariable :variable_r . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cbbc7e33be9d7b93614125266c70343529672820 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-19/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,106 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#charge> a owl:ObjectProperty ; + rdfs:label "charge" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class ; + rdfs:label "interstellar" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:ObjectProperty ; + rdfs:label "medium" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outwards> a owl:Class ; + rdfs:label "outwards" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#particle> a owl:Class ; + rdfs:label "particle" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-know-heliosphere> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#know> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#heliosphere> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region-resemble-bubble> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#resemble> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#bubble> ], + <https://tenet.tetras-libre.fr/extract-result#region> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#stream> a owl:Class ; + rdfs:label "stream" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind-create-region> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#create> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#region> ], + <https://tenet.tetras-libre.fr/extract-result#sun-wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#bubble> a owl:Class ; + rdfs:label "bubble" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#create> a owl:ObjectProperty ; + rdfs:label "create" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliosphere> a owl:Class ; + rdfs:label "heliosphere" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#know> a owl:ObjectProperty ; + rdfs:label "know" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#resemble> a owl:ObjectProperty ; + rdfs:label "resemble" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#region> a owl:Class ; + rdfs:label "region" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..228d9520f35cbe877403619586bcb2844adebdcd --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,878 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns3:part a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns11:direct-02 a ns21:Frame . + +ns11:orbit-01 a ns21:Frame . + +ns11:remain-01 a ns21:Frame . + +ns3:body a ns21:Concept . + +ns3:dwarf a ns21:Concept . + +ns3:large a ns21:Concept . + +ns3:sun a ns21:Concept . + +ns3:system a ns21:Concept . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept . + +ns21:most a ns21:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity . + +ns11:have-degree-91 a ns21:Frame . + +ns3:object a ns21:Concept . + +ns3:small a ns21:Concept . + +ns21:and a ns21:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..560bdf074b22fbc87ddbcd62951b6bd38f48e1ed --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1688 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s4, + net:individual_SolarSystem_s4 ; + :role_ARG1 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_body_b, + :leaf_system_s4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d2 a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d2 ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_small_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_small_s3 ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s3 ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_remain_r ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:role_ARG5 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity, + sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_body_b, + net:atomClass_object_o3, + net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2, + net:compositeClass_small-body_b, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_remain-01_r ; + net:coverNode :leaf_remain-01_r ; + net:hasNaming "remain" ; + net:hasPropertyName "remain" ; + net:hasPropertyName01 "remaining" ; + net:hasPropertyName10 "remain-by" ; + net:hasPropertyName12 "remain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2 . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s4 a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_object_o3 ; + :role_op2 net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2 ; + :role_op3 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + :role_ARG5 net:atomClass_object_o ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_sun_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:atomClass_system_s4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s . + +net:compositeClass_dwarf-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:composeFrom net:atomClass_dwarf_d2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_dwarf_d2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_small_s3 ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasClassType sys:Entity ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_dwarf_d2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:atomClass_small_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b156ba26f025ebf39fb4d2ceeef4395938fc09ce --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1274 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..d61de8887a4679a62bcf6e174d161d27c31eeb7a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1605 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG5 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:op3 a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a2_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o2_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p9_ARG0_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_r_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_s4_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-02 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "WikiAbstract-SolarSystem-02" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_direct_d a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o2, + net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "direct" ; + net:hasPropertyName "direct" ; + net:hasPropertyName01 "directing" ; + net:hasPropertyName10 "direct-by" ; + net:hasPropertyName12 "direct-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o2 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s4, + net:individual_SolarSystem_s4 ; + :role_ARG1 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_body_b, + :leaf_system_s4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_dwarf_d2 a net:Individual_Net ; + net:composeFrom net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "dwarf" ; + net:hasMotherClassNet net:atomClass_dwarf_d2 ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:individual_small_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_small_s3 ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "small" ; + net:hasMotherClassNet net:atomClass_small_s3 ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_remain_r ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o3 ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-02" ; + ns21:has-sentence "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." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> a ns3:system ; + rdfs:label "Solar System" ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:body ; + :label "body" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . + +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:most ; + :label "most" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:orbit-01 ; + :label "orbit-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:remain-01 ; + :label "remain-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:role_ARG5 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s4> ; + :label "s4" ; + :name "Solar System" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_orbit_o2 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o2 ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_body_b, + net:atomClass_object_o3, + net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2, + net:compositeClass_small-body_b, + net:phenomena_conjunction-AND_a2 ; + net:coverBaseNode :leaf_remain-01_r ; + net:coverNode :leaf_remain-01_r ; + net:hasNaming "remain" ; + net:hasPropertyName "remain" ; + net:hasPropertyName01 "remaining" ; + net:hasPropertyName10 "remain-by" ; + net:hasPropertyName12 "remain-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2 . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_SolarSystem_s4 a net:Individual_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasIndividualLabel "SolarSystem" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_object_o3 ; + :role_op2 net:atomClass_planet_p2, + net:compositeClass_dwarf-planet_p2 ; + :role_op3 net:atomClass_body_b, + net:compositeClass_small-body_b ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + :role_ARG5 net:atomClass_object_o ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> ; + ns3:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> a ns3:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#l> a ns3:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m> a ns21:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#m2> a ns21:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:body a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:dwarf a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:large a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:most a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_object rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:object ; + :label "object" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_o2 :leaf_orbit-01_o2 ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s4 :leaf_system_s4 ; + :edge_p9_ARG1_b :leaf_body_b ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_m2 :leaf_more_m2 ; + :edge_h2_o3 :leaf_object_o3 ; + :edge_h2_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "SolarSystem" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_sun_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasClassType sys:Entity ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:atomClass_system_s4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_SolarSystem_blankNode ; + net:coverBaseNode :leaf_system_s4 ; + net:coverNode :leaf_system_s4 ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o2 ; + net:coverNode :leaf_orbit-01_o2 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_sun_s . + +net:compositeClass_dwarf-planet_p2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:composeFrom net:atomClass_dwarf_d2, + net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_dwarf_d2, + :leaf_planet_p2 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "dwarf-planet" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_SolarSystem_blankNode a net:Value_Net ; + net:coverAmrValue :value_SolarSystem ; + net:hasNaming "SolarSystem" ; + net:hasStructure "unknown" ; + net:hasValueLabel "SolarSystem" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#b> a ns3:body ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-02#o3> a ns3:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_h :leaf_have-degree-91_h ; + :edge_a_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :edge_h_o :leaf_object_o ; + :edge_h_p :leaf_planet_p ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_a2 :leaf_and_a2 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:atomClass_object_o3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_object_o3 ; + net:coverNode :leaf_object_o3 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "unknown" . + +net:compositeClass_small-body_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_small_s3 ; + net:composeFrom net:atomClass_body_b, + net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b, + :leaf_small_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_body_b ; + net:hasNaming "small-body" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_b :leaf_body_b ; + :edge_a2_o3 :leaf_object_o3 ; + :edge_a2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_dwarf_d2 ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_body_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_small_s3 ; + net:coverBaseNode :leaf_body_b ; + net:coverNode :leaf_body_b ; + net:hasClassName "body" ; + net:hasClassType sys:Entity ; + net:hasNaming "body" ; + net:hasStructure "unknown" . + +net:atomClass_dwarf_d2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_dwarf_d2 ; + net:coverNode :leaf_dwarf_d2 ; + net:hasClassName "dwarf" ; + net:hasNaming "dwarf" ; + net:hasStructure "unknown" . + +net:atomClass_small_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . + +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_o :leaf_object_o ; + :edge_o2_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..d09557edcb6a0ee52afef4adfa8d2486cde6fe79 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-2/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,87 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#SolarSystem> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#system> ; + rdfs:label "SolarSystem" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#dwarf> ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#small> ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..761a054980b2f33a538f5da70d487bd1a08df597 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,853 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns3:part a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:equal-01 a ns1:Frame . + +ns21:extend-01 a ns1:Frame . + +ns21:oppose-01 a ns1:Frame . + +ns21:scatter-01 a ns1:Frame . + +ns3:disc a ns1:Concept . + +ns3:edge a ns1:Concept . + +ns3:heliopause a ns1:Concept . + +ns3:interstellar a ns1:Concept . + +ns3:out a ns1:Concept . + +ns3:point a ns1:Concept . + +ns3:sun a ns1:Concept . + +ns3:wind a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> . + +ns21:pressure-01 a ns1:Frame . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..64d8dc1c8c74d79890d662c486e09963b36e6f88 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1624 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#disc-hasPart-edge> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#edge> ], + <https://tenet.tetras-libre.fr/extract-result#disc> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#extend> a owl:ObjectProperty ; + rdfs:label "extend" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliopause> a owl:Class ; + rdfs:label "heliopause" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar-medium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#medium> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#oppose> a owl:ObjectProperty ; + rdfs:label "oppose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#out> a owl:Class ; + rdfs:label "out" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-point> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#point> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-pressure> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#pressure> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#scatter> a owl:ObjectProperty ; + rdfs:label "scatter" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_out_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_out_o2 ; + net:coverNode :leaf_out_o2 ; + net:hasClassName "out" ; + net:hasNaming "out" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_extend_e2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_point_p ; + :role_ARG4 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_extend-01_e2 ; + net:coverNode :leaf_extend-01_e2 ; + net:hasNaming "extend" ; + net:hasPropertyName "extend" ; + net:hasPropertyName01 "extending" ; + net:hasPropertyName10 "extend-by" ; + net:hasPropertyName12 "extend-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_edge_e3, + :leaf_point_p . + +net:atomProperty_oppose_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_oppose-01_o ; + net:coverNode :leaf_oppose-01_o ; + net:hasNaming "oppose" ; + net:hasPropertyName "oppose" ; + net:hasPropertyName01 "opposeing" ; + net:hasPropertyName10 "oppose-by" ; + net:hasPropertyName12 "oppose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_pressure-01_p3 . + +net:atomProperty_scatter_s2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_scatter-01_s2 ; + net:coverNode :leaf_scatter-01_s2 ; + net:hasNaming "scatter" ; + net:hasPropertyName "scatter" ; + net:hasPropertyName01 "scattering" ; + net:hasPropertyName10 "scatter-by" ; + net:hasPropertyName12 "scatter-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_disc-hasPart-edge_d a net:Composite_Class_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d, + :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasMotherClassNet net:atomClass_disc_d ; + net:hasNaming "disc-hasPart-edge" ; + net:hasRestriction net:restriction_hasPart-edge_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-point_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_point_p, + net:atomClass_pressure_p2, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p, + :leaf_pressure-01_p2 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-point" ; + net:hasRestriction net:restriction_equal-point_e ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-pressure_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_pressure_p2, + net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-pressure" ; + net:hasRestriction net:restriction_equal-pressure_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interstellar_ii a net:Individual_Net ; + net:composeFrom net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interstellar" ; + net:hasMotherClassNet net:atomClass_interstellar_ii ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#edge> a owl:Class ; + rdfs:label "edge" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interstellar> ; + rdfs:label "interstellar" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:Class ; + rdfs:label "medium" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:compositeClass_interstellar-medium_m a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomClass_interstellar_ii, + net:atomClass_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_interstellar_ii, + :leaf_medium_m ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_medium_m ; + net:hasNaming "interstellar-medium" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_equal-point_e a net:Restriction_Net ; + net:composeFrom net:atomClass_point_p, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p ; + net:hasNaming "equal-point" ; + net:hasRestrictionNetValue net:atomClass_point_p ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_equal-pressure_e a net:Restriction_Net ; + net:composeFrom net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p3 ; + net:hasNaming "equal-pressure" ; + net:hasRestrictionNetValue net:atomClass_pressure_p3 ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_hasPart-edge_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasNaming "hasPart-edge" ; + net:hasRestrictionNetValue net:atomClass_edge_e3 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_heliopause_h a net:Atom_Class_Net ; + net:coverBaseNode :leaf_heliopause_h ; + net:coverNode :leaf_heliopause_h ; + net:hasClassName "heliopause" ; + net:hasNaming "heliopause" ; + net:hasStructure "unknown" . + +net:atomProperty_pressure_p2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_wind_w . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#pressure> a owl:Class ; + rdfs:label "pressure" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_medium_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomProperty_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasClassName "medium" ; + net:hasClassType sys:Entity ; + net:hasNaming "medium" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_disc_d ; + :role_ARG1 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_edge_e3 . + +net:atomProperty_medium_m a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomProperty_pressure_p3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_medium_m, + net:atomProperty_medium_m, + net:compositeClass_interstellar-medium_m ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_medium_m . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_edge_e3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_edge_e3 ; + net:coverNode :leaf_edge_e3 ; + net:hasClassName "edge" ; + net:hasClassType sys:Entity ; + net:hasNaming "edge" ; + net:hasStructure "unknown" . + +net:atomClass_point_p a net:Atom_Class_Net, + net:Class_Net ; + :role_domain net:atomClass_heliopause_h ; + net:coverBaseNode :leaf_point_p ; + net:coverNode :leaf_point_p ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_heliopause_h ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomProperty_pressure_p2 ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomProperty_medium_m ; + net:composeFrom net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_pressure_p2, + net:atomProperty_pressure_p2 ; + :role_ARG2 net:atomClass_point_p, + net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e ; + net:hasNaming "equal" ; + net:hasPropertyName "equal" ; + net:hasPropertyName01 "equaling" ; + net:hasPropertyName10 "equal-by" ; + net:hasPropertyName12 "equal-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..595555746604e98f26d29b719fb5f53a3b4b14b5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1154 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..bff7a330323c9336cae7ac424b7ad4eb3b21bee8 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1516 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_out_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_out_o2 ; + net:coverNode :leaf_out_o2 ; + net:hasClassName "out" ; + net:hasNaming "out" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_extend_e2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_point_p ; + :role_ARG4 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_extend-01_e2 ; + net:coverNode :leaf_extend-01_e2 ; + net:hasNaming "extend" ; + net:hasPropertyName "extend" ; + net:hasPropertyName01 "extending" ; + net:hasPropertyName10 "extend-by" ; + net:hasPropertyName12 "extend-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_edge_e3, + :leaf_point_p . + +net:atomProperty_oppose_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_oppose-01_o ; + net:coverNode :leaf_oppose-01_o ; + net:hasNaming "oppose" ; + net:hasPropertyName "oppose" ; + net:hasPropertyName01 "opposeing" ; + net:hasPropertyName10 "oppose-by" ; + net:hasPropertyName12 "oppose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_pressure-01_p3 . + +net:atomProperty_scatter_s2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_scatter-01_s2 ; + net:coverNode :leaf_scatter-01_s2 ; + net:hasNaming "scatter" ; + net:hasPropertyName "scatter" ; + net:hasPropertyName01 "scattering" ; + net:hasPropertyName10 "scatter-by" ; + net:hasPropertyName12 "scatter-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_disc-hasPart-edge_d a net:Composite_Class_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d, + :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasMotherClassNet net:atomClass_disc_d ; + net:hasNaming "disc-hasPart-edge" ; + net:hasRestriction net:restriction_hasPart-edge_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-point_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_point_p, + net:atomClass_pressure_p2, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p, + :leaf_pressure-01_p2 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-point" ; + net:hasRestriction net:restriction_equal-point_e ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-pressure_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_pressure_p2, + net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-pressure" ; + net:hasRestriction net:restriction_equal-pressure_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interstellar_ii a net:Individual_Net ; + net:composeFrom net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interstellar" ; + net:hasMotherClassNet net:atomClass_interstellar_ii ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:compositeClass_interstellar-medium_m a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomClass_interstellar_ii, + net:atomClass_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_interstellar_ii, + :leaf_medium_m ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_medium_m ; + net:hasNaming "interstellar-medium" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_equal-point_e a net:Restriction_Net ; + net:composeFrom net:atomClass_point_p, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p ; + net:hasNaming "equal-point" ; + net:hasRestrictionNetValue net:atomClass_point_p ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_equal-pressure_e a net:Restriction_Net ; + net:composeFrom net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p3 ; + net:hasNaming "equal-pressure" ; + net:hasRestrictionNetValue net:atomClass_pressure_p3 ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_hasPart-edge_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasNaming "hasPart-edge" ; + net:hasRestrictionNetValue net:atomClass_edge_e3 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_heliopause_h a net:Atom_Class_Net ; + net:coverBaseNode :leaf_heliopause_h ; + net:coverNode :leaf_heliopause_h ; + net:hasClassName "heliopause" ; + net:hasNaming "heliopause" ; + net:hasStructure "unknown" . + +net:atomProperty_pressure_p2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_wind_w . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_medium_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomProperty_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasClassName "medium" ; + net:hasClassType sys:Entity ; + net:hasNaming "medium" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_disc_d ; + :role_ARG1 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_edge_e3 . + +net:atomProperty_medium_m a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomProperty_pressure_p3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_medium_m, + net:atomProperty_medium_m, + net:compositeClass_interstellar-medium_m ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_medium_m . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_edge_e3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_edge_e3 ; + net:coverNode :leaf_edge_e3 ; + net:hasClassName "edge" ; + net:hasClassType sys:Entity ; + net:hasNaming "edge" ; + net:hasStructure "unknown" . + +net:atomClass_point_p a net:Atom_Class_Net, + net:Class_Net ; + :role_domain net:atomClass_heliopause_h ; + net:coverBaseNode :leaf_point_p ; + net:coverNode :leaf_point_p ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_heliopause_h ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomProperty_pressure_p2 ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomProperty_medium_m ; + net:composeFrom net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_pressure_p2, + net:atomProperty_pressure_p2 ; + :role_ARG2 net:atomClass_point_p, + net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e ; + net:hasNaming "equal" ; + net:hasPropertyName "equal" ; + net:hasPropertyName01 "equaling" ; + net:hasPropertyName10 "equal-by" ; + net:hasPropertyName12 "equal-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..687c89a90782fdc83d502ca48716c741be93e438 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-20/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,112 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#disc-hasPart-edge> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#edge> ], + <https://tenet.tetras-libre.fr/extract-result#disc> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#extend> a owl:ObjectProperty ; + rdfs:label "extend" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliopause> a owl:Class ; + rdfs:label "heliopause" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar-medium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#medium> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#oppose> a owl:ObjectProperty ; + rdfs:label "oppose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#out> a owl:Class ; + rdfs:label "out" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-point> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#point> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-pressure> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#pressure> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#scatter> a owl:ObjectProperty ; + rdfs:label "scatter" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#edge> a owl:Class ; + rdfs:label "edge" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interstellar> ; + rdfs:label "interstellar" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:Class ; + rdfs:label "medium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure> a owl:Class ; + rdfs:label "pressure" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-21/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-21/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2cb1d9083c852f742ac642d6afd200b240354fbc --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-21/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,859 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h> a ns21:have-degree-91 ; + ns21:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns21:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> ; + ns21:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> ; + ns21:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#l> a ns21:long-03 ; + ns21:long-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-21" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t> a ns21:think-01 ; + ns21:think-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:exist-01.ARG1 a ns21:FrameRole . + +ns21:have-degree-91.ARG1 a ns21:FrameRole . + +ns21:have-degree-91.ARG2 a ns21:FrameRole . + +ns21:have-degree-91.ARG3 a ns21:FrameRole . + +ns21:have-degree-91.ARG4 a ns21:FrameRole . + +ns21:long-03.ARG1 a ns21:FrameRole . + +ns21:possible-01.ARG1 a ns21:FrameRole . + +ns21:source-02.ARG0 a ns21:FrameRole . + +ns21:source-02.ARG1 a ns21:FrameRole . + +ns21:think-01.ARG1 a ns21:FrameRole . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:location a ns1:Role . + +ns3:mod a ns1:Role . + +ns3:quant a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> a ns3:also . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> a ns3:comet ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> a ns21:exist-01 ; + ns21:exist-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns3:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#h2> a ns3:heliosphere . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p> a ns21:possible-01 ; + ns21:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#e> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> a ns3:roughly ; + ns3:op1 "1000" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#s> a ns21:source-02 ; + ns21:source-02.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> ; + ns21:source-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#t2> a ns3:times ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#r> . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:distant-02 a ns1:Frame . + +ns21:exist-01 a ns1:Frame . + +ns21:have-degree-91 a ns1:Frame . + +ns21:long-03 a ns1:Frame . + +ns21:possible-01 a ns1:Frame . + +ns21:source-02 a ns1:Frame . + +ns21:think-01 a ns1:Frame . + +ns3:also a ns1:Concept . + +ns3:cloud a ns1:Concept . + +ns3:comet a ns1:Concept . + +ns3:heliosphere a ns1:Concept . + +ns3:period a ns1:Concept . + +ns3:roughly a ns1:Concept . + +ns3:times a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#d> a ns21:distant-02 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#p2> a ns3:period . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-21#c> a ns3:cloud ; + rdfs:label "Oort cloud" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..18eaa7200703815444483b6b74d7f1ae71377c93 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,884 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c2> a ns2:contain-01 ; + ns2:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> ; + ns2:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#g> a ns11:galaxy ; + rdfs:label "Milky Way" ; + ns11:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#ii> a ns2:include-91 ; + ns2:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> ; + ns2:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> ; + ns2:include-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#p> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-22" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:be-located-at-91.ARG1 a ns2:FrameRole . + +ns2:be-located-at-91.ARG2 a ns2:FrameRole . + +ns2:contain-01.ARG0 a ns2:FrameRole . + +ns2:contain-01.ARG1 a ns2:FrameRole . + +ns2:include-91.ARG1 a ns2:FrameRole . + +ns2:include-91.ARG2 a ns2:FrameRole . + +ns2:include-91.ARG3 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:see-01.ARG1 a ns2:FrameRole . + +ns11:dayperiod a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:location a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:part a ns3:Role . + +ns11:quant a ns3:Role . + +ns11:time a ns3:Role . + +ns11:unit a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#b> a ns2:be-located-at-91 ; + ns2:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> ; + ns2:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> a ns3:date-entity ; + ns11:dayperiod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#n4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d2> a ns11:distance-quantity ; + ns11:quant "26000" ; + ns11:unit <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#l> a ns11:light-year . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#n4> a ns11:night . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#r> a ns11:relative-position ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> ; + ns11:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s> a ns11:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s4> a ns2:see-01 ; + ns2:see-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s5> a ns11:sky ; + ns11:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#d> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:be-located-at-91 a ns3:Frame . + +ns2:contain-01 a ns3:Frame . + +ns2:include-91 a ns3:Frame . + +ns2:possible-01 a ns3:Frame . + +ns2:see-01 a ns3:Frame . + +ns11:arm a ns3:Concept . + +ns11:center a ns3:Concept . + +ns11:distance-quantity a ns3:Concept . + +ns11:galaxy a ns3:Concept . + +ns11:light-year a ns3:Concept . + +ns11:night a ns3:Concept . + +ns11:relative-position a ns3:Concept . + +ns11:sky a ns3:Concept . + +ns11:system a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:date-entity a ns3:Concept . + +ns3:most a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> a ns11:arm ; + rdfs:label "Orion" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#c> a ns11:center ; + ns11:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s2> a <http://amr.isi.edu/entity-types#star> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-22#s3> a <http://amr.isi.edu/entity-types#star> . + +<http://amr.isi.edu/entity-types#star> a ns3:NamedEntity . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..64d8dc1c8c74d79890d662c486e09963b36e6f88 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1624 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#disc-hasPart-edge> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#edge> ], + <https://tenet.tetras-libre.fr/extract-result#disc> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#extend> a owl:ObjectProperty ; + rdfs:label "extend" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliopause> a owl:Class ; + rdfs:label "heliopause" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar-medium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#medium> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#oppose> a owl:ObjectProperty ; + rdfs:label "oppose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#out> a owl:Class ; + rdfs:label "out" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-point> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#point> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-pressure> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#pressure> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#scatter> a owl:ObjectProperty ; + rdfs:label "scatter" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_out_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_out_o2 ; + net:coverNode :leaf_out_o2 ; + net:hasClassName "out" ; + net:hasNaming "out" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_extend_e2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_point_p ; + :role_ARG4 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_extend-01_e2 ; + net:coverNode :leaf_extend-01_e2 ; + net:hasNaming "extend" ; + net:hasPropertyName "extend" ; + net:hasPropertyName01 "extending" ; + net:hasPropertyName10 "extend-by" ; + net:hasPropertyName12 "extend-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_edge_e3, + :leaf_point_p . + +net:atomProperty_oppose_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_oppose-01_o ; + net:coverNode :leaf_oppose-01_o ; + net:hasNaming "oppose" ; + net:hasPropertyName "oppose" ; + net:hasPropertyName01 "opposeing" ; + net:hasPropertyName10 "oppose-by" ; + net:hasPropertyName12 "oppose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_pressure-01_p3 . + +net:atomProperty_scatter_s2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_scatter-01_s2 ; + net:coverNode :leaf_scatter-01_s2 ; + net:hasNaming "scatter" ; + net:hasPropertyName "scatter" ; + net:hasPropertyName01 "scattering" ; + net:hasPropertyName10 "scatter-by" ; + net:hasPropertyName12 "scatter-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_disc-hasPart-edge_d a net:Composite_Class_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d, + :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasMotherClassNet net:atomClass_disc_d ; + net:hasNaming "disc-hasPart-edge" ; + net:hasRestriction net:restriction_hasPart-edge_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-point_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_point_p, + net:atomClass_pressure_p2, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p, + :leaf_pressure-01_p2 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-point" ; + net:hasRestriction net:restriction_equal-point_e ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-pressure_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_pressure_p2, + net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-pressure" ; + net:hasRestriction net:restriction_equal-pressure_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interstellar_ii a net:Individual_Net ; + net:composeFrom net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interstellar" ; + net:hasMotherClassNet net:atomClass_interstellar_ii ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#edge> a owl:Class ; + rdfs:label "edge" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interstellar> ; + rdfs:label "interstellar" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:Class ; + rdfs:label "medium" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:compositeClass_interstellar-medium_m a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomClass_interstellar_ii, + net:atomClass_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_interstellar_ii, + :leaf_medium_m ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_medium_m ; + net:hasNaming "interstellar-medium" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_equal-point_e a net:Restriction_Net ; + net:composeFrom net:atomClass_point_p, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p ; + net:hasNaming "equal-point" ; + net:hasRestrictionNetValue net:atomClass_point_p ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_equal-pressure_e a net:Restriction_Net ; + net:composeFrom net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p3 ; + net:hasNaming "equal-pressure" ; + net:hasRestrictionNetValue net:atomClass_pressure_p3 ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_hasPart-edge_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasNaming "hasPart-edge" ; + net:hasRestrictionNetValue net:atomClass_edge_e3 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_heliopause_h a net:Atom_Class_Net ; + net:coverBaseNode :leaf_heliopause_h ; + net:coverNode :leaf_heliopause_h ; + net:hasClassName "heliopause" ; + net:hasNaming "heliopause" ; + net:hasStructure "unknown" . + +net:atomProperty_pressure_p2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_wind_w . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#pressure> a owl:Class ; + rdfs:label "pressure" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_medium_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomProperty_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasClassName "medium" ; + net:hasClassType sys:Entity ; + net:hasNaming "medium" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_disc_d ; + :role_ARG1 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_edge_e3 . + +net:atomProperty_medium_m a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomProperty_pressure_p3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_medium_m, + net:atomProperty_medium_m, + net:compositeClass_interstellar-medium_m ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_medium_m . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_edge_e3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_edge_e3 ; + net:coverNode :leaf_edge_e3 ; + net:hasClassName "edge" ; + net:hasClassType sys:Entity ; + net:hasNaming "edge" ; + net:hasStructure "unknown" . + +net:atomClass_point_p a net:Atom_Class_Net, + net:Class_Net ; + :role_domain net:atomClass_heliopause_h ; + net:coverBaseNode :leaf_point_p ; + net:coverNode :leaf_point_p ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_heliopause_h ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomProperty_pressure_p2 ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomProperty_medium_m ; + net:composeFrom net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_pressure_p2, + net:atomProperty_pressure_p2 ; + :role_ARG2 net:atomClass_point_p, + net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e ; + net:hasNaming "equal" ; + net:hasPropertyName "equal" ; + net:hasPropertyName01 "equaling" ; + net:hasPropertyName10 "equal-by" ; + net:hasPropertyName12 "equal-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..595555746604e98f26d29b719fb5f53a3b4b14b5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1154 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..bff7a330323c9336cae7ac424b7ad4eb3b21bee8 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1516 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns21: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns21:equal-01.ARG1 a ns21:FrameRole . + +ns21:equal-01.ARG2 a ns21:FrameRole . + +ns21:extend-01.ARG0 a ns21:FrameRole . + +ns21:extend-01.ARG4 a ns21:FrameRole . + +ns21:oppose-01.ARG0 a ns21:FrameRole . + +ns21:pressure-01.ARG0 a ns21:FrameRole . + +ns21:scatter-01.ARG1 a ns21:FrameRole . + +ns3:direction a ns1:Role . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_e2_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_e2_o2 a :AMR_Edge ; + :hasRoleID "direction" . + +:edge_e2_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_e_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p3 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p2_w a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p3_m a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG0_d a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_e3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_h a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_w_s a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-20 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> ; + :hasRootLeaf :leaf_point_p ; + :hasSentenceID "WikiAbstract-SolarSystem-20" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_out_o2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_out_o2 ; + net:coverNode :leaf_out_o2 ; + net:hasClassName "out" ; + net:hasNaming "out" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_extend_e2 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_point_p ; + :role_ARG4 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_extend-01_e2 ; + net:coverNode :leaf_extend-01_e2 ; + net:hasNaming "extend" ; + net:hasPropertyName "extend" ; + net:hasPropertyName01 "extending" ; + net:hasPropertyName10 "extend-by" ; + net:hasPropertyName12 "extend-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_edge_e3, + :leaf_point_p . + +net:atomProperty_oppose_o a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_oppose-01_o ; + net:coverNode :leaf_oppose-01_o ; + net:hasNaming "oppose" ; + net:hasPropertyName "oppose" ; + net:hasPropertyName01 "opposeing" ; + net:hasPropertyName10 "oppose-by" ; + net:hasPropertyName12 "oppose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_pressure-01_p3 . + +net:atomProperty_scatter_s2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_scatter-01_s2 ; + net:coverNode :leaf_scatter-01_s2 ; + net:hasNaming "scatter" ; + net:hasPropertyName "scatter" ; + net:hasPropertyName01 "scattering" ; + net:hasPropertyName10 "scatter-by" ; + net:hasPropertyName12 "scatter-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_disc-hasPart-edge_d a net:Composite_Class_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d, + :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasMotherClassNet net:atomClass_disc_d ; + net:hasNaming "disc-hasPart-edge" ; + net:hasRestriction net:restriction_hasPart-edge_p9 ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-point_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_point_p, + net:atomClass_pressure_p2, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p, + :leaf_pressure-01_p2 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-point" ; + net:hasRestriction net:restriction_equal-point_e ; + net:hasStructure "unknown" . + +net:compositeClass_pressure-equal-pressure_p2 a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomClass_pressure_p2, + net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 ; + net:hasMotherClassNet net:atomClass_pressure_p2 ; + net:hasNaming "pressure-equal-pressure" ; + net:hasRestriction net:restriction_equal-pressure_e ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_interstellar_ii a net:Individual_Net ; + net:composeFrom net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "interstellar" ; + net:hasMotherClassNet net:atomClass_interstellar_ii ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:individual_sun_s a net:Individual_Net ; + net:composeFrom net:atomClass_sun_s ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "sun" ; + net:hasMotherClassNet net:atomClass_sun_s ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> a ns21:equal-01 ; + ns21:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + ns21:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> a ns21:extend-01 ; + ns21:extend-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + ns21:extend-01.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + ns3:direction <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> a ns21:oppose-01 ; + ns21:oppose-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-20" ; + ns1:has-sentence "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." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> a ns21:scatter-01 ; + ns21:scatter-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:disc ; + :label "disc" . + +:concept_edge rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:edge ; + :label "edge" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:equal-01 ; + :label "equal-01" . + +:concept_extend-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:extend-01 ; + :label "extend-01" . + +:concept_heliopause rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:heliopause ; + :label "heliopause" . + +:concept_interstellar rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:interstellar ; + :label "interstellar" . + +:concept_medium rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:medium ; + :label "medium" . + +:concept_oppose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:oppose-01 ; + :label "oppose-01" . + +:concept_out rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:out ; + :label "out" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:point ; + :label "point" . + +:concept_scatter-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:scatter-01 ; + :label "scatter-01" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:sun ; + :label "sun" . + +:concept_wind rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:wind ; + :label "wind" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e> ; + :label "e" . + +:variable_e2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e2> ; + :label "e2" . + +:variable_e3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + :label "e3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> ; + :label "o2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> ; + :label "p2" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> ; + :label "p3" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s2> ; + :label "s2" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:compositeClass_interstellar-medium_m a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomClass_interstellar_ii, + net:atomClass_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_interstellar_ii, + :leaf_medium_m ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_medium_m ; + net:hasNaming "interstellar-medium" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_equal-point_e a net:Restriction_Net ; + net:composeFrom net:atomClass_point_p, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_point_p ; + net:hasNaming "equal-point" ; + net:hasRestrictionNetValue net:atomClass_point_p ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_equal-pressure_e a net:Restriction_Net ; + net:composeFrom net:atomClass_pressure_p3, + net:atomProperty_equal_e ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e, + :leaf_pressure-01_p3 ; + net:hasNaming "equal-pressure" ; + net:hasRestrictionNetValue net:atomClass_pressure_p3 ; + net:hasRestrictionOnProperty net:atomProperty_equal_e ; + net:hasStructure "unknown" . + +net:restriction_hasPart-edge_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_edge_e3, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_edge_e3, + :leaf_hasPart_p9 ; + net:hasNaming "hasPart-edge" ; + net:hasRestrictionNetValue net:atomClass_edge_e3 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#d> a ns3:disc ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> a ns3:heliopause ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> a ns3:interstellar ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> a ns1:medium ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#o2> a ns3:out ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p2> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#w> a ns3:wind ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:extend-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:oppose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:scatter-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:disc a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:edge a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:heliopause a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:interstellar a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:out a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:point a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:wind a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:medium a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_pressure-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:pressure-01 ; + :label "pressure-01" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_extend-01_e2 a :AMR_Leaf ; + :edge_e2_e3 :leaf_edge_e3 ; + :edge_e2_o2 :leaf_out_o2 ; + :edge_e2_p :leaf_point_p ; + :hasConcept :concept_extend-01 ; + :hasVariable :variable_e2 . + +:leaf_oppose-01_o a :AMR_Leaf ; + :edge_o_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_oppose-01 ; + :hasVariable :variable_o . + +:leaf_scatter-01_s2 a :AMR_Leaf ; + :edge_s2_d :leaf_disc_d ; + :hasConcept :concept_scatter-01 ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_heliopause_h a net:Atom_Class_Net ; + net:coverBaseNode :leaf_heliopause_h ; + net:coverNode :leaf_heliopause_h ; + net:hasClassName "heliopause" ; + net:hasNaming "heliopause" ; + net:hasStructure "unknown" . + +net:atomProperty_pressure_p2 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_wind_w . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#e3> a ns3:edge ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p3> a ns21:pressure-01 ; + ns21:pressure-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:pressure-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_heliopause_h a :AMR_Leaf ; + :hasConcept :concept_heliopause ; + :hasVariable :variable_h . + +:leaf_out_o2 a :AMR_Leaf ; + :hasConcept :concept_out ; + :hasVariable :variable_o2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_medium_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:composeFrom net:atomProperty_medium_m ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasClassName "medium" ; + net:hasClassType sys:Entity ; + net:hasNaming "medium" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_disc_d ; + :role_ARG1 net:atomClass_edge_e3 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_edge_e3 . + +net:atomProperty_medium_m a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_interstellar_ii ; + net:coverBaseNode :leaf_medium_m ; + net:coverNode :leaf_medium_m ; + net:hasNaming "medium" ; + net:hasPropertyName "medium" ; + net:hasPropertyName01 "mediuming" ; + net:hasPropertyName10 "medium-by" ; + net:hasPropertyName12 "medium-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_interstellar_ii . + +net:atomProperty_pressure_p3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_medium_m, + net:atomProperty_medium_m, + net:compositeClass_interstellar-medium_m ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasNaming "pressure" ; + net:hasPropertyName "pressure" ; + net:hasPropertyName01 "pressureing" ; + net:hasPropertyName10 "pressure-by" ; + net:hasPropertyName12 "pressure-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_medium_m . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#p> a ns3:point ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-20#h> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +net:compositeClass_sun-wind_w a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_sun_s ; + net:composeFrom net:atomClass_sun_s, + net:atomClass_wind_w ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_sun_s, + :leaf_wind_w ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_wind_w ; + net:hasNaming "sun-wind" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_d :leaf_disc_d ; + :edge_p9_ARG1_e3 :leaf_edge_e3 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:atomClass_edge_e3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_edge_e3 ; + net:coverNode :leaf_edge_e3 ; + net:hasClassName "edge" ; + net:hasClassType sys:Entity ; + net:hasNaming "edge" ; + net:hasStructure "unknown" . + +net:atomClass_point_p a net:Atom_Class_Net, + net:Class_Net ; + :role_domain net:atomClass_heliopause_h ; + net:coverBaseNode :leaf_point_p ; + net:coverNode :leaf_point_p ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_heliopause_h ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_wind_w, + net:compositeClass_sun-wind_w ; + net:composeFrom net:atomProperty_pressure_p2 ; + net:coverBaseNode :leaf_pressure-01_p2 ; + net:coverNode :leaf_pressure-01_p2 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_pressure_p3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomProperty_medium_m ; + net:composeFrom net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_pressure-01_p3 ; + net:coverNode :leaf_pressure-01_p3 ; + net:hasClassName "pressure" ; + net:hasClassType sys:Entity ; + net:hasNaming "pressure" ; + net:hasStructure "unknown" . + +net:atomClass_sun_s a net:Atom_Class_Net ; + net:coverBaseNode :leaf_sun_s ; + net:coverNode :leaf_sun_s ; + net:hasClassName "sun" ; + net:hasNaming "sun" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +:leaf_wind_w a :AMR_Leaf ; + :edge_w_s :leaf_sun_s ; + :hasConcept :concept_wind ; + :hasVariable :variable_w . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_interstellar_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_interstellar_ii ; + net:coverNode :leaf_interstellar_ii ; + net:hasClassName "interstellar" ; + net:hasNaming "interstellar" ; + net:hasStructure "unknown" . + +net:atomClass_wind_w a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_sun_s ; + net:coverBaseNode :leaf_wind_w ; + net:coverNode :leaf_wind_w ; + net:hasClassName "wind" ; + net:hasClassType sys:Entity ; + net:hasNaming "wind" ; + net:hasStructure "unknown" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_pressure_p2, + net:atomProperty_pressure_p2 ; + :role_ARG2 net:atomClass_point_p, + net:atomClass_pressure_p3, + net:atomProperty_pressure_p3 ; + net:coverBaseNode :leaf_equal-01_e ; + net:coverNode :leaf_equal-01_e ; + net:hasNaming "equal" ; + net:hasPropertyName "equal" ; + net:hasPropertyName01 "equaling" ; + net:hasPropertyName10 "equal-by" ; + net:hasPropertyName12 "equal-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p, + :leaf_pressure-01_p2, + :leaf_pressure-01_p3 . + +ns21:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_interstellar_ii a :AMR_Leaf ; + :hasConcept :concept_interstellar ; + :hasVariable :variable_ii . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:leaf_edge_e3 a :AMR_Leaf ; + :hasConcept :concept_edge ; + :hasVariable :variable_e3 . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_p :leaf_point_p ; + :edge_e_p2 :leaf_pressure-01_p2 ; + :edge_e_p3 :leaf_pressure-01_p3 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_medium_m a :AMR_Leaf ; + :edge_m_ii :leaf_interstellar_ii ; + :hasConcept :concept_medium ; + :hasVariable :variable_m . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_point_p a :AMR_Leaf ; + :edge_p_h :leaf_heliopause_h ; + :hasConcept :concept_point ; + :hasVariable :variable_p . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_pressure-01_p2 a :AMR_Leaf ; + :edge_p2_w :leaf_wind_w ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p2 . + +:leaf_pressure-01_p3 a :AMR_Leaf ; + :edge_p3_m :leaf_medium_m ; + :hasConcept :concept_pressure-01 ; + :hasVariable :variable_p3 . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..687c89a90782fdc83d502ca48716c741be93e438 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-22/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,112 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#disc-hasPart-edge> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#edge> ], + <https://tenet.tetras-libre.fr/extract-result#disc> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#extend> a owl:ObjectProperty ; + rdfs:label "extend" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#heliopause> a owl:Class ; + rdfs:label "heliopause" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar-medium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#medium> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#oppose> a owl:ObjectProperty ; + rdfs:label "oppose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#out> a owl:Class ; + rdfs:label "out" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-point> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#point> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure-equal-pressure> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#equal> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#pressure> ], + <https://tenet.tetras-libre.fr/extract-result#pressure> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#scatter> a owl:ObjectProperty ; + rdfs:label "scatter" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun-wind> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#wind> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#edge> a owl:Class ; + rdfs:label "edge" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#interstellar> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#interstellar> ; + rdfs:label "interstellar" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#medium> a owl:Class ; + rdfs:label "medium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#sun> ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#wind> a owl:Class ; + rdfs:label "wind" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#pressure> a owl:Class ; + rdfs:label "pressure" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b6598be55a35eb768809d84a907d222d9ffa395f --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,855 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> a ns3:local-02 ; + ns3:local-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-23" ; + ns1:has-sentence "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:close-10.ARG1 a ns3:FrameRole . + +ns3:close-10.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:local-02.ARG1 a ns3:FrameRole . + +ns3:near-02.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:ord a ns1:Role . + +ns2:scale a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> a ns3:close-10 ; + ns3:close-10.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:close-10.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> a ns2:light-year . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> a ns1:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> a ns1:most ; + ns2:ord <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> a ns3:near-02 ; + ns3:near-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> a ns2:ordinal-entity ; + ns2:scale <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + ns2:value "4.25" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> a ns2:so-called . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:close-10 a ns1:Frame . + +ns3:include-91 a ns1:Frame . + +ns3:local-02 a ns1:Frame . + +ns3:near-02 a ns1:Frame . + +ns2:bubble a ns1:Concept . + +ns2:light-year a ns1:Concept . + +ns2:ordinal-entity a ns1:Concept . + +ns2:so-called a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> a ns2:bubble ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity . + +ns3:have-degree-91 a ns1:Frame . + +ns1:most a ns1:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> a <http://amr.isi.edu/entity-types#star> ; + rdfs:label "Proxima Centre" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..68b02fbf63c1cf9a89f6623ad34acbeb041f1933 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1395 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:close-10.ARG1 a ns3:FrameRole . + +ns3:close-10.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:local-02.ARG1 a ns3:FrameRole . + +ns3:near-02.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:ord a ns1:Role . + +ns2:scale a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_n a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_ii_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l2_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_o a :AMR_Edge ; + :hasRoleID "ord" . + +:edge_n_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_l a :AMR_Edge ; + :hasRoleID "scale" . + +:edge_s2_name_ProximaCentre a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_b a :AMR_Edge ; + :hasRoleID "location" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-23 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> ; + :hasRootLeaf :leaf_star_s ; + :hasSentenceID "WikiAbstract-SolarSystem-23" ; + :hasSentenceStatement "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#ProximaCentre> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#star> ; + rdfs:label "ProximaCentre" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#close> a owl:ObjectProperty ; + rdfs:label "close" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#light-year> a owl:Class ; + rdfs:label "light-year" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#local> a owl:ObjectProperty ; + rdfs:label "local" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ordinal-entity> a owl:Class ; + rdfs:label "ordinal-entity" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called-bubble> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#bubble> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_light-year_l a net:Atom_Class_Net ; + net:coverBaseNode :leaf_light-year_l ; + net:coverNode :leaf_light-year_l ; + net:hasClassName "light-year" ; + net:hasNaming "light-year" ; + net:hasStructure "unknown" . + +net:atomClass_ordinal-entity_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ordinal-entity_o ; + net:coverNode :leaf_ordinal-entity_o ; + net:hasClassName "ordinal-entity" ; + net:hasNaming "ordinal-entity" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomClass_star_s ; + net:coverBaseNode :leaf_include-91_ii ; + net:coverNode :leaf_include-91_ii ; + net:hasNaming "include" ; + net:hasPropertyName "include" ; + net:hasPropertyName01 "includeing" ; + net:hasPropertyName10 "include-by" ; + net:hasPropertyName12 "include-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s, + :leaf_star_s2 . + +net:atomProperty_local_l2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_bubble_b, + net:compositeClass_so-called-bubble_b ; + net:coverBaseNode :leaf_local-02_l2 ; + net:coverNode :leaf_local-02_l2 ; + net:hasNaming "local" ; + net:hasPropertyName "local" ; + net:hasPropertyName01 "localing" ; + net:hasPropertyName10 "local-by" ; + net:hasPropertyName12 "local-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_bubble_b . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_so-called_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_so-called_s3 ; + net:coverNode :leaf_so-called_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "so-called" ; + net:hasMotherClassNet net:atomClass_so-called_s3 ; + net:hasNaming "so-called" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_star_s ; + :role_ARG2 net:atomProperty_near_n ; + :role_ARG3 net:atomProperty_most_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomProperty_close_c ; + :role_ARG3 net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> a ns3:local-02 ; + ns3:local-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-23" ; + ns1:has-sentence "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:bubble ; + :label "bubble" . + +:concept_close-10 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:close-10 ; + :label "close-10" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_light-year rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:light-year ; + :label "light-year" . + +:concept_local-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:local-02 ; + :label "local-02" . + +:concept_near-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near-02 ; + :label "near-02" . + +:concept_ordinal-entity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:ordinal-entity ; + :label "ordinal-entity" . + +:concept_so-called rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:so-called ; + :label "so-called" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + :label "l" . + +:variable_l2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> ; + :label "l2" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + :label "m2" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + :label "s2" ; + :name "Proxima Centre" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + :label "s3" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#bubble> a owl:Class ; + rdfs:label "bubble" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#so-called> ; + rdfs:label "so-called" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#star> a owl:Class ; + rdfs:label "star" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_close_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomClass_star_s ; + net:coverBaseNode :leaf_close-10_c ; + net:coverNode :leaf_close-10_c ; + net:hasNaming "close" ; + net:hasPropertyName "close" ; + net:hasPropertyName01 "closeing" ; + net:hasPropertyName10 "close-by" ; + net:hasPropertyName12 "close-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s, + :leaf_star_s2 . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_near_n a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s ; + net:coverBaseNode :leaf_near-02_n ; + net:coverNode :leaf_near-02_n ; + net:hasNaming "near" ; + net:hasPropertyName "near" ; + net:hasPropertyName01 "nearing" ; + net:hasPropertyName10 "near-by" ; + net:hasPropertyName12 "near-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s . + +net:compositeClass_so-called-bubble_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_so-called_s3 ; + net:composeFrom net:atomClass_bubble_b, + net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b, + :leaf_so-called_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_bubble_b ; + net:hasNaming "so-called-bubble" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> a ns3:close-10 ; + ns3:close-10.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:close-10.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> a ns2:light-year ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> a ns1:most ; + ns2:ord <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> a ns3:near-02 ; + ns3:near-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> a ns2:ordinal-entity ; + ns2:scale <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + ns2:value "4.25" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> a ns2:so-called ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:close-10 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:local-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bubble a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:light-year a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:ordinal-entity a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:so-called a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_star rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#star> ; + :label "star" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_most_m ; + :edge_h_n :leaf_near-02_n ; + :edge_h_s :leaf_star_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_c :leaf_close-10_c ; + :edge_h2_m2 :leaf_most_m2 ; + :edge_h2_s2 :leaf_star_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_include-91_ii a :AMR_Leaf ; + :edge_ii_s :leaf_star_s ; + :edge_ii_s2 :leaf_star_s2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_local-02_l2 a :AMR_Leaf ; + :edge_l2_b :leaf_bubble_b ; + :hasConcept :concept_local-02 ; + :hasVariable :variable_l2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:value_ProximaCentre a :AMR_Value ; + rdfs:label "ProximaCentre" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_ProximaCentre_blankNode a net:Value_Net ; + net:coverAmrValue :value_ProximaCentre ; + net:hasNaming "ProximaCentre" ; + net:hasStructure "unknown" ; + net:hasValueLabel "ProximaCentre" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> a ns2:bubble ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_close-10_c a :AMR_Leaf ; + :edge_c_s :leaf_star_s ; + :edge_c_s2 :leaf_star_s2 ; + :hasConcept :concept_close-10 ; + :hasVariable :variable_c . + +:leaf_light-year_l a :AMR_Leaf ; + :hasConcept :concept_light-year ; + :hasVariable :variable_l . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_most_m2 a :AMR_Leaf ; + :edge_m2_o :leaf_ordinal-entity_o ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_near-02_n a :AMR_Leaf ; + :edge_n_s :leaf_star_s ; + :hasConcept :concept_near-02 ; + :hasVariable :variable_n . + +:leaf_ordinal-entity_o a :AMR_Leaf ; + :edge_o_l :leaf_light-year_l ; + :hasConcept :concept_ordinal-entity ; + :hasVariable :variable_o . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_bubble_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b ; + net:hasClassName "bubble" ; + net:hasClassType sys:Entity ; + net:hasNaming "bubble" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_ProximaCentre_s2 a net:Individual_Net ; + :role_name net:value_ProximaCentre_blankNode ; + net:coverBaseNode :leaf_star_s2 ; + net:coverNode :leaf_star_s2 ; + net:hasIndividualLabel "ProximaCentre" ; + net:hasMotherClassNet net:atomClass_star_s2 ; + net:hasNaming "ProximaCentre" ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> a <http://amr.isi.edu/entity-types#star> ; + rdfs:label "Proxima Centre" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:atomClass_star_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_star_s ; + net:coverNode :leaf_star_s ; + net:hasClassName "star" ; + net:hasClassType sys:Entity ; + net:hasNaming "star" ; + net:hasStructure "unknown" . + +net:atomClass_star_s2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_ProximaCentre_blankNode ; + net:coverBaseNode :leaf_star_s2 ; + net:coverNode :leaf_star_s2 ; + net:hasClassName "star" ; + net:hasClassType sys:Entity ; + net:hasNaming "star" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_so-called_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_so-called_s3 ; + net:coverNode :leaf_so-called_s3 ; + net:hasClassName "so-called" ; + net:hasNaming "so-called" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_so-called_s3 a :AMR_Leaf ; + :hasConcept :concept_so-called ; + :hasVariable :variable_s3 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_bubble_b a :AMR_Leaf ; + :edge_b_s3 :leaf_so-called_s3 ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_star_s2 a :AMR_Leaf ; + :edge_s2_name_ProximaCentre :value_ProximaCentre ; + :hasConcept :concept_star ; + :hasVariable :variable_s2 . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_star_s a :AMR_Leaf ; + :edge_s_b :leaf_bubble_b ; + :hasConcept :concept_star ; + :hasVariable :variable_s . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..32c5a529793cae7f82962b6ca84a869dd09776dd --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1129 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:close-10.ARG1 a ns3:FrameRole . + +ns3:close-10.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:local-02.ARG1 a ns3:FrameRole . + +ns3:near-02.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:ord a ns1:Role . + +ns2:scale a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_n a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_ii_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l2_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_o a :AMR_Edge ; + :hasRoleID "ord" . + +:edge_n_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_l a :AMR_Edge ; + :hasRoleID "scale" . + +:edge_s2_name_ProximaCentre a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_b a :AMR_Edge ; + :hasRoleID "location" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_most_m ; + :edge_h_n :leaf_near-02_n ; + :edge_h_s :leaf_star_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_c :leaf_close-10_c ; + :edge_h2_m2 :leaf_most_m2 ; + :edge_h2_s2 :leaf_star_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_include-91_ii a :AMR_Leaf ; + :edge_ii_s :leaf_star_s ; + :edge_ii_s2 :leaf_star_s2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_local-02_l2 a :AMR_Leaf ; + :edge_l2_b :leaf_bubble_b ; + :hasConcept :concept_local-02 ; + :hasVariable :variable_l2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-23 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> ; + :hasRootLeaf :leaf_star_s ; + :hasSentenceID "WikiAbstract-SolarSystem-23" ; + :hasSentenceStatement "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> a ns3:local-02 ; + ns3:local-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-23" ; + ns1:has-sentence "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:bubble ; + :label "bubble" . + +:concept_close-10 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:close-10 ; + :label "close-10" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_light-year rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:light-year ; + :label "light-year" . + +:concept_local-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:local-02 ; + :label "local-02" . + +:concept_near-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near-02 ; + :label "near-02" . + +:concept_ordinal-entity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:ordinal-entity ; + :label "ordinal-entity" . + +:concept_so-called rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:so-called ; + :label "so-called" . + +:leaf_close-10_c a :AMR_Leaf ; + :edge_c_s :leaf_star_s ; + :edge_c_s2 :leaf_star_s2 ; + :hasConcept :concept_close-10 ; + :hasVariable :variable_c . + +:leaf_light-year_l a :AMR_Leaf ; + :hasConcept :concept_light-year ; + :hasVariable :variable_l . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_most_m2 a :AMR_Leaf ; + :edge_m2_o :leaf_ordinal-entity_o ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_near-02_n a :AMR_Leaf ; + :edge_n_s :leaf_star_s ; + :hasConcept :concept_near-02 ; + :hasVariable :variable_n . + +:leaf_ordinal-entity_o a :AMR_Leaf ; + :edge_o_l :leaf_light-year_l ; + :hasConcept :concept_ordinal-entity ; + :hasVariable :variable_o . + +:leaf_so-called_s3 a :AMR_Leaf ; + :hasConcept :concept_so-called ; + :hasVariable :variable_s3 . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:value_ProximaCentre a :AMR_Value ; + rdfs:label "ProximaCentre" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + :label "l" . + +:variable_l2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> ; + :label "l2" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + :label "m2" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + :label "s2" ; + :name "Proxima Centre" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + :label "s3" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> a ns3:close-10 ; + ns3:close-10.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:close-10.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> a ns2:light-year ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> a ns1:most ; + ns2:ord <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> a ns3:near-02 ; + ns3:near-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> a ns2:ordinal-entity ; + ns2:scale <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + ns2:value "4.25" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> a ns2:so-called ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:close-10 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:local-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bubble a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:light-year a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:ordinal-entity a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:so-called a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_star rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#star> ; + :label "star" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_bubble_b a :AMR_Leaf ; + :edge_b_s3 :leaf_so-called_s3 ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> a ns2:bubble ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_star_s2 a :AMR_Leaf ; + :edge_s2_name_ProximaCentre :value_ProximaCentre ; + :hasConcept :concept_star ; + :hasVariable :variable_s2 . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> a <http://amr.isi.edu/entity-types#star> ; + rdfs:label "Proxima Centre" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_star_s a :AMR_Leaf ; + :edge_s_b :leaf_bubble_b ; + :hasConcept :concept_star ; + :hasVariable :variable_s . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..0215b322e9ad74dd7b35a02d144da9fe2965c5da --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1334 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:close-10.ARG1 a ns3:FrameRole . + +ns3:close-10.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:local-02.ARG1 a ns3:FrameRole . + +ns3:near-02.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:location a ns1:Role . + +ns2:mod a ns1:Role . + +ns2:ord a ns1:Role . + +ns2:scale a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_b_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_n a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_ii_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l2_b a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_o a :AMR_Edge ; + :hasRoleID "ord" . + +:edge_n_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_l a :AMR_Edge ; + :hasRoleID "scale" . + +:edge_s2_name_ProximaCentre a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_s_b a :AMR_Edge ; + :hasRoleID "location" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-23 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> ; + :hasRootLeaf :leaf_star_s ; + :hasSentenceID "WikiAbstract-SolarSystem-23" ; + :hasSentenceStatement "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_light-year_l a net:Atom_Class_Net ; + net:coverBaseNode :leaf_light-year_l ; + net:coverNode :leaf_light-year_l ; + net:hasClassName "light-year" ; + net:hasNaming "light-year" ; + net:hasStructure "unknown" . + +net:atomClass_ordinal-entity_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ordinal-entity_o ; + net:coverNode :leaf_ordinal-entity_o ; + net:hasClassName "ordinal-entity" ; + net:hasNaming "ordinal-entity" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomClass_star_s ; + net:coverBaseNode :leaf_include-91_ii ; + net:coverNode :leaf_include-91_ii ; + net:hasNaming "include" ; + net:hasPropertyName "include" ; + net:hasPropertyName01 "includeing" ; + net:hasPropertyName10 "include-by" ; + net:hasPropertyName12 "include-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s, + :leaf_star_s2 . + +net:atomProperty_local_l2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_bubble_b, + net:compositeClass_so-called-bubble_b ; + net:coverBaseNode :leaf_local-02_l2 ; + net:coverNode :leaf_local-02_l2 ; + net:hasNaming "local" ; + net:hasPropertyName "local" ; + net:hasPropertyName01 "localing" ; + net:hasPropertyName10 "local-by" ; + net:hasPropertyName12 "local-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_bubble_b . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_so-called_s3 a net:Individual_Net ; + net:composeFrom net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_so-called_s3 ; + net:coverNode :leaf_so-called_s3 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "so-called" ; + net:hasMotherClassNet net:atomClass_so-called_s3 ; + net:hasNaming "so-called" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_star_s ; + :role_ARG2 net:atomProperty_near_n ; + :role_ARG3 net:atomProperty_most_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomProperty_close_c ; + :role_ARG3 net:atomProperty_most_m2 ; + net:coverBaseNode :leaf_have-degree-91_h2 ; + net:coverNode :leaf_have-degree-91_h2 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> a ns3:local-02 ; + ns3:local-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-23" ; + ns1:has-sentence "The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years.." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_bubble rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:bubble ; + :label "bubble" . + +:concept_close-10 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:close-10 ; + :label "close-10" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_light-year rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:light-year ; + :label "light-year" . + +:concept_local-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:local-02 ; + :label "local-02" . + +:concept_near-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near-02 ; + :label "near-02" . + +:concept_ordinal-entity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:ordinal-entity ; + :label "ordinal-entity" . + +:concept_so-called rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:so-called ; + :label "so-called" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + :label "l" . + +:variable_l2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l2> ; + :label "l2" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> ; + :label "m2" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + :label "s2" ; + :name "Proxima Centre" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + :label "s3" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_close_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s2, + net:individual_ProximaCentre_s2 ; + :role_ARG2 net:atomClass_star_s ; + net:coverBaseNode :leaf_close-10_c ; + net:coverNode :leaf_close-10_c ; + net:hasNaming "close" ; + net:hasPropertyName "close" ; + net:hasPropertyName01 "closeing" ; + net:hasPropertyName10 "close-by" ; + net:hasPropertyName12 "close-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s, + :leaf_star_s2 . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m2 ; + net:coverNode :leaf_most_m2 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_near_n a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_star_s ; + net:coverBaseNode :leaf_near-02_n ; + net:coverNode :leaf_near-02_n ; + net:hasNaming "near" ; + net:hasPropertyName "near" ; + net:hasPropertyName01 "nearing" ; + net:hasPropertyName10 "near-by" ; + net:hasPropertyName12 "near-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_star_s . + +net:compositeClass_so-called-bubble_b a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_so-called_s3 ; + net:composeFrom net:atomClass_bubble_b, + net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b, + :leaf_so-called_s3 ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_bubble_b ; + net:hasNaming "so-called-bubble" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#c> a ns3:close-10 ; + ns3:close-10.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> ; + ns3:close-10.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> a ns2:light-year ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#m2> a ns1:most ; + ns2:ord <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#n> a ns3:near-02 ; + ns3:near-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#o> a ns2:ordinal-entity ; + ns2:scale <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#l> ; + ns2:value "4.25" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> a ns2:so-called ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:close-10 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:local-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:bubble a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:light-year a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:ordinal-entity a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:so-called a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_star rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#star> ; + :label "star" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_most_m ; + :edge_h_n :leaf_near-02_n ; + :edge_h_s :leaf_star_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_c :leaf_close-10_c ; + :edge_h2_m2 :leaf_most_m2 ; + :edge_h2_s2 :leaf_star_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_include-91_ii a :AMR_Leaf ; + :edge_ii_s :leaf_star_s ; + :edge_ii_s2 :leaf_star_s2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_local-02_l2 a :AMR_Leaf ; + :edge_l2_b :leaf_bubble_b ; + :hasConcept :concept_local-02 ; + :hasVariable :variable_l2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:value_ProximaCentre a :AMR_Value ; + rdfs:label "ProximaCentre" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_ProximaCentre_blankNode a net:Value_Net ; + net:coverAmrValue :value_ProximaCentre ; + net:hasNaming "ProximaCentre" ; + net:hasStructure "unknown" ; + net:hasValueLabel "ProximaCentre" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> a ns2:bubble ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_close-10_c a :AMR_Leaf ; + :edge_c_s :leaf_star_s ; + :edge_c_s2 :leaf_star_s2 ; + :hasConcept :concept_close-10 ; + :hasVariable :variable_c . + +:leaf_light-year_l a :AMR_Leaf ; + :hasConcept :concept_light-year ; + :hasVariable :variable_l . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_most_m2 a :AMR_Leaf ; + :edge_m2_o :leaf_ordinal-entity_o ; + :hasConcept :concept_most ; + :hasVariable :variable_m2 . + +:leaf_near-02_n a :AMR_Leaf ; + :edge_n_s :leaf_star_s ; + :hasConcept :concept_near-02 ; + :hasVariable :variable_n . + +:leaf_ordinal-entity_o a :AMR_Leaf ; + :edge_o_l :leaf_light-year_l ; + :hasConcept :concept_ordinal-entity ; + :hasVariable :variable_o . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_bubble_b a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_so-called_s3 ; + net:coverBaseNode :leaf_bubble_b ; + net:coverNode :leaf_bubble_b ; + net:hasClassName "bubble" ; + net:hasClassType sys:Entity ; + net:hasNaming "bubble" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_ProximaCentre_s2 a net:Individual_Net ; + :role_name net:value_ProximaCentre_blankNode ; + net:coverBaseNode :leaf_star_s2 ; + net:coverNode :leaf_star_s2 ; + net:hasIndividualLabel "ProximaCentre" ; + net:hasMotherClassNet net:atomClass_star_s2 ; + net:hasNaming "ProximaCentre" ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s2> a <http://amr.isi.edu/entity-types#star> ; + rdfs:label "Proxima Centre" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:atomClass_star_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_star_s ; + net:coverNode :leaf_star_s ; + net:hasClassName "star" ; + net:hasClassType sys:Entity ; + net:hasNaming "star" ; + net:hasStructure "unknown" . + +net:atomClass_star_s2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_ProximaCentre_blankNode ; + net:coverBaseNode :leaf_star_s2 ; + net:coverNode :leaf_star_s2 ; + net:hasClassName "star" ; + net:hasClassType sys:Entity ; + net:hasNaming "star" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_so-called_s3 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_so-called_s3 ; + net:coverNode :leaf_so-called_s3 ; + net:hasClassName "so-called" ; + net:hasNaming "so-called" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:location <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-23#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_so-called_s3 a :AMR_Leaf ; + :hasConcept :concept_so-called ; + :hasVariable :variable_s3 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_bubble_b a :AMR_Leaf ; + :edge_b_s3 :leaf_so-called_s3 ; + :hasConcept :concept_bubble ; + :hasVariable :variable_b . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_star_s2 a :AMR_Leaf ; + :edge_s2_name_ProximaCentre :value_ProximaCentre ; + :hasConcept :concept_star ; + :hasVariable :variable_s2 . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_star_s a :AMR_Leaf ; + :edge_s_b :leaf_bubble_b ; + :hasConcept :concept_star ; + :hasVariable :variable_s . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1c0b53f2a682caa39a193ae2d6d788147399af06 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-23/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,65 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#ProximaCentre> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#star> ; + rdfs:label "ProximaCentre" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#close> a owl:ObjectProperty ; + rdfs:label "close" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#light-year> a owl:Class ; + rdfs:label "light-year" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#local> a owl:ObjectProperty ; + rdfs:label "local" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ordinal-entity> a owl:Class ; + rdfs:label "ordinal-entity" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called-bubble> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#bubble> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#bubble> a owl:Class ; + rdfs:label "bubble" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#so-called> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#so-called> ; + rdfs:label "so-called" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#star> a owl:Class ; + rdfs:label "star" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-3/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-3/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..fdd94b3cbef80ccc1ba0ec2384f81f12855e1baa --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-3/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,899 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#ii> a ns11:include-91 ; + ns11:include-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> ; + ns11:include-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m> a ns11:mean-01 ; + ns11:mean-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> ; + ns11:mean-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#n> a ns11:natural-03 ; + ns11:natural-03.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-03" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:direct-02.ARG1 a ns11:FrameRole . + +ns11:equal-01.ARG1 a ns11:FrameRole . + +ns11:equal-01.ARG2 a ns11:FrameRole . + +ns11:equal-01.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns11:include-91.ARG1 a ns11:FrameRole . + +ns11:include-91.ARG2 a ns11:FrameRole . + +ns11:mean-01.ARG1 a ns11:FrameRole . + +ns11:mean-01.ARG2 a ns11:FrameRole . + +ns11:natural-03.ARG1 a ns11:FrameRole . + +ns11:orbit-01.ARG0 a ns11:FrameRole . + +ns11:orbit-01.ARG1 a ns11:FrameRole . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns2:quant a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a2> a ns2:almost . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#e> a ns11:equal-01 ; + ns11:equal-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m4> ; + ns11:equal-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> ; + ns11:equal-01.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#l> a ns2:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m2> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m3> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#m4> a ns3:more ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o3> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s> a ns2:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s3> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s4> a ns2:size . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns11:direct-02 a ns3:Frame . + +ns11:equal-01 a ns3:Frame . + +ns11:include-91 a ns3:Frame . + +ns11:mean-01 a ns3:Frame . + +ns11:natural-03 a ns3:Frame . + +ns11:orbit-01 a ns3:Frame . + +ns2:almost a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:satellite a ns3:Concept . + +ns2:size a ns3:Concept . + +ns2:small a ns3:Concept . + +ns2:sun a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept . + +ns3:most a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o> a ns2:object ; + ns2:quant "2" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#s2> a ns2:satellite . + +ns11:have-degree-91 a ns3:Frame . + +ns2:object a ns3:Concept . + +ns3:more a ns3:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#o2> a ns2:object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-03#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-4/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-4/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..d2115b9d437cec848c44684dde90e5e1d76bc8f2 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-4/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,849 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c3> a ns11:cause-01 ; + ns11:cause-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> ; + ns11:cause-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#m> a ns2:molecule ; + ns2:consist <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-04" ; + ns3:has-sentence "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:cause-01.ARG0 a ns11:FrameRole . + +ns11:cause-01.ARG1 a ns11:FrameRole . + +ns11:collapse-01.ARG1 a ns11:FrameRole . + +ns11:form-01.ARG1 a ns11:FrameRole . + +ns11:form-01.ARG2 a ns11:FrameRole . + +ns2:consist a ns3:Role . + +ns2:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:quant a ns3:Role . + +ns2:time a ns3:Role . + +ns2:unit a ns3:Role . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> a ns2:before ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#n2> ; + ns2:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#f> a ns11:form-01 ; + ns11:form-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#s> ; + ns11:form-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> ; + ns2:time <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#b> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g> a ns2:giant . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g2> a ns2:gravity . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#ii> a ns2:intercontinental . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#n2> a ns2:now . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#s> a ns2:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#t> a ns2:temporal-quantity ; + ns2:quant "4600000000" ; + ns2:unit <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#y> a ns3:year . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns11:cause-01 a ns3:Frame . + +ns11:collapse-01 a ns3:Frame . + +ns11:form-01 a ns3:Frame . + +ns2:before a ns3:Concept . + +ns2:cloud a ns3:Concept . + +ns2:giant a ns3:Concept . + +ns2:gravity a ns3:Concept . + +ns2:intercontinental a ns3:Concept . + +ns2:molecule a ns3:Concept . + +ns2:now a ns3:Concept . + +ns2:system a ns3:Concept . + +ns2:temporal-quantity a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:year a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c> a ns11:collapse-01 ; + ns11:collapse-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#c2> a ns2:cloud ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#g>, + <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-04#ii> . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-5/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-5/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..af0adeb7fae4dc4e8b9c23af85476b94b6ec9aab --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-5/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,837 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-05" ; + ns21:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:be-located-at-91.ARG1 a ns11:FrameRole . + +ns11:be-located-at-91.ARG2 a ns11:FrameRole . + +ns11:contain-01.ARG0 a ns11:FrameRole . + +ns11:contain-01.ARG1 a ns11:FrameRole . + +ns11:remain-01.ARG1 a ns11:FrameRole . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:op1 a ns21:Role . + +ns3:op2 a ns21:Role . + +ns3:part a ns21:Role . + +ns3:quant a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#a> a ns21:and ; + ns3:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#b> a ns11:be-located-at-91 ; + ns11:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> ; + ns11:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#c> a ns11:contain-01 ; + ns11:contain-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> ; + ns11:contain-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#v> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> a ns3:majority . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#s2> a ns3:sun . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#v> a ns3:vast . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity . + +ns11:be-located-at-91 a ns21:Frame . + +ns11:contain-01 a ns21:Frame . + +ns11:remain-01 a ns21:Frame . + +ns3:sun a ns21:Concept . + +ns3:system a ns21:Concept . + +ns3:vast a ns21:Concept . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:and a ns21:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-05#m4> . + +ns3:majority a ns21:Concept . + +ns3:mass a ns21:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..ef7607e39f0728cdc5ec9e8113835a5e5c828a15 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,861 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns2:part a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:compose-01 a ns1:Frame . + +ns3:have-degree-91 a ns1:Frame . + +ns2:inner a ns1:Concept . + +ns2:metal a ns1:Concept . + +ns2:primary a ns1:Concept . + +ns2:rock a ns1:Concept . + +ns2:small a ns1:Concept . + +ns2:system a ns1:Concept . + +ns2:terrestrial a ns1:Concept . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..197fad9b712d077be8021fc93121b9a6824ddd24 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1633 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#Earth> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Earth" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mercury> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mercury" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Venus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Venus" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_primary_p6 ; + net:coverBaseNode :leaf_compose-01_c ; + net:coverNode :leaf_compose-01_c ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_and_a2, + :leaf_primary_p6 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_inner-system_s ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_terrestrial-planet_p a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_inner_ii a net:Individual_Net ; + net:composeFrom net:atomClass_inner_ii ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "inner" ; + net:hasMotherClassNet net:atomClass_inner_ii ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#inner> ; + rdfs:label "inner" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_primary_p6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_primary_p6 ; + net:coverNode :leaf_primary_p6 ; + net:hasClassName "primary" ; + net:hasNaming "primary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_inner-system_s a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_inner_ii ; + net:composeFrom net:atomClass_inner_ii, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_inner_ii, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "inner-system" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Earth_p4 a net:Individual_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Earth" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" . + +net:individual_Mars_p5 a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p5 ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:individual_Mercury_p2 a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" . + +net:individual_Venus_p3 a net:Individual_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Venus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Venus" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_inner_ii ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:atomClass_inner_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasClassName "inner" ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p5 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p2, + net:individual_Mercury_p2 ; + :role_op2 net:atomClass_planet_p3, + net:individual_Venus_p3 ; + :role_op3 net:atomClass_planet_p4, + net:individual_Earth_p4 ; + :role_op4 net:atomClass_planet_p5, + net:individual_Mars_p5 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3e477f48e92781e0165e7fe81ba72f525d6cafab --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1219 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f02b6ddb68b1b9188de5ad60311083b44c987abe --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1546 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns1:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns1:hasID "test-1" ; + ns1:hasSentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG1 a ns3:FrameRole . + +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:mod a ns1:Role . + +ns2:op1 a ns1:Role . + +ns2:op2 a ns1:Role . + +ns2:op3 a ns1:Role . + +ns2:op4 a ns1:Role . + +ns1:hasID a owl:AnnotationProperty . + +ns1:hasSentence a owl:AnnotationProperty . + +ns1:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_p2_name_Mercury a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Venus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Earth a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_name_Mars a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-06 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-06" ; + :hasSentenceStatement "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_metal_m, + net:atomClass_rock_r, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_primary_p6 ; + net:coverBaseNode :leaf_compose-01_c ; + net:coverNode :leaf_compose-01_c ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_and_a2, + :leaf_primary_p6 . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_inner-system_s ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a, + :leaf_system_s . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_terrestrial-planet_p a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:composeFrom net:atomClass_planet_p, + net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p, + :leaf_terrestrial_t ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "terrestrial-planet" ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_inner_ii a net:Individual_Net ; + net:composeFrom net:atomClass_inner_ii ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "inner" ; + net:hasMotherClassNet net:atomClass_inner_ii ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:individual_terrestrial_t a net:Individual_Net ; + net:composeFrom net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "terrestrial" ; + net:hasMotherClassNet net:atomClass_terrestrial_t ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p2, + net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:atomClass_planet_p5, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_small_s2 ; + :role_ARG3 net:atomProperty_more_m2 ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#root01> a ns1:AMR ; + ns1:has-id "WikiAbstract-SolarSystem-06" ; + ns1:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns1:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> a ns2:system ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + ns2:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> ; + :label "p6" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_primary_p6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_primary_p6 ; + net:coverNode :leaf_primary_p6 ; + net:hasClassName "primary" ; + net:hasNaming "primary" ; + net:hasStructure "unknown" . + +net:atomClass_small_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s2 ; + net:coverNode :leaf_small_s2 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_inner-system_s a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_inner_ii ; + net:composeFrom net:atomClass_inner_ii, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_inner_ii, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "inner-system" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Earth_p4 a net:Individual_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Earth" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" . + +net:individual_Mars_p5 a net:Individual_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasIndividualLabel "Mars" ; + net:hasMotherClassNet net:atomClass_planet_p5 ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" . + +net:individual_Mercury_p2 a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" . + +net:individual_Venus_p3 a net:Individual_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Venus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_rock_r ; + :role_op2 net:atomClass_metal_m ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a2> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#ii> a ns2:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m> a ns2:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> ; + ns2:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p6> a ns2:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#r> a ns2:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#t> a ns2:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:inner a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:metal a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:primary a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:rock a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:terrestrial a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:Frame a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_a :leaf_and_a ; + :edge_c_a2 :leaf_and_a2 ; + :edge_c_p6 :leaf_primary_p6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_a :leaf_and_a ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_s2 :leaf_small_s2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . + +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_Venus a :AMR_Value ; + rdfs:label "Venus" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_metal_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_metal_m ; + net:coverNode :leaf_metal_m ; + net:hasClassName "metal" ; + net:hasClassType sys:Entity ; + net:hasNaming "metal" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_rock_r a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_rock_r ; + net:coverNode :leaf_rock_r ; + net:hasClassName "rock" ; + net:hasClassType sys:Entity ; + net:hasNaming "rock" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Venus" . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_metal_m a :AMR_Leaf ; + :hasConcept :concept_metal ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_rock_r a :AMR_Leaf ; + :hasConcept :concept_rock ; + :hasVariable :variable_r . + +:leaf_small_s2 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s2 . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_inner_ii ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_m :leaf_metal_m ; + :edge_a2_r :leaf_rock_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p3> ; + ns2:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p4> ; + ns2:op4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-06#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:FrameRole a ns1:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_and_a ; + :edge_p_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_inner_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_inner_ii ; + net:coverNode :leaf_inner_ii ; + net:hasClassName "inner" ; + net:hasNaming "inner" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Venus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Earth_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p5 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mars_blankNode ; + net:coverBaseNode :leaf_planet_p5 ; + net:coverNode :leaf_planet_p5 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p2, + net:individual_Mercury_p2 ; + :role_op2 net:atomClass_planet_p3, + net:individual_Venus_p3 ; + :role_op3 net:atomClass_planet_p4, + net:individual_Earth_p4 ; + :role_op4 net:atomClass_planet_p5, + net:individual_Mars_p5 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p2 :leaf_planet_p2 ; + :edge_a_p3 :leaf_planet_p3 ; + :edge_a_p4 :leaf_planet_p4 ; + :edge_a_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b3e7ee5b453acaa7d92d4a8ac8a99d7828de794b --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-6/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,91 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Earth> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Earth" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mars> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mars" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Mercury> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Mercury" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Venus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Venus" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#inner> ; + rdfs:label "inner" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#terrestrial> ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..77043c7f183a30d8a5f0e6a943a5e7208bd487ed --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,823 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns3:part a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns11:have-degree-91 a ns21:Frame . + +ns3:giant a ns21:Concept . + +ns3:massive a ns21:Concept . + +ns3:outer a ns21:Concept . + +ns3:substantial a ns21:Concept . + +ns3:system a ns21:Concept . + +ns3:terrestrial a ns21:Concept . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3a796271cfd7e3d7f9a867bacdd941bbacde9075 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1304 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#planet> ], + <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_substantial_s2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_substantial_s2 ; + net:coverNode :leaf_substantial_s2 ; + net:hasClassName "substantial" ; + net:hasNaming "substantial" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_outer-system-hasPart-planet_s a net:Composite_Class_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9, + net:compositeClass_outer-system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_outer_o, + :leaf_planet_p2, + :leaf_system_s ; + net:hasMotherClassNet net:compositeClass_outer-system_s ; + net:hasNaming "outer-system-hasPart-planet" ; + net:hasRestriction net:restriction_hasPart-planet_p9 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_giant_g a net:Individual_Net ; + net:composeFrom net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "giant" ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:individual_outer_o a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:compositeClass_giant-planet_p ; + :role_ARG2 net:atomClass_massive_m ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#giant> ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_massive_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_massive_m ; + net:coverNode :leaf_massive_m ; + net:hasClassName "massive" ; + net:hasClassType sys:Entity ; + net:hasNaming "massive" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_giant-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:composeFrom net:atomClass_giant_g, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_giant_g, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p, + net:atomClass_planet_p2 ; + net:hasNaming "giant-planet" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_hasPart-planet_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_planet_p2 ; + net:hasNaming "hasPart-planet" ; + net:hasRestrictionNetValue net:atomClass_planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:value_4_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "4" ; + net:hasStructure "unknown" ; + net:hasValueLabel "4" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_outer-system_s ; + :role_ARG1 net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_system_s . + +net:compositeClass_outer-system_s a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_outer_o, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_outer_o, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "outer-system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_giant_g a net:Atom_Class_Net ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_outer_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_4_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f94360f66fba2f15be2bf985466267873c648058 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1038 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..33cb96b6aef322e456a5cd71d73a3f3b29b0ea44 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1240 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns21: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns21:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns21:hasID "test-1" ; + ns21:hasSentence "The sun is a star." ; + ns21:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns21:hasID "test-2" ; + ns21:hasSentence "Earth is a planet." ; + ns21:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns11:have-degree-91.ARG1 a ns11:FrameRole . + +ns11:have-degree-91.ARG2 a ns11:FrameRole . + +ns11:have-degree-91.ARG3 a ns11:FrameRole . + +ns11:have-degree-91.ARG4 a ns11:FrameRole . + +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns21:Role . + +ns21:hasID a owl:AnnotationProperty . + +ns21:hasSentence a owl:AnnotationProperty . + +ns21:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_s2 a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_p2_quant_4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_p2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_s_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-07 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "WikiAbstract-SolarSystem-07" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomClass_substantial_s2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_substantial_s2 ; + net:coverNode :leaf_substantial_s2 ; + net:hasClassName "substantial" ; + net:hasNaming "substantial" ; + net:hasStructure "unknown" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_outer-system-hasPart-planet_s a net:Composite_Class_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9, + net:compositeClass_outer-system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_outer_o, + :leaf_planet_p2, + :leaf_system_s ; + net:hasMotherClassNet net:compositeClass_outer-system_s ; + net:hasNaming "outer-system-hasPart-planet" ; + net:hasRestriction net:restriction_hasPart-planet_p9 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_giant_g a net:Individual_Net ; + net:composeFrom net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "giant" ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:individual_outer_o a net:Individual_Net ; + net:composeFrom net:atomClass_outer_o ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "outer" ; + net:hasMotherClassNet net:atomClass_outer_o ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:compositeClass_giant-planet_p ; + :role_ARG2 net:atomClass_massive_m ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_terrestrial_t ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#root01> a ns21:AMR ; + ns21:has-id "WikiAbstract-SolarSystem-07" ; + ns21:has-sentence "The four outer system planets are giant planets, being substantially more massive than the terrestrials." ; + ns21:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + ns3:part <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns21:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:Frame a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:NamedEntity a ns21:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . + +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + :label "p2" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> ; + :label "t" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_massive_m a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_massive_m ; + net:coverNode :leaf_massive_m ; + net:hasClassName "massive" ; + net:hasClassType sys:Entity ; + net:hasNaming "massive" ; + net:hasStructure "unknown" . + +net:atomClass_terrestrial_t a net:Atom_Class_Net ; + net:coverBaseNode :leaf_terrestrial_t ; + net:coverNode :leaf_terrestrial_t ; + net:hasClassName "terrestrial" ; + net:hasNaming "terrestrial" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m2 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_more_m2 ; + net:coverNode :leaf_more_m2 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_giant-planet_p a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:composeFrom net:atomClass_giant_g, + net:atomClass_planet_p ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_giant_g, + :leaf_planet_p ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p, + net:atomClass_planet_p2 ; + net:hasNaming "giant-planet" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_hasPart-planet_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_planet_p2, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_planet_p2 ; + net:hasNaming "hasPart-planet" ; + net:hasRestrictionNetValue net:atomClass_planet_p2 ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "unknown" . + +net:value_4_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "4" ; + net:hasStructure "unknown" ; + net:hasValueLabel "4" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#t> a ns3:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns21:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:giant a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:massive a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:outer a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns21:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:substantial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:terrestrial a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:more a ns21:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_m :leaf_massive_m ; + :edge_h_m2 :leaf_more_m2 ; + :edge_h_p :leaf_planet_p ; + :edge_h_t :leaf_terrestrial_t ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_4 a :AMR_Value ; + rdfs:label "4" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-07#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . + +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:atomClass_planet_p2 ; + :role_mod net:atomClass_giant_g ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "unknown" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s, + net:compositeClass_outer-system_s ; + :role_ARG1 net:atomClass_planet_p2 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9 ; + net:hasNaming "hasPart" ; + net:hasPropertyName "hasPart" ; + net:hasPropertyName01 "hasParting" ; + net:hasPropertyName10 "hasPart-by" ; + net:hasPropertyName12 "hasPart-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_planet_p2, + :leaf_system_s . + +net:compositeClass_outer-system_s a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_outer_o ; + net:composeFrom net:atomClass_outer_o, + net:atomClass_system_s ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_outer_o, + :leaf_system_s ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "outer-system" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns11:FrameRole a ns21:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_giant_g a net:Atom_Class_Net ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_g :leaf_giant_g ; + :edge_p_p2 :leaf_planet_p2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:atomClass_outer_o a net:Atom_Class_Net ; + net:coverBaseNode :leaf_outer_o ; + net:coverNode :leaf_outer_o ; + net:hasClassName "outer" ; + net:hasNaming "outer" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_quant_4 :value_4 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_o :leaf_outer_o ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_4_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dbc3e8319cf2fde33e7cb59655989691975709c5 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-7/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,68 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#planet> ], + <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#giant> ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#outer> ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..90cf00c7e877f72f1d3a7b0b32b3d4732afa9b2d --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,957 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-08" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:compose-01.ARG1 a ns2:FrameRole . + +ns2:compose-01.ARG2 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:high-02.ARG1 a ns2:FrameRole . + +ns2:relative-05.ARG2 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:example a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns11:op3 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> a ns11:ammonia . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> a ns11:gas . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> a ns11:hydrogen . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> a ns11:helium . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> a ns11:hydrogen . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> a ns11:helium . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> a ns11:ice . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> a ns11:large . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> a ns11:main . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> a ns2:melt-01 . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> a ns11:methane . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> a ns3:most . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> a ns11:water . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns2:call-01 a ns3:Frame . + +ns2:contrast-01 a ns3:Frame . + +ns2:high-02 a ns3:Frame . + +ns2:melt-01 a ns3:Frame . + +ns2:relative-05 a ns3:Frame . + +ns11:ammonia a ns3:Concept . + +ns11:gas a ns3:Concept . + +ns11:ice a ns3:Concept . + +ns11:large a ns3:Concept . + +ns11:main a ns3:Concept . + +ns11:methane a ns3:Concept . + +ns11:point a ns3:Concept . + +ns11:substance a ns3:Concept . + +ns11:volatile a ns3:Concept . + +ns11:water a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> a ns3:more . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> a ns11:substance . + +ns2:compose-01 a ns3:Frame . + +ns2:have-degree-91 a ns3:Frame . + +ns11:giant a ns3:Concept . + +ns11:helium a ns3:Concept . + +ns11:hydrogen a ns3:Concept . + +ns3:most a ns3:Concept . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns3:and a ns3:Concept . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..e38bb294214b8a7f4d589ff840d60da27857fcca --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,2431 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:compose-01.ARG1 a ns2:FrameRole . + +ns2:compose-01.ARG2 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:high-02.ARG1 a ns2:FrameRole . + +ns2:relative-05.ARG2 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:example a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns11:op3 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a5_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h4_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h5_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_p2_name_Saturn a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Uranus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Neptune a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_a5 a :AMR_Edge ; + :hasRoleID "example" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-08 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-08" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Neptune> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Neptune" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Saturn> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Saturn" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Uranus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Uranus" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#helium> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#hydrogen> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#helium> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class ; + rdfs:label "more" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c3 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:phenomena_conjunction-AND_a3 ; + :role_ARG2 net:atomClass_substance_s ; + :role_mod net:atomProperty_most_m6 ; + net:coverBaseNode :leaf_compose-01_c3 ; + net:coverNode :leaf_compose-01_c3 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a3, + :leaf_most_m6, + :leaf_substance_s . + +net:atomProperty_relative_r a net:Atom_Property_Net ; + :role_ARG2 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + net:coverBaseNode :leaf_relative-05_r ; + net:coverNode :leaf_relative-05_r ; + net:hasNaming "relative" ; + net:hasPropertyName "relative" ; + net:hasPropertyName01 "relativeing" ; + net:hasPropertyName10 "relative-by" ; + net:hasPropertyName12 "relative-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_more_m4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_gas-giant-compose-helium_g a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_helium_h3, + net:atomProperty_compose_c2, + net:compositeClass_gas-giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_compose-01_c2, + :leaf_gas_g2, + :leaf_giant_g, + :leaf_helium_h3 ; + net:hasMotherClassNet net:compositeClass_gas-giant_g ; + net:hasNaming "gas-giant-compose-helium" ; + net:hasRestriction net:restriction_compose-helium_c2 ; + net:hasStructure "unknown" . + +net:compositeClass_gas-giant-compose-hydrogen_g a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_hydrogen_h2, + net:atomProperty_compose_c2, + net:compositeClass_gas-giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_compose-01_c2, + :leaf_gas_g2, + :leaf_giant_g, + :leaf_hydrogen_h2 ; + net:hasMotherClassNet net:compositeClass_gas-giant_g ; + net:hasNaming "gas-giant-compose-hydrogen" ; + net:hasRestriction net:restriction_compose-hydrogen_c2 ; + net:hasStructure "unknown" . + +net:compositeClass_helium-call-volatile_h7 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_helium_h7, + net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_helium_h7 ; + net:coverNode :leaf_call-01_c4, + :leaf_helium_h7, + :leaf_volatile_v ; + net:hasMotherClassNet net:atomClass_helium_h7 ; + net:hasNaming "helium-call-volatile" ; + net:hasRestriction net:restriction_call-volatile_c4 ; + net:hasStructure "unknown" . + +net:compositeClass_hydrogen-call-volatile_h6 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_hydrogen_h6, + net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_hydrogen_h6 ; + net:coverNode :leaf_call-01_c4, + :leaf_hydrogen_h6, + :leaf_volatile_v ; + net:hasMotherClassNet net:atomClass_hydrogen_h6 ; + net:hasNaming "hydrogen-call-volatile" ; + net:hasRestriction net:restriction_call-volatile_c4 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_gas_g2 a net:Individual_Net ; + net:composeFrom net:atomClass_gas_g2 ; + net:coverBaseNode :leaf_gas_g2 ; + net:coverNode :leaf_gas_g2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "gas" ; + net:hasMotherClassNet net:atomClass_gas_g2 ; + net:hasNaming "gas" ; + net:hasStructure "unknown" . + +net:individual_ice_ii a net:Individual_Net ; + net:composeFrom net:atomClass_ice_ii ; + net:coverBaseNode :leaf_ice_ii ; + net:coverNode :leaf_ice_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "ice" ; + net:hasMotherClassNet net:atomClass_ice_ii ; + net:hasNaming "ice" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a5 a net:Phenomena_Net ; + :role_op1 net:atomClass_water_w ; + :role_op2 net:atomClass_ammonia_a6 ; + :role_op3 net:atomClass_methane_m5 ; + net:coverBaseNode :leaf_and_a5 ; + net:coverNode :leaf_and_a5 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_conjunction_c a net:Phenomena_Net ; + :role_ARG1 net:atomClass_giant_g, + net:compositeClass_gas-giant_g ; + :role_ARG2 net:atomClass_giant_g3, + net:compositeClass_ice-giant_g3 ; + net:coverBaseNode :leaf_contrast-01_c ; + net:coverNode :leaf_contrast-01_c ; + net:hasNaming "conjunction" ; + net:hasPhenomenaRef "contrast-01" ; + net:hasPhenomenaType :phenomena_conjunction ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:atomClass_planet_p2, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:phenomena_degree_h4 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_substance_s ; + :role_ARG2 net:atomProperty_high_h5 ; + :role_ARG3 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + :role_ARG4 net:atomClass_helium_h7, + net:atomClass_hydrogen_h6, + net:phenomena_conjunction-AND_a4 ; + net:coverBaseNode :leaf_have-degree-91_h4 ; + net:coverNode :leaf_have-degree-91_h4 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-08" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_ammonia rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ammonia ; + :label "ammonia" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_contrast-01 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:contrast-01 ; + :hasPhenomenaLink :phenomena_conjunction ; + :label "contrast-01" . + +:concept_gas rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gas ; + :label "gas" . + +:concept_high-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:high-02 ; + :label "high-02" . + +:concept_ice rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ice ; + :label "ice" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:large ; + :label "large" . + +:concept_main rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:main ; + :label "main" . + +:concept_melt-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:melt-01 ; + :label "melt-01" . + +:concept_methane rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:methane ; + :label "methane" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:point ; + :label "point" . + +:concept_relative-05 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:relative-05 ; + :label "relative-05" . + +:concept_substance rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:substance ; + :label "substance" . + +:concept_volatile rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:volatile ; + :label "volatile" . + +:concept_water rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:water ; + :label "water" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#gas> ; + rdfs:label "gas" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#ice> ; + rdfs:label "ice" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_ammonia_a6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ammonia_a6 ; + net:coverNode :leaf_ammonia_a6 ; + net:hasClassName "ammonia" ; + net:hasNaming "ammonia" ; + net:hasStructure "unknown" . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_main_m2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_main_m2 ; + net:coverNode :leaf_main_m2 ; + net:hasClassName "main" ; + net:hasNaming "main" ; + net:hasStructure "unknown" . + +net:atomClass_methane_m5 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_methane_m5 ; + net:coverNode :leaf_methane_m5 ; + net:hasClassName "methane" ; + net:hasNaming "methane" ; + net:hasStructure "unknown" . + +net:atomClass_point_p5 a net:Atom_Class_Net, + net:Class_Net ; + :role_mod net:atomProperty_melt_m3 ; + net:coverBaseNode :leaf_point_p5 ; + net:coverNode :leaf_point_p5 ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_water_w a net:Atom_Class_Net ; + net:coverBaseNode :leaf_water_w ; + net:coverNode :leaf_water_w ; + net:hasClassName "water" ; + net:hasNaming "water" ; + net:hasStructure "unknown" . + +net:atomProperty_high_h5 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_point_p5 ; + net:coverBaseNode :leaf_high-02_h5 ; + net:coverNode :leaf_high-02_h5 ; + net:hasNaming "high" ; + net:hasPropertyName "high" ; + net:hasPropertyName01 "highing" ; + net:hasPropertyName10 "high-by" ; + net:hasPropertyName12 "high-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p5 . + +net:atomProperty_melt_m3 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_melt-01_m3 ; + net:coverNode :leaf_melt-01_m3 ; + net:hasNaming "melt" ; + net:hasPropertyName "melt" ; + net:hasPropertyName01 "melting" ; + net:hasPropertyName10 "melt-by" ; + net:hasPropertyName12 "melt-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m6 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m6 ; + net:coverNode :leaf_most_m6 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_ice-giant_g3 a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a3 ; + :role_mod net:atomClass_ice_ii ; + net:composeFrom net:atomClass_giant_g3, + net:atomClass_ice_ii ; + net:coverBaseNode :leaf_giant_g3 ; + net:coverNode :leaf_giant_g3, + :leaf_ice_ii ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_giant_g3 ; + net:hasNaming "ice-giant" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Neptune_p4 a net:Individual_Net ; + :role_name net:value_Neptune_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Neptune" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Neptune" ; + net:hasStructure "unknown" . + +net:individual_Saturn_p2 a net:Individual_Net ; + :role_name net:value_Saturn_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Saturn" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Saturn" ; + net:hasStructure "unknown" . + +net:individual_Uranus_p3 a net:Individual_Net ; + :role_name net:value_Uranus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Uranus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Uranus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_hydrogen_h2 ; + :role_op2 net:atomClass_helium_h3 ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:restriction_compose-helium_c2 a net:Restriction_Net ; + net:composeFrom net:atomClass_helium_h3, + net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_helium_h3 ; + net:hasNaming "compose-helium" ; + net:hasRestrictionNetValue net:atomClass_helium_h3 ; + net:hasRestrictionOnProperty net:atomProperty_compose_c2 ; + net:hasStructure "unknown" . + +net:restriction_compose-hydrogen_c2 a net:Restriction_Net ; + net:composeFrom net:atomClass_hydrogen_h2, + net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_hydrogen_h2 ; + net:hasNaming "compose-hydrogen" ; + net:hasRestrictionNetValue net:atomClass_hydrogen_h2 ; + net:hasRestrictionOnProperty net:atomProperty_compose_c2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> a ns11:water ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:contrast-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:high-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:melt-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:relative-05 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ammonia a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gas a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ice a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:main a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:methane a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:point a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:substance a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:volatile a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:water a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:compose-01 ; + :label "compose-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_helium rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:helium ; + :label "helium" . + +:concept_hydrogen rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:hydrogen ; + :label "hydrogen" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c3 a :AMR_Leaf ; + :edge_c3_a3 :leaf_and_a3 ; + :edge_c3_m6 :leaf_most_m6 ; + :edge_c3_s :leaf_substance_s ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_a4 :leaf_and_a4 ; + :edge_h4_h5 :leaf_high-02_h5 ; + :edge_h4_m4 :leaf_more_m4 ; + :edge_h4_s :leaf_substance_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_m4 :leaf_more_m4 ; + :hasConcept :concept_relative-05 ; + :hasVariable :variable_r . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Neptune a :AMR_Value ; + rdfs:label "Neptune" . + +:value_Saturn a :AMR_Value ; + rdfs:label "Saturn" . + +:value_Uranus a :AMR_Value ; + rdfs:label "Uranus" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_more_m4 a net:Atom_Class_Net, + net:Class_Net ; + net:composeFrom net:atomProperty_more_m4 ; + net:coverBaseNode :leaf_more_m4 ; + net:coverNode :leaf_more_m4 ; + net:hasClassName "more" ; + net:hasClassType sys:Entity ; + net:hasNaming "more" ; + net:hasStructure "unknown" . + +net:atomClass_substance_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_substance_s ; + net:coverNode :leaf_substance_s ; + net:hasClassName "substance" ; + net:hasClassType sys:Entity ; + net:hasNaming "substance" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:phenomena_conjunction-AND_a4 a net:Phenomena_Net ; + :role_op1 net:atomClass_hydrogen_h6 ; + :role_op2 net:atomClass_helium_h7 ; + net:coverBaseNode :leaf_and_a4 ; + net:coverNode :leaf_and_a4 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:restriction_call-volatile_c4 a net:Restriction_Net ; + net:composeFrom net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_call-01_c4 ; + net:coverNode :leaf_call-01_c4, + :leaf_volatile_v ; + net:hasNaming "call-volatile" ; + net:hasRestrictionNetValue net:atomClass_volatile_v ; + net:hasRestrictionOnProperty net:atomProperty_call_c4 ; + net:hasStructure "unknown" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Neptune_blankNode a net:Value_Net ; + net:coverAmrValue :value_Neptune ; + net:hasNaming "Neptune" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Neptune" . + +net:value_Saturn_blankNode a net:Value_Net ; + net:coverAmrValue :value_Saturn ; + net:hasNaming "Saturn" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Saturn" . + +net:value_Uranus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Uranus ; + net:hasNaming "Uranus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Uranus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> a ns11:substance ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:have-degree-91 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:helium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:hydrogen a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_ammonia_a6 a :AMR_Leaf ; + :hasConcept :concept_ammonia ; + :hasVariable :variable_a6 . + +:leaf_and_a5 a :AMR_Leaf ; + :edge_a5_a6 :leaf_ammonia_a6 ; + :edge_a5_m5 :leaf_methane_m5 ; + :edge_a5_w :leaf_water_w ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_g :leaf_giant_g ; + :edge_c_g3 :leaf_giant_g3 ; + :hasConcept :concept_contrast-01 ; + :hasVariable :variable_c . + +:leaf_high-02_h5 a :AMR_Leaf ; + :edge_h5_p5 :leaf_point_p5 ; + :hasConcept :concept_high-02 ; + :hasVariable :variable_h5 . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_melt-01_m3 a :AMR_Leaf ; + :hasConcept :concept_melt-01 ; + :hasVariable :variable_m3 . + +:leaf_methane_m5 a :AMR_Leaf ; + :hasConcept :concept_methane ; + :hasVariable :variable_m5 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_water_w a :AMR_Leaf ; + :hasConcept :concept_water ; + :hasVariable :variable_w . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_giant_g3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a3 ; + :role_mod net:atomClass_ice_ii ; + net:coverBaseNode :leaf_giant_g3 ; + net:coverNode :leaf_giant_g3 ; + net:hasClassName "giant" ; + net:hasClassType sys:Entity ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Saturn_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Uranus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Neptune_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m4 a net:Atom_Property_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_more_m4 ; + net:coverNode :leaf_more_m4 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a3 a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p3, + net:individual_Uranus_p3 ; + :role_op2 net:atomClass_planet_p4, + net:individual_Neptune_p4 ; + net:coverBaseNode :leaf_and_a3 ; + net:coverNode :leaf_and_a3 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p :leaf_planet_p ; + :edge_a_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_h2 :leaf_hydrogen_h2 ; + :edge_a2_h3 :leaf_helium_h3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_main_m2 a :AMR_Leaf ; + :hasConcept :concept_main ; + :hasVariable :variable_m2 . + +:leaf_most_m6 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m6 . + +:leaf_point_p5 a :AMR_Leaf ; + :edge_p5_m3 :leaf_melt-01_m3 ; + :hasConcept :concept_point ; + :hasVariable :variable_p5 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_giant_g a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasClassType sys:Entity ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:atomProperty_call_c4 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_helium_h7, + net:atomClass_hydrogen_h6, + net:phenomena_conjunction-AND_a4 ; + :role_ARG2 net:atomClass_volatile_v ; + net:coverBaseNode :leaf_call-01_c4 ; + net:coverNode :leaf_call-01_c4 ; + net:hasNaming "call" ; + net:hasPropertyName "call" ; + net:hasPropertyName01 "calling" ; + net:hasPropertyName10 "call-by" ; + net:hasPropertyName12 "call-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a4, + :leaf_volatile_v . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_p3 :leaf_planet_p3 ; + :edge_a3_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_h6 :leaf_hydrogen_h6 ; + :edge_a4_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g3 a :AMR_Leaf ; + :edge_g3_a3 :leaf_and_a3 ; + :edge_g3_ii :leaf_ice_ii ; + :hasConcept :concept_giant ; + :hasVariable :variable_g3 . + +:leaf_helium_h3 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h3 . + +:leaf_helium_h7 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h7 . + +:leaf_hydrogen_h2 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h2 . + +:leaf_hydrogen_h6 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h6 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Saturn :value_Saturn ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Uranus :value_Uranus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Neptune :value_Neptune ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_substance_s a :AMR_Leaf ; + :hasConcept :concept_substance ; + :hasVariable :variable_s . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_helium_h3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_helium_h3 ; + net:coverNode :leaf_helium_h3 ; + net:hasClassName "helium" ; + net:hasClassType sys:Entity ; + net:hasNaming "helium" ; + net:hasStructure "unknown" . + +net:atomClass_helium_h7 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_helium_h7 ; + net:coverNode :leaf_helium_h7 ; + net:hasClassName "helium" ; + net:hasClassType sys:Entity ; + net:hasNaming "helium" ; + net:hasStructure "unknown" . + +net:atomClass_hydrogen_h2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_hydrogen_h2 ; + net:coverNode :leaf_hydrogen_h2 ; + net:hasClassName "hydrogen" ; + net:hasClassType sys:Entity ; + net:hasNaming "hydrogen" ; + net:hasStructure "unknown" . + +net:atomClass_hydrogen_h6 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_hydrogen_h6 ; + net:coverNode :leaf_hydrogen_h6 ; + net:hasClassName "hydrogen" ; + net:hasClassType sys:Entity ; + net:hasNaming "hydrogen" ; + net:hasStructure "unknown" . + +net:atomClass_ice_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ice_ii ; + net:coverNode :leaf_ice_ii ; + net:hasClassName "ice" ; + net:hasNaming "ice" ; + net:hasStructure "unknown" . + +net:atomClass_volatile_v a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_volatile_v ; + net:coverNode :leaf_volatile_v ; + net:hasClassName "volatile" ; + net:hasClassType sys:Entity ; + net:hasNaming "volatile" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p, + net:individual_Jupiter_p ; + :role_op2 net:atomClass_planet_p2, + net:individual_Saturn_p2 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_call-01_c4 a :AMR_Leaf ; + :edge_c4_a4 :leaf_and_a4 ; + :edge_c4_v :leaf_volatile_v ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c4 . + +:leaf_ice_ii a :AMR_Leaf ; + :hasConcept :concept_ice ; + :hasVariable :variable_ii . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_compose_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_giant_g, + net:compositeClass_gas-giant_g ; + :role_ARG2 net:atomClass_helium_h3, + net:atomClass_hydrogen_h2, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_main_m2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_giant_g, + :leaf_main_m2 . + +net:compositeClass_gas-giant_g a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_gas_g2, + net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_gas_g2, + :leaf_giant_g ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "gas-giant" ; + net:hasStructure "unknown" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_more_m4 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_volatile_v a :AMR_Leaf ; + :edge_v_a5 :leaf_and_a5 ; + :hasConcept :concept_volatile ; + :hasVariable :variable_v . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:atomClass_gas_g2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_gas_g2 ; + net:coverNode :leaf_gas_g2 ; + net:hasClassName "gas" ; + net:hasNaming "gas" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_g :leaf_giant_g ; + :edge_c2_m2 :leaf_main_m2 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_gas_g2 a :AMR_Leaf ; + :hasConcept :concept_gas ; + :hasVariable :variable_g2 . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:leaf_giant_g a :AMR_Leaf ; + :edge_g_a :leaf_and_a ; + :edge_g_g2 :leaf_gas_g2 ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..120bf4f018bdfbfc8ddefc5443b7d645c112ede2 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1634 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:compose-01.ARG1 a ns2:FrameRole . + +ns2:compose-01.ARG2 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:high-02.ARG1 a ns2:FrameRole . + +ns2:relative-05.ARG2 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:example a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns11:op3 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a5_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h4_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h5_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_p2_name_Saturn a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Uranus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Neptune a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_a5 a :AMR_Edge ; + :hasRoleID "example" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c4 a :AMR_Leaf ; + :edge_c4_a4 :leaf_and_a4 ; + :edge_c4_v :leaf_volatile_v ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c4 . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_g :leaf_giant_g ; + :edge_c2_m2 :leaf_main_m2 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_compose-01_c3 a :AMR_Leaf ; + :edge_c3_a3 :leaf_and_a3 ; + :edge_c3_m6 :leaf_most_m6 ; + :edge_c3_s :leaf_substance_s ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_a4 :leaf_and_a4 ; + :edge_h4_h5 :leaf_high-02_h5 ; + :edge_h4_m4 :leaf_more_m4 ; + :edge_h4_s :leaf_substance_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_m4 :leaf_more_m4 ; + :hasConcept :concept_relative-05 ; + :hasVariable :variable_r . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-08 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-08" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-08" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_ammonia rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ammonia ; + :label "ammonia" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_contrast-01 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:contrast-01 ; + :hasPhenomenaLink :phenomena_conjunction ; + :label "contrast-01" . + +:concept_gas rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gas ; + :label "gas" . + +:concept_high-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:high-02 ; + :label "high-02" . + +:concept_ice rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ice ; + :label "ice" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:large ; + :label "large" . + +:concept_main rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:main ; + :label "main" . + +:concept_melt-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:melt-01 ; + :label "melt-01" . + +:concept_methane rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:methane ; + :label "methane" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:point ; + :label "point" . + +:concept_relative-05 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:relative-05 ; + :label "relative-05" . + +:concept_substance rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:substance ; + :label "substance" . + +:concept_volatile rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:volatile ; + :label "volatile" . + +:concept_water rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:water ; + :label "water" . + +:leaf_ammonia_a6 a :AMR_Leaf ; + :hasConcept :concept_ammonia ; + :hasVariable :variable_a6 . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_h2 :leaf_hydrogen_h2 ; + :edge_a2_h3 :leaf_helium_h3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_and_a5 a :AMR_Leaf ; + :edge_a5_a6 :leaf_ammonia_a6 ; + :edge_a5_m5 :leaf_methane_m5 ; + :edge_a5_w :leaf_water_w ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_g :leaf_giant_g ; + :edge_c_g3 :leaf_giant_g3 ; + :hasConcept :concept_contrast-01 ; + :hasVariable :variable_c . + +:leaf_gas_g2 a :AMR_Leaf ; + :hasConcept :concept_gas ; + :hasVariable :variable_g2 . + +:leaf_giant_g3 a :AMR_Leaf ; + :edge_g3_a3 :leaf_and_a3 ; + :edge_g3_ii :leaf_ice_ii ; + :hasConcept :concept_giant ; + :hasVariable :variable_g3 . + +:leaf_helium_h3 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h3 . + +:leaf_helium_h7 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h7 . + +:leaf_high-02_h5 a :AMR_Leaf ; + :edge_h5_p5 :leaf_point_p5 ; + :hasConcept :concept_high-02 ; + :hasVariable :variable_h5 . + +:leaf_hydrogen_h2 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h2 . + +:leaf_hydrogen_h6 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h6 . + +:leaf_ice_ii a :AMR_Leaf ; + :hasConcept :concept_ice ; + :hasVariable :variable_ii . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_main_m2 a :AMR_Leaf ; + :hasConcept :concept_main ; + :hasVariable :variable_m2 . + +:leaf_melt-01_m3 a :AMR_Leaf ; + :hasConcept :concept_melt-01 ; + :hasVariable :variable_m3 . + +:leaf_methane_m5 a :AMR_Leaf ; + :hasConcept :concept_methane ; + :hasVariable :variable_m5 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_most_m6 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m6 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Saturn :value_Saturn ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Uranus :value_Uranus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Neptune :value_Neptune ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_point_p5 a :AMR_Leaf ; + :edge_p5_m3 :leaf_melt-01_m3 ; + :hasConcept :concept_point ; + :hasVariable :variable_p5 . + +:leaf_volatile_v a :AMR_Leaf ; + :edge_v_a5 :leaf_and_a5 ; + :hasConcept :concept_volatile ; + :hasVariable :variable_v . + +:leaf_water_w a :AMR_Leaf ; + :hasConcept :concept_water ; + :hasVariable :variable_w . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Neptune a :AMR_Value ; + rdfs:label "Neptune" . + +:value_Saturn a :AMR_Value ; + rdfs:label "Saturn" . + +:value_Uranus a :AMR_Value ; + rdfs:label "Uranus" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> a ns11:water ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:contrast-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:high-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:melt-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:relative-05 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ammonia a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gas a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ice a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:main a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:methane a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:point a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:substance a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:volatile a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:water a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:compose-01 ; + :label "compose-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_helium rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:helium ; + :label "helium" . + +:concept_hydrogen rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:hydrogen ; + :label "hydrogen" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p :leaf_planet_p ; + :edge_a_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_p3 :leaf_planet_p3 ; + :edge_a3_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_h6 :leaf_hydrogen_h6 ; + :edge_a4_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g a :AMR_Leaf ; + :edge_g_a :leaf_and_a ; + :edge_g_g2 :leaf_gas_g2 ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_more_m4 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_substance_s a :AMR_Leaf ; + :hasConcept :concept_substance ; + :hasVariable :variable_s . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> a ns11:substance ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:have-degree-91 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:helium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:hydrogen a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..15959a49269bd3357809dc74c84d6c8f85df1bc3 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,2271 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:compose-01.ARG1 a ns2:FrameRole . + +ns2:compose-01.ARG2 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG1 a ns2:FrameRole . + +ns2:have-degree-91.ARG2 a ns2:FrameRole . + +ns2:have-degree-91.ARG3 a ns2:FrameRole . + +ns2:have-degree-91.ARG4 a ns2:FrameRole . + +ns2:high-02.ARG1 a ns2:FrameRole . + +ns2:relative-05.ARG2 a ns2:FrameRole . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:example a ns3:Role . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:op2 a ns3:Role . + +ns11:op3 a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_a2_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a5_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h4_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h5_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_p2_name_Saturn a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p3_name_Uranus a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p4_name_Neptune a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_p5_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_a5 a :AMR_Edge ; + :hasRoleID "example" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:root_WikiAbstract-SolarSystem-08 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "WikiAbstract-SolarSystem-08" ; + :hasSentenceStatement "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." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_compose_c3 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_planet_p3, + net:atomClass_planet_p4, + net:phenomena_conjunction-AND_a3 ; + :role_ARG2 net:atomClass_substance_s ; + :role_mod net:atomProperty_most_m6 ; + net:coverBaseNode :leaf_compose-01_c3 ; + net:coverNode :leaf_compose-01_c3 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a3, + :leaf_most_m6, + :leaf_substance_s . + +net:atomProperty_relative_r a net:Atom_Property_Net ; + :role_ARG2 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + net:coverBaseNode :leaf_relative-05_r ; + net:coverNode :leaf_relative-05_r ; + net:hasNaming "relative" ; + net:hasPropertyName "relative" ; + net:hasPropertyName01 "relativeing" ; + net:hasPropertyName10 "relative-by" ; + net:hasPropertyName12 "relative-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_more_m4 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_gas-giant-compose-helium_g a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_helium_h3, + net:atomProperty_compose_c2, + net:compositeClass_gas-giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_compose-01_c2, + :leaf_gas_g2, + :leaf_giant_g, + :leaf_helium_h3 ; + net:hasMotherClassNet net:compositeClass_gas-giant_g ; + net:hasNaming "gas-giant-compose-helium" ; + net:hasRestriction net:restriction_compose-helium_c2 ; + net:hasStructure "unknown" . + +net:compositeClass_gas-giant-compose-hydrogen_g a net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_hydrogen_h2, + net:atomProperty_compose_c2, + net:compositeClass_gas-giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_compose-01_c2, + :leaf_gas_g2, + :leaf_giant_g, + :leaf_hydrogen_h2 ; + net:hasMotherClassNet net:compositeClass_gas-giant_g ; + net:hasNaming "gas-giant-compose-hydrogen" ; + net:hasRestriction net:restriction_compose-hydrogen_c2 ; + net:hasStructure "unknown" . + +net:compositeClass_helium-call-volatile_h7 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_helium_h7, + net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_helium_h7 ; + net:coverNode :leaf_call-01_c4, + :leaf_helium_h7, + :leaf_volatile_v ; + net:hasMotherClassNet net:atomClass_helium_h7 ; + net:hasNaming "helium-call-volatile" ; + net:hasRestriction net:restriction_call-volatile_c4 ; + net:hasStructure "unknown" . + +net:compositeClass_hydrogen-call-volatile_h6 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_hydrogen_h6, + net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_hydrogen_h6 ; + net:coverNode :leaf_call-01_c4, + :leaf_hydrogen_h6, + :leaf_volatile_v ; + net:hasMotherClassNet net:atomClass_hydrogen_h6 ; + net:hasNaming "hydrogen-call-volatile" ; + net:hasRestriction net:restriction_call-volatile_c4 ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_gas_g2 a net:Individual_Net ; + net:composeFrom net:atomClass_gas_g2 ; + net:coverBaseNode :leaf_gas_g2 ; + net:coverNode :leaf_gas_g2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "gas" ; + net:hasMotherClassNet net:atomClass_gas_g2 ; + net:hasNaming "gas" ; + net:hasStructure "unknown" . + +net:individual_ice_ii a net:Individual_Net ; + net:composeFrom net:atomClass_ice_ii ; + net:coverBaseNode :leaf_ice_ii ; + net:coverNode :leaf_ice_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "ice" ; + net:hasMotherClassNet net:atomClass_ice_ii ; + net:hasNaming "ice" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:phenomena_conjunction-AND_a5 a net:Phenomena_Net ; + :role_op1 net:atomClass_water_w ; + :role_op2 net:atomClass_ammonia_a6 ; + :role_op3 net:atomClass_methane_m5 ; + net:coverBaseNode :leaf_and_a5 ; + net:coverNode :leaf_and_a5 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:phenomena_conjunction_c a net:Phenomena_Net ; + :role_ARG1 net:atomClass_giant_g, + net:compositeClass_gas-giant_g ; + :role_ARG2 net:atomClass_giant_g3, + net:compositeClass_ice-giant_g3 ; + net:coverBaseNode :leaf_contrast-01_c ; + net:coverNode :leaf_contrast-01_c ; + net:hasNaming "conjunction" ; + net:hasPhenomenaRef "contrast-01" ; + net:hasPhenomenaType :phenomena_conjunction ; + net:hasStructure "unknown" . + +net:phenomena_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:atomClass_planet_p2, + net:phenomena_conjunction-AND_a ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_most_m ; + net:coverBaseNode :leaf_have-degree-91_h ; + net:coverNode :leaf_have-degree-91_h ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:phenomena_degree_h4 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_substance_s ; + :role_ARG2 net:atomProperty_high_h5 ; + :role_ARG3 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + :role_ARG4 net:atomClass_helium_h7, + net:atomClass_hydrogen_h6, + net:phenomena_conjunction-AND_a4 ; + net:coverBaseNode :leaf_have-degree-91_h4 ; + net:coverNode :leaf_have-degree-91_h4 ; + net:hasNaming "degree" ; + net:hasPhenomenaRef "have-degree-91" ; + net:hasPhenomenaType :phenomena_degree ; + net:hasStructure "unknown" . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-08" ; + ns3:has-sentence "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." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_ammonia rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ammonia ; + :label "ammonia" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_contrast-01 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:contrast-01 ; + :hasPhenomenaLink :phenomena_conjunction ; + :label "contrast-01" . + +:concept_gas rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gas ; + :label "gas" . + +:concept_high-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:high-02 ; + :label "high-02" . + +:concept_ice rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:ice ; + :label "ice" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:large ; + :label "large" . + +:concept_main rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:main ; + :label "main" . + +:concept_melt-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:melt-01 ; + :label "melt-01" . + +:concept_methane rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:methane ; + :label "methane" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . + +:concept_point rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:point ; + :label "point" . + +:concept_relative-05 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:relative-05 ; + :label "relative-05" . + +:concept_substance rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:substance ; + :label "substance" . + +:concept_volatile rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:volatile ; + :label "volatile" . + +:concept_water rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:water ; + :label "water" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_op3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + :label "w" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_ammonia_a6 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ammonia_a6 ; + net:coverNode :leaf_ammonia_a6 ; + net:hasClassName "ammonia" ; + net:hasNaming "ammonia" ; + net:hasStructure "unknown" . + +net:atomClass_large_l a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_large_l ; + net:coverNode :leaf_large_l ; + net:hasClassName "large" ; + net:hasClassType sys:Entity ; + net:hasNaming "large" ; + net:hasStructure "unknown" . + +net:atomClass_main_m2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_main_m2 ; + net:coverNode :leaf_main_m2 ; + net:hasClassName "main" ; + net:hasNaming "main" ; + net:hasStructure "unknown" . + +net:atomClass_methane_m5 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_methane_m5 ; + net:coverNode :leaf_methane_m5 ; + net:hasClassName "methane" ; + net:hasNaming "methane" ; + net:hasStructure "unknown" . + +net:atomClass_point_p5 a net:Atom_Class_Net, + net:Class_Net ; + :role_mod net:atomProperty_melt_m3 ; + net:coverBaseNode :leaf_point_p5 ; + net:coverNode :leaf_point_p5 ; + net:hasClassName "point" ; + net:hasClassType sys:Entity ; + net:hasNaming "point" ; + net:hasStructure "unknown" . + +net:atomClass_water_w a net:Atom_Class_Net ; + net:coverBaseNode :leaf_water_w ; + net:coverNode :leaf_water_w ; + net:hasClassName "water" ; + net:hasNaming "water" ; + net:hasStructure "unknown" . + +net:atomProperty_high_h5 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_point_p5 ; + net:coverBaseNode :leaf_high-02_h5 ; + net:coverNode :leaf_high-02_h5 ; + net:hasNaming "high" ; + net:hasPropertyName "high" ; + net:hasPropertyName01 "highing" ; + net:hasPropertyName10 "high-by" ; + net:hasPropertyName12 "high-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_point_p5 . + +net:atomProperty_melt_m3 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_melt-01_m3 ; + net:coverNode :leaf_melt-01_m3 ; + net:hasNaming "melt" ; + net:hasPropertyName "melt" ; + net:hasPropertyName01 "melting" ; + net:hasPropertyName10 "melt-by" ; + net:hasPropertyName12 "melt-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m ; + net:coverNode :leaf_most_m ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m6 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m6 ; + net:coverNode :leaf_most_m6 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:compositeClass_ice-giant_g3 a net:Class_Net, + net:Composite_Class_Net ; + :role_domain net:phenomena_conjunction-AND_a3 ; + :role_mod net:atomClass_ice_ii ; + net:composeFrom net:atomClass_giant_g3, + net:atomClass_ice_ii ; + net:coverBaseNode :leaf_giant_g3 ; + net:coverNode :leaf_giant_g3, + :leaf_ice_ii ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_giant_g3 ; + net:hasNaming "ice-giant" ; + net:hasStructure "unknown" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_Jupiter_p a net:Individual_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Jupiter" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" . + +net:individual_Neptune_p4 a net:Individual_Net ; + :role_name net:value_Neptune_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasIndividualLabel "Neptune" ; + net:hasMotherClassNet net:atomClass_planet_p4 ; + net:hasNaming "Neptune" ; + net:hasStructure "unknown" . + +net:individual_Saturn_p2 a net:Individual_Net ; + :role_name net:value_Saturn_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasIndividualLabel "Saturn" ; + net:hasMotherClassNet net:atomClass_planet_p2 ; + net:hasNaming "Saturn" ; + net:hasStructure "unknown" . + +net:individual_Uranus_p3 a net:Individual_Net ; + :role_name net:value_Uranus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasIndividualLabel "Uranus" ; + net:hasMotherClassNet net:atomClass_planet_p3 ; + net:hasNaming "Uranus" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:phenomena_conjunction-AND_a2 a net:Phenomena_Net ; + :role_op1 net:atomClass_hydrogen_h2 ; + :role_op2 net:atomClass_helium_h3 ; + net:coverBaseNode :leaf_and_a2 ; + net:coverNode :leaf_and_a2 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:restriction_compose-helium_c2 a net:Restriction_Net ; + net:composeFrom net:atomClass_helium_h3, + net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_helium_h3 ; + net:hasNaming "compose-helium" ; + net:hasRestrictionNetValue net:atomClass_helium_h3 ; + net:hasRestrictionOnProperty net:atomProperty_compose_c2 ; + net:hasStructure "unknown" . + +net:restriction_compose-hydrogen_c2 a net:Restriction_Net ; + net:composeFrom net:atomClass_hydrogen_h2, + net:atomProperty_compose_c2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2, + :leaf_hydrogen_h2 ; + net:hasNaming "compose-hydrogen" ; + net:hasRestrictionNetValue net:atomClass_hydrogen_h2 ; + net:hasRestrictionOnProperty net:atomProperty_compose_c2 ; + net:hasStructure "unknown" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#w> a ns11:water ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:contrast-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:high-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:melt-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:relative-05 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ammonia a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gas a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:ice a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:main a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:methane a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:point a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:substance a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:volatile a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:water a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:compose-01 ; + :label "compose-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . + +:concept_helium rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:helium ; + :label "helium" . + +:concept_hydrogen rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:hydrogen ; + :label "hydrogen" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_compose-01_c3 a :AMR_Leaf ; + :edge_c3_a3 :leaf_and_a3 ; + :edge_c3_m6 :leaf_most_m6 ; + :edge_c3_s :leaf_substance_s ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_a :leaf_and_a ; + :edge_h_l :leaf_large_l ; + :edge_h_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_a4 :leaf_and_a4 ; + :edge_h4_h5 :leaf_high-02_h5 ; + :edge_h4_m4 :leaf_more_m4 ; + :edge_h4_s :leaf_substance_s ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_m4 :leaf_more_m4 ; + :hasConcept :concept_relative-05 ; + :hasVariable :variable_r . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_domain a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +:value_Neptune a :AMR_Value ; + rdfs:label "Neptune" . + +:value_Saturn a :AMR_Value ; + rdfs:label "Saturn" . + +:value_Uranus a :AMR_Value ; + rdfs:label "Uranus" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_more_m4 a net:Atom_Class_Net, + net:Class_Net ; + net:composeFrom net:atomProperty_more_m4 ; + net:coverBaseNode :leaf_more_m4 ; + net:coverNode :leaf_more_m4 ; + net:hasClassName "more" ; + net:hasClassType sys:Entity ; + net:hasNaming "more" ; + net:hasStructure "unknown" . + +net:atomClass_substance_s a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_substance_s ; + net:coverNode :leaf_substance_s ; + net:hasClassName "substance" ; + net:hasClassType sys:Entity ; + net:hasNaming "substance" ; + net:hasStructure "unknown" . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:phenomena_conjunction-AND_a4 a net:Phenomena_Net ; + :role_op1 net:atomClass_hydrogen_h6 ; + :role_op2 net:atomClass_helium_h7 ; + net:coverBaseNode :leaf_and_a4 ; + net:coverNode :leaf_and_a4 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +net:restriction_call-volatile_c4 a net:Restriction_Net ; + net:composeFrom net:atomClass_volatile_v, + net:atomProperty_call_c4 ; + net:coverBaseNode :leaf_call-01_c4 ; + net:coverNode :leaf_call-01_c4, + :leaf_volatile_v ; + net:hasNaming "call-volatile" ; + net:hasRestrictionNetValue net:atomClass_volatile_v ; + net:hasRestrictionOnProperty net:atomProperty_call_c4 ; + net:hasStructure "unknown" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Jupiter" . + +net:value_Neptune_blankNode a net:Value_Net ; + net:coverAmrValue :value_Neptune ; + net:hasNaming "Neptune" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Neptune" . + +net:value_Saturn_blankNode a net:Value_Net ; + net:coverAmrValue :value_Saturn ; + net:hasNaming "Saturn" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Saturn" . + +net:value_Uranus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Uranus ; + net:hasNaming "Uranus" ; + net:hasStructure "unknown" ; + net:hasValueLabel "Uranus" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#a> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-08#s> a ns11:substance ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:compose-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:have-degree-91 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:helium a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:hydrogen a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_ammonia_a6 a :AMR_Leaf ; + :hasConcept :concept_ammonia ; + :hasVariable :variable_a6 . + +:leaf_and_a5 a :AMR_Leaf ; + :edge_a5_a6 :leaf_ammonia_a6 ; + :edge_a5_m5 :leaf_methane_m5 ; + :edge_a5_w :leaf_water_w ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_g :leaf_giant_g ; + :edge_c_g3 :leaf_giant_g3 ; + :hasConcept :concept_contrast-01 ; + :hasVariable :variable_c . + +:leaf_high-02_h5 a :AMR_Leaf ; + :edge_h5_p5 :leaf_point_p5 ; + :hasConcept :concept_high-02 ; + :hasVariable :variable_h5 . + +:leaf_large_l a :AMR_Leaf ; + :hasConcept :concept_large ; + :hasVariable :variable_l . + +:leaf_melt-01_m3 a :AMR_Leaf ; + :hasConcept :concept_melt-01 ; + :hasVariable :variable_m3 . + +:leaf_methane_m5 a :AMR_Leaf ; + :hasConcept :concept_methane ; + :hasVariable :variable_m5 . + +:leaf_most_m a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m . + +:leaf_water_w a :AMR_Leaf ; + :hasConcept :concept_water ; + :hasVariable :variable_w . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_giant_g3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a3 ; + :role_mod net:atomClass_ice_ii ; + net:coverBaseNode :leaf_giant_g3 ; + net:coverNode :leaf_giant_g3 ; + net:hasClassName "giant" ; + net:hasClassType sys:Entity ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Jupiter_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Saturn_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p3 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Uranus_blankNode ; + net:coverBaseNode :leaf_planet_p3 ; + net:coverNode :leaf_planet_p3 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomClass_planet_p4 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Neptune_blankNode ; + net:coverBaseNode :leaf_planet_p4 ; + net:coverNode :leaf_planet_p4 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:atomProperty_more_m4 a net:Atom_Property_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_more_m4 ; + net:coverNode :leaf_more_m4 ; + net:hasNaming "more" ; + net:hasPropertyName "more" ; + net:hasPropertyName01 "moreing" ; + net:hasPropertyName10 "more-by" ; + net:hasPropertyName12 "more-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:phenomena_conjunction-AND_a3 a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p3, + net:individual_Uranus_p3 ; + :role_op2 net:atomClass_planet_p4, + net:individual_Neptune_p4 ; + net:coverBaseNode :leaf_and_a3 ; + net:coverNode :leaf_and_a3 ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_p :leaf_planet_p ; + :edge_a_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_h2 :leaf_hydrogen_h2 ; + :edge_a2_h3 :leaf_helium_h3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_main_m2 a :AMR_Leaf ; + :hasConcept :concept_main ; + :hasVariable :variable_m2 . + +:leaf_most_m6 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m6 . + +:leaf_point_p5 a :AMR_Leaf ; + :edge_p5_m3 :leaf_melt-01_m3 ; + :hasConcept :concept_point ; + :hasVariable :variable_p5 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_giant_g a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_giant_g ; + net:hasClassName "giant" ; + net:hasClassType sys:Entity ; + net:hasNaming "giant" ; + net:hasStructure "unknown" . + +net:atomProperty_call_c4 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_helium_h7, + net:atomClass_hydrogen_h6, + net:phenomena_conjunction-AND_a4 ; + :role_ARG2 net:atomClass_volatile_v ; + net:coverBaseNode :leaf_call-01_c4 ; + net:coverNode :leaf_call-01_c4 ; + net:hasNaming "call" ; + net:hasPropertyName "call" ; + net:hasPropertyName01 "calling" ; + net:hasPropertyName10 "call-by" ; + net:hasPropertyName12 "call-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a4, + :leaf_volatile_v . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_p3 :leaf_planet_p3 ; + :edge_a3_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_h6 :leaf_hydrogen_h6 ; + :edge_a4_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g3 a :AMR_Leaf ; + :edge_g3_a3 :leaf_and_a3 ; + :edge_g3_ii :leaf_ice_ii ; + :hasConcept :concept_giant ; + :hasVariable :variable_g3 . + +:leaf_helium_h3 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h3 . + +:leaf_helium_h7 a :AMR_Leaf ; + :hasConcept :concept_helium ; + :hasVariable :variable_h7 . + +:leaf_hydrogen_h2 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h2 . + +:leaf_hydrogen_h6 a :AMR_Leaf ; + :hasConcept :concept_hydrogen ; + :hasVariable :variable_h6 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Saturn :value_Saturn ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Uranus :value_Uranus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . + +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Neptune :value_Neptune ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . + +:leaf_substance_s a :AMR_Leaf ; + :hasConcept :concept_substance ; + :hasVariable :variable_s . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_helium_h3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_helium_h3 ; + net:coverNode :leaf_helium_h3 ; + net:hasClassName "helium" ; + net:hasClassType sys:Entity ; + net:hasNaming "helium" ; + net:hasStructure "unknown" . + +net:atomClass_helium_h7 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_helium_h7 ; + net:coverNode :leaf_helium_h7 ; + net:hasClassName "helium" ; + net:hasClassType sys:Entity ; + net:hasNaming "helium" ; + net:hasStructure "unknown" . + +net:atomClass_hydrogen_h2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_hydrogen_h2 ; + net:coverNode :leaf_hydrogen_h2 ; + net:hasClassName "hydrogen" ; + net:hasClassType sys:Entity ; + net:hasNaming "hydrogen" ; + net:hasStructure "unknown" . + +net:atomClass_hydrogen_h6 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_hydrogen_h6 ; + net:coverNode :leaf_hydrogen_h6 ; + net:hasClassName "hydrogen" ; + net:hasClassType sys:Entity ; + net:hasNaming "hydrogen" ; + net:hasStructure "unknown" . + +net:atomClass_ice_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_ice_ii ; + net:coverNode :leaf_ice_ii ; + net:hasClassName "ice" ; + net:hasNaming "ice" ; + net:hasStructure "unknown" . + +net:atomClass_volatile_v a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_volatile_v ; + net:coverNode :leaf_volatile_v ; + net:hasClassName "volatile" ; + net:hasClassType sys:Entity ; + net:hasNaming "volatile" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomClass_planet_p, + net:individual_Jupiter_p ; + :role_op2 net:atomClass_planet_p2, + net:individual_Saturn_p2 ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "unknown" . + +ns3:and a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_call-01_c4 a :AMR_Leaf ; + :edge_c4_a4 :leaf_and_a4 ; + :edge_c4_v :leaf_volatile_v ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c4 . + +:leaf_ice_ii a :AMR_Leaf ; + :hasConcept :concept_ice ; + :hasVariable :variable_ii . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_compose_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_giant_g, + net:compositeClass_gas-giant_g ; + :role_ARG2 net:atomClass_helium_h3, + net:atomClass_hydrogen_h2, + net:phenomena_conjunction-AND_a2 ; + :role_mod net:atomClass_main_m2 ; + net:coverBaseNode :leaf_compose-01_c2 ; + net:coverNode :leaf_compose-01_c2 ; + net:hasNaming "compose" ; + net:hasPropertyName "compose" ; + net:hasPropertyName01 "composeing" ; + net:hasPropertyName10 "compose-by" ; + net:hasPropertyName12 "compose-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_and_a2, + :leaf_giant_g, + :leaf_main_m2 . + +net:compositeClass_gas-giant_g a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_domain net:phenomena_conjunction-AND_a ; + :role_mod net:atomClass_gas_g2 ; + net:composeFrom net:atomClass_gas_g2, + net:atomClass_giant_g ; + net:coverBaseNode :leaf_giant_g ; + net:coverNode :leaf_gas_g2, + :leaf_giant_g ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_giant_g ; + net:hasNaming "gas-giant" ; + net:hasStructure "unknown" . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +rdf:Property a owl:Class . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_more_m4 a :AMR_Leaf ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_volatile_v a :AMR_Leaf ; + :edge_v_a5 :leaf_and_a5 ; + :hasConcept :concept_volatile ; + :hasVariable :variable_v . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +net:atomClass_gas_g2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_gas_g2 ; + net:coverNode :leaf_gas_g2 ; + net:hasClassName "gas" ; + net:hasNaming "gas" ; + net:hasStructure "unknown" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_a2 :leaf_and_a2 ; + :edge_c2_g :leaf_giant_g ; + :edge_c2_m2 :leaf_main_m2 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_gas_g2 a :AMR_Leaf ; + :hasConcept :concept_gas ; + :hasVariable :variable_g2 . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:leaf_giant_g a :AMR_Leaf ; + :edge_g_a :leaf_and_a ; + :edge_g_g2 :leaf_gas_g2 ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dc771dfe9eefdcb65003f3ddf55df88b17cc51ec --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-8/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,164 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#Jupiter> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Jupiter" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Neptune> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Neptune" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Saturn> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Saturn" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#Uranus> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#planet> ; + rdfs:label "Uranus" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#helium> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#compose> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#hydrogen> ], + <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#helium> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#call> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#volatile> ], + <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class ; + rdfs:label "more" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#gas> ; + rdfs:label "gas" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#ice> ; + rdfs:label "ice" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl new file mode 100644 index 0000000000000000000000000000000000000000..c3a49278310664993c4025171c51aba106760b0c --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd.ttl @@ -0,0 +1,833 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> a ns2:flat-06 ; + ns2:flat-06.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns11:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> a ns2:lie-07 ; + ns2:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + ns2:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-09" ; + ns3:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:flat-06.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG2 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns11:degree a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> a ns3:all . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> a ns11:almost . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> a ns3:near . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + ns11:quant "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity . + +ns2:call-01 a ns3:Frame . + +ns2:flat-06 a ns3:Frame . + +ns2:lie-07 a ns3:Frame . + +ns2:orbit-01 a ns3:Frame . + +ns11:almost a ns3:Concept . + +ns11:circular a ns3:Concept . + +ns11:disc a ns3:Concept . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:all a ns3:Concept . + +ns3:near a ns3:Concept . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> a ns11:disc . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Linked_Data a owl:Class . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl new file mode 100644 index 0000000000000000000000000000000000000000..3a693bc2b52387202f12f2a9424d129201c8cec0 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Generation.ttl @@ -0,0 +1,1387 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:flat-06.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG2 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns11:degree a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_f_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_n a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_l_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_l_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_name_ecliptic a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-09 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "WikiAbstract-SolarSystem-09" ; + :hasSentenceStatement "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/extract-result#all> a owl:ObjectProperty ; + rdfs:label "all" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#lie> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#disc> ], + <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ecliptic> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#thing> ; + rdfs:label "ecliptic" ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_call_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + :role_ARG2 net:atomClass_thing_t, + net:individual_ecliptic_t ; + net:coverBaseNode :leaf_call-01_c2 ; + net:coverNode :leaf_call-01_c2 ; + net:hasNaming "call" ; + net:hasPropertyName "call" ; + net:hasPropertyName01 "calling" ; + net:hasPropertyName10 "call-by" ; + net:hasPropertyName12 "call-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_thing_t . + +net:atomProperty_flat_f a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_flat-06_f ; + net:coverNode :leaf_flat-06_f ; + net:hasNaming "flat" ; + net:hasPropertyName "flat" ; + net:hasPropertyName01 "flating" ; + net:hasPropertyName10 "flat-by" ; + net:hasPropertyName12 "flat-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomProperty_near_n a net:Atom_Property_Net ; + net:coverBaseNode :leaf_near_n ; + net:coverNode :leaf_near_n ; + net:hasNaming "near" ; + net:hasPropertyName "near" ; + net:hasPropertyName01 "nearing" ; + net:hasPropertyName10 "near-by" ; + net:hasPropertyName12 "near-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_circular-orbit-lie-disc_o a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c ; + net:composeFrom net:atomClass_disc_d, + net:atomProperty_lie_l, + net:compositeClass_circular-orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_circular_c, + :leaf_disc_d, + :leaf_lie-07_l, + :leaf_orbit-01_o ; + net:hasMotherClassNet net:compositeClass_circular-orbit_o ; + net:hasNaming "circular-orbit-lie-disc" ; + net:hasRestriction net:restriction_lie-disc_l ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_almost_a2 a net:Individual_Net ; + net:composeFrom net:atomClass_almost_a2 ; + net:coverBaseNode :leaf_almost_a2 ; + net:coverNode :leaf_almost_a2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "almost" ; + net:hasMotherClassNet net:atomClass_almost_a2 ; + net:hasNaming "almost" ; + net:hasStructure "unknown" . + +net:individual_circular_c a net:Individual_Net ; + net:composeFrom net:atomClass_circular_c ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_circular_c ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "circular" ; + net:hasMotherClassNet net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:hasNaming "circular" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> a ns2:flat-06 ; + ns2:flat-06.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns11:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> a ns2:lie-07 ; + ns2:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + ns2:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-09" ; + ns3:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:all ; + :label "all" . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_circular rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:circular ; + :label "circular" . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:disc ; + :label "disc" . + +:concept_flat-06 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near ; + :label "near" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_thing rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#thing> ; + :label "thing" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> ; + :label "c2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> ; + :label "f" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> ; + :label "l" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + :label "p" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + :label "t" ; + :name "ecliptic" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost> ; + rdfs:label "almost" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "unknown" . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_all_a a net:Atom_Property_Net ; + net:coverBaseNode :leaf_all_a ; + net:coverNode :leaf_all_a ; + net:hasNaming "all" ; + net:hasPropertyName "all" ; + net:hasPropertyName01 "alling" ; + net:hasPropertyName10 "all-by" ; + net:hasPropertyName12 "all-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_ecliptic_t a net:Individual_Net ; + :role_name net:value_ecliptic_blankNode ; + net:coverBaseNode :leaf_thing_t ; + net:coverNode :leaf_thing_t ; + net:hasIndividualLabel "ecliptic" ; + net:hasMotherClassNet net:atomClass_thing_t ; + net:hasNaming "ecliptic" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_lie-disc_l a net:Restriction_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomProperty_lie_l ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_disc_d, + :leaf_lie-07_l ; + net:hasNaming "lie-disc" ; + net:hasRestrictionNetValue net:atomClass_disc_d ; + net:hasRestrictionOnProperty net:atomProperty_lie_l ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> a ns3:all ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> a ns11:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> a ns3:near ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + ns11:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:flat-06 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:almost a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:circular a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:disc a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:all a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_d :leaf_disc_d ; + :edge_c2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_d :leaf_disc_d ; + :edge_f_n :leaf_near_n ; + :hasConcept :concept_flat-06 ; + :hasVariable :variable_f . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_ecliptic a :AMR_Value ; + rdfs:label "ecliptic" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +<https://tenet.tetras-libre.fr/extract-result#circular> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost-circular>, + <https://tenet.tetras-libre.fr/extract-result#circular> ; + rdfs:label "circular" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "unknown" . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_thing_t a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_ecliptic_blankNode ; + net:coverBaseNode :leaf_thing_t ; + net:coverNode :leaf_thing_t ; + net:hasClassName "thing" ; + net:hasClassType sys:Entity ; + net:hasNaming "thing" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_circular_c, + :leaf_planet_p . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_ecliptic_blankNode a net:Value_Net ; + net:coverAmrValue :value_ecliptic ; + net:hasNaming "ecliptic" ; + net:hasStructure "unknown" ; + net:hasValueLabel "ecliptic" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_all_a a :AMR_Leaf ; + :hasConcept :concept_all ; + :hasVariable :variable_a . + +:leaf_near_n a :AMR_Leaf ; + :hasConcept :concept_near ; + :hasVariable :variable_n . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_orbit_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:composeFrom net:atomProperty_orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o, + net:atomProperty_orbit_o, + net:compositeClass_circular-orbit_o ; + :role_ARG2 net:atomClass_disc_d ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_orbit-01_o . + +net:compositeClass_almost-circular_c a net:Composite_Class_Net ; + :role_mod net:atomClass_almost_a2 ; + net:composeFrom net:atomClass_almost_a2, + net:atomClass_circular_c ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_almost_a2, + :leaf_circular_c ; + net:hasMotherClassNet net:atomClass_circular_c ; + net:hasNaming "almost-circular" ; + net:hasStructure "unknown" . + +net:compositeClass_circular-orbit_o a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c ; + net:composeFrom net:atomClass_circular_c, + net:atomClass_orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_circular_c, + :leaf_orbit-01_o ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_orbit_o ; + net:hasNaming "circular-orbit" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_all_a ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_mod net:atomProperty_all_a ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_d :leaf_disc_d ; + :edge_l_o :leaf_orbit-01_o ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_almost_a2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_almost_a2 ; + net:coverNode :leaf_almost_a2 ; + net:hasClassName "almost" ; + net:hasNaming "almost" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_thing_t a :AMR_Leaf ; + :edge_t_name_ecliptic :value_ecliptic ; + :hasConcept :concept_thing ; + :hasVariable :variable_t . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_circular_c a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_almost_a2 ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_circular_c ; + net:hasClassName "circular" ; + net:hasNaming "circular" ; + net:hasStructure "unknown" . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_circular_c a :AMR_Leaf ; + :edge_c_a2 :leaf_almost_a2 ; + :hasConcept :concept_circular ; + :hasVariable :variable_c . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_c :leaf_circular_c ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cceadb3c4802a465b8401319187e4339c5834fff --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Preprocessing.ttl @@ -0,0 +1,1059 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:flat-06.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG2 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns11:degree a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_f_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_n a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_l_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_l_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_name_ecliptic a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_d :leaf_disc_d ; + :edge_c2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_d :leaf_disc_d ; + :edge_f_n :leaf_near_n ; + :hasConcept :concept_flat-06 ; + :hasVariable :variable_f . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_d :leaf_disc_d ; + :edge_l_o :leaf_orbit-01_o ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-09 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "WikiAbstract-SolarSystem-09" ; + :hasSentenceStatement "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> a ns2:flat-06 ; + ns2:flat-06.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns11:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> a ns2:lie-07 ; + ns2:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + ns2:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-09" ; + ns3:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:all ; + :label "all" . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_circular rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:circular ; + :label "circular" . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:disc ; + :label "disc" . + +:concept_flat-06 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near ; + :label "near" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_thing rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#thing> ; + :label "thing" . + +:leaf_all_a a :AMR_Leaf ; + :hasConcept :concept_all ; + :hasVariable :variable_a . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_circular_c a :AMR_Leaf ; + :edge_c_a2 :leaf_almost_a2 ; + :hasConcept :concept_circular ; + :hasVariable :variable_c . + +:leaf_near_n a :AMR_Leaf ; + :hasConcept :concept_near ; + :hasVariable :variable_n . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_all_a ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_thing_t a :AMR_Leaf ; + :edge_t_name_ecliptic :value_ecliptic ; + :hasConcept :concept_thing ; + :hasVariable :variable_t . + +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_ecliptic a :AMR_Value ; + rdfs:label "ecliptic" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> ; + :label "c2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> ; + :label "f" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> ; + :label "l" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + :label "p" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + :label "t" ; + :name "ecliptic" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> a ns3:all ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> a ns11:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> a ns3:near ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + ns11:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:flat-06 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:almost a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:circular a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:disc a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:all a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_c :leaf_circular_c ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1cd8c198c505735e9d0507d5d02b6c48014f70c1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_Transduction.ttl @@ -0,0 +1,1312 @@ +@prefix : <https://amr.tetras-libre.fr/rdf/schema#> . +@prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> . +@prefix net: <https://tenet.tetras-libre.fr/semantic-net#> . +@prefix ns11: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sys: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +ns3:Concept a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Concept" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Role a rdfs:Class, + owl:Class ; + rdfs:label "AMR-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ; + ns3:hasSentence "The sun is a star." ; + ns3:root <http://amr.isi.edu/amr_data/test-1#s> . + +<http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ; + ns3:hasSentence "Earth is a planet." ; + ns3:root <http://amr.isi.edu/amr_data/test-2#p> . + +ns2:call-01.ARG1 a ns2:FrameRole . + +ns2:call-01.ARG2 a ns2:FrameRole . + +ns2:flat-06.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG1 a ns2:FrameRole . + +ns2:lie-07.ARG2 a ns2:FrameRole . + +ns2:orbit-01.ARG0 a ns2:FrameRole . + +ns11:degree a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns3:hasID a owl:AnnotationProperty . + +ns3:hasSentence a owl:AnnotationProperty . + +ns3:root a owl:AnnotationProperty . + +<https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; + owl:versionIRI :0.1 . + +:AMR_DataProperty a owl:DatatypeProperty . + +:AMR_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:edge_c2_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_f_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_n a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_l_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_l_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_o_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_name_ecliptic a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:fromAmrLkFramerole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRole a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:fromAmrLkRoot a owl:AnnotationProperty ; + rdfs:subPropertyOf :fromAmrLk . + +:getDirectPropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getInversePropertyName a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:getPropertyType a owl:AnnotationProperty ; + rdfs:subPropertyOf :getProperty . + +:hasConcept a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasConceptLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasEdgeLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasLink . + +:hasReification a owl:AnnotationProperty ; + rdfs:range xsd:boolean ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationDomain a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasReificationRange a owl:AnnotationProperty ; + rdfs:subPropertyOf :hasReificationDefinition . + +:hasRelationName a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasRoleID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRoleTag a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRolesetID a owl:ObjectProperty ; + rdfs:domain :AMR_Edge ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasRootLeaf a owl:ObjectProperty ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:hasSentenceID a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasSentenceStatement a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasVariable a owl:ObjectProperty ; + rdfs:domain :AMR_Leaf ; + rdfs:subPropertyOf :AMR_ObjectProperty . + +:label a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:phenomena_conjunction_and a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "and" ; + :label "conjunction-AND" . + +:phenomena_conjunction_or a owl:Class ; + rdfs:subClassOf :phenomena_conjunction ; + :hasConceptLink "or" ; + :label "conjunction-OR" . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality_obligation a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "obligate-01" ; + :label "obligation-modality" . + +:phenomena_modality_possible a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "allow-01", + "grant-01", + "likely-01", + "permit-01", + "possible-01" ; + :label "possible-modality" . + +:phenomena_modality_prohibition a owl:Class ; + rdfs:subClassOf :phenomena_modality ; + :hasConceptLink "prohibit-01" ; + :label "prohibition-modality" . + +:relation_domain a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "domain" . + +:relation_manner a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasManner" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "manner" . + +:relation_mod a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "mod" . + +:relation_name a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "name" . + +:relation_part a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification true ; + :hasReificationConcept "hasPart" ; + :hasReificationDomain "ARG1" ; + :hasReificationRange "ARG2" ; + :hasRelationName "part" . + +:relation_polarity a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "polarity" . + +:relation_quant a owl:Class ; + rdfs:subClassOf :AMR_Relation ; + :hasReification false ; + :hasRelationName "quant" . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +:role_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +:role_ARG5 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . + +:role_ARG6 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG6" . + +:role_ARG7 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG7" . + +:role_ARG8 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG8" . + +:role_ARG9 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG9" . + +:role_domain a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :hasRelationName "domain" ; + :label "domain" ; + :toReifyAsConcept "domain" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_have-degree-91 a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :getPropertyType <net:specificProperty> . + +:role_manner a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "manner" ; + :getPropertyType owl:DataProperty ; + :label "manner" ; + :toReifyAsConcept "manner" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . + +:role_op3 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . + +:role_op4 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . + +:role_op5 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op5" . + +:role_op6 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op6" . + +:role_op7 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op7" . + +:role_op8 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op8" . + +:role_op9 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op9" . + +:role_part a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasPart"^^xsd:string ; + :getInversePropertyName "partOf"^^xsd:string ; + :getPropertyType owl:ObjectProperty ; + :toReifyAsConcept "part" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:role_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:root_WikiAbstract-SolarSystem-09 a :AMR_Value ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "WikiAbstract-SolarSystem-09" ; + :hasSentenceStatement "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." . + +:toReifyAsConcept a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithBaseEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +:toReifyWithHeadEdge a owl:AnnotationProperty ; + rdfs:subPropertyOf :toReify . + +<https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology . + +sys:Event a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:fromStructure a owl:AnnotationProperty ; + rdfs:subPropertyOf sys:Out_AnnotationProperty . + +sys:hasDegree a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +sys:hasFeature a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty . + +<https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology . + +cprm:Config_Parameters a owl:Class ; + cprm:baseURI "https://tenet.tetras-libre.fr/" ; + cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ; + cprm:newClassRef "new-class#" ; + cprm:newPropertyRef "new-relation#" ; + cprm:objectRef "object_" ; + cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" . + +cprm:baseURI a rdf:Property ; + rdfs:label "Base URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:netURI a rdf:Property ; + rdfs:label "Net URI" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newClassRef a rdf:Property ; + rdfs:label "Reference for a new class" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:newPropertyRef a rdf:Property ; + rdfs:label "Reference for a new property" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:objectRef a rdf:Property ; + rdfs:label "Object Reference" ; + rdfs:subPropertyOf cprm:configParamProperty . + +cprm:targetOntologyURI a rdf:Property ; + rdfs:label "URI of classes in target ontology" ; + rdfs:domain cprm:Frame ; + rdfs:range xsd:string ; + rdfs:subPropertyOf cprm:configParamProperty . + +<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . + +net:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Logical_Set_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Property_Axiom_Net a owl:Class ; + rdfs:subClassOf net:Axiom_Net . + +net:Property_Direction a owl:Class ; + rdfs:subClassOf net:Feature . + +net:abstractionClass a owl:AnnotationProperty ; + rdfs:label "abstraction class" ; + rdfs:subPropertyOf net:objectValue . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_call_c2 a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + :role_ARG2 net:atomClass_thing_t, + net:individual_ecliptic_t ; + net:coverBaseNode :leaf_call-01_c2 ; + net:coverNode :leaf_call-01_c2 ; + net:hasNaming "call" ; + net:hasPropertyName "call" ; + net:hasPropertyName01 "calling" ; + net:hasPropertyName10 "call-by" ; + net:hasPropertyName12 "call-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_thing_t . + +net:atomProperty_flat_f a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_disc_d ; + net:coverBaseNode :leaf_flat-06_f ; + net:coverNode :leaf_flat-06_f ; + net:hasNaming "flat" ; + net:hasPropertyName "flat" ; + net:hasPropertyName01 "flating" ; + net:hasPropertyName10 "flat-by" ; + net:hasPropertyName12 "flat-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d . + +net:atomProperty_near_n a net:Atom_Property_Net ; + net:coverBaseNode :leaf_near_n ; + net:coverNode :leaf_near_n ; + net:hasNaming "near" ; + net:hasPropertyName "near" ; + net:hasPropertyName01 "nearing" ; + net:hasPropertyName10 "near-by" ; + net:hasPropertyName12 "near-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_circular-orbit-lie-disc_o a net:Composite_Class_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c ; + net:composeFrom net:atomClass_disc_d, + net:atomProperty_lie_l, + net:compositeClass_circular-orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_circular_c, + :leaf_disc_d, + :leaf_lie-07_l, + :leaf_orbit-01_o ; + net:hasMotherClassNet net:compositeClass_circular-orbit_o ; + net:hasNaming "circular-orbit-lie-disc" ; + net:hasRestriction net:restriction_lie-disc_l ; + net:hasStructure "unknown" . + +net:entityClass a owl:AnnotationProperty ; + rdfs:label "entity class" ; + rdfs:subPropertyOf net:objectValue . + +net:featureClass a owl:AnnotationProperty ; + rdfs:label "feature class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_atom a owl:AnnotationProperty ; + rdfs:label "has atom" ; + rdfs:subPropertyOf net:has_object . + +net:has_class a owl:AnnotationProperty ; + rdfs:label "is class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_class_name a owl:AnnotationProperty ; + rdfs:subPropertyOf net:has_value . + +net:has_class_uri a owl:AnnotationProperty ; + rdfs:label "class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_concept a owl:AnnotationProperty ; + rdfs:label "concept "@fr ; + rdfs:subPropertyOf net:objectValue . + +net:has_entity a owl:AnnotationProperty ; + rdfs:label "has entity" ; + rdfs:subPropertyOf net:has_object . + +net:has_feature a owl:AnnotationProperty ; + rdfs:label "has feature" ; + rdfs:subPropertyOf net:has_object . + +net:has_instance a owl:AnnotationProperty ; + rdfs:label "entity instance" ; + rdfs:subPropertyOf net:objectValue . + +net:has_instance_uri a owl:AnnotationProperty ; + rdfs:label "instance uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_item a owl:AnnotationProperty ; + rdfs:label "has item" ; + rdfs:subPropertyOf net:has_object . + +net:has_mother_class a owl:AnnotationProperty ; + rdfs:label "has mother class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_mother_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_node a owl:AnnotationProperty ; + rdfs:label "UNL Node" ; + rdfs:subPropertyOf net:netProperty . + +net:has_parent a owl:AnnotationProperty ; + rdfs:label "has parent" ; + rdfs:subPropertyOf net:has_object . + +net:has_parent_class a owl:AnnotationProperty ; + rdfs:label "parent class" ; + rdfs:subPropertyOf net:objectValue . + +net:has_parent_class_uri a owl:AnnotationProperty ; + rdfs:label "parent class uri" ; + rdfs:subPropertyOf net:objectValue . + +net:has_possible_domain a owl:AnnotationProperty ; + rdfs:label "has possible domain" ; + rdfs:subPropertyOf net:has_object . + +net:has_possible_range a owl:AnnotationProperty ; + rdfs:label "has possible range" ; + rdfs:subPropertyOf net:has_object . + +net:has_relation a owl:AnnotationProperty ; + rdfs:label "has relation" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_source a owl:AnnotationProperty ; + rdfs:label "has source" ; + rdfs:subPropertyOf net:has_relation_value . + +net:has_structure a owl:AnnotationProperty ; + rdfs:label "Linguistic Structure (in UNL Document)" ; + rdfs:subPropertyOf net:netProperty . + +net:has_target a owl:AnnotationProperty ; + rdfs:label "has target" ; + rdfs:subPropertyOf net:has_relation_value . + +net:individual_almost_a2 a net:Individual_Net ; + net:composeFrom net:atomClass_almost_a2 ; + net:coverBaseNode :leaf_almost_a2 ; + net:coverNode :leaf_almost_a2 ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "almost" ; + net:hasMotherClassNet net:atomClass_almost_a2 ; + net:hasNaming "almost" ; + net:hasStructure "unknown" . + +net:individual_circular_c a net:Individual_Net ; + net:composeFrom net:atomClass_circular_c ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_circular_c ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "circular" ; + net:hasMotherClassNet net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:hasNaming "circular" ; + net:hasStructure "unknown" . + +net:inverse_direction a owl:NamedIndividual . + +net:listBy a owl:AnnotationProperty ; + rdfs:label "list by" ; + rdfs:subPropertyOf net:typeProperty . + +net:listGuiding a owl:AnnotationProperty ; + rdfs:label "Guiding connector of a list (or, and)" ; + rdfs:subPropertyOf net:objectValue . + +net:listOf a owl:AnnotationProperty ; + rdfs:label "list of" ; + rdfs:subPropertyOf net:typeProperty . + +net:modCat1 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 1)" ; + rdfs:subPropertyOf net:objectValue . + +net:modCat2 a owl:AnnotationProperty ; + rdfs:label "Modality Category (level 2)" ; + rdfs:subPropertyOf net:objectValue . + +net:normal_direction a owl:NamedIndividual . + +net:relationOf a owl:AnnotationProperty ; + rdfs:label "relation of" ; + rdfs:subPropertyOf net:typeProperty . + +net:type a owl:AnnotationProperty ; + rdfs:label "type "@fr ; + rdfs:subPropertyOf net:netProperty . + +net:verbClass a owl:AnnotationProperty ; + rdfs:label "verb class" ; + rdfs:subPropertyOf net:objectValue . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> a ns2:flat-06 ; + ns2:flat-06.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + ns11:degree <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> a ns2:lie-07 ; + ns2:lie-07.ARG1 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + ns2:lie-07.ARG2 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#root01> a ns3:AMR ; + ns3:has-id "WikiAbstract-SolarSystem-09" ; + ns3:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns3:root <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> . + +<http://amr.isi.edu/amr_data/test-1#s> ns11:domain <http://amr.isi.edu/amr_data/test-1#s2> . + +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . + +ns3:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:all ; + :label "all" . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:call-01 ; + :label "call-01" . + +:concept_circular rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:circular ; + :label "circular" . + +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:disc ; + :label "disc" . + +:concept_flat-06 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:near ; + :label "near" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_thing rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#thing> ; + :label "thing" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_name a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c2> ; + :label "c2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#f> ; + :label "f" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#l> ; + :label "l" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + :label "p" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> ; + :label "t" ; + :name "ecliptic" . + +sys:Degree a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Feature a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +sys:Out_AnnotationProperty a owl:AnnotationProperty . + +net:Axiom_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_all_a a net:Atom_Property_Net ; + net:coverBaseNode :leaf_all_a ; + net:coverNode :leaf_all_a ; + net:hasNaming "all" ; + net:hasPropertyName "all" ; + net:hasPropertyName01 "alling" ; + net:hasPropertyName10 "all-by" ; + net:hasPropertyName12 "all-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" . + +net:has_value a owl:AnnotationProperty ; + rdfs:subPropertyOf net:netProperty . + +net:individual_ecliptic_t a net:Individual_Net ; + :role_name net:value_ecliptic_blankNode ; + net:coverBaseNode :leaf_thing_t ; + net:coverNode :leaf_thing_t ; + net:hasIndividualLabel "ecliptic" ; + net:hasMotherClassNet net:atomClass_thing_t ; + net:hasNaming "ecliptic" ; + net:hasStructure "unknown" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_lie-disc_l a net:Restriction_Net ; + net:composeFrom net:atomClass_disc_d, + net:atomProperty_lie_l ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_disc_d, + :leaf_lie-07_l ; + net:hasNaming "lie-disc" ; + net:hasRestrictionNetValue net:atomClass_disc_d ; + net:hasRestrictionOnProperty net:atomProperty_lie_l ; + net:hasStructure "unknown" . + +net:value_8_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "8" ; + net:hasStructure "unknown" ; + net:hasValueLabel "8" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> a ns3:all ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> a ns11:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#n> a ns3:near ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#a> ; + ns11:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#thing> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:call-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:flat-06 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:lie-07 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:almost a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:circular a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:disc a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:all a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:near a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_d :leaf_disc_d ; + :edge_c2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_d :leaf_disc_d ; + :edge_f_n :leaf_near_n ; + :hasConcept :concept_flat-06 ; + :hasVariable :variable_f . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +:value_8 a :AMR_Value ; + rdfs:label "8" . + +:value_ecliptic a :AMR_Value ; + rdfs:label "ecliptic" . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_thing_t a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_ecliptic_blankNode ; + net:coverBaseNode :leaf_thing_t ; + net:coverNode :leaf_thing_t ; + net:hasClassName "thing" ; + net:hasClassType sys:Entity ; + net:hasNaming "thing" ; + net:hasStructure "unknown" . + +net:atomProperty_orbit_o a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_circular_c, + :leaf_planet_p . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_ecliptic_blankNode a net:Value_Net ; + net:coverAmrValue :value_ecliptic ; + net:hasNaming "ecliptic" ; + net:hasStructure "unknown" ; + net:hasValueLabel "ecliptic" . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#o> a ns2:orbit-01 ; + ns2:orbit-01.ARG0 <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#p> ; + ns11:mod <http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#c> ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Concept a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Phenomena a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Specific_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:fromAmrLk a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:getProperty a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:hasReificationDefinition a owl:AnnotationProperty ; + rdfs:range rdfs:Literal ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_all_a a :AMR_Leaf ; + :hasConcept :concept_all ; + :hasVariable :variable_a . + +:leaf_near_n a :AMR_Leaf ; + :hasConcept :concept_near ; + :hasVariable :variable_n . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +:role_mod a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_NonCore_Role ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; + :toReifyWithBaseEdge "ARG0" ; + :toReifyWithHeadEdge "ARG1" . + +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Net_Structure a owl:Class ; + rdfs:label "Semantic Net Structure" ; + rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." . + +net:atomClass_orbit_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c, + net:compositeClass_almost-circular_c ; + net:composeFrom net:atomProperty_orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_orbit-01_o ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "unknown" . + +net:atomProperty_lie_l a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_orbit_o, + net:atomProperty_orbit_o, + net:compositeClass_circular-orbit_o ; + :role_ARG2 net:atomClass_disc_d ; + net:coverBaseNode :leaf_lie-07_l ; + net:coverNode :leaf_lie-07_l ; + net:hasNaming "lie" ; + net:hasPropertyName "lie" ; + net:hasPropertyName01 "lieing" ; + net:hasPropertyName10 "lie-by" ; + net:hasPropertyName12 "lie-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "unknown" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_disc_d, + :leaf_orbit-01_o . + +net:compositeClass_almost-circular_c a net:Composite_Class_Net ; + :role_mod net:atomClass_almost_a2 ; + net:composeFrom net:atomClass_almost_a2, + net:atomClass_circular_c ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_almost_a2, + :leaf_circular_c ; + net:hasMotherClassNet net:atomClass_circular_c ; + net:hasNaming "almost-circular" ; + net:hasStructure "unknown" . + +net:compositeClass_circular-orbit_o a net:Class_Net, + net:Composite_Class_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_planet_p ; + :role_mod net:atomClass_circular_c ; + net:composeFrom net:atomClass_circular_c, + net:atomClass_orbit_o ; + net:coverBaseNode :leaf_orbit-01_o ; + net:coverNode :leaf_circular_c, + :leaf_orbit-01_o ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_orbit_o ; + net:hasNaming "circular-orbit" ; + net:hasStructure "unknown" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/WikiAbstract-SolarSystem-09#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:Frame a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_a :leaf_all_a ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_mod net:atomProperty_all_a ; + :role_quant net:value_8_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "unknown" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +:AMR_NonCore_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Role a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_d :leaf_disc_d ; + :edge_l_o :leaf_orbit-01_o ; + :hasConcept :concept_lie-07 ; + :hasVariable :variable_l . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_almost_a2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_almost_a2 ; + net:coverNode :leaf_almost_a2 ; + net:hasClassName "almost" ; + net:hasNaming "almost" ; + net:hasStructure "unknown" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns2:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Structure a owl:Class . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_thing_t a :AMR_Leaf ; + :edge_t_name_ecliptic :value_ecliptic ; + :hasConcept :concept_thing ; + :hasVariable :variable_t . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_disc_d a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_disc_d ; + net:coverNode :leaf_disc_d ; + net:hasClassName "disc" ; + net:hasClassType sys:Entity ; + net:hasNaming "disc" ; + net:hasStructure "unknown" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_circular_c a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_almost_a2 ; + net:coverBaseNode :leaf_circular_c ; + net:coverNode :leaf_circular_c ; + net:hasClassName "circular" ; + net:hasNaming "circular" ; + net:hasStructure "unknown" . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_circular_c a :AMR_Leaf ; + :edge_c_a2 :leaf_almost_a2 ; + :hasConcept :concept_circular ; + :hasVariable :variable_c . + +:leaf_disc_d a :AMR_Leaf ; + :hasConcept :concept_disc ; + :hasVariable :variable_d . + +:AMR_Variable a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_c :leaf_circular_c ; + :edge_o_p :leaf_planet_p ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o . + +:AMR_Leaf a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Edge a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:objectValue a owl:AnnotationProperty ; + rdfs:label "valuations"@fr ; + rdfs:subPropertyOf net:objectProperty . + +:AMR_Linked_Data a owl:Class . + +[] a owl:AllDisjointClasses ; + owl:members ( sys:Degree sys:Entity sys:Feature ) . + diff --git a/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl new file mode 100644 index 0000000000000000000000000000000000000000..ae89b1fcd89d7a3270366bcdad3688b0b900776c --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemProd-20230731/technical-data/tenet.tetras-libre.fr_demo_SolarSystemProd-9/tenet.tetras-libre.fr_demo_SolarSystemProd_factoid.ttl @@ -0,0 +1,79 @@ +@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<https://tenet.tetras-libre.fr/extract-result#all> a owl:ObjectProperty ; + rdfs:label "all" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf [ a owl:Restriction ; + owl:onProperty <https://tenet.tetras-libre.fr/extract-result#lie> ; + owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#disc> ], + <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#ecliptic> a owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#thing> ; + rdfs:label "ecliptic" ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost> ; + rdfs:label "almost" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "unknown" . + +<https://tenet.tetras-libre.fr/extract-result#circular> a owl:Class, + owl:Individual, + <https://tenet.tetras-libre.fr/extract-result#almost-circular>, + <https://tenet.tetras-libre.fr/extract-result#circular> ; + rdfs:label "circular" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "unknown" . +